/*CSS de index.html*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
}

.index-page{
    height: 185rem;
    width: 100%;
}

.navbar{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 4.7rem;
    box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.1);
    margin-bottom: 1.5px;
}

.nav-links{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    list-style: none;
}

.nav-links_elements{
    display: flex;
    justify-content: center;
    width: 9rem;
}

a {
    color: #727272;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
}

a:hover {
    color: #FF5A2C;
    border-bottom-color: #FF5A2C;
}

.nav-links img{
    align-self: flex-start;
}

.imglogoviarza{
    height: 9.4rem;
    filter: drop-shadow(
        0px 0px 5px rgba(1, 1, 1, 1.5)
    );
    z-index: 10;
    animation:rotate-center 3s} @keyframes rotate-center{0%{transform:rotate(0)}100%{transform:rotate(360deg)}
}

button{
    background-color: #FF5A2C;
    color:#ffffff;
    font-size: 100%;
    font-weight: 600;
    font-family:"Open Sans";
    font-style: normal;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    font-optical-sizing: auto;
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

button:active {
    background-color: #000000;
}

.login_button{
    height: 2.8rem;
    width: 9rem;
}

.goback-btn{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 2.8rem;
    width: 13rem;
    background-color: #727272;
    margin: 2rem 2rem 0rem 2rem;
}

.index-cover{
    position: relative;
    width: 100%;
    height: 120vh;
    background-image: url(./img/reunion-departamento.jpg);
    background-size: cover;
    background-position: center;
}

.overlay1{
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}

.overlay1_content {
    height: 50%;
    max-width: 500px;
    margin-right: 90px;
    margin-left: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

h1{
    font-family: "Abril Fatface", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    font-optical-sizing: auto;
    color: #FF5A2C;
    text-align: center;
}

h2{
    font-weight:700;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-optical-sizing: auto;
    color: #A77653;
    text-align: center;
}

h3{
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    font-optical-sizing: auto;
    color: #FFFFFF;
    text-align: center;
    filter: none;
}

.contact_btn{
    height: 3.5rem;
    width: 20rem;
    font-size: 120%;
}

.numbers{
    height: 15%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 70px 50px;
}

.figure1{
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.figure2{
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.figure3{
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.icon{
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.circle{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color:#727272;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.midsection{
    position: relative;
    width: 100%;
    height: 25%;
    background-image: url(./img/handshake_og.jpg);
    background-size: cover;
    background-position: center;
    filter: contrast(90%) grayscale(20%) saturate(80%) brightness(100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 110px 180px;
}

.midsection h2{
    color: #ffffff;
    font-weight:500;
    font-size: 25px;
}

.bottomsection{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 25%;
}

.offer{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 60px;
}

.circle2 {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.layout_bottom {
    width: 50%;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    align-items: center;
    justify-items: center;
    background-color: #888888;
    padding: 60px;
  }

.layout_bottom h1{
    color:#FFFFFF;
  }

.layout_bottom h2{
    color:#FFFFFF;
  }

footer{
    display: flex;
    background-color: #232323;
    width: 100%;
    height: auto;
}

.footer_left{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0px 0px 0px 100px;
}

.imglogoviarzawhite{
    width: 200px;
    height: 200px;
}

.footer_mid{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 10px 0px 10px 100px;
}

.figure_footer{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icon_footer{
    width: 40px;
    height: 40px;
}

footer p{
    color: #ffffff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    padding: 0px 20px;
}

.icon_footer_media{
    width: 40px;
    height: 40px;
}

.footer_right{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px 0px 30px 50px;
}

.footer_right_title p{
    font-size: 25px;
}

.footer_right_icons{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.whatsapp_float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: none;
}

.whatsapp_icon {
    width: 35px;
    height: 35px;
}

.whatsapp_float:hover {
    background-color: #25d366;
    border-bottom: none;
}

@media (max-width: 1245px) {
    body {
        width: 100%;
    }

    .index-page{
        height: auto;
    }

    .index-cover {
        height: 40rem;
    }

    .overlay1 {
        width: 40%;
        padding: 10px;
        text-align: center;
        justify-content: center;
    }

    .overlay1_content {
        gap: 5rem;
    }

    .overlay1_content h2{
        font-size: 1.3rem;
    }

    .contact_btn{
        height: 3rem;
        width: 17rem;
        font-size: 100%;
    }

    .midsection{
        padding: 0rem;
        height: auto;
        gap: 10rem;
    }

    .midsection h3{
        font-size: 2rem;
        padding: 2rem 1rem;
    }

    .midsection h2{
        font-size: 1.2rem;
        padding: 2rem 1rem;
    }

    .bottomsection{
        height: auto;
    }
    
    .offer {
        padding: 2rem;
        width: 50%;
        height: auto;
    }

    .offer h1 {
        font-size: 4rem;
    }

    .offer h2 {
        font-size: 2rem;
    }

    .layout_bottom {
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
        padding: 2rem 2rem;
    }

    .circle2{
        width: 9rem;
        height: 9rem;
    }

    .layout_bottom h1 {
        font-size: 3rem;
        }

    .layout_bottom h2 {
        font-size: 1.3rem;
        }

    footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .footer_left{
        padding: 0rem 0rem 0rem 5rem;
    }

    .footer_mid{
        padding: 1rem 0rem 1rem 7rem;
        width: 50%;
    }

    .footer_right{
        padding: 1rem 0rem;
    }

    .footer_right_title p{
        font-size: 1.5rem;
        text-align: center;
        padding: 1rem 0rem;
    }
}

@media (max-width: 768px) {
    body {
        width: 100%;
    }

    .login_button{
        width: 9rem;
    }
    
    .navbar {
        flex-direction: column;
        height: auto;
    }

    .nav-links img{
        align-self: center;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
        margin: 1rem 0rem;
    }

    .index-cover {
        height: 25rem;
    }

    .overlay1 {
        width: 40%;
        padding: 0.7rem;
        text-align: center;
        justify-content: center;
    }

    .overlay1_content {
        gap:2rem;
        height: 70%;
        margin: 0rem 3rem;
    }

    .overlay1_content h2{
        font-size: 1.3rem;
    }

    .contact_btn{
        height: 3rem;
        font-size: 100%;
    }

    .numbers {
        display: flex;
        flex-direction: column;
        gap: 5rem;
        height: 70rem;
    }

    .figure1, .figure2, .figure3 {
        width: 100%;
    }

    .midsection{
        padding: 0rem;
        height: auto;
        gap: 3rem;
    }

    .midsection h3{
        font-size: 2rem;
        padding: 2rem 1rem;
    }

    .midsection h2{
        font-size: 1.2rem;
        padding: 2rem 1rem;
    }

    .bottomsection {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .offer {
        padding: 1rem;
        width: 100%;
        gap: 4rem;
    }

    .offer h1{
        font-size: 3.2rem;
    }

    .offer h2{
        font-size: 1.4rem;
    }

    .layout_bottom {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        height: auto;
    }

    .footer_left{
        width: 100%;
        padding: 0rem 0rem 1.5rem 0rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .footer_mid{
        width: 100%;
        padding: 0rem 6rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .figure_footer{
        gap: 0.5rem;
    }

    footer p{
        padding: 0rem;
        font-size: 1rem;
    }

    .footer_right{
        width: 100%;
        padding: 1.5rem 0rem 1.5rem 0rem;
    }

    .footer_right_title p {
        font-size: 1.5rem;
        text-align: center;
    }

    .footer_right_icons{
        padding: 1.5rem 2.5rem 0rem 2.5rem;
    }

    .whatsapp_float {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 480px) {
    body {
        width: 100%;
    }

    .index-page{
        height: auto;
    }
    
    .navbar {
        flex-direction: column;
        height: auto;
    }

    .nav-links img{
        align-self: center;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
        margin: 1rem 0rem;
    }

    .index-cover {
        height: 25rem;
    }

    .overlay1 {
        width: 100%;
        padding: 10px;
        text-align: center;
        justify-content: center;
    }

    .overlay1_content {
        gap:2rem;
        height: 70%;
        margin: 0rem 3rem;
    }

    .overlay1_content h2{
        font-size: 1.3rem;
    }

    .contact_btn{
        height: 3rem;
        font-size: 100%;
    }

    .numbers {
        display: flex;
        flex-direction: column;
        gap: 5rem;
        height: 70rem;
    }

    .figure1, .figure2, .figure3 {
        width: 100%;
    }

    .midsection{
        padding: 0rem;
        height: auto;
        gap: 7rem;
    }

    .midsection h3{
        font-size: 1.8rem;
        padding: 2rem 1rem;
    }

    .midsection h2{
        font-size: 1rem;
        padding: 2rem 1rem;
    }

    .bottomsection {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .offer {
        padding: 2rem;
        width: 100%;
        gap: 3rem;
    }

    .offer h1{
        font-size: 2.8rem;
    }

    .offer h2{
        font-size: 1.4rem;
    }

    .layout_bottom {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        height: auto;
    }

    .footer_left{
        width: 100%;
        padding: 0rem 0rem 1.5rem 0rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .footer_mid{
        width: 100%;
        padding: 0rem 1.5rem 0rem 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .figure_footer{
        gap: 0.5rem;
    }

    footer p{
        padding: 0rem;
        font-size: 1rem;
    }

    .footer_right{
        width: 100%;
        padding: 1.5rem 0rem 1.5rem 0rem;
    }

    .footer_right_title p {
        font-size: 1.5rem;
        text-align: center;
    }

    .footer_right_icons{
        padding: 1.5rem 2.5rem 0rem 2.5rem;
    }

    .whatsapp_float {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 320px) {
    body {
        width: 100%;
    }

    .index-page{
        height: auto;
    }
    
    .navbar {
        flex-direction: column;
        height: auto;
    }

    .nav-links img{
        align-self: center;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
        margin: 1rem 0rem;
    }

    .index-cover {
        height: 25rem;
    }

    .overlay1 {
        width: 100%;
        padding: 10px;
        text-align: center;
        justify-content: center;
    }

    .overlay1_content {
        gap:1.5rem;
        height: 70%;
        margin: 0rem 1rem;
    }

    .overlay1_content h2{
        font-size: 1.1rem;
    }

    .contact_btn{
        height: 3rem;
        font-size: 100%;
        width: 14rem;
    }

    .numbers {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        height: auto;
    }

    .numbers h2{
        font-size: 1.4rem;
    }

    .figure1, .figure2, .figure3 {
        width: 100%;
    }

    .midsection{
        padding: 0rem;
        height: auto;
        gap: 5rem;
    }

    .midsection h3{
        font-size: 1.5rem;
        padding: 2rem 1rem;
    }

    .midsection h2{
        font-size: 1rem;
        padding: 2rem 1rem;
    }

    .bottomsection {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .offer {
        padding: 2rem;
        width: 100%;
        gap: 3rem;
    }

    .offer h1{
        font-size: 2.1rem;
    }

    .offer h2{
        font-size: 1.2rem;
    }

    .layout_bottom {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 1.5rem;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        height: auto;
    }

    .footer_left{
        width: 100%;
        padding: 0rem 0rem 1.5rem 0rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .footer_mid{
        width: 100%;
        padding: 0rem 1rem 0rem 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .figure_footer{
        gap: 0.5rem;
    }

    footer p{
        padding: 0rem;
        font-size: 1rem;
    }

    .footer_right{
        width: 100%;
        padding: 1.5rem 0rem 1.5rem 0rem;
    }

    .footer_right_title p {
        font-size: 1.2rem;
        text-align: center;
    }

    .footer_right_icons{
        padding: 1.5rem 2.5rem 0rem 2.5rem;
    }

    .whatsapp_float {
        bottom: 20px;
        right: 20px;
    }
}

/*CSS de services.html*/

