@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#headerPC {
    width: 100%;
    height: 140vw;
    position: relative;
    overflow: hidden;
}
#headerPC::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../IMG/Recurso\ 20.webp");
    background-size: cover;
    z-index: -1;
    height: 140vw;
}
.encabezado {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: self-start;
    justify-content: space-around;
}
.menu-icon {
    margin-top: 5%;
}
.menu-icon img {
    width: 8vw;
    height: 8vw;
}
.logo {
    width: 50%;
    height: 80%;
}
.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}
.contacto img {
    width: 5vw;
    height: 5vw;
    margin-bottom: 2vw;
}
.introduccion {
    width: 100%;
    height: 70%;
    background-image: url(../IMG/Recurso\ 3.webp);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.texto-intro {
    width: 38%;
    height: 40%;
    bottom: 24vw;
    left: 3vw;
    position: absolute;
    color: #0c2340;
}
.texto-intro h2 {
    font-size: 4.5vw;
    margin-bottom: 1vw;
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
}
.texto-intro p {
    font-size: 2.2vw;
    text-align: center;
    margin-top: 0;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.serv {
    position: absolute;
    bottom: 4vw;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    text-align: center;
    font-size: 4vw;
    font-family: "Orbitron", sans-serif;
    color: #0c2340;
}

.contendio1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 70vw;
    background-image: url(../IMG/Recurso\ 24.webp), url(../IMG/Recurso\ 27.webp);
    background-size: 20% 30%, 20% 25%;
    background-position: 0% 80%, 100%;
    background-repeat: no-repeat, no-repeat;
}
.contendio1 div {
    width: 25%;
    height: 45%;
    margin: 1.5%;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#C1 div,
#C2 div,
#C3 div,
#C4 div,
#C5 div {
    height: 60%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 15%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: "Orbitron", sans-serif;
}

#C1,
#C3,
#C5 {
    background-image: url(../IMG/Recurso\ 21.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #0c2340;
}
#C1 h3,
#C2 h3,
#C3 h3,
#C4 h3,
#C5 h3 {
    font-size: 2.5vw;
    font-weight: 600;
    text-align: center;
    width: 50%;
}
#C2,
#C4 {
    background-image: url(../IMG/Recurso\ 22.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #a9c23f;
}
.proyectos {
    position: relative;
    width: 100%;
    height: 75vw;
}
.TituloP {
    margin-top: 4vw;
    background-image: url(../IMG/Recurso\ 6.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 18%;
}
#H2T {
    font-size: 3.5vw;
    width: 63%;
    height: 100%;
    text-align: center;
    color: #a9c23f;
    font-family: "Orbitron", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ContenedorCajas {
    width: 80%;
    margin: auto;
    height: 70%;
    margin-top: 5vw;
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-wrap: wrap;
}
.Caja1 {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#Caja1-1,
#Caja1-2 {
    width: 48%;
    height: 100%;
    background-image: url(../IMG/Recurso\ 8.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #0c2340;
}
.Caja2 {
    width: 100%;

    height: 40%;
    background-image: url(../IMG/Recurso\ 9.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.tituloC,
.imgC {
    width: 48%;
    height: 50%;
    display: inline-block;
    text-align: center;
    font-family: "Orbitron", sans-serif;
    vertical-align: top;
    padding: 5% 0px;
}
.tituloC h3 {
    width: 100%;
    font-size: 4vw;
}
.textC {
    font-size: 2vw;
    padding: 0px 5%;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
}

.contenedorC2 {
    width: 95%;
    height: 90%;
    margin: auto;
}
.imgC2 {
    height: 90%;
    width: 28%;
    margin: auto;
}
.imgC2,
.textC2 {
    display: inline-block;
    vertical-align: top;
}
.textC2 {
    width: 70%;
    height: 100%;
    color: #a9c23f;
}
.textC2 h3 {
    font-family: "Orbitron", sans-serif;
    font-size: 3vw;
    margin-bottom: 1vw;
    margin-top: 10%;
}
.textC2 p {
    font-size: 2vw;
    font-family: "Open Sans", sans-serif;
}
footer {
    width: 100%;
    height: 30vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-size: 2vw;
}
.Contacto {
    width: 70%;
    height: 100%;
    background-image: url(../IMG/Recurso\ 10.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Orbitron", sans-serif;
}
.infoF {
    width: 100%;
    height: 50%;
    display: flex;
}
.logoF {
    width: 50%;
}
.logoF img {
    width: 50%;
    margin-left: 45%;
    height: auto;
    margin-top: 5%;
}

#infoC {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: column;
    margin-left: 5%;
}
#infoC div {
    display: flex;
    align-items: center;
    justify-content: start;
}
#infoC div img {
    width: 4vw;
    height: 4vw;
    margin-right: 1vw;
}
#infoC div p {
    font-size: 1.5vw;
}
.DR {
    height: 50%;
    width: 100%;
}
.DR div {
    width: 85.8%;
    margin-left: 14.2%;

    margin-top: 12.3%;
    height: 32%;
    text-align: center;
    color: #a9c23f;
}
.DR div p {
    width: 80%;
    font-size: 1.6vw;
    margin: 15% auto;
    font-weight: 100;
}
.DyR {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.DyR div {
    width: 100%;
    height: 40%;
}
#direccion {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.5vw;
    padding-top: 3vw;
}
#direccion img {
    width: 4vw;
    height: 4vw;
    margin-right: 1vw;
    margin-left: 1vw;
}
#RedesSociales {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#RedesSociales a:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
#RedesSociales img {
    width: 4vw;
    height: 4vw;
    margin: auto;
}
#RedesSociales div {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerMobile {
    display: none;
}
/*Mobile*/
@media screen and (max-width: 600px) {
    #headerPC {
        display: none;
    }
    #headerMobile {
        display: block;
        width: 100%;
        height: 250vw;
        position: relative;
        position: relative;
        overflow: hidden;
    }
    #headerMobile::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("../IMG/Recurso\ 20.webp");
        background-size: 100% 100%;
        z-index: -1;
        height: 250vw;
    }
    .encabezado {
        width: 100%;
        height: 25%;
        display: block;
    }
    .logo {
        width: 100%;
        height: 25%;
        position: absolute;
    }
    .logo img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .Btn-menu,
    .Btn-contacto1,
    .Btn-contacto2 {
        width: 20%;
        height: 8%;
        position: absolute;
        cursor: pointer;
    }
    .Btn-menu {
        top: 23%;
        right: 5%;
    }
    .Btn-contacto1 {
        top: 28%;
        left: 5%;
    }
    .Btn-contacto2 {
        top: 20%;
        left: 5%;
    }
    .Btn-menu img {
        width: 100%;
        height: 100%;
    }
    .Btn-contacto1 img,
    .Btn-contacto2 img {
        width: 75%;
        height: 75%;
    }
    .introduccion {
        width: 100%;
        height: 50%;
        margin-top: 25%;
        background-image: url(../IMG/Recurso\ 21.webp);
        background-size: 100% 100%;
        background-position: top;
        background-repeat: no-repeat;
    }
    .texto-intro {
        width: 90%;
        margin: 0 5%;
        left: 0;
        bottom: 16%;
    }
    .texto-intro h2 {
        font-size: 8vw;
        margin-bottom: 3vw;
        text-align: center;
    }
    .texto-intro p {
        font-size: 4.2vw;
        text-align: center;
        margin-top: 0;
    }
    .Titulo2M {
        width: 100%;
        height: 15%;
        background-image: url(../IMG/Recurso_31.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .Titulo2M h2 {
        font-size: 7vw;
        color: #0c2340;
        font-family: "Orbitron", sans-serif;
    }
    #h2T2M {
        margin-top: 10%;
    }
    .contendio1 {
        flex-direction: column;
        flex-wrap: nowrap;
        height: 400vw;
        background-size: 50% 10%, 50% 10%;
        background-position: 0% 28%, 100% 80%;
    }
    .contendio1 div {
        width: 80%;
        height: 25%;
    }
    #C1 div,
    #C2 div,
    #C3 div,
    #C4 div,
    #C5 div {
        height: 60%;
        margin-top: 10%;
    }
    .contendio1 div div h3 {
        font-size: 6vw !important;
        width: 100% !important;
    }
    .proyectos {
        height: 200vw;
    }
    .TituloP {
        height: 10%;
    }
    #H2T {
        font-size: 4.5vw;
    }
    .ContenedorCajas {
        width: 90%;
        height: 85%;
    }
    .Caja1 {
        height: 66%;
        width: 100%;
        flex-direction: column;
    }
    #Caja1-1,
    #Caja1-2 {
        width: 100%;
        height: 49%;
    }
    .Caja2 {
        height: 33%;
        width: 100%;
        margin-top: 2%;
    }
    footer {
        flex-direction: column-reverse;
        height: 80vw;
    }
    .Contacto {
        width: 100%;
        height: 50%;
    }
    .logoF {
        width: 60%;
    }
    .logoF img {
        margin-top: 0;
    }
    #infoC {
        margin-left: 1%;
    }
    #infoC div p {
        font-size: 2.2vw;
    }
    #infoC div img {
        width: 5vw;
        height: 5vw;
        margin-right: 1vw;
    }
    .DR div {
        margin-top: -1%;
    }
    .DR div p {
        font-size: 2.5vw;
    }
    .DyR {
        width: 80%;
        height: 50%;
    }
    #direccion img {
        width: 6vw;
        height: 6vw;
    }
    #direccion p {
        font-size: 3vw;
    }
    #RedesSociales img {
        width: 8vw;
        height: 8vw;
    }
    .tituloC h3 {
        font-size: 5vw;
    }
    .textC p {
        font-size: 4.2vw;
    }
    .textC2 h3 {
        font-size: 5vw;
    }
    .textC2 p {
        font-size: 4.2vw;
    }
}
