/* general */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;500&display=swap');
:root{
    --primary: rgb(40, 118, 192);
}
html{
    /* font-size: 62.5%; */
    box-sizing: border-box;
}
body{
    /* font-size: 16px; */
    font-family: 'Montserrat', sans-serif;
}
*, *:before, *:after{
    box-sizing: inherit;
}
figure{
    margin: 0;
}
.filter-black{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 20, 20, .6);
    z-index: 1;
}
.filter-white-init{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 9999;
}
.btn-custom{
    border: none;
    border-radius: .5rem;
    padding: .5rem 2rem;
    margin-top: 1rem;
}
.btn-custom-primary{
    background: var(--primary);
    color: white;
}
.error-message{
    color: tomato;
    text-align: center;
    font-size: 1.2rem;
    display: none;
}

/* calendar */
.container-calendar{
    width: 320px;
}
.header-col{
    background: #E3E9E5;
    color:#536170;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.header-calendar{
    background: var(--primary);
    color:white;
}
.box-day{
    border:1px solid #E3E9E5;
    /* height:150px; */
    height:40px;
}
.box-dayoff{
    border:1px solid #E3E9E5;
    /* height:150px; */
    height:40px;
    background-color: #ccd1ce;
}
.container-calendar{
    /* display: none; */
    position: relative;
}
.container-calendar-m-am{
    /* display: none; */
    position: relative;
}
.container-calendar-m-pm{
    /* display: none; */
    position: relative;
}
.container-calendar-o-am{
    /* display: none; */
    position: relative;
}
.container-calendar-o-pm{
    /* display: none; */
    position: relative;
}
.title-month-year{
    font-size: 1.2rem;
    color: white;
}
.calendar-io{
    display: none;
    position: absolute;
    z-index: 500;
    background: white;
}
.calendar-io-m-am{
    display: none;
    position: absolute;
    z-index: 500;
    background: white;
}
.calendar-io-m-pm{
    display: none;
    position: absolute;
    z-index: 500;
    background: white;
}
.calendar-io-o-am{
    display: none;
    position: absolute;
    z-index: 500;
    background: white;
}
.calendar-io-o-pm{
    display: none;
    position: absolute;
    z-index: 500;
    background: white;
}
#calendar-input{
    cursor: pointer;
}
#calendar-input-m-am{
    cursor: pointer;
}
#calendar-input-m-pm{
    cursor: pointer;
}
#calendar-input-o-am{
    cursor: pointer;
}
#calendar-input-o-pm{
    cursor: pointer;
}
.select-date{
    cursor: pointer;
}
.select-date.active{
    background: tomato !important;
    color: white;
}
.select-date.active2{
    background: var(--primary);
    color: white;
}
.select-date.deactivate{
    background: silver;
    cursor: default;
}





/* *********************************** */
/* **************LANDING************** */
/* *********************************** */
.container-btn-whatsapp-landing{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 10rem;
    z-index: 200;
    display: block;
}
.container-btn-whatsapp-landing img{
    width: 100%;
}
@media(max-width: 576px){
    .container-btn-whatsapp-landing{
        width: 7rem;
    }
}
/* header */
.container-header-logo-landing{
    /* padding-top: 2rem; */
    /* margin-bottom: 3rem; */
    position: relative;
    z-index: 100;
}
.container-header-logo-landing img{
    width: 120px;
}
.header-landing{
    background: url(/assets/imgs/banner2.webp);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
    /* padding: 4rem 0; */
}

.container-info-form-hl{
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    width: 100%;
    /* margin-top: 15%; */
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 100;
}
.form-hl{
    width: 100%;
    max-width: 300px;
    background: rgba(20, 20, 20, .7);
    padding: 20px;
    border-radius: .5rem;
}
.form-hl form h3{
    color: white;
    text-align: center;
}
.form-hl > form input{
    height: 35px;
    font-size: 1.3rem;
}
.info-hl{
    width: 100%;
    max-width: 500px;
}
.info-hl h2{
    color: var(--primary);
    text-align: center;
    font-size: 5rem;
    font-weight: bolder;
}
.info-hl p{
    font-size: 3rem;
    text-align: center;
    color: white;
}
.info-hl img{
    width: 100%;
    border-radius: 1rem;
}





