@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --opacidad-color: 0.85;
    --tamanio-div: 570px;
    --color-rojo: #96151b;
    --color-gris: #eaeaea;
}

a:link, a:visited {
    text-decoration: none;
}

html, body {
    font-family: Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 100%;
}

.main {
    padding: 0px;
}

.navbar {
    background-color: black;
}

.nav-item .nav-link {
    color: white;
}

.navbar-brand {
    color: var(--color-rojo);
    font-weight: bold;
    padding-left: 10px;
}

#Principal {
    background-image: linear-gradient(rgba(0, 0, 0, var(--opacidad-color)), rgba(0, 0, 0, var(--opacidad-color))), url(/Images/obra.jpg);
    background-repeat: no-repeat;
    font-family: Calibri;
    height: var(--tamanio-div);
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.titulo {
    color: #bb343b;
    font-weight: bold;
    font-size: 5em;
    padding-top: 150px;
    padding-bottom: 0;
    margin-bottom: -60px;
}

.subtitulo {
    color: #eef;
    font-weight: 600;
    font-size: 3em;
}

.frase {
    color: white;
    font-size: 1em;
    letter-spacing: .4em;
    font-weight: 500;
    padding-top: -100px;
}

#SobreNosotros {
    height: 400px;
    text-align: left;
    justify-items: left;
    justify-content: left;
    background-color: var(--color-gris);
    padding: 60px;
    margin: 0px;
}

#titleNosotros, #textoNosotros {
    height: var(--tamanio-div);
}

#titleNosotros {
    text-align: center;
    justify-content: center;
    justify-items: center;
}

#tituloNosotros {
    color: var(--color-rojo);
    font-size: 3em;
    padding-top: 95px;
    text-align: left;
}

#textoNosotros {
    color: black;
    font-size: 1.2em;
    text-align: justify;
}

hr {
    color: var(--color-rojo);
}

#misionVision {
    height: 450px;
    padding: 0px;
    margin: 0px;
}

#tituloMisionVision {
    height: 30px;
    color: black;
    font-size: 3em;
    padding-top: 50px;
    text-align: center;
    font-weight: bolder;
}

#columnas {
    justify-content: center;
    justify-items: center;
    text-align: center;
    margin: 0px;
}

#contenedor {
    width: 300px;
    height: contain;
    border-color: var(--color-rojo);
    border-width: 1px;
    border-style: solid;
    margin: 50px;
    margin-top: 100px;
    padding: 20px;
}

    #contenedor:has(:hover) {
        color: white;
        background-color: var(--color-rojo);
        box-shadow: 5px 5px 15px gray;
    }

        #contenedor:has(:hover) #subtituloMisionVision {
            color: white;
        }

#textoMisionVision {
    font-weight: normal;
    font-size: 1em;
}

#subtituloMisionVision {
    color: var(--color-rojo);
    font-size: 1.5em;
    font-weight: bold;
}

#Servicios {
    height: contain;
    padding: 0px;
}

#cajaImagen {
    margin: 0px;
    padding: 0px;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
}

#Valores {
    height: var(--tamanio-div);
    color: white;
    background-color: black;
    justify-content: center;
    justify-items: center;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#tituloValores {
    color: var(--color-rojo);
    font-size: 3em;
    text-align: center;
    font-weight: bolder;
    padding-top: 100px;
}

#imagenValor {
    width: 30px;
}

#columnasValores {
    justify-content: center;
    justify-items: center;
    text-align: center;
}

    #columnasValores:has(:hover) {
        color: var(--color-rojo);
        font-weight: bold;
        font-size: 1em;
    }

        #columnasValores:has(:hover) #imagenValor {
            width: 35px;
        }

#filaValores {
    padding-top: 50px;
}

#tituloCliente {
    color: var(--color-rojo);
    font-size: 3em;
    text-align: center;
    font-weight: bolder;
    padding-top: 50px;
    padding-bottom: 40px;
}

#Clientes {
    height: 59.3vh;
    width: auto;
    padding: 0px;
}

#cajaClientes {
    margin: 0px;
    padding: 0px;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
}

#pie {
    background-color: black;
    color: white;
    height: contain;
    padding: 1%;
    font-size: 1.2em;
    font-style: italic;
}

