@import url('https://fonts.googleapis.com/css?family=Prompt:200,300,400,500,600,700,800,900&display=swap');


* {
    margin: 0;
    padding: 0;
    font-family: 'Prompt';
}

body {
    background-color: #f5ffff;
    min-width: 356px;
}

i {
    font-family: 'Prompt';

}

a {
    text-decoration: none;

}

a:visited {
    text-decoration: none;
}

.head1 {
    min-height: 100vh;
    width: 100%;
    background-image: url(../IMG/Banner1.png);
    background-position: center;
    background-size: cover;
    position: relative;
    /* Añade las siguientes propiedades para centrar la persona en pantallas pequeñas */
    background-position: 70% center;
    /* Cambia el valor horizontal (30%) según tus necesidades */
    background-attachment: fixed;
    /* Mantiene la imagen fija en su posición */
}

.headloginpac {
    min-height: 100vh;
    max-height: 100%;
    width: 100%;
    background-image: url(../IMG/fondobannerlogin.png);
    background-position: center;
    background-size: cover;
    position: relative;
    /* Añade las siguientes propiedades para centrar la persona en pantallas pequeñas */
    background-position: 70% center;
    /* Cambia el valor horizontal (30%) según tus necesidades */
    background-attachment: fixed;
    /* Mantiene la imagen fija en su posición */
}


.headlogindoc {
    min-height: 100vh;
    max-height: 100%;
    width: 100%;
    background-image: url(../IMG/bannerazul.png);
    background-position: center;
    background-size: cover;
    position: relative;
    /* Añade las siguientes propiedades para centrar la persona en pantallas pequeñas */
    background-position: 70% center;
    /* Cambia el valor horizontal (30%) según tus necesidades */
    background-attachment: fixed;
    /* Mantiene la imagen fija en su posición */
}

.adminwon{
    background-image: url(../IMG/bannerclaro.png);

}
 




@media (max-width:1100px) {

}

.logo-container {
    margin-left: 75px;

    padding: 10px;
    /* Ajusta el relleno según sea necesario */
}

#logo {
    width: 220px;
}

#logo-alt {
    width: 220px;

}

@media (max-width:800px) {
    .logo-container {
        margin-left: 0px;

        padding: 10px;
        /* Ajusta el relleno según sea necesario */
    }

    #logo {
        width: 250px;
    }

    #logo-alt {
        width: 250px;

    }
}


.barranav {

    display: flex;
    position: sticky;
    top: 0px;
    padding-top: 20px;
    color: #fff;
    width: 100%;
    z-index: 1000;
    transition: top 0.3s ease, border 1s ease-in-out, background-color 0.5s ease-in-out;
    /* Aplica la transición a 'top' y 'position' */
    justify-content: space-between;
    align-items: center;
}

.sticky {
    display: flex;
    transition: top 0.2s ease-in-out, border 1s ease-in-out, background-color 0.5s ease-in-out;
    /* Aplica la transición a 'top' y 'position' */
    position: fixed;
    top: 0px;
    width: 100%;


}



.nav-links {
    flex: 2;
    text-align: center;
    margin: 10px;
    padding-bottom: 25px;
}

/* ESTILO DE OBJETOS EN NAV*/
nav a img {

    width: 400px;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;

}

/* FIN ESTILO*/
/* ESTILO DE TEXTO EN NAV*/
.nav-links ul li a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 5px 8px;
    margin-right: -20px;
}

/* FIN ESTILO*/

/* ESTILO DE ANIMACION PARA LA BARRA NAV*/
.nav-links ul li::after {}

.nav-links ul li a:hover {
    transition: 0.5s ease-in-out;
    border-top-width: 0.5px;

    border-radius: 25px;


}

.nav-links ul li:hover::after {
    width: 100%;
}

/* FIN ESTILO*/


