*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Fira', sans-serif;
    background: #D8E9F3;
}

.btn__box{
    position: relative;
    display: flex;
    width: 500px;
}

.button__item{
    position: relative;
    padding-right: 20px;
}


.bg__general{
    background: #D3E6F1;
    width: 100vw;
}

.header__home{
    position: relative;
    /*background-color: #C7CDD2;*/
    /*background: 
    linear-gradient(to bottom right, #b9bcbe 20%, #E4E5EB 70%, #EFF0F9 90%),
    linear-gradient(to bottom left, #b9bcbe 10%, #E7EBEE 70%, #F3F5F9 80%);*/
    z-index: 3;
    width: 99vw;
    /*height: 100vh;*/
    font-family: 'Libre Franklin', sans-serif;
}
.logotipo{
    position: relative;
}

.title__general{
    position:absolute;
    top:40px;
    left:35%;
    font-family: 'Cairo', sans-serif;
    text-shadow: #202020 1px 1px 1px;
    font-size: 2.0rem;
    font-weight: 900;
}

.subtitle__general{
    position: absolute;
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    letter-spacing: 0.4px;
    top:85px;
    left:35%;
}

.container__menu{
    padding-top: 50px;
}

.humanoide{
    position: absolute;
    z-index: -1;
    margin-top: 20px;
    left: 20px;
    /*transform: rotateY(-145deg);*/
}

#humanoide {
    transition: transform 0.3s ease; /* Agrega una transición suave para cambios en la transformación */
}


.placa_obscura{
    /* background: rgba(206, 226, 240, 0.534);*/
    height: 100%;
    width: 100vw;
    z-index: -1;
    position: absolute;
}

.humanoide img{
    width:60%;
    z-index: -1;
    border-radius: 250px;
}



.element__menu0{
    position: absolute;
    margin-left: 19%;
    margin-top: 20px;
    cursor: pointer;
}
.element__menu1{
    position: absolute;
    margin-left: 22%;
    margin-top: 5%;
    cursor: pointer;
}

.element__menu2{
    position: absolute;
    margin-left: 23.2%;
    margin-top: 9.5%;
    cursor: pointer;
}

.element__menu3{
    position: absolute;
    margin-left: 24%;
    margin-top: 14.5%;
    cursor: pointer;
}

.element__menu4{
    position: absolute;
    margin-left: 24%;
    margin-top: 20%;
    cursor: pointer;
}

.element__menu5{
    position: absolute;
    margin-left: 23.2%;
    margin-top: 25.5%;
    cursor: pointer;
}

.element__menu6{
    position: absolute;
    margin-left: 21%;
    margin-top: 30%;
    cursor: pointer;
}

.element__menu7{
    position: absolute;
    margin-left: 17%;
    margin-top: 34%;
    cursor: pointer;
}


.open__menu{
    font-family: 'Fira', sans-serif;
    font-size: 35px;
    color: #f1730c;
}

.open__menu:hover{
    color: #177bbd;
}

.selected__option{
    color: #177bbd;
}

.opcion__menu{
    display: none;
}


.view__opcion0:hover + .opcion0 {
    display: inline-block; opacity: 1;
}

.view__opcion1:hover + .opcion1 {
    display: inline-block; opacity: 1;
}
.view__opcion2:hover + .opcion2 {
    display: inline-block; opacity: 1;
}

.view__opcion3:hover + .opcion3 {
    display: inline-block; opacity: 1;
}

.view__opcion4:hover + .opcion4 {
    display: inline-block;
    opacity: 1;
}

.view__opcion5:hover + .opcion5 {
    display: inline-block;
    opacity: 1;
}
.view__opcion6:hover + .opcion6 {
    display: inline-block;
    opacity: 1;
}

.view__opcion7:hover + .opcion7 {
    display: inline-block;
    opacity: 1;
}

.opcion0 {
    position: absolute;
    font-family: 'Fira', sans-serif;
    font-size: 18px;
    color: #f1730c;
    padding-left: 15px;
    margin-top: 9px;
    width:200px;
}

.opcion1 {
    position: absolute;
    font-family: 'Fira', sans-serif;
    font-size: 18px;
    color: #f1730c;
    padding-left: 15px;
    margin-top: 9px;
    width:200px;
}


.opcion2 {
    position: absolute;
    font-family: 'Fira', sans-serif;
    font-size: 18px;
    color: #f1730c;
    padding-left: 15px;
    margin-top: 9px;
    width:200px;
}


.opcion3 {
    position: absolute;
    font-family: 'Fira', sans-serif;
    font-size: 18px;
    color: #f1730c;
    padding-left: 15px;
    margin-top: 9px;
    width:300px;
}

.opcion4 {
    position: absolute;
    font-family: 'Fira', sans-serif;
    font-size: 18px;
    color: #f1730c;
    padding-left: 15px;
    margin-top: 9px;
    width:300px;
}

.opcion5 {
    position: absolute;
    font-family: 'Fira', sans-serif;
    font-size: 18px;
    color: #f1730c;
    padding-left: 15px;
    margin-top: 9px;
    width:200px;
}