#contacto {
    --opacidad-color: .5;
    background-image: linear-gradient(rgba(0, 0, 0, var(--opacidad-color)), rgba(0, 0, 0, var(--opacidad-color))), url(/Images/img82.jpg);
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    height: 83vh;
    padding: 0px;
    margin: 0px;
}

#contenedorContacto {
    background-color: white;
    height: 400px;
}

#tituloContacto {
    color: var(--color-rojo);
    font-size: 2em;
    text-align: center;
    font-weight: bolder;
    padding-top: 30px;
    height: 30px;
}

#infoContacto {
    text-align: left;
    padding-left: 80px;
    padding-top: 30px;
    color: black;
}

#subtituloContacto {
    font-size: 1.3em;
    font-weight: bold;
}

#textoContacto {
    font-weight: 300;
}

#colaboracion {
    height: 83vh;
}

#contenedorColaboracion, #colaboracion {
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

#tituloColaboracion {
    color: #bb343b;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}

.card-body {
    background-color: #d4d4d6;
    border-color: white;
    box-shadow: 5px 5px 15px gray;
}

.card {
    position: relative;
    display: inline-block;
    height: 200px;
}

    .card .img-aj {
        height: 300px;
        position: relative;
        display: inline-block;
    }

    .card .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        height: 300px;
    }

    .card:hover .img-top {
        display: inline;
        width: 100%;
    }

    .card .img-arriba {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        height: 300px;
    }

    .card:hover .img-arriba {
        display: inline;
        width: 100%;
    }

.card-text {
    font-weight: 500;
    color: black;
}

#imagenCarousel {
    height: 300px;
}

#Proyecto {
    height: contain;
    padding: 0px;
}

#cajaProyecto {
    margin: 0px;
    padding: 0px;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    background-color: #111b1e;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.sidebar .nav-link {
    text-decoration: none;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(to bottom, #162f81, #0a1f58);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media(max-width: 575px) {
    :root {
        --tamanio-div: fit-content;
    }

    #Principal {
        height: 60%;
    }

    .titulo {
        font-size: 250%;
        padding-top: 25%;
        height: contain;
    }

    .subtitulo {
        font-size: 125%;
        height: contain;
    }

    .frase {
        height: contain;
        font-size: 80%;
    }

    #SobreNosotros {
        height: fit-content;
        padding: 5%;
        margin: 0px;
    }

    #titleNosotros, #textoNosotros {
        height: var(--tamanio-div);
    }

    #tituloNosotros {
        font-size: 125%;
    }

    #textoNosotros {
    }

    .cajaNosotros {
        font-size: 45%;
    }

        .cajaNosotros #salto {
            font-size: 0%;
        }

    #pie {
        height: 5vh;
        padding: 1%;
        padding-top: 2%;
        font-size: 70%;
        font-style: italic;
    }

    #misionVision {
        height: 50vh;
    }

    #tituloMisionVision {
        height: 1%;
        font-size: 170%;
        padding-top: 5%;
    }

    #subtituloMisionVision {
        font-size: 100%;
    }

    #contenedor {
        width: 40%;
        height: 80%;
        margin: 3%;
        margin-left: 5%;
    }

        #contenedor:has(:hover) {
            box-shadow: 2px 2px 7px gray;
        }

    #textoMisionVision {
        font-weight: normal;
        font-size: 50%;
    }

    #Valores {
        height: 40vh;
    }

    #tituloValores {
        font-size: 170%;
        height: 1%;
        padding-top: 10%;
    }

    #imagenValor {
        width: 25%;
    }

    #columnasValores {
        font-size: 50%;
    }

        #columnasValores:has(:hover) {
            font-size: 65%;
        }

            #columnasValores:has(:hover) #imagenValor {
                width: 25%;
            }

    #filaValores {
        margin: 2%;
        padding: 0px;
    }

    #tituloCliente {
        color: var(--color-rojo);
        font-size: 200%;
        padding-top: 40%;
        padding-bottom: 5%;
    }

    #Clientes {
        padding: 5%;
        height: auto;
    }

    #contenedorCliente {
        height: 90vh;
    }

    #contacto {
        height: 100vh;
        padding: 0px;
        margin: 0px;
    }

    #contenedorContacto {
        height: 70vh;
    }

    #tituloContacto {
        font-size: 150%;
        padding-top: 10%;
        height: 0px;
    }

    #contenedorTexto {
    }

    #infoContacto {
        width: 100%;
        padding-left: 5%;
        padding-top: 10%;
    }

    #contactoMapa {
        width: 100%;
    }

    #subtituloContacto {
        font-size: 90%;
    }

    #textoContacto {
        font-weight: 300;
        font-size: 70%;
    }

    .responsive-iframe {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 30vh;
        height: 20vh;
    }

    #colaboracion {
        height: 125vh;
    }

    #tituloColaboracion {
        width: 100%;
        margin: 0px;
        font-size: 160%;
    }

    #columnaColaboracion {
        width: 100vh;
        padding-bottom: 50%;
        padding-left: 20%;
        padding-right: 20%;
    }

    #columnaColab {
        width: 100vh;
        padding-left: 20%;
        padding-right: 20%;
    }

    .card-body {
        width: 30vh;
    }

    .card {
        height: 10vh;
        width: 30vh;
    }

        .card .img-aj {
            width: auto;
            height: 25vh;
        }

        .card .img-top {
            width: auto;
            height: 25vh;
        }

        .card:hover .img-top {
            width: 100%;
        }

        .card:hover .img-arriba {
            height: 25vh;
        }

    .card-text {
        font-size: .6em;
    }

    #imagenCarousel {
        height: 25vh;
        width: 100%;
    }

    #cajaProyecto {
        height: 88vh;
    }
}