/* ESTILO DE H1*/
.text-box {
    width: 90%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.text-box h1 {
    font-size: 40px;
    margin-left: 8px;
    margin-bottom: -17px;
    color: #f2f2f2;
}

.text-box i {
    font-size: 40px;
    margin-left: 8px;

}

.text-box p {
    margin: 20px 0 40px;
    font-size: 20px;
    color: #ebf0ff;
    font-weight: 400;
    width: 45%;
}

@media (max-width:800px) {
    .text-box {

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .text-box p {

        width: 60%;
    }
}

@media (max-width:500px) {
    .text-box p {
        background-color: #0fa0998f;
        border-radius: 25px;
        width: 90%;
    }


}

.knowus-btn {
    display: inline-block;
    text-decoration: none;
    color: #eaffff;

    padding: 5px 10px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    border-radius: 50px;
    background-color: #05A69D;
    margin-left: 10px;
}

.knowus-btn:hover {

    background-color: #f2f2f2f2;
    color: #005176;
    transition: 0.5s ease-in-out;

}

/* FIN ESTILO*/
nav .fa-solid {

    display: none;
}





@media (max-width: 900px) {
    .text-box h1 {
        font-size: 30px;

    }

    nav a img {

        width: 300px;
    }

    .nav-links ul li {

        display: block;



    }

    .nav-links ul li a:hover {
        color: inherit;





    }

    .barranav {
        padding-top: 20px;
        top: 0px;
    }

    .barranav.sticky {
        top: 0px;
    }

    .nav-links {
        position: absolute;
        background-color: inherit;
        height: 35vh;
        width: 150px;
        top: 50px;
        margin-right: 0px;
        text-align: left;
        display: none;
        z-index: 10000000000000000000000;

        transition: 0s ease-in-out;
        border-radius: 50px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border: 1px solid inherit;

    }

    .nav-links.sticky {
        background-color: inherit;
    }

    nav .fa-solid {

        display: block;
        color: #f2f2f2f2;
        font-size: 30px;
        cursor: pointer;
    }

    .nav-links {
        padding: 30px;

    }



}

/* Presentacion*/
#img2 {
    margin-top: -10%;
    height: 140%;
    width: 80%;
    position: relative;


}

.presentation {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;


}

.contenedorpres {

    display: flex;
    flex-direction: row;
    height: 70vh;
    margin: 10px;
    justify-content: space-between;
    margin-top: -40px;
    padding-bottom: 50px;
}

.presentacion1 {
    display: flex;

    flex-direction: column;
    width: 50%;

    align-self: center;
    text-align: left;
}

@media (max-width:1100px) {
    .contenedorpres {

        flex-direction: column;
        height: fit-content;
        align-content: center;

    }

    #img2 {
        width: 200%;
        height: 100%;
        margin-left: 0%;
    }

    .presentacion1 {

        width: 100%;
        align-self: center;
        align-content: center;
        align-items: center;

    }

    .presentacion1 h1 {

        text-align: center;
    }

}



.carousel-container {
    display: flex;

    height: fit-content;
    width: 100%;
    padding-bottom: 0px;
    align-content: center;
    background-Image :url(../IMG/banner31.png);
    background-size: cover;
transition: all 1s;
}

.carousel {
    align-content: center;
    display: flex;
    /* Hacer que los elementos se coloquen en línea */
    flex-direction: row;
    /* Alinear los elementos horizontalmente */
    transition: transform 0.5s ease-in-out;
    /* Cambiar la propiedad de transform en lugar de top */
    height: 100%;
    /* Establecer la altura máxima del carrusel */
    width: 100%;
    margin-top: -170px;
}

/* Estilo predeterminado para los puntos */
.carousel-dots .dot {
    color: #f2f2f2;
    z-index: 10000000000;
    cursor: pointer;
    position: relative;
    /* Color de los puntos inactivos */
}

/* Estilo para el punto activo */
/* Estilo para el punto activo */
.dot.active {
    transition: color 0.5s ease-in-out;
    color: #0D4F71;
    /* Color del punto activo */
}

.carousel-slide {
    flex: 0 0 100%;
    /* Ajustar el ancho de cada diapositiva */
    margin-left: 0%;

}

.icon-flecha {
    z-index: 1000000000;
    color: #f2f2f2f2;
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.carousel-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    display: none;
}

.carousel-slide.active {
    opacity: 1;
    transition: opacity 1s ease-in-out;
    display: block;
    visibility: visible;
}




.flechitas {
    background-image: url(../IMG/banner31.png);
    padding-bottom: 20px;
    background-position: bottom 10%;
    background-size: auto;
}

h1 {
    color: #0D4F71;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8px;

}