.opcion6 {
    position: absolute;
    font-family: 'Fira', sans-serif;
    font-size: 18px;
    color: #f1730c;
    padding-left: 15px;
    margin-top: 9px;
    width:200px;
}

.opcion7 {
    position: absolute;
    font-family: 'Fira', sans-serif;
    font-size: 18px;
    color: #f1730c;
    padding-left: 15px;
    margin-top: 9px;
    width:200px;
}

.content__service__description{
    position: absolute;
    width: 50%;
    margin-top: 120px;
    margin-left: -200px;
}



.title__option{
    font-family: 'Cairo', sans-serif;
    font-size: 35px;
    font-weight: 900;
}


.text__content_option{
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight:300;
}


.footer__section{
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.derechos__reservados{
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
}

.privacy__link{
    font-family: 'Fira', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #3A4143;
    cursor: pointer;
    margin-right: 30px;
    background: #CAD2D8;
    padding: 2px 12px;
    border-radius: 5px;
}

.privacy__link:hover{
    background: #177bbd;
    color: #fff;
}

.text__link{
    color: #3A4143 !important;
    text-decoration: none;
}

.text__link:hover{
    background: #177bbd;
    color: #fff !important;
}

.social__lan{
    position: absolute;
    margin-top: -130px;
    left: 190px;
}

.social__lan a{
    font-size: 25px;
    margin-right: 20px;
    color: #58595a;
}

.social__lan a:hover{
    color: #0c6bc9;
}

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */
    }

    .modal-content {
        background-color: #0c5985 !important;
        margin: 7% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80% !important;
        color: #383737 !important;
        height: 700px;
    }

    .close{
        font-size: 30px;
        cursor: pointer;
        color: #ffffff;
        display: flex; justify-content: flex-end;
    }


    .booking__title{
        color:#ECBB29;
        font-family: 'Cairo', sans-serif;
        font-weight: 400;
        font-size: 18px;
    }

    .booking__form{
        width: 80%;
        height: 80px;
        display:-webkit-flex;
        display:-ms-flexbox;
        display: flex;

    }

    .booking__field{
        width: 145px;
        height: 35px;
        margin-right: 20px;
    }

    .booking__field__textarea{
        width: 900px;
        height: 90px;
        margin-right: 20px;
        background: #fff;
    }

    .booking_time{
        width: 155px;
        height: 35px;
        background: #17bb01;
        padding: 5px 20px;
        cursor: pointer;
        border-radius: 20px;
        color: #fff;
    }

    .btn__zone{
        position: absolute;
        bottom: 50px;
        right: 50px;
    }

    .modal__title__booking{
        position: relative;
        color:#fff; font-family: 'Cairo'; text-shadow: 2px 2px 3px #b1b0b0;
        margin-bottom: 50px;
        text-align: center;
    }

    .conversation__box{
        background: #E3EFF6;
        max-height: 300px;
        overflow-y: auto; 
    }

    .conversation__inputzone{
        width: 100%;
        background: #c0ced6;
        padding: 10px 0;

    }

    .conversation__inputzone input{
        width: 80%;
        height: 40px;
        margin-left: 20px;
        font-family: 'Cairo';
        font-size: 16px;
        border-radius: 5px;
    }