/*Modificaciones para media de 576 y 768*/
@media (min-width: 576px) and (max-width: 768px) {
    :root {
        --tamanio-div: fit-content;
    }

    #Principal {
        height: 40%
    }

    .titulo {
        font-size: 300%;
        padding-top: 5%;
        margin-bottom: -5%;
    }

    .subtitulo {
        font-size: 200%;
    }

    .frase {
        font-size: 80%;
        padding-top: -100%;
    }

    #SobreNosotros {
        height: fit-content;
        padding: 5%;
        margin: 0px;
    }

    #titleNosotros, #textoNosotros {
        height: var(--tamanio-div);
    }

    #tituloNosotros {
        font-size: 150%;
    }

    #textoNosotros {
    }

    .cajaNosotros {
        font-size: 2vh;
    }

    #pie {
        height: 10vh;
        padding: 1%;
        padding-top: 3%;
        font-size: 70%;
    }

    #cajaProyecto {
        height: 100vh;
    }

    #misionVision {
        height: 70vh;
    }

    #tituloMisionVision {
        height: 1%;
        font-size: 200%;
        padding-top: 5%;
    }

    #subtituloMisionVision {
        font-size: 100%;
    }

    #contenedor {
        width: 40%;
        height: 70%;
        margin: 2%;
        margin-top: 3%;
        padding: 2%;
    }

        #contenedor:has(:hover) {
            box-shadow: 2px 2px 7px gray;
        }

    #textoMisionVision {
        font-size: 70%;
    }

    #Valores {
        height: 60vh;
    }

    #tituloValores {
        font-size: 200%;
        height: 1%;
        padding-top: 5%;
        padding-bottom: 0px;
    }

    #imagenValor {
        width: 20%;
    }

    #columnasValores {
        font-size: 50%;
    }

        #columnasValores:has(:hover) {
            font-size: 65%;
        }

            #columnasValores:has(:hover) #imagenValor {
                width: 25%;
            }

    #filaValores {
        margin: 2%;
        padding: 0px;
    }

    #Clientes {
        padding: 10%;
        height: auto;
    }

    #tituloCliente {
        font-size: 200%;
        padding-top: 5%;
        padding-bottom: 3%;
    }

    #contacto {
        height: 80vh;
        padding: 0px;
        margin: 0px;
    }

    #contenedorContacto {
        height: 70vh;
    }

    #tituloContacto {
        font-size: 150%;
        padding-top: 5%;
        height: 0px;
    }

    #contenedorTexto {
        padding-top: 2%;
    }

    #infoContacto {
        padding-left: 2%;
        padding-top: 0px;
    }

    #subtituloContacto {
        font-size: 80%;
    }

    #textoContacto {
        font-size: 70%;
    }

    .responsive-iframe {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 85%;
    }

    #colaboracion {
        height: 80vh;
    }

    #tituloColaboracion {
        width: 100%;
        margin: 0px;
        font-size: 160%;
    }

    .card-body {
        width: 100%;
    }

    .card {
        height: 25vh;
        width: 25.5vh;
    }

        .card .img-aj {
            width: 25vh;
        }

        .card .img-top {
            width: 10vh;
            height: 33.5vh;
        }

        .card:hover .img-top {
            width: 100%;
        }

        .card:hover .img-arriba {
            height: 33.5vh;
        }

    .card-text {
        font-size: 50%;
    }

    #imagenCarousel {
        height: 33.5vh;
    }
}