h2 {
    color: #3E4747;
    font-size: 50px;
    font-weight: 300;
    margin-top: 100px;
    margin-bottom: 0px;
    transition: border 1s;
}



p {
    color: #0D4F71;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    margin-top: 10px;


}

.row {
    margin-top: 2%;
    display: flex;

    justify-content: center;
    margin-bottom: 0;


}

.prescol {
    margin-top: -20px;  
    height: 40%;
    width: 18%;
    background-color:#3ecfba;
    border-radius: 25px;
    margin-bottom: 15%;
    padding: 1px;

    transition: 0.5s;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;

}

h3 {
    text-align: center;
    font-weight: 500;
    margin: 10px 0;

}

.Tituloreveal {

    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    background-color: #ffffff;
    padding: 0;
    margin-left: 38%;
    margin-right: 38%;
    padding-right: 10px;
    border-radius: 50px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 130px;
    position: relative;
    transform: translateY(150px);
    opacity: 1;
    transition: all 2s ease;


}

.titulopac{
    color: #06847D;
}
.titulodoc{
    color:#047986;
}
.titulotodos{
   color: #0D4F71;
}
@media (max-width:1288px) {


    .Tituloreveal {



        font-size: 25px;

        margin-left: 35%;
        margin-right: 35%;
        padding-right: 15px;
        border-radius: 50px;
        padding-left: 15px;

    }


}

@media (max-width:800px) {


    .Tituloreveal {



        font-size: 25px;

        margin-left: 15%;
        margin-right: 15%;
        padding-right: 10px;
        border-radius: 50px;
        padding-left: 10px;

    }

 
}

.reveal {
    margin-top: 90px;
    position: relative;
    transform: translateY(150px);
    opacity: 1;
    transition: all 2s ease;
    padding: 10px;


}


.reveal.active {
    transform: translateY(0px);
    opacity: 1;


}

#prueba {
    display: none;
    text-transform: capitalize;
}

.prescol:hover #prueba {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    display: block;
    padding: 0;
}

.prescol:hover {
    box-shadow: 0 0 20px 0px #a7fff2;

}



@media (max-width: 1100px) {

    .flechitas {
   
        padding-top: 25px;
    }

    .row {
        flex-direction: column;
    }
    #prueba {
        display: block;
    }
    .prescol {

        height: 40%;
        width: 80%;




        transition: 0.5s;

        margin-left: 5%;
        margin-top: 2%;
    }

    .carousel-container {
        align-content: center;

        height: fit-content;
        padding-bottom: 100px;
        overflow: hidden;


     
   
    }


}

.unete {
    width: 80%;
    margin: auto;
    text-align: center;
    height: fit-content;
    padding-right: 10%;
    padding-left: 10%;
    background-color: #DAffff;
    padding-top: 70px;
    align-items: center;
    justify-content: center;
}

.unete-col {
    margin-top: 0px;
    width: 33%;
    height: 90%;
    border-radius: 25px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 30px;
    position: relative;

    align-items: center;


    background-color: #04bf8a00;
    justify-content: space-between;
    z-index: 10;
}

.row2 {
    margin-top: 0;
    display: flex;

    justify-content: center;
    margin-bottom: 0;

}

@media (max-width:800px) {
    .row2 {
        flex-direction: column;
        justify-content: center;
        align-content: center;

        margin-right: 80%;
    }

    .dismantle {
        display: none;

    }

}

@media (max-width:900px) {

    .unete-col {

        width: 200%;

    }



}

@media (max-width:800px) {


    .unete-col {

        width: 400%;
        height: 50%;
        margin-left: 40px;
    }

    #bannerpacientes {
        margin-top: -40px;
    }


}

@media (max-width:600px) {}

@media (max-width:500px) {}

@media (max-width:412px) {}

.unete-col img {
    width: 100%;
    height: 85%;

}



.layer1 {
    background: #05A69D;
    height: 100%;
    width: 70%;
    margin-left: 16%;
    padding-top: 60px;
    padding-right: 8%;
    transition: 0.5s;
    margin-top: -105px;
    border-bottom-right-radius: 0.87cm;
    border-bottom-left-radius: 0.73cm;
    padding-bottom: 7px;
}