.services-page{
}

.services-cover{
    position: relative;
    width: 100%;
    height: 120vh;
    background-image: url(./img/Services2.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 3%;
}

.overlay2{
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.overlay2_content {
    height: 70%;
    max-width: 500px;
    margin-right: 90px;
    margin-left: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.overlay2_content h1{
    color: #000000;
}

.contact_btn_services{
    height: 12%;
    width: 20rem;
    font-size: 120%;
}

.side-menu {
    position: absolute;
    left: 10%;
    width: 25rem;
    background-color: #f6f6f6;
    padding: 0px 25px;
    border-radius: 40px;
}

.side-menu ul {
    list-style-type: none;
    padding: 0;
}

.side-menu ul li {
    margin: 20px 0;
}

.side-menu ul li a {
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    color: #808080;
    font-weight: 500;
}

.side-menu ul li a.active {
    color: #000000;
    font-weight: 500;
    text-decoration-color: #FF5A2C;
}

.side-menu ul li a:hover {
    color: #FF5A2C;
}

.section-services {
    height: 20%;
    margin-left: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 40%;
}

.section-services h2{
    color: #271B74;
    font-size: 40px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.section-services h4{
    font-size: 30px;
    margin-bottom: 1rem;
}

.section-services p{
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 1rem;
}

.section-services li{
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    line-height: 2;
    padding: 0rem 1rem;
}

.picture-services{
    width: 100%;
    height: 45%;
    border-radius: 40px;
    margin-bottom: 1rem;
}

#asadministrativa {
    margin-bottom: 5rem;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 1245px) {

    body {
        width: 100%;
    }

    .services-page{
        height: auto;
    }

    .overlay2 {
        width: 50%;
    }

    .side-menu {
        left: 5%;
        width: auto;
    }

    .section-services{
        margin-left: 55%;
    }
}

@media (max-width: 768px) {

    body {
        width: 100%;
    }

    .services-page{
        height: auto;
    }

    .services-cover {
        height: 35rem;
    }

    .overlay2 {
        width: 60%;
        padding: 10px;
        text-align: center;
        justify-content: center;
    }

    .overlay2_content {
        max-width: 280px;
        margin-right: 10px;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .overlay2_content h1{
        font-size: 2.5rem;
    }

    .overlay2_content h2{
        font-size: 1.2rem;
    }

    .side-menu {
        display: flex;
        justify-content: center;
        margin-left: 5%;
        width: 90%;
        background-color: #f6f6f6;
        padding: 1rem;
        border-radius: 40px;
        text-align: center;
        font-size: 0.8rem;
    }

    .section-services{
        margin-left: 0px;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .section-services h2{
        font-size: 2rem;
    }

    .section-services p{
        width: 95%;
    }

    .picture-services{
        width: 90%;
        margin-left: 5%;
    }

}

@media (max-width: 480px) {

    body {
        width: 100%;
    }

    .services-page{
        height: auto;
    }

    .services-cover {
        height: 35rem;
    }

    .overlay2 {
        width: 100%;
        padding: 10px;
        text-align: center;
        justify-content: center;
    }

    .overlay2_content {
        max-width: 280px;
        margin-right: 10px;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .overlay2_content h1{
        font-size: 2.5rem;
    }

    .overlay2_content h2{
        font-size: 1.2rem;
    }

    .side-menu {
        display: flex;
        justify-content: center;
        margin-left: 5%;
        width: 90%;
        background-color: #f6f6f6;
        padding: 1rem;
        border-radius: 40px;
        text-align: center;
        font-size: 0.8rem;
    }

    .section-services{
        margin-left: 0px;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .section-services h2{
        font-size: 2rem;
    }

    .section-services p{
        width: 95%;
    }

    .picture-services{
        width: 90%;
        margin-left: 5%;
    }
}

@media (max-width: 320px) {

    body {
        width: 100%;
    }

    .services-page{
        height: auto;
    }

    .services-cover {
        height: 25rem;
    }

    .overlay2 {
        width: 100%;
        padding: 10px;
        text-align: center;
        justify-content: center;
    }

    .overlay2_content {
        max-width: 280px;
        margin-right: 10px;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .overlay2_content h1{
        font-size: 2rem;
    }

    .overlay2_content h2{
        font-size: 1rem;
    }

    .side-menu {
        display: flex;
        justify-content: center;
        margin-left: 5%;
        width: 90%;
        background-color: #f6f6f6;
        padding: 1rem;
        border-radius: 40px;
        text-align: center;
        font-size: 0.8rem;
    }

    .section-services{
        margin-left: 0px;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .section-services h2{
        font-size: 2rem;
    }

    .section-services p{
        width: 95%;
    }

    .picture-services{
        width: 90%;
        margin-left: 5%;
    }
}

/*CSS de contact.html*/

.map-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50%;
    width: 100%;
}

h5{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    font-optical-sizing: auto;
    color: #FF5A2C;
    text-align: center;
    padding: 15px 0px;
}

.map-google{
    padding: 40px;
}

.form-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 80px 0px 20px 0px;
}

.form-container input, 
.form-container textarea,
.form-container button {
    width: 35rem;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 15px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.form-container button {
    width: 35rem;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 40px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.form-container textarea {
    height: 150px;
    resize: none;
}

.form-information{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 30rem;
    padding: 15px;
}

@media (max-width: 1245px) {

}

@media (max-width: 768px) {

    .form-container{
        max-width: 750px;
        padding: 10px 0px;
    }

    .form-container input,
    .form-container textarea{
        width: 28rem;
    }

    .form-container button{
        width: 28rem;
    }

}

@media (max-width: 480px) {

    .form-container{
        max-width: 460px;
        padding: 10px 0px;
    }

    .form-container input,
    .form-container textarea{
        width: 19rem;
    }

    .form-container button{
        width: 19rem;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        height: auto;
    }

    .footer_left{
        width: 100%;
        padding: 0rem 0rem 1.5rem 0rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .footer_mid{
        width: 100%;
        padding: 0rem 1rem 0rem 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .figure_footer{
        gap: 0.5rem;
    }

    footer p{
        padding: 0rem;
        font-size: 1rem;
    }

    .footer_right{
        width: 100%;
        padding: 1.5rem 0rem 1.5rem 0rem;
    }

    .footer_right_title p {
        font-size: 1.2rem;
        text-align: center;
    }

    .footer_right_icons{
        padding: 1.5rem 2.5rem 0rem 2.5rem;
    }
}

@media (max-width: 320px) {

    .form-container{
        max-width: 300px;
        padding: 10px 0px;
    }

    .form-container input,
    .form-container textarea{
        width: auto;
    }

    .form-container button{
        width: 12rem;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        height: auto;
    }

    .footer_left{
        width: 100%;
        padding: 0rem 0rem 1.5rem 0rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .footer_mid{
        width: 100%;
        padding: 0rem 1rem 0rem 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .figure_footer{
        gap: 0.5rem;
    }

    footer p{
        padding: 0rem;
        font-size: 1rem;
    }

    .footer_right{
        width: 100%;
        padding: 1.5rem 0rem 1.5rem 0rem;
    }

    .footer_right_title p {
        font-size: 1.2rem;
        text-align: center;
    }

    .footer_right_icons{
        padding: 1.5rem 2.5rem 0rem 2.5rem;
    }
}

/*CSS de reports.php*/

.form-side {
    padding: 7rem 4.5rem 0rem 5rem;
    display: flex;
    justify-content: center;
    align-items: start;
}

.my-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    gap: 1rem;
    max-width: 28.75rem;
    width: 100%;
    padding: 3rem 2rem;
    height: 28rem;
    box-shadow:
        rgba(100, 100, 111, 0.2) 
        0px 7px 29px 0px;
}

.my-form_button {
    font-size: 1.125rem;
    min-height: 3.125rem;
}

.my-form_actions {
    margin-top: 0.5rem;
}

.my-form_actions a {
    color: var(--secondary);
    font-weight: 400;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
}

.my-form_actions a:hover {
    text-decoration: underline;
}

.my-form_signup {
    display: flex;
    justify-content: center;
}

.my-form_signup a {
    color: var(--primary);
    font-weight: 800;
    text-decoration: none;
    font-size: 1.125rem;
}

.my-form_signup a:hover {
    text-decoration: underline;
}

.my-form_row input {
    color: var(--secondary);
    font-size: 1rem;
    border: 1px solid var(--secondary);
    height: 3rem;
    letter-spacing: .03rem;
    background-color: transparent;
    outline: none;
    transition: .25s;
    border-radius: 0.5rem;
    text-indent: 1.5rem;
    margin-top: 0.25rem;
    width: 70%;
}

.my-form__row_restart{
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #FF5A2C;
    font-weight: 800;
}

label{
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #232323;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span{
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    color: #232323;
    font-weight: 500;
}

.login-welcome-row{
    color: #727272;
    font-size: 3rem;
}

.password-wrapper{
    display: flex;
    align-items: center;
    position: relative;
    gap: 4rem;
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2em;
    color: #000000;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: #FF5A2C;
}

@media (max-width: 1245px) {

    .form-side{
        padding: 8rem 1.5rem 0rem 1.5rem;
    }
    
    .my-form{
        height: auto;
        margin-bottom: 4rem;
    }

    .my-form h2{
        font-size: 2.2rem;
    }

    .my-form_row input{
        text-indent: 1.5rem;
        width: 100%;
    }

    .my-form_row{
        gap: 0.5rem;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .form-side{
        padding: 4rem 1.5rem 0rem 1.5rem;
    }
    
    .my-form{
        height: auto;
        margin-bottom: 4rem;
    }

    .my-form h2{
        font-size: 2.2rem;
    }

    .my-form_row input{
        text-indent: 1.5rem;
        width: 100%;
    }

    .my-form_row{
        gap: 0.5rem;
        text-align: center;
    }
}

@media (max-width: 480px) {

    .form-side{
        padding: 4rem 1.5rem 0rem 1.5rem;
    }
    
    .my-form{
        height: auto;
        margin-bottom: 4rem;
    }

    .my-form h2{
        font-size: 2.2rem;
    }

    .my-form_row input{
        text-indent: 1.5rem;
        width: 100%;
    }

    .my-form_row{
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

@media (max-width: 320px) {
    
    .form-side{
        padding: 4rem 0.5rem 0rem 0.5rem;
    }
    
    .my-form{
        height: auto;
        margin-bottom: 4rem;
    }

    .my-form h2{
        font-size: 2.2rem;
    }

    .my-form_row input{
        text-indent: 1rem;
        width: 100%;
    }

    .my-form_row{
        text-align: center;
    }
}

/*CSS de resetpassword.php*/

.form-side-reset{
    padding: 3rem 4.5rem 0rem 5rem;
    display: flex;
    justify-content: center;
    align-items: start;
}

.my-form-reset{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    gap: 1rem;
    max-width: 30rem;
    width: 100%;
    padding: 3rem 2rem;
    box-shadow:
        rgba(100, 100, 111, 0.2) 
        0px 7px 29px 0px;
}

@media (max-width: 1245px) {

    .form-side-reset{
        padding: 3rem 1rem 4rem 1rem;
    }

    .login-welcome-row{
        font-size: 3rem;
    }

}

@media (max-width: 768px) {
    
    .form-side-reset{
        padding: 3rem 1rem 4rem 1rem;
    }

    .login-welcome-row{
        font-size: 3rem;
    }
}

@media (max-width: 480px) {

    .form-side-reset{
        padding: 3rem 1rem 4rem 1rem;
    }

    .login-welcome-row{
        font-size: 2.5rem;
    }
}

@media (max-width: 320px) {
    
    .form-side-reset{
        padding: 3rem 0.5rem 4rem 0.5rem;
    }

    .login-welcome-row{
        font-size: 2rem;
    }
}

/*CSS de login.php*/

.login-welcome-message{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    font-optical-sizing: auto;
    color: #FF5A2C;
    text-align: center;
    padding: 5rem 0rem 0rem 0rem;
}

.login-instruction-message{
    font-weight:400;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-optical-sizing: auto;
    color: #000000;
    text-align: center;
    padding: 2.5rem 0.5rem;
}

.document-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    height: auto;
}

.form-elements {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    max-width: 80rem; 
}

.combo-box{
    width: auto;
}

.combo-box, input[type='date'] {
    width: 200px;
    padding: 10px;
    margin: 0 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.submit-btn {
    background-color: #FF5A2C;
    color:#ffffff;
    font-size: 100%;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-weight:600;
    font-family: "Open Sans", sans-serif;
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
    height: 2.8rem;
    width: 9rem;
}

.submit-btn:active {
    background-color: #000000;
}

.login-submit-btn{
    margin:3rem 0rem;
}

.logout-btn {
    background-color: #545454;
    color:#ffffff;
    font-size: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight:600;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
    height: 2.8rem;
    width: 9rem;
}

.logout-form{
    position: absolute;
    top: 110px;
    right: 130px;
}

.logout-btn:active {
    background-color: #ffffff;
    color:#232323;
}

.login-welcome-message-2{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    font-optical-sizing: auto;
    color: #FF5A2C;
    text-align: center;
    padding: 1rem 0rem 0rem 0rem;
}

.results-table {
    padding: 2rem 10rem;
    width: 100%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.results-table th, .results-table td {
    padding: 10px;
}

.results-table tr{
    text-align: center;
}

.results-table a {
    border-bottom: none;
    padding: 0px 15px;
}

.results-table img {
    width: 20px;
    cursor: pointer;
}

.login-message-nodoc{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 3rem 0rem;
    font-weight:400;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-optical-sizing: auto;
    color: #000000;
}

@media (max-width: 1245px) {

    .document-form{
        margin-top: 0px;
    }
    
    .login-welcome-message{
        font-size: 3.5rem;
    }

    .login-instruction-message{
        font-size: 1.7rem;

    }

    .form-elements{
        flex-direction: column;
        padding: 0rem 0.5rem;
        gap: 1rem;
        align-items: center;
    }

    .combo-box, input[type='date'] {
        width: 300px;
    }

    .login-welcome-message-2{
        font-size: 3.5rem;
        padding: 0rem;
    }

    .results-table{
        padding: 2rem 0.5rem;
    }

    .login-message-nodoc{
        font-size: 1.7rem;
    }
}

@media (max-width: 768px) {

    .document-form{
        margin-top: 0px;
    }

    .login-welcome-message{
        font-size: 3.5rem;
    }

    .login-instruction-message{
        font-size: 1.7rem;
    }

    .form-elements{
        flex-direction: column;
        padding: 0rem 0.5rem;
        gap: 1rem;
        align-items: center;
    }

    .combo-box, input[type='date'] {
        width: 300px;
    }

    .login-welcome-message-2{
        font-size: 3.5rem;
        padding: 0rem;
    }

    .results-table{
        padding: 2rem 0.5rem;
    }

    .login-message-nodoc{
        font-size: 1.7rem;
    }
}

@media (max-width: 480px) {

    .document-form{
        margin-top: 0px;
    }

    .login-welcome-message{
        font-size: 2.5rem;
    }

    .login-instruction-message{
        font-size: 1.7rem;
    }

    .form-elements{
        flex-direction: column;
        padding: 0rem 0.5rem;
        gap: 1rem;
        align-items: center;
    }

    .combo-box, input[type='date'] {
        width: 250px;
    }

    .login-welcome-message-2{
        font-size: 2.5rem;
        padding: 0rem;
    }

    .results-table{
        padding: 2rem 0.5rem;
    }

    .login-message-nodoc{
        font-size: 1.7rem;
    }
}

@media (max-width: 320px) {

    .document-form{
        margin-top: 0px;
    }
    
    .login-welcome-message{
        font-size: 2rem;
    }

    .login-instruction-message{
        font-size: 1.1rem;
    }

    .form-elements{
        flex-direction: column;
        padding: 0rem 0.5rem;
        gap: 1rem;
        align-items: center;
    }

    .combo-box, input[type='date'] {
        width: 200px;
    }

    .login-welcome-message-2{
        font-size: 2rem;
        padding: 0rem;
    }

    .results-table{
        padding: 2rem 0.5rem;
    }

    .login-message-nodoc{
        font-size: 1.1rem;
    }
}

/*CSS de loginadmin.php*/

.loginadmin-page{
    height: 60rem;
}

.admin-id-form {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 40rem;
}

.admin-id-form input{
    height: 2.2rem;
}

.submit-btn-admin {
    background-color: #FF5A2C;
    color:#ffffff;
    font-size: 100%;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
    height: 2.8rem;
    width: 7rem;
}

.register-btn-admin{
    background-color: #f6f6f6;
    color:#256F2C;
    font-size: 100%;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
    height: 2.8rem;
    width: 15rem;
}

.submit-btn-admin:active {
    background-color: #000000;
}

.login-instruction-message-2{
    padding-top: 5rem;
    font-weight:400;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-optical-sizing: auto;
    color: #000000;
    text-align: center;
}

.submit-btn-add-doc{
    height: 2.8rem;
    width: 15rem;
    margin-bottom: 5rem;
}

.upload-document-section{
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-btn-add-doc {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff5722;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.loginadmin-menu-section {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 0px 5rem 1.5rem 5rem;
    grid-auto-rows: minmax(22rem, auto);
    text-align: center;
  }

.loginadmin-createuser-section{
    box-shadow:
    rgba(100, 100, 111, 0.2) 
    0px 7px 29px 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: background-color 1s;
}

.loginadmin-createuser-section:hover{
    background-color: #FF5A2C;
    cursor: pointer;
}

.loginadmin-upload-section{
    box-shadow:
    rgba(100, 100, 111, 0.2) 
    0px 7px 29px 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: background-color 1s;
}

.loginadmin-upload-section:hover{
    background-color: #FF5A2C;
    cursor: pointer;
}

.loginadmin-query-section{
    box-shadow:
    rgba(100, 100, 111, 0.2) 
    0px 7px 29px 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.25s;
}

.loginadmin-query-section:hover{
    background-color: #FF5A2C;
    cursor: pointer;
}

.loginadmin-menu-header{
    color: #232323;
    font-weight: 500;
    font-size: 2rem;
}

.menu-icon{
    max-width: 40%;
    max-height: 40%;
    object-fit: contain;
}

.loginadmin-menu-p{
    color: #232323;
    font-weight: 200;
    font-size: 1.2rem;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 768px) {

    .loginadmin-menu-section{
        display: flex;
        flex-direction: column;
        padding: 0rem 3rem 1.5rem 3rem;
    }
}

@media (max-width: 480px) {

    .loginadmin-menu-section{
        display: flex;
        flex-direction: column;
        padding: 0rem 1rem 1.5rem 1rem;
    }
}

@media (max-width: 320px) {
    
    .loginadmin-menu-section{
        display: flex;
        flex-direction: column;
        padding: 0rem 0.5rem 1.5rem 0.5rem;
    }
}

/*CSS de createuser.php*/

.createuser-page{
    height: 60rem;
}

.form-side-2 {
    padding: 2rem 4.5rem 0rem 5rem;
    display: flex;
    justify-content: center;
    align-items: start;
}

.my-form-createuser{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
    max-width: 40rem;
    padding: 3rem 2rem;
    height: fit-content;
    box-shadow:
        rgba(100, 100, 111, 0.2) 
        0px 7px 29px 0px;
}

.submit-btn-admin:active {
    background-color: #000000;
}

.createuser-buttons{
    font-size: 100%;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-weight:600;
    font-family: "Open Sans", sans-serif;
    transition: background-color 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
}

.createuser-create{
    background-color: #256F2C;
    color: #f6f6f6;
    width: 11rem;
    height: 2.5rem;
}

.createuser-save{
    background-color: #727272;
    color:#f6f6f6;
    width: 11rem;
    height: 2.5rem;
}

.createuser-delete{
    background-color: #BB2929;
    color: #f6f6f6;
    width: 11rem;
    height: 2.5rem;
}

.createuser-table-head{
    display: grid;
    justify-content: space-around;
    grid-template-columns: repeat(5, 1fr);
    padding: 4rem 0rem 2rem 0rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.createuser-table-head-content{
    display: grid;
    justify-content: center;
}

.createuser-table-body{
    display: grid;
    justify-content: space-around;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 2rem;
    font-family: "Open Sans", sans-serif;
    padding: 0rem 0rem 3rem 0rem;
}

.createuser-table-body-content{
    display: grid;
    justify-content: center;
}

.createuser-edit{
    background-color: #232323;
    color: #f6f6f6;
    width: 5rem;
    height: 2rem;
}

.createuser-error-message{
    color: #BB2929;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.createuser-success-message{
    color: #256F2C;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

@media (max-width: 1245px) {

    .form-side-2{
        padding: 2rem 0.5rem 0rem 0.5rem;
    }
    
    .my-form-createuser{
        max-width: 500px;
        padding: 3rem;
    }

    .my-form_row label{
        flex-direction: row;
    }

    .my-form_row input{
        text-indent: auto;
    }

    .createuser-buttons{
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

    .createuser-table-head {
        place-items: center;
        justify-content: center;
        font-size: 16px;
        gap: 0.5rem;
        width: 46rem;
        position: relative;
        margin-left: 10%;
    }

    .createuser-table-head-content {
        align-items: center;
        text-align: center;
    }

    .createuser-table-body {
        font-size: 14px;
        gap: 0.5rem;
        width: 46rem;
        margin-left: 10%;
    }

    .createuser-edit{
        height: 2rem;
        width: 5rem;
    }

    .createuser-create{
        height: 2.8rem;
    }

    .createuser-save{
        height: 2.8rem;
    }

    .createuser-delete{
        height: 2.8rem;
    }

}

@media (max-width: 768px) {

    .form-side-2{
        padding: 2rem 0.5rem 0rem 0.5rem;
    }
    
    .my-form-createuser{
        max-width: 380px;
        padding: 3rem 0rem;
    }

    .my-form_row label{
        flex-direction: column;
    }

    .my-form_row input{
        text-indent: auto;
    }

    .createuser-buttons{
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .createuser-table-head {
        place-items: center;
        justify-content: center;
        font-size: 14px;
        gap: 0.5rem;
        width: 35rem;
        position: relative;
        margin-left: 5%;
    }

    .createuser-table-head-content {
        align-items: center;
        text-align: center;
    }

    .createuser-table-body {
        font-size: 12px;
        gap: 0.5rem;
        width: 35rem;
        margin-left: 5%;
    }

    .createuser-edit{
        height: 2rem;
        width: 4rem;
    }
}

@media (max-width: 480px) {
    
    .form-side-2{
        padding: 2rem 0.5rem 0rem 0.5rem;
    }
    
    .my-form-createuser{
        max-width: 310px;
        padding: 3rem 0rem;
    }

    .my-form_row label{
        flex-direction: column;
    }

    .my-form_row input{
        text-indent: auto;
    }

    .createuser-buttons{
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .createuser-table-head {
        font-size: 14px;
        gap: 0.5rem;
        width: 30rem;
    }

    .createuser-table-head-content {
        align-items: center;
        text-align: center;
    }

    .createuser-table-body {
        font-size: 12px;
        gap: 0.5rem;
        width: 30rem;
    }

    .createuser-edit{
        height: 2rem;
        width: 3rem;
    }
}

@media (max-width: 320px) {
    
    .form-side-2{
        padding: 2rem 0.5rem 0rem 0.5rem;
    }
    
    .my-form-createuser{
        max-width: 310px;
        padding: 3rem 0rem;
    }

    .my-form_row label{
        flex-direction: column;
    }

    .my-form_row input{
        text-indent: auto;
    }

    .createuser-buttons{
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .createuser-table-head {
        font-size: 12px;
        gap: 0.5rem;
        width: 30rem;
    }

    .createuser-table-head-content {
        align-items: center;
        text-align: center;
    }

    .createuser-table-body {
        font-size: 10px;
        gap: 0.5rem;
        width: 30rem;
    }

    .createuser-edit{
        height: 2rem;
        width: 3rem;
    }
}

/*CSS de queries.php*/

.queries-form-1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
    gap: 5rem;
    margin: 2rem 3rem;
    box-shadow:
        rgba(100, 100, 111, 0.2) 
        0px 7px 29px 0px;
}

#search-bar{
    margin: 0 10px;
    height: 2rem;
}

#suggestions-list {
    position: absolute;
    margin: 2rem 0rem;
    background-color: #f4f4f4;
    list-style: none;
    width: 18rem;
}

#suggestions-list li {
    cursor: pointer;
    padding: 1rem 0rem;
}

#suggestions-list li:hover {
    background-color: #FF5A2C;
}

.queries-form-both{
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0px 3rem 1.5rem 3rem;
    text-align: center;
  }

.queries-form-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    box-shadow:
    rgba(100, 100, 111, 0.2) 
    0px 7px 29px 0px;
  }

.form-elements-2{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 3rem 0rem;
}

.document-combobox{
    margin-top: 3rem;
    height: 2.5rem;
    width: 16rem;
}

.queries-form-3{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 1rem;
    box-shadow:
    rgba(100, 100, 111, 0.2) 
    0px 7px 29px 0px;
  }

.queries-submit-btn{
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.calendar-row{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0.5rem 4rem;
}

.checkbox-historic{
    font-family: "Open Sans", sans-serif;
    display: flex;
    justify-content: center;
    margin: 0.5rem 0rem;
    gap: 1rem;
}

.search-container{
    display: flex;
    flex-direction: row;
}


@media (max-width: 1245px) {
    .queries-form-1{
        padding: 1rem;
        margin: 2rem 5rem;
        gap: 1rem;
    }

    .queries-form-2{
        margin: 0rem;
    }

    .document-combobox {
        width: 10rem;
        margin-top: 1rem;
        height: 2rem;
    }

    .login-welcome-row{
        font-size: 3rem;
    }

    #search-bar{
        margin: 0px;
        width: 12rem;
    }

    .queries-form-3{
        gap: 1rem;
    }

    .queries-form-3 input[type='date']{
        width: 12rem;
    }

    .queries-form-3 label{
        font-size: 1.5rem;
    }

    .calendar-row{
        margin: 0rem 8rem;
        justify-content: space-evenly;
    }

    .queries-submit-btn{
        padding-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .queries-form-1{
        padding: 1rem;
        margin: 2rem 2rem;
        gap: 1rem;
    }

    .queries-form-2{
        margin: 0rem;
    }

    .document-combobox {
        width: 12rem;
        margin-top: 1rem;
        height: 2rem;
    }

    .login-welcome-row{
        font-size: 2.5rem;
    }

    #search-bar{
        margin: 0px;
        width: 10rem;
    }

    .queries-form-3{
        gap: 1rem;
    }

    .queries-form-3 input[type='date']{
        width: 10rem;
    }

    .queries-form-3 label{
        font-size: 1.2rem;
    }

    .calendar-row{
        margin: 0rem 5rem;
        justify-content: space-evenly;
    }

    .queries-submit-btn{
        padding-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .queries-form-1{
        padding: 1rem;
        margin: 2rem 1rem;
        gap: 1rem;
    }

    .queries-form-2{
        margin: 0rem;
    }

    .document-combobox {
        width: 10rem;
        margin-top: 1rem;
        height: 2rem;
    }

    .login-welcome-row{
        font-size: 2rem;
    }

    #search-bar{
        margin: 0px;
        width: 10rem;
    }

    .queries-form-3{
        gap: 1rem;
    }

    .queries-form-3 input[type='date']{
        width: 10rem;
    }

    .queries-form-3 label{
        font-size: 1rem;
    }

    .calendar-row{
        margin: 0px;
        justify-content: space-evenly;
    }

    .queries-submit-btn{
        padding-bottom: 1rem;
    }
}

@media (max-width: 320px) {
    .queries-form-1{
        padding: 1rem;
        margin: 2rem 0.5rem;
        gap: 1rem;
    }

    .queries-form-2{
        margin: 0rem;
    }

    .document-combobox {
        width: 10rem;
        margin-top: 1rem;
        height: 2rem;
    }

    .login-welcome-row{
        font-size: 1.5rem;
    }

    #search-bar{
        margin: 0px;
        width: 10rem;
    }

    .queries-form-3{
        gap: 1rem;
    }

    .queries-form-3 input[type='date']{
        width: 10rem;
    }

    .queries-form-3 label{
        font-size: 1rem;
    }

    .calendar-row{
        margin: 0px;
    }

    .queries-submit-btn{
        padding-bottom: 1rem;
    }
}

/*CSS de upload.php*/

.upload-form-1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
    gap: 3rem;
    margin: 2rem 3rem;
    box-shadow:
        rgba(100, 100, 111, 0.2) 
        0px 7px 29px 0px;
}

input[type="file"] {
    display: none;
}

.custom-file-label {
    background-color: #FF5A2C;
    padding: 0.5rem 0.5rem;
    border: 1px solid #FF5A2C;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block; /* Se comporta como un botón */
    text-align: center; /* Centra el texto horizontalmente */
    min-width: 14rem;
    max-width: 18rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-file-label:active {
    background-color: #000000;
    border-color: #000000;
}

.custom-file-label.ready {
    background-color: #28a745; /* Verde */
    border-color: #28a745;
    color: #fff;
}

.upload-form-2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
    gap: 2rem;
    margin: 2rem 3rem;
    box-shadow:
        rgba(100, 100, 111, 0.2) 
        0px 7px 29px 0px;
}

.month-row{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0.5rem 4rem;
}

#month-select{
    height: 2rem;
    width: 10rem;
}

.year-row{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0.5rem 4rem;
}

#year-select{
    height: 2rem;
    width: 10rem;
}

.upload-submit-btn{
    display: flex;
    justify-content: center;
    padding: 1rem 0rem 2rem;
}

@media (max-width: 1245px) {

    .upload-form-1{
        gap: 1rem;
        margin: 3rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: fit-content;
    }

    .file-upload-container{
        width: auto;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .custom-file-label{
        min-width: 11rem;
        max-width: 18rem;
        margin-bottom: 0.5rem;
    }

    .upload-form-2{
        margin: 0rem 2rem 3rem 2rem;
        gap: 0.5rem;
        height: fit-content;
    }

    #search-bar{
        height: 2rem;
        max-width: 10rem;
        min-width: 8rem;
        margin: 0rem 0.5rem;
    }

    .queries-form-both{
        margin: 0rem 2rem 1.5rem 2rem;
    }
}

@media (max-width: 768px) {

    .upload-form-1{
        gap: 1rem;
        margin: 2rem 2rem 3rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: fit-content;
    }

    .file-upload-container{
        width: auto;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .custom-file-label{
        min-width: 11rem;
        max-width: 18rem;
        margin-bottom: 0.5rem;
    }

    .upload-form-2{
        margin: 0rem 2rem 3rem 2rem;
        gap: 0.5rem;
        height: fit-content;
    }

    #search-bar{
        height: 2rem;
        max-width: 10rem;
        min-width: 8rem;
        margin: 0rem 0.5rem;
    }
}

@media (max-width: 480px) {

    .upload-form-1{
        gap: 1rem;
        margin: 2rem 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: fit-content;
    }

    .file-upload-container{
        width: auto;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .custom-file-label{
        min-width: 11rem;
        max-width: 18rem;
        margin-bottom: 0.5rem;
    }

    .upload-form-2{
        margin: 0rem 1rem 2rem 1rem;
        gap: 0.5rem;
        height: fit-content;
    }

    #search-bar{
        height: 2rem;
        max-width: 8rem;
        min-width: 6rem;
        margin: 0rem 0.5rem;
    }
}

@media (max-width: 320px) {

    .upload-form-1{
        gap: 1rem;
        margin: 2rem 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .file-upload-container{
        width: auto;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .custom-file-label{
        min-width: 11rem;
        max-width: 18rem;
    }

    .upload-form-2{
        margin: 0rem 0.5rem 2rem 0.5rem;
        gap: 0.5rem;
    }

    #search-bar{
        height: 2rem;
        max-width: 8rem;
        min-width: 6rem;
        margin: 0rem 0.5rem;
    }

    .calendar-row{
        margin: 0rem;
    }
}