/*Modificaciones para media de 769 y 992*/
@media (min-width: 769px) and (max-width: 992px) {
    :root {
        --tamanio-div: fit-content;
    }

    #Principal {
        height: 40%
    }

    .titulo {
        font-size: 300%;
        padding-top: 5%;
        margin-bottom: -5%;
    }

    .subtitulo {
        font-size: 200%;
    }

    .frase {
        font-size: 80%;
        padding-top: -100%;
    }

    #SobreNosotros {
        height: fit-content;
        padding: 10%;
        margin: 0px;
    }

    #titleNosotros, #textoNosotros {
        height: var(--tamanio-div);
    }

    #tituloNosotros {
        font-size: 300%;
    }

    #textoNosotros {
    }

    .cajaNosotros {
        font-size: 2vh;
    }

    #pie {
        height: 5vh;
        padding: 1%;
        padding-top: 2%;
        font-size: 100%;
    }

    #cajaProyecto {
        height: 100vh;
    }

    #misionVision {
        height: 50vh;
        margin: 0px;
        padding: 0px;
    }

    #tituloMisionVision {
        height: 0px;
        font-size: 300%;
        padding-top: 10%;
    }

    #subtituloMisionVision {
        font-size: 200%;
    }

    #contenedor {
        width: 40%;
        height: 80%;
        margin: 2%;
        margin-top: 0%;
        padding: 5%;
    }

        #contenedor:has(:hover) {
            box-shadow: 2px 2px 7px gray;
        }

    #textoMisionVision {
        font-size: 120%;
    }

    #Valores {
        height: 45vh;
    }

    #tituloValores {
        font-size: 300%;
        height: 1%;
        padding-top: 10%;
        padding-bottom: 0px;
    }

    #imagenValor {
        width: 30%;
    }

    #columnasValores {
        font-size: 100%;
    }

        #columnasValores:has(:hover) {
            font-size: 110%;
        }

            #columnasValores:has(:hover) #imagenValor {
                width: 35%;
            }

    #filaValores {
        margin: 1%;
        padding: 0px;
        padding-top: 5%;
    }

    #contenedorCliente {
        height: 91vh;
    }

    #Clientes {
        padding: 8%;
        height: auto;
    }

    #tituloCliente {
        font-size: 400%;
        padding-top: 15%;
        padding-bottom: 10%;
    }

    #contacto {
        height: 91vh;
        padding: 0px;
        margin: 0px;
    }

    #contenedorContacto {
        height: 60%;
    }

    #tituloContacto {
        font-size: 300%;
        padding-top: 10%;
        height: 0px;
    }

    #contenedorTexto {
        padding-top: 2%;
    }

    #infoContacto {
        padding-left: 5%;
    }

    #subtituloContacto {
        font-size: 160%;
    }

    #textoContacto {
        font-size: 140%;
    }

    .responsive-iframe {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 80%;
        height: 85%;
        padding-top: 10%;
    }

    #colaboracion {
        height: 91vh;
    }

    #tituloColaboracion {
        width: 300%;
        margin: 0px;
        font-size: 160%;
    }

    #columnaColaboracion {
        width: 100vh;
        padding-bottom: 25%;
        padding-left: 30%;
        padding-right: 20%;
    }

    #columnaColab {
        width: 100vh;
        padding-left: 30%;
        padding-right: 20%;
    }

    .card-body {
        width: 25vh;
    }

    .card {
        height: 10vh;
        width: 25vh;
        background-color: red;
    }

        .card .img-aj {
            width: auto;
            height: 20vh;
        }

        .card .img-top {
            width: auto;
            height: 20vh;
        }

        .card:hover .img-top {
            width: 100%;
        }

        .card:hover .img-arriba {
            height: 20vh;
        }

    .card-text {
        font-size: .6em;
    }

    #imagenCarousel {
        height: 20vh;
        width: 100%;
    }
}