.layer2 {
    background: #05A69D;
    height: 100%;
    width: 70%;
    margin-left: 9%;
    padding-top: 60px;
    border-bottom-left-radius: 0.87cm;
    border-bottom-right-radius: 0.73cm;
    transition: 0.5s;
    margin-top: -105px;
    padding-left: 8%;
    padding-bottom: 7px;
}

.unete-col h3:hover #imgdoc {
    opacity: 0;
}

.layer2:hover {
    z-index: 100;

}

.layer1 a {

    color: #f2f2f2f2;

    font-family: Prompt;
    font-size: 25px;
    text-decoration: none;
    margin-top: -10px;
    text-align: center;
    justify-content: center;
    margin-left: 30px;
}

.layer2 a {


    color: #f2f2f2f2;

    font-family: Prompt;
    font-size: 25px;
    text-decoration: none;
    margin-right: 30px;
}

.layer h3 {
    width: 100%;
    font-weight: 500;
    bottom: 80%;
    left: 50%;


    transition: 1S;

}



/*TESTIMONIAL*/
.arrowscontainer {
    display: flex;
    margin: 10px;
    width: 89%;
    flex-direction: row;
    justify-content: end;
    align-content: center;
    padding-top: 0px;
    margin-top: -55px;
}

#flechaizq,
#flechader {
    font-size: 25px;

    margin-left: 20px;
    background-color: #00a9f744;
    color: #005176;
    border-radius: 50px;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

#flechaizq:hover,
#flechader:hover {
    color: #f2f2f2f2;
    background-color: #005176;


}


#apellido{
    margin-top: -10px;

}

.testform {
    display: flex;
    flex-direction: column;
    padding-bottom: 4%;
    font-family: Prompt;
    margin-top: 150px;
    width: 100%;
    background-image: url(../IMG/FONDOFORMULARIO.png);

    padding-top: 4%;


    background-position: center;
    background-size: cover;
    position: relative;
    /* Añade las siguientes propiedades para centrar la persona en pantallas pequeñas */
  
    background-attachment: fixed;
}

.contactush3 {
    color: #005176;
    text-transform: uppercase;
    font-size: 30px;
   display: flex;
   margin-left: 12%;
}

.testform2 {

    width: 25%;
    margin-left: 10%;

    height: fit-content;
    padding: 25px;
    background-color: transparent;
    justify-content: center;
    border-radius: 0.57cm;



}

@media (max-width:1100px) {
    .testform2 {
        width: 80%;
        margin-left: 3%;
    }
}

.testform2 input {
    width: 89%;
    border-radius: 25px;
    padding: 1px 5px;
    font-size: 20px;
    margin-bottom: 10px;
    outline: #06847D;
}

.btnctn {
    width: 35%;
    margin-left: 32.5%;
    padding-left: 0px;
    /* Aquí, corrige el valor de color de fondo */
    border: none;
    border-radius: 25px;
    background-color:  #005176;
    color: #f2f2f2f2;
    transition: all 1s;
}

.btnctn:hover {
    cursor: pointer;
    background-color: #06847D;
    color: #f2f2f2;
    z-index: 10000000000000000;
}


.testform2 textarea {
    border: none;
    padding-top: 5px;
    padding-bottom: 45px;
}

.testform2 textarea:focus {
    outline: none;
}

.testform2 input[type="text"] {
    font-size: 20px;
    /* Cambia el tamaño (por ejemplo, 14px) a tu preferencia */
    font-family: 'Prompt';

}
.textoform{
    width: 25%;
    margin-left: 12%;

}
.textoform p {
    color: #047986;
    font-size: 15px;

}

@media (max-width:1100px) {
    .textoform{
        width: 95%;
        margin-left: 2.5%;
    }
}
#testname,
#testsurname {

    border: inherit;

}
@media (max-width:455px) {
    #testsurname{
        margin-top: 30px;
    
    }
}
@media (max-width:454px) {
    #testsurname{
        margin-top: 0px;
    
    }
}

#comment{


}
#testname:focus,
#testsurname:focus,
#comment:focus {
    border: 2px solid #06847D;
}

.testimonials-slider {
    margin-left: -10%;
    width: 100%;

    background-color: transparent;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
}

.testimonials .subrow {
    width: 90%;

}
.testimonials .subrow p {
    width: 80%;
}
@media (max-width:700px) {
    .testimonials .subrow h1 {
        font-size: 30px;

    }
    .testimonials .subrow p {
        width: 90%;

    }

}