@media screen and (max-width: 721px)  {

    .header__home{
        position: relative;
        z-index: 1;
        width: 99vw;
        height: 110vh;
    }

    .open__menu{
        font-family: 'Fira', sans-serif;
        font-size: 22px;
        color: #f1730c;
    }

    .container__menu{
        padding-top: 100px;
    }

    .title__general{
        display: none;
        position: relative;
        font-size: 16px;
        text-align: center;
        font-weight: 900;
        top:0;
        left:0;
        text-shadow: #202020 0 0 0;
        letter-spacing: 1px;
    }


    .subtitle__general{
        display: none;
        position: relative;
        font-size: 12px;
        letter-spacing: 0.5px;
        text-align: center;
        top:0;
        left:0;
    }

    .element__menu0{
        position: absolute;
        margin-left: 5px;
        margin-top: -40px;
        cursor: pointer;
    }

    .element__menu1{
        position: absolute;
        margin-left: 5px;
        margin-top: 5%;
        cursor: pointer;
    }
    
    .element__menu2{
        position: absolute;
        margin-left: 2px;
        margin-top: 17.5%;
        cursor: pointer;
    }
    
    .element__menu3{
        position: absolute;
        margin-left: 2px;
        margin-top: 30.5%;
        cursor: pointer;
    }
    
    .element__menu4{
        position: absolute;
        margin-left: 5px;
        margin-top: 44%;
        cursor: pointer;
    }
    
    .element__menu5{
        position: absolute;
        margin-left: 5px;
        margin-top: 57%;
        cursor: pointer;
    }
    
    .element__menu6{
        position: absolute;
        margin-left: 5px;
        margin-top: 70%;
        cursor: pointer;
    }
    
    .element__menu7{
        position: absolute;
        margin-left: 5px;
        margin-top: 84%;
        cursor: pointer;
    }

    .humanoide{
        display: none;
        margin-top: 350px;
        left: 20px;
        transform: rotateY(-145deg);
    }

    .humanoide img{
        width:40%;
        z-index: -1;
        border-radius: 250px;
    }

        
    .opcion0 {
        background: #177bbd;
        margin-left: 10px;
        position: absolute;
        font-family: 'Fira', sans-serif;
        font-size: 12px;
        color: #fff;
        padding-left: 15px;
        margin-top: 9px;
        width:100px;
        z-index: 2;
    }

    .opcion1 {
        background: #177bbd;
        margin-left: 10px;
        position: absolute;
        font-family: 'Fira', sans-serif;
        font-size: 12px;
        color: #fff;
        padding-left: 15px;
        margin-top: 9px;
        width:170px;
        z-index: 2;
    }


    .opcion2 {
        background: #177bbd;
        margin-left: 10px;
        position: absolute;
        font-family: 'Fira', sans-serif;
        font-size: 12px;
        color: #fff;
        padding-left: 15px;
        margin-top: 9px;
        width:200px;
        z-index: 2;
    }


    .opcion3 {
        background: #177bbd;
        margin-left: 10px;
        position: absolute;
        font-family: 'Fira', sans-serif;
        font-size: 12px;
        color: #fff;
        padding-left: 15px;
        margin-top: 9px;
        width:230px;
        z-index: 2;
    }

    .opcion4 {
        background: #177bbd;
        margin-left: 10px;
        position: absolute;
        font-family: 'Fira', sans-serif;
        font-size: 12px;
        color: #fff;
        padding-left: 15px;
        margin-top: 9px;
        width:115px;
        z-index: 2;
    }

    .opcion5 {
        background: #177bbd;
        margin-left: 10px;
        position: absolute;
        font-family: 'Fira', sans-serif;
        font-size: 12px;
        color: #fff;
        padding-left: 15px;
        margin-top: 9px;
        width:160px;
        z-index: 2;
    }

    .opcion6 {
        background: #177bbd;
        margin-left: 10px;
        position: absolute;
        font-family: 'Fira', sans-serif;
        font-size: 12px;
        color: #fff;
        padding-left: 15px;
        margin-top: 9px;
        width:120px;
        z-index: 2;
    }

    .opcion7 {
        background: #177bbd;
        margin-left: 10px;
        position: absolute;
        font-family: 'Fira', sans-serif;
        font-size: 12px;
        color: #fff;
        padding-left: 15px;
        margin-top: 9px;
        width:120px;
        z-index: 2;
    }

    .content__service__description{
        position: absolute;
        width: 70%;
        margin-top: -90px;
        margin-left: 90px;
    }

    .title__option{
        font-family: 'Cairo', sans-serif;
        font-size: 18px;
        font-weight: 900;
    }

    .text__content_option{
        font-family: 'Cairo', sans-serif;
        font-size: 16px;
        font-weight:300;
    }


    .footer__section{
        position: absolute;
        width: 100%;
        bottom: -150px;
    }


    .social__lan{
        margin-top: -50px;
        left: 10px;
        justify-content: center;
    }
    
    .social__lan a{
        font-size: 25px;
        margin-right: 20px;
        color: #58595a;
    }
    
    
    .social__lan a:hover{
        color: #0c6bc9;
    }

    .modal-content {
        margin: 7% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90% !important;
        color: #383737 !important;
        height: 800px;
    }

    .modal__title__booking{
        margin-bottom: 15px;
    }

    .booking__field{
        width: 100%;
        height: 35px;
        margin-right: 20px;
    }


    .conversation__box{
        max-height: 200px;
        overflow-y: auto; 
    }

    .conversation__inputzone{
        width: 100%;
        background: #c0ced6;
        padding: 10px 0;

    }

    .conversation__inputzone input{
        width: 60%;
        height: 40px;
        margin-left: 20px;
        font-family: 'Cairo';
        font-size: 12px;
        border-radius: 5px;
    }

    .text__conversation{
        font-size: 12px;
    
    }

    .conversation__box{
        width: 100%;
        height: 60vh;   
    }


}
    

@media screen and (min-width:722px) and (max-width: 1250px)  {
    .humanoide{
        display: block;
        margin-top: 50px;
        left: 20px;
    }

    .humanoide img{
        width:35%;
        z-index: -1;
        border-radius: 250px;
    }
}

@media screen and (min-width:1251px) and (max-width: 1450px)  {
    .humanoide{
        display: block;
        margin-top: 50px;
        left: 20px;
    }

    .humanoide img{
        width:40%;
        z-index: -1;
        border-radius: 250px;
    }

}


@media screen and (min-width:1451px) and (max-width: 1650px)  {
    .humanoide{
        display: block;
        margin-top: 50px;
        left: 20px;
    }

    .humanoide img{
        width:45%;
        z-index: -1;
        border-radius: 250px;
    }

}
