*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-family: "Montserrat", sans-serif;

}
header{
    display: flex;
    background-color: #A3A3A3;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: bold;
    font-size: 13px;
}
span{
    margin-right: 15px;
}
body{
    background-image: url(img/fondo2.png) ;
    background-size:cover;
    background-repeat: no-repeat;

}
.enlacewsp{
    margin-left: 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}
.enlacewsp:hover{
    color: #4b4a4a;
}
.imgdentista {
    position: absolute;
    top: 50%;
    left: -170px; 
    transform: translateY(-50%);
    height: 700px;
    z-index: 0;
    filter: drop-shadow(0 0 5px gray);
    mask-image:  linear-gradient(
        rgb(0, 0, 0) 80%,
        transparent
    );
}
.cuerpo{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 94vh;
    flex-direction: column;
    position: relative;
    
}
.form-content{
    display: flex;
    background-color: #06A1C6;
    width: 1000px;
    padding: 50px;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.form-content h2{
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
}
form{
    display: flex;
    flex-direction: column;
    width: 50%;
}

label{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: white;
    margin-bottom: 5px;
}
label span{
    margin-left: 10px;
}
#radio{
    display: flex;
    align-items: center;
}
#radio span{
    display: flex;
    align-items: center;
}
input{
    font-family: "Montserrat", sans-serif;
    padding: 17px 14px;
    font-size: 15px;
    border: 0;
    height: 7px;
    border-radius: 5px;
}
input:focus{
    outline: .5px solid #545454;
}
#input-select{
    border: 0;
    border-radius: 5px;
}
section{
    display: grid;
    grid-template-columns: auto auto;
}
fieldset{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 0;
}
fieldset legend{
    font-size: 15px;
    color: white;
    margin-bottom: 3px !important;
}
input[type="radio"] {
    height: 1.5vh; 
    width: 1.5vh;
}
.mi-boton{
    font-family: "Montserrat", sans-serif;
    border: 0;
    background-color: #e99e13;
    height: 30px;
    width: 130px;
    align-self: flex-end;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 15px;
}
.mi-boton:hover{
    background-color:#ffc55a;
}
textarea {
    resize: none !important;
    height: 100px;
    width: 100%;
    border: 0;
    border-radius: 5px;
}
textarea:focus{
    outline: .5px solid #545454;
}
select:focus{
    outline: .5px solid #545454;

}
.btn-ig{
    position: fixed;
    z-index: 100;
    height: 55px;
    width: 55px;
    bottom: 30px;
    right: 30px;
    border-radius: 15px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0 3px 5px 0px rgba(0,0,0,.25);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center !important;
    transition: .2s;

}
.btn-ig:hover{
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0,0,0,.4);
    filter: none;
}

.btn-face{
    position: fixed;
    z-index: 100;
    height: 55px;
    width: 55px;
    bottom: 100px;
    right: 30px;
    border-radius: 15px;
    background: #0866FF;
    box-shadow: 0 3px 5px 0px rgba(0,0,0,.25);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center !important;
    transition: .2s;
}
.btn-face:hover{
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0,0,0,.4);
    filter: none;
}
.footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer div{
    display: flex;
    justify-content: center;
}
.logo{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.logo>div>h1{
    display: flex;
    justify-content: center;
}

.recomendaciones{
    transition: .2s;
    box-shadow: 0 5px 5px 0px rgba(0,0,0,.4);
    height: 400px;
}
.urlreco{
    transition: .2s;
}
.urlreco:hover{
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 5px 5px 0px rgba(0,0,0,.4);
    filter: none;
}

.redes{
    position: fixed;
    z-index: 100;
    height: 150px;
    width: 150px;
    bottom: 120px;
    right: 30px;
}
.reco {
    width: 100%;
    transition: .2s;
    box-shadow: 0 5px 5px 0px rgba(0,0,0,.4);
}
.tea {
    width: 70%;
    margin-top: 3vh;
}
.piepag{
    width: 70%;
    margin-top: 3vh;
}
.informacion{
    display: flex;
    flex-direction: row; /* Asegura espacio entre los elementos */
    gap: 10%;
}
.urlInfo{
    transition: .2s;
}
.urlInfo:hover{
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0,0,0,.4);
    filter: none;
}

.obligatorio{
    display: flex;
    justify-content: flex-end;
    font-size: 10px;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}
.zonaInfo{
    width: 30%;
    flex-direction: column;
    align-items: center;
}
.botonInfo {
    display: flex;
    background-color: #25D366;
    margin-bottom: 2em;
    text-decoration: none;
    color: white;
    border-radius: 25px;
    max-width: 300px; /* Inherit max-width for larger screens */
    transition: .2s;
    max-height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    box-shadow: 0 3px 5px 0px rgba(0,0,0,.25);
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 20px ;
}
.botonInfo article{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.textowsp{
    font-size: 20px;
}

.botonInfo:hover{
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0,0,0,.4);
    filter: none;
    
}

.beneficios{
    display: flex;
justify-content: space-evenly;
    gap: 100px;
    background-color: #06A1C6;
    padding: 15px ;
    border-radius: 15px;
    width: 1000px;
}
.beneficios h4{
    width: 255px;
    color: white;
    margin-top: 10px;
}
.logoben{
    width: 250px;
    background-color: white;
}

@media (max-width: 1366px) and (max-height: 768px) {
    .cuerpo {
        margin-top: 20px;
        margin-bottom:20px;
    }
}
@media(max-width:991px){
    .redes{
        width: 15%;
        height: 10%;
        right: 10%;
    }
    .btn-ig{
        width: 10%;
        height: 5%;
    }
    .btn-face{
        width: 10%;
        height: 5%;
    }
    .btn-ig svg{
        width: 70%;
        height: 70%;
    }
    .btn-face svg{
        width: 70%;
        height: 70%;
    }
    .mi-boton{
        align-self: flex-start;
    }
    .cuerpo{
        padding: 30px;
        min-height: auto;
    }
    .form-content{
        width: 100%;
    }
    form{
        width: 100%;
        font-size: 11px;

    }header{
        display: none;
    }
    .imgdentista{
        display: none;
    }
    .tea{
        width: 90%;
        height: auto;
    }
    .piepag{
        width: 90%;
    }
    .urlInfo{
        width: 100%;
        height: auto;
    }
    .zonaInfo{
        width: 40%;
    }
    .textowsp{
        font-size: 10px;
        text-wrap:nowrap;
    }
    .botonInfo svg{
        width: 20px;
        height: 20px;
    }
    .beneficios{
        width: 95%;
        align-items: center;
        display: grid;
    }
    .containerben{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .containerben>h1{
        font-size: medium;
    }
    .recomendaciones{
        width: 100%;
        height: 100%;
    }
    .banner{
        width: 100%;
    }
}

@media (max-width:882px){
    
    .botonInfo{
        max-width: 150px;
        margin-bottom: 1em;
    }
    .botonInfo svg{
        width: 10px;
        height: 10px;
    }
    .textowsp{
        font-size: 7px;
        text-wrap:nowrap;
    }    
    
}
#iconwsp{
    margin-right: 5px;
}
.iconreloj{
    display: flex;
    margin-right: 5px;
    align-items: center;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



#alerta{
    display: flex;
    font-size: 15px;
    height: 30px;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 30px; 
}



@media (max-width: 1620px ){
    .imgdentista{
        display: none;
    }.logo{
        gap: 15px;
    }
    .logo>img{
        width: 100%;
        height: 70%;
    }


}


.direccion{
    display: flex;
    flex-direction: column;
}

.enlacemap{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}
.enlacemap:hover{
    color: #4b4a4a;
}