/*Modificaciones para media de 993 y 1200*/
@media (min-width: 993px) and (max-width: 1200px) {
    :root {
        --tamanio-div: fit-content;
    }

    #Principal {
        height: 40%
    }

    .titulo {
        font-size: 300%;
        padding-top: 5%;
        margin-bottom: -5%;
    }

    .subtitulo {
        font-size: 200%;
    }

    .frase {
        font-size: 80%;
        padding-top: -100%;
    }

    #SobreNosotros {
        height: fit-content;
        padding: 10%;
        margin: 0px;
    }

    #titleNosotros, #textoNosotros {
        height: var(--tamanio-div);
    }

    #tituloNosotros {
        font-size: 300%;
    }

    #textoNosotros {
    }

    .cajaNosotros {
        font-size: 3vh;
    }

    #pie {
        height: fit-content;
        padding: 1%;
        padding-top: 3%;
        padding-bottom: 3%;
        font-size: 100%;
    }

    #cajaProyecto {
        height: 130vh;
    }

    #misionVision {
        height: fit-content;
        margin: 0px;
        padding: 0px;
    }

    #tituloMisionVision {
        height: 0px;
        font-size: 300%;
        padding-top: 2%;
    }

    #subtituloMisionVision {
        font-size: 160%;
    }

    #contenedor {
        width: 40%;
        height: 60%;
        margin: 4%;
        margin-top: 7%;
        padding: 2%;
    }

        #contenedor:has(:hover) {
            box-shadow: 2px 2px 7px gray;
        }

    #textoMisionVision {
        font-size: 70%;
    }

    #Valores {
        height: fit-content;
    }

    #tituloValores {
        font-size: 300%;
        height: 1%;
        padding-top: 10%;
        padding-bottom: 0px;
    }

    #imagenValor {
        width: 30%;
    }

    #columnasValores {
        font-size: 100%;
    }

        #columnasValores:has(:hover) {
            font-size: 110%;
        }

            #columnasValores:has(:hover) #imagenValor {
                width: 35%;
            }

    #filaValores {
        margin: 1%;
        padding: 0px;
        padding-top: 5%;
    }

    #contenedorCliente {
        height: 100vh;
    }

    #Clientes {
        padding: 10%;
        height: auto;
        padding-bottom: 5%;
    }

    #tituloCliente {
        font-size: 300%;
        padding-top: 5%;
        padding-bottom: 2%;
    }

    #contacto {
        height: 80vh;
        padding: 0px;
        margin: 0px;
    }

    #contenedorContacto {
        height: 80%;
    }

    #tituloContacto {
        font-size: 200%;
        padding-top: 2%;
        height: 0px;
    }

    #contenedorTexto {
        padding-top: 2%;
    }

    #infoContacto {
        padding-left: 5%;
    }

    #subtituloContacto {
        font-size: 100%;
    }

    #textoContacto {
        font-size: 80%;
    }

    .responsive-iframe {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 80%;
        padding-top: 0%;
    }

    #colaboracion {
        height: 100vh;
    }

    #tituloColaboracion {
        padding-top: 10%;
        padding-bottom: 5%;
        font-size: 200%;
    }

    #contenedorColaboracion {
        padding-bottom: 5%;
    }

    .card-body {
        box-shadow: 5px 5px 15px gray;
    }

    .card {
        height: 50vh;
        font-size: 3vh;
    }

        .card .img-aj {
            height: 35vh;
        }

        .card .img-top {
            height: 35vh;
        }

        .card:hover .img-top {
            width: 100%;
        }

        .card .img-arriba {
            height: 35vh;
        }

        .card:hover .img-arriba {
            width: 100%;
        }

    .card-text {
        font-size: 80%;
    }

    #imagenCarousel {
        height: 35vh;
        width: 100%;
    }
}

@media (min-width: 1201px) {
    #colaboracion {
        height: 90vh;
    }

    #tituloColaboracion {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .card {
        height: 32vh;
    }

        .card .img-aj {
            height: 60vh;
        }

        .card .img-top {
            height: 36.5vh;
        }

        .card .img-arriba {
            height: 36.5vh;
        }

    .card-text {
        font-weight: 500;
    }

    #imagenCarousel {
        height: contain;
    }

    #tituloCliente {
        font-size: 7vh;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    #contenedorCliente {
        height: 100vh;
    }

    #contacto {
        height: 100vh;
    }
}