.testimonials {
    width: 90%;
    margin: auto;
    padding-top: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.testimonials p {
    text-align: left;

}

.testimonials h1 {
    letter-spacing: 1px;
    text-align: left;
    line-height: 40px;
    margin-left: 8px;
}

.testimonial-col {
    color: transparent;
    height: 0px;
    width: 0px;
    opacity: 0;
    color: transparent;
    visibility: hidden;
    transition: opacity 1s ease-in, height 1s ease-in-out;
    background-color: #06847D;
}

.testimonial-col.next {
    margin-left: 45%;
    height: fit-content;
    border-radius: 50px;
    position: absolute;
    margin-top: -2.5%;
    width: 50%;
    background-color: #005176;
    opacity: 0.5;
    padding: 25px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    visibility: visible;

    color: #f2f2f2f2;

}

.testimonial-col.next p,
.testimonial-col.next h3 {

    color: #f2f2f2f2;
    margin-left: 0%;

}

.testimonial-col.active {

    margin-left: 18%;
    height: fit-content;
    border-radius: 35px;

    margin-top: -5%;
    width: 60%;
    background-color: #005176;
    opacity: 1;
    padding: 25px;

    display: flex;
    flex-direction: column;
    visibility: visible;
    transition: opacity 1s ease-in, height 1s ease-in-out, background-color 1s ease-in-out;
}

.testimonial-col img {
    width: 150px;
    border-radius: 100%;
    margin-left: 10%;

    margin-top: -100px;
    border: 1px solid #005176;

}

.testimonial-col.active img {
    width: 150px;

    margin-left: 10%;
    border-radius: 100%;
    margin-top: -100px;
    border: 1px solid #005176;

}


.testimonial-col.active p {
    padding: 0;
    text-align: left;
    color: #f2f2f2f2;
}

.testimonial-col.active h3 {
    margin-top: 15px;
    text-align: left;
    color: #fff;
}

@media (max-width:1500px) {
    .arrowscontainer {

        margin-top: 0.3%;
    }
}

@media (max-width:1100px) {
    .arrowscontainer {
        display: flex;
        margin: 10px;
        width: 100%;

        justify-content: center;

        padding-top: 0px;
        margin-top: -55px;
    }

    .testimonial-col.next {
        display: none;

    }

    .testimonials-slider {
        margin-left: 0;

    }

    .testimonial-col {
        width: 0;
        height: 0;
        flex-direction: column;
        margin-bottom: 100px;
        visibility: hidden;
        overflow-y: hidden;
        padding-top: 100px;
    }

    .testimonial-col img {
        width: 50%;

        margin-right: 5%;
        border-radius: 50%;
        justify-content: center;
        align-self: center;
    }

    .testimonial-col.active img {
        width: 50%;

        margin-right: 5%;
        border-radius: 100%;
        justify-content: center;
        align-self: center;
    }

    .testimonial-col.active {
        overflow: visible;
    }

}

@media (max-width:700px) {
    .testimonial-col img {

        margin-left: 0px;


    }

    .testimonial-col.active img {
        width: 50%;

        margin-right: 5%;
        border-radius: 100%;
        justify-content: center;
        align-self: center;
    }

    .testimonials {
        width: 80%;
        margin: auto;
        padding-top: 100px;
        text-align: center;
        display: flex;
        flex-direction: column;
        height: fit-content;

    }

    .testimonial-col.active {
        margin-top: 0%;
        width: 85%;
        margin-left: 2%;
        overflow: visible;
        flex-direction: column;
        height: fit-content;
    }
}

/*contac us*/
.contactus-container {
    background-color: #005176;
    margin-left: 53%;
    margin-right: 18%;
    width: fit-content;
    height: fit-content;
    border-radius: 0.6cm;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
}

.contactus-container p {
    color: #f2f2f2;
    justify-content: left;
    text-align: left;
    margin-left: 8%;
    margin-right: 10%;

}

.contactus {

    width: 100%;
    background-image: url(../IMG/SLIDER6FONDO.png);
    height: fit-content;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 100px 0;


    background-position: left;
    /* Centra la imagen en el banner */

}

@media (max-width:1340px) {
    .contactus-container {
        background-color: #005176;
        margin-left: 20%;
        margin-right: 20%;
        width: fit-content;
        height: fit-content;
        border-radius: 0.6cm;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
    }
}

@media (max-width:650px) {
    .contactus-container {
        background-color: #005176;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        height: fit-content;
        border-radius: 0.6cm;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
    }

}

.contactus h1 {
    color: #ffffff;
    letter-spacing: 1px;
    margin-left: 10%;
    padding: 0;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 35px;
}

.button-container {
    display: flex;
    flex-direction: row;
    align-content: left;
    margin-left: 10%;

}


.knowus-btn2 {
    margin-top: 10px;

    text-decoration: none;
    color: #005176;
    justify-content: baseline;
    padding: 5px 15px;
    background: #f2f2f2;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    border-radius: 50px;
    left: 3%;
    margin-right: 25px;
}

.knowus-btn2:hover {

    background-color: #05A69D;
    color: #f2f2f2f2;
    transition: 0.5s ease-in-out;

}

/*Footer*/

.footer {
    margin-top: 0%;
    background-image: url(../IMG/footer1.png);
    background-position: 99% top;
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 15px 0;

}


.icons {
    justify-content: flex-end;
    width: 82%;
    display: flex;
    text-align: left;
    flex-direction: row;


}

.icons a:hover {
    color: #005176;
}

.icons i {
    margin-top: -20px;
    margin-left: 20px;
}

.icons a {
    margin-top: 50px;
    color: #f2f2f2f2;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    margin-left: 20px;

}

#logo2 {
    width: 300px;
    left: 140px;
    position: absolute;
    bottom: 20px;
}

