:root {
    /*--font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
    --font-family: 'Open Sans', sans-serif;
    /*#2388BC*/
    /*#2C3F51*/
    /*#46515C*/
}

* {
    --transparent-background: rgba(255, 255, 255, .3);
    --border-solid: 1px solid var(--transparent-background);
    margin: 0%;
    padding: 0%;
    outline: none;
}

/* .cssgrid {
    display: grid;
    grid-template-columns: 1fr 30fr;
    grid-template-rows: repeat(2, 1fr);
} */

body {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #f4f7f7, #fdfbfb);
    /*font-family: 'San francisco', Helvetica, Arial, Lucida, sans-serif;*/
    font-family: var(--font-family);
}

textarea {
    width: 100%;
    max-width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: var(--font-family);
    font-size: 14px;
}

form {
    background: var(--transparent-background);
    padding: 1rem;
    
    border-radius: 20px;
    border-left: var(--border-solid);
    border-top: var(--border-solid);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
    text-align: center;
}

.forClone {
    display: none;
}

.rgpd {
    color: #00275C;
}
.red {
    color: #ff392f;
}

.field-label {
    color: #00649e;
}

.field-value {
    margin-bottom: 25px;
}

img {
    padding: 5px;
}

input {
    background: transparent;
    width: 80vw;
    max-width: 600px;
    border: 1px solid #7a7a7a;
    border-radius: 20px;
    padding: 1rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    box-shadow: 10px 10px 10px -6px rgba(0, 0, 0, .2);
    font-weight: 500;
    font-size: 14px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    transition: all .3s;
    font-family: var(--font-family);
}

.divPad {
    visibility: hidden;
    width: 300px;
    height: 1px;
    margin: 0%;
    padding: 0%;
}

input[type="checkbox"] {
    width: 50px;
}

input[type="text"] {
    font-family: var(--font-family);
}

select {
    text-align-last: center;
    -moz-text-align-last: center;
    -webkit-text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    font-size: 14px;
    box-shadow: 10px 10px 10px -6px rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

select option {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

input:hover,input[type="text"]:focus {
    background: rgba(196, 184, 184, 0.1);
}

.divSend {
    margin-bottom: 20px;
}

.btn.send {
    background-color: #132B5B;
    /*background-color: #2388BC;*/
    color: aliceblue;
    width: 200px;
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border-left: var(--border-solid);
    border-top: var(--border-solid);
    margin-bottom: 20px;
}
.btn.send:hover {
    cursor: pointer;
    /*background-color: #00649e;*/
    /*background-color: #2d4ec5;*/
    /*background-color: #E7212B;*/
    background-color: black;
}

.alert {
    display: none;
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    width: 100%;
    margin-bottom: 15px;
}
.messages {
    position: absolute;
    display: flex;
    flex-direction: row;
}

.importantNote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*font-size: 14px;*/
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border-left: var(--border-solid);
    border-top: var(--border-solid);
    text-align: center;
    background-color: #132B5B;
    /*background-color: #2388BC;*/
    color: aliceblue;
    padding: 15px;
    margin-bottom: 10px;
    /*color: #243C94;*/
}

.appSiteTitle {
    text-align: center;
    align-content: center;
    font-size: 28px;
    flex-grow: 1;
}

.mandatoryMsg {
    font-size: 11px;
    border-radius: 20px;
    text-align: center;
    color: black;
    padding: 2px;
    margin-bottom: 20px;
}
img.imgHome {
    max-width: 70vw;
}

img.imgHomeFront {
    max-width: 64vw;
}

.program4,.program3,.program2,.dietary {
    padding: 15px;
    display: block;
    background: rgba(107, 104, 104, 0.1);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border-left: var(--border-solid);
    border-top: var(--border-solid);
    margin-bottom: 25px;
}

.program3,.program2 {
    display: none;
}

.price {
    color: #f44336;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}
.price2 {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.price3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.afterprice {
    padding-bottom: 10px;
}

.total {
    background: rgba(107, 104, 104, 0.1);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border-left: var(--border-solid);
    border-top: var(--border-solid);
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 2px;
    width: 100%;
    max-width: 100%;
}

.privacyPolicy {
    padding-top: 20px;
}
.privacyPolicyDiv {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cancellationPolicy {
    background: rgba(233, 177, 8, 0.1);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border-left: var(--border-solid);
    border-top: var(--border-solid);
    margin-bottom: 5px;
    width: 100%;
    max-width: 100%;
    padding: 5px;
}

.registrationResponse {
    background: rgba(107, 104, 104, 0.1);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border-left: var(--border-solid);
    border-top: var(--border-solid);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    margin: 15px;
    padding: 15px;
}

#footer-info {
    /*background-color: #00275C;*/
    /*background-color: #2388BC;*/
    background-color: #132B5B;
    color: white;
    margin-top: 10px;
    padding: 2px;
    text-align: center;
    border-radius: 20px;
}

@media screen and (min-width: 750px) {

    img.imgHome {
        /*max-width: 20vw;*/
        max-width: 44vw;
    }

    .appSiteTitle {
        font-size: 65px;
        /*margin-right: 150px;*/
    }

    .importantNote {
        font-size: 44px;
    }
    .mandatoryMsg {
        font-size: 14px;
    }
    input {
        width: 70vw;
        font-size: 18px;
    }
    textarea {
        padding: 5px;
        font-size: 18px;
    }
    select {
        padding: 5px;
        font-size: 18px;
    }
    .divPad {
        width: 550px;
    }
        
}

@media screen and (min-width: 480px) and (max-width: 725px) {

    img.imgHome {
        max-width: 64vw;
    }

    .appSiteTitle {
        font-size: 30px;
        /*margin-right: 150px;*/
    }

}