/* section-1 */
.section-1-landing{
    padding: 7rem 0;
    background: url(/assets/imgs/bg-section.png);
    background-size: cover;
    background-position: center;
}
.container-s1-landing{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container-s1-landing > div{
    padding: 1rem;
}
.info-s1-landing{
    width: 60%;
    text-align: center;
}
.info-s1-landing h2{
    font-size: 3.5rem;
}
.info-s1-landing ul{
    font-size: 2.5rem;
    text-align: left;
}
.info-s1-landing > div{
    margin-top: 2rem;
}
.info-s1-landing h4{
    background: var(--primary);
    color: white;
    display: inline-block;
    padding: 1rem 3.5rem;
    margin: 0 auto;
}
.info-s1-landing > div a{
    display: block;
    font-size: 2.2rem;
    animation: pulse 1s linear 0s infinite;
}
.imgs-s1-landing{
    width: 40%;
}
.imgs-s1-landing figure + figure{
    margin-top: 2rem;
}
.imgs-s1-landing .img-1{
    background: url(../imgs/img1.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
}
.imgs-s1-landing .img-2{
    background: url(../imgs/img2.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;

}
.imgs-s1-landing .img-3{
    background: url(../imgs/img3.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;

}
@keyframes pulse {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
@media(max-width: 768px){
    .container-s1-landing{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .info-s1-landing{
        width: 100%;
    }
    .imgs-s1-landing{
        width: 100%;
    }
}




/* section 2 */
.section-2-landing{
    padding: 8rem 0;
    background: #f2f3f4;
}
.container-s2-landing{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.container-s2-landing > div{
    width: 100%;
    max-width: 300px;
    background: white;
    border-radius: 1rem;
    box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, .1);
    padding: 2rem;
    margin-top: 2rem;
}
.container-link-s2 a{
    display: inline-block;
    color: white;
    text-decoration: none;
    background: var(--primary);
    border-radius: .5rem;
    padding: 1rem 3rem;
}




/* footer */
.footer-landing{
    background: var(--primary);
    color: white;
    padding: 4rem 2rem;
}
.footer-landing p img{
    width: 4rem;
}
.container-img-footer-landing img{
    width: 4rem;
}




/* *********************************** */
/* *****************FORM************** */
/* *********************************** */
.body-form{
    background: #f8f8f8;
    
}
.body-form main{
    padding-bottom: 9rem;
}
.container-logo-form{
    text-align: center;
    margin: 2rem 0 4rem 0;
}
.container-logo-form img{
    width: 95%;
    max-width: 300px;
}
.container-options-form{
    margin: 0 auto;
    width: 95%;
    max-width: 700px;
    background: white;
    border-radius: 1rem;
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, .1);
    padding: 20px;
}
.title-options-form{
    color: rgb(50, 50, 50);
    text-align: center;
    font-size: 2.2rem;
    margin-top: 2.5rem;
}
.container-options-title-form ol{
    margin-top: 1rem;
}
.container-options-needs-form{
    background: rgba(40, 118, 192, .1);
    border: 1px solid rgb(253, 253, 253);
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 3rem;
}
.options-needs-form > div{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.options-needs-form > div ul{
    margin-top: 1rem;
}
.container-options-needs-form h2{
    margin-top: 0;
}
.container-btns-options-form{
    margin-top: 3rem;
}

.btn-custom-primary{
    background: var(--primary);
    color: white;
}
.container-btns-options-form > .btns-options-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.container-form{
    margin: 0 auto;
    width: 95%;
    max-width: 700px;
    background: white;
    border-radius: 1rem;
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    display: none;
}
.container-form label span{
    color: tomato;
}
.file-label{
    text-align: center;
    display: block;
}
.container-form input[type="text"],
.container-form input[type="date"],
.container-form select
{
    height: 35px;
    font-size: 1.4rem;
}
.container-btn-form{
    text-align: center;
}
.container-btn-form button{
    font-size: 1.8rem;
    margin-top: 1.5rem;
}
.container-tems{
    border: 1px solid silver;
    padding: 2rem;
    color: tomato;
}
.container-tems h3{
    background: rgb(220, 220, 220);
    border: 1px solid rgb(230, 230, 230);
    padding: .7rem .4rem;
}
.form-check-label{
    font-size: 1.4rem;
}
.container-turns-form{
    border: 1px solid silver;
}
.container-turns-form{
    display: none;
}
.container-turns-form > div > div{
    display: none;
}
.m-am, .m-pm, .o-am, .o-pm{
    display: none;
}


/* *********************************** */
/* ***CONFIGURATION: DATE AVAILABLE*** */
/* *********************************** */

.empty_fields_date_available-m{
    display: none;
}
.success_date_available-m{
    display: none;
}
.exist_date_available-m{
    display: none;
}
.empty_fields_date_available-o{
    display: none;
}
.success_date_available-o{
    display: none;
}
.exist_date_available-o{
    display: none;
}
.success-delete-o, 
.error-delete-o,
.success-delete-m, 
.error-delete-m{
    display: none;
}