.iconslogos,
.iconstexto {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width:1406px) {

    #logo2 {
        left: 50px;
        width: 200px;
    }

}



@media (max-width:1040px) {
    .icons {
        justify-content: center;
        width: 100%;
        flex-direction: column;


    }

    .icons a {
        margin-left: 5px;
        margin-top: 10px;
    }

    .icons i {
        margin-top: -0px;
        margin-left: 5px;
    }

}


@media (max-width:1200px) {
    #logo2 {
        display: none;
    }
}

/*----------------ABOUT US----------*/





/*----------------LOGIN----------*/


.section-register {

    margin-top: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}


.section-login {


    width: 100%;
    height: 80vh;
}



.login-container {
    margin-left: 35vw;
    margin-top: 0vw;
    position: absolute;

    background-color: #fffffff2;
    padding: 5px;
    padding-top: 20px;
    border-radius: 50px;
    box-shadow: 0px 5px 10px #154949;
    text-align: center;
    height: fit-content;
    width: 30vw;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    /* Establece la posición relativa */

    /* Ajusta la posición izquierda  */
    transition: left 0.5s;

}

@media (max-width:1147px) {
    .login-container {
       
        margin-top: -1%;
        
    
    }
}

input[type="checkbox"] {
    display: none;
}
    


span {

    position: relative;
    height: 1.5em;
    width: 1.5em;
    background-color: #005176;
    border-radius:7px;
    transition: all 1s;
}
.recuerdame-label {
    display: flex;
    flex-direction: row;
    margin-left: 10%;
    margin-right: 30%;
    color: #005176;
    transition: all 1s;
    cursor: pointer;

}

.recuerdame-label:hover {
    color:  #04848b;
}

.recuerdame-label input:checked ~span:after {
    background-color: inherit;
}

.recuerdame-label input:checked ~ span:after {
    opacity: 1;
}

span:after {
    
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 0.2em 0.2em 0;
    transform: rotate(45deg);
    width: 0.35em;
    height: 0.7em;
    left: 0.48em;
    top: 0.2em;
    opacity: 0;
    transition: 0.3s ease;

}
@media (max-width:1462px) {
    .login-container {
        width: 40%;
        margin-left: 30%;
    }
}

@media (max-width:1125px) {
    .login-container {
        width: 50%;
        margin-left: 25%;
    }

    .recuerdame-label {
        margin-left: 15%;
        margin-right: -5%;
    }
}

@media (max-width:854px) {
    .recuerdame-label {
        margin-left: 5%;
        margin-right: 0%;
    }

    input[type="checkbox"] {
        transform: scale(0.7);


    }
}

@media (max-width:700px) {
    .login-container {
        width: 90%;
        margin-left: 4%;
        height: fit-content;
    }
}

#login-files,
#register-files {
    display: flex;
    flex-direction: column;
}

#doc-name {
    font-family: Prompt;
    font-weight: 600;
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #005176;

}

.textologin {
    margin-bottom: 10%;

}

#login-files input,
#register-files input {
    border: none;
    background-color: #e3e1e162;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 80%;
    margin-left: 8%;
    position: relative;
    outline: none;
    height: 4vh;
    border-left: 5px solid #005176;
    transition: all 1s;
    border-radius: 10px;
}

#login-files input:focus {

    background-color: #005176;
    border-left: 5px solid #005176;
}

.section-login #login-files input:focus[type="text"],
.section-login #login-files input:focus[type="password"] {
    color: #f2f2f2f2;
    font-size: 20px;
    /* Cambia el tamaño (por ejemplo, 14px) a tu preferencia */
    font-family: 'Prompt';

}

#log-in-button,
#forgotpass-button {
    text-decoration: none;



    border-radius: 25px;
    font-size: medium;
    background-color: #d1fffd00;
    border: solid #757575 0.5px;
    color: #2f3333;


}

#forgotpass-button a {
    color: #005176;
    border: none;
    transition: all 1s;
}

#forgotpass-button:hover a {
    color: #04848b;
}

@media (max-width:400px) {
    #forgotpass-button {
        margin-right: -20%;


    }
}

#forgotpass-button {
    margin-top: 0px;
    border: none;
    font-size: 15px;




}

#log-in-button,
#log-in-button2 {
    margin-left: 15%;
    width: 70%;
    margin-bottom: 20px;
    font-size: 25px;
    margin-top: -10px;
    text-transform: uppercase;

    background-color: #005176;
    border: none;
    color: #f2f2f2f2;
    padding-top: 1%;
    padding-bottom: 1%;
    transition: all 1s;
}

#log-in-button2 {
    margin-top: 20px;
    text-decoration: none;

    margin-right: 60px;
    margin-left: 60px;
    border-radius: 25px;
    font-size: medium;
    background-color: #d1fffd00;
    border: solid #757575 0.5px;
    color: #2f3333;
    font-size: 20px;

}

#forgotpass-button:hover {
    color: #05A69D;
}

#log-in-button:hover,
#log-in-button2:hover {
    cursor: pointer;
    background-color: #04848b;
    color: #f2f2f2f2;
}

#noaccount {
    background-color: #d1fffd00;
    border: none;
    font-size: 20px;
}

#noaccount:hover {
    cursor: pointer;
    color: #3B478C;
}






/* Estilo del enlace USUARIOS */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Estilo del cuadro desplegable */
.dropdown-content {
    transition: all 0.3s ease-in-out;
    right: -12px;
    top: 38px;
    display: none;

    position: absolute;

    border: 1px solid inherit;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000000;
    border-radius: 10px;
    background-color: inherit;

}

/* Estilo de las opciones del cuadro desplegable */
/* Estilos por defecto para el enlace */
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

/* Estilos cuando se pasa el mouse sobre el enlace o se toca en dispositivos móviles */
.dropdown-content a:hover,
.dropdown-content a:active {
    transition: 0.5s ease-in-out;
    border-width: 0.5px;

    border-radius: 25px;
}

/* Resto de tus estilos */

/* Cambiar el color del enlace al hacer hover en el elemento "USUARIOS" */
.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    align-self: center;
    z-index: 1000000000000000;
}

@media (max-width: 700px) {
    .dropdown-content {
        background-color: #616161f8;
        right: 70px;
        border: 1px solid inherit;
    }
}


#showPassword {
font-size: 30px;
margin-left: 80%;
margin-top: 3%;
margin-bottom: -3%;
}


#docEye{

    color: #f2f2f2f2;
    margin-left: 84.5%;

    transition: all 0.5s ease-in-out;
    background-color: #005176;
    padding: 5px;

    border-radius: 10px;
    width: fit-content;
    transition: padding none;
}




#passwordError {

        opacity: 0;
        position: relative;
        height: 10%;
        width: 80%;
        margin-left: 8.5% ;
        background-color: #005176;
        border-radius: 25px;
        padding: 10px 10px;
        justify-self: center;
        margin-top: 2%;
        color: #a7fff2;
    justify-content: center;
}