/* ? globales----------------------------------- */

html {
    box-sizing: border-box;
    font-size: 62.5%;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
@font-face {
    font-family: 'MyriadPro';
    src: url(../fonts/MyriadPro-Regular.otf);
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    font-family: 'MyriadPro';
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 2rem;
}
p {
    line-height: 1.5;
}
a {
    text-decoration: none;
}
h1, h2, h3 {
    margin: 0 0 5rem 0;
    font-weight: 900;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 4.6rem;
}
h3 {
    font-size: 6rem;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
li {
    color: var(--gris);
    margin-bottom: 1rem;
}
.contenedor {
    width: 90%;
    max-width: 120rem;
    margin: 0 auto;
}
elemento {
    height: auto;
}
span {
    color: var(--rojo);
}

/* ?  Variables---------------------------------------- */
:root {
    --rojo: #e6302e;
    --gris: #707173;
    --blanco: #ffffff;
    --fuentePrincipal: 'fuente';
}

/* * header----------------------------------------- */

.contenedor-header {
    position: relative;
    width: 100%;
}
.header {
    background-image: url(/images/Propu1Mask2_2000-150.webp);
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    z-index: 1;
    overflow:hidden;
    width: 100%;
    height: 108rem;
}
.mask {
    background-clip:padding-box;
    height: 108rem;
    background-image: url(/images/Propu1_2000-150.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    z-index: 2;
    top: 0;
    
    clip-path: polygon(60% 0%, 25% 50%, 60% 100%);
}
.header-nosotros {
    background-image: url(/images/Propu3Mask_2000-85.webp);
}
.mask-nosotros {
    background-image: url(/images/Propu3_2000-150.webp);
}
@media (max-width: 1000px) {
    .mask {
        clip-path: polygon(63% 40%, 20% 65%, 63% 95%);
    }
}
@media (max-width: 600px) {
    .header, .mask {
        height: 100rem;
        background-attachment: scroll;
    }
    .mask {
    clip-path: polygon(60% 40%, 10% 65%, 60% 91%);
    }
}

/* * navegacion-------------------------------------- */
.nav {
    z-index: 3;
    position: relative;
    padding: 10rem 3rem;
    display: flex;
    flex-direction: column;
}
.logo {
    width: 40rem;
    padding-left: 3.5rem;
}
@media (max-width: 480px) {
    .logo {
        width: 30rem;
        padding-left: 0;
        padding-right: 3rem;
    }
}
.navbar {
    margin-top: 4rem;
    list-style: none;
}
.nav-item a{
    color: var(--blanco);
    font-size: 3rem;
    font-weight: bold;
}
.nav-item a:hover {
    color: var(--rojo);
}
@media (max-width: 600px) {
    .nav-item a {
        font-size: 3rem;
    }
    .nav {
    padding: 4rem 3rem;

    }
}
/* * seccion triangulos------------------------------------ */
.seccion {
    z-index: 1;
    background-color: #e22928;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:  4rem 10rem;
    position: absolute;
    top: 90%;
}
.seccion video {
    width: 101%;
    max-width: 100%;
}
.titulo-1 {
    top: 17%;
    left: 10%;
}
.titulo-2 {
    top: 30%;
    right: 10%;
}
.titulo-3 {
    bottom: 26%;
    left: 10%;
}
.titulo-4 {
    bottom: 10%;
    right: 10%;
}
@media (max-width: 600px) {
    .seccion p {
        visibility: visible;
    }
}
@media (max-width: 900px) {
    .seccion {
        flex-wrap: wrap;
        padding: 0;
        /* padding: 2rem 4.5rem; */
    }
    
}
/* * ver mas -------------------------------------------*/
.ver-mas {
    background-color: var(--blanco);
    padding: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60%;
    margin-bottom: 6rem;
    max-width: 130rem;
}
.ver-mas h1 {
    font-size: 5rem;
    margin-bottom: 0;
    color: var(--gris);
}
.ver-mas span {
    color: var(--rojo);
}
.ver-mas p {
    color: var(--gris);
    font-size: 2.5rem;
    line-height: normal;
}
.btn-ver-mas {
    background-color: var(--blanco);
    border-radius: 0;
    border: var(--gris) solid 2px;
    color: var(--gris);
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 40px;
}
.btn-ver-mas:hover {
    background-color: var(--rojo);
    border: var(--blanco) solid 2px;
    color: var(--blanco);
}
.btn-ver-mas i {
    color: var(--gris);
}
.btn-ver-mas i:hover {
    color: var(--blanco);
}
@media (max-width: 680px) {
    .ver-mas {
        margin-top: 60%;
        padding: 6rem;
    }
}
@media (max-width: 600px) {
    .ver-mas {
        padding: 1rem;
        margin-top: 160%;
    }
    .ver-mas h1 {
        font-size: 3rem;
    }
    .nosotros p {
        font-size: 2rem;
    }
    .nosotros li {
        font-size: 1.5rem;
    }
    .nosotros {
        margin-top: 500%;
    }
}

/** Seccion ver proyecto----------------------------------------------------------- */
.ver-proyecto {
    max-width: 100%;
    display: flex;
    background-color: var(--gris);
    justify-content: space-around !important;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.ver-proyecto img {
    width: 50%;
    height: auto;
}
.info {
    color: var(--blanco);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
}
.info h2 {
    font-size: 10rem;
    text-align: center;
}
.btn-ver-proyecto {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 1rem 4rem;
    color: var(--blanco);
    border: var(--blanco) solid 2px;
    font-size: 4rem;
    margin-top: 10rem;
}
.ver-proyecto i {
    color: var(--blanco);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6rem;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--blanco);
}
@media (max-width: 480px) {
    .ver-proyecto {
        padding: 8rem 0;
    }
    .ver-proyecto img {
        width: 100%;
    }
    .info h2 {
        font-size: 5rem;
    }
    .btn-ver-proyecto {
        font-size: 3rem;
        padding: 1rem 2rem;
    }
    .ver-proyecto i {
        font-size: 5rem;
    }
}
@media (max-width: 1300px) {
    .ver-proyecto {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }
    .info {
        width: 80%;
    }
    .ver-proyecto img {
        width: 100%;
    }
}
.info img {
    width: 36%;
    border-radius: 16px;
}

/* * seccion equipo--------------------------------------------------- */
.seccion-equipo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--blanco);
    padding: 6rem 8rem;
    margin-top: 7rem;
}
.seccion-equipo h3 {
    color: var(--gris);
    font-size: 8rem;
    text-align: center;
}
.equipo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    align-items: center;
}
.equipo-swiper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    align-items: center;
}
.card {
    position: relative;
    max-width: 29rem;
    height: 100%;
}
.card-info {
    width: 60.5%;
    top: 0;
    position: absolute;
}
.card-p {
    position: absolute;
    z-index: 1;
    color: var(--blanco);
    top: 42%;
    left: 8%;
    font-size: 2.5rem;
    font-weight: bold;
}
.card-p p {
    margin: 0;
}
@media (max-width: 480px) {
    .seccion-equipo h3 {
    font-size: 8rem;
    }
    .card-p p {
        font-size: 15px;
    }
    .seccion-valores {
        padding: 6rem 1rem;
    }
}

/* * Seccion esquema ------------------------------- */

/* * Footer--------------------------------- */
.footer {
    display: flex;
    justify-content: center;
    gap: 5rem;
    padding: 6rem;
    padding-bottom: 0;
    margin-right: 9%;
    margin-top: 20rem;
}
.left {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 70%; */
}
.iconos {
    display: flex;
    flex-direction: row;
    gap: 8rem;
    flex-wrap: wrap;
}
.icono {
    height: auto;
    max-width: 12rem;
}
.copy {
    color: var(--gris);
    font-size: 3rem;
    margin: 0;
    margin-top: 6rem;
}
.sa {
    color: var(--gris);
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
}
.privacidad {
    color: var(--rojo);
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
}
.right {
    display: flex;
    align-items:end;
    justify-content: flex-end;
    gap: 2rem;
    position: relative;
    flex-direction: row;
    right: 2%;
}
.redesIcon {
    width: 8rem;
    padding-bottom: 2rem;
    max-width: none;
}
.redes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.desde {
    width: 10rem;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 3%;
    z-index: 2;
}
.desde2 {
    width: 10rem;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 3%;
    z-index: 2;
}
@media (max-width: 2580px) {
    .footer {
        flex-direction: column;
        justify-content: space-between;
        align-items: initial;
    }
    .iconos {
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 780px) {
    .info-footer p{
        font-size: 2rem;
    }
    .right {
        justify-content: center;
        height: auto;
        align-items: center;
    }
    
    .desde {
        width: 9rem;
        /* right: 19%; */
    }
    .desde2 {
        width: 9rem;
        /* right: 19%; */
    }
    .icono {
        height: auto;
    }
    .footer {
        padding: 4rem;
        align-items: start;
        margin-right: 0;
    }
    .redes {
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    .desde {
        position: static;
    }
    .iconos {
        gap: 2rem;
    }
    .footer {
        align-items: center;
        padding-bottom: 0;
    }
    .redesIcon {
        padding-bottom: 0;
    }
}

.btn-ver-proyecto svg {
    font-size: 3rem;
}
/** carrousel ------------------------------------------------ */

.material-symbols-outlined {
    font-size: 5rem !important;
}


.horizontal-img {
    width: 50%;
}
.vertical-img {
    display: none;
}
@media (max-width: 600px) {
    .horizontal-img {
        display: none;
    }
    .vertical-img {
        display: block;
        width: 100%;
        margin-bottom: -9px;
    }
}

/*? Nosotros  ++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.ver-mas_estadisticas {
    display: flex;
    gap: 2rem;
    width: 100%;
    margin-top: 5rem;
    flex-wrap: wrap;
}
.estadisticas_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.contador {
    font-size: 9rem;
    font-weight: bold;
    color: var(--gris);
}

.mision {
    font-size: 3rem !important;
    text-align: start;
    flex-direction: column;

    max-width: 100%;
    display: flex;
    background-color: var(--gris);
    justify-content: space-around !important;
    align-items: center;
}
.mision h2 {
    font-size: 13.5rem;
    margin-bottom: -5rem;
}
.mision-info {
    color: var(--blanco);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    gap: 10rem;
    font-size: 4rem;
    max-width: 100%;
    flex-direction: column-reverse;
}
.mision-info i {
    font-size: 5rem !important;
    display: initial;
}

@media (max-width:580px) {
    .mision {
        padding: 0;
        font-size: 2rem !important;
    }
    .mision h2 {
        font-size: 6rem;
    }
    .mision-info {
        padding: 1rem;
        font-size: 2rem;
    }
    .mision-info i {
        font-size: 2rem !important;
    }
    .contador {
        font-size: 5rem;
    }
}
.seccion-valores {
    margin-bottom: 20rem;
}
.valores {
    color: var(--blanco);
    background-color: var(--gris);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    text-align: center;
    position: relative;
}
.valores-info {
    position: absolute;
    top: -3%;
    font-size: 3rem;
}
.valores img {
    border-radius: 16px;
    max-width: 135%;
    width: auto;
}
.valores-p {
    position: absolute;
    top: 50%;
    padding: 0 1rem;
}
/* * esquema ------------------------- */
.esquema {
    width: 100%;
    max-width: 120rem;
    margin: 2rem auto;
}
/* * Seccion historia ------------------------------------------------- */
.triangulo  {
    max-width: 100%;
}
.seccion-nosotros {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem;
    flex-wrap: nowrap;
    background-color: #dd1c16;
    gap: 6rem;
}
@media (max-width: 900px) {
    .seccion-nosotros {
        gap: 0;
        padding: 2rem;
    }
}
@media (max-width: 600px) {
    .seccion-nosotros {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .triangulo {
        padding: 0;
    }
}
@media (max-width: 480px) {
    .nosotros {
        margin-top: 400%;
    }
}
@media (max-width: 480px) {
    .nosotros {
        margin-top: 470%;
    }
}

/* ? Seccion Proyectos ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.seccion-proyectos {
    background-color: #dd1c16;
    padding: 4rem 0;
    top: 86%;
    position: static;
    margin-top: -12rem;
}
.proyectos {
    background-color: #dd1c16;
    gap: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proyectos-info {
    color: var(--blanco);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    gap: 8rem;
    font-size: 3.5rem;
    max-width: 100%;
    flex-direction: column
}
.proyectos-info img {
    max-width: 30%;
    border-radius: 16px;
}
.proyectos-info p {
    margin: 0;
}
.proyectos-img {
    padding: 6rem;
    max-width: 40%;
}
@media (max-width: 1400px) {
    .proyectos {
        flex-wrap: wrap;
    }
    .seccion-proyectos {
        top: 100%;
    }
}
@media (max-width: 480px) {
    .proyectos-img {
        max-width: 100%;
    }
}

/* * Seccion curriculum --------------------------------------------------------------- */
.curriculum {
    margin-bottom: 6rem;
    padding: 6rem;
}
.curriculum p {
    font-size: 3rem;
}
.curriculum span {
    color: var(--rojo);
}
@media (max-width: 480px) {
    .curriculum {
        padding: 8rem 0;
    }
}


/* ? Pagina Contacto ++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* * Seccion Formulario--------------------------------------------------- */
.contacto-info {
    margin-bottom: 6rem;
    padding: 6rem;
}
.contacto-info p {
    font-size: 3rem;
}
.contacto-info span {
    color: var(--rojo);
}

.contacto {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    background-color: var(--gris);
    padding: 6rem 3rem;
}
.contacto h1, h2 {
    color: var(--blanco);
}
.formulario {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50rem;
    max-width: 55%;
}
.formulario-contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
}
.informacion-contacto {
    max-width: 100%;
}
.contact-label {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--blanco);
}
.input-format {
    border: 0;
    border-bottom: solid var(--rojo) 2px;
    background-color: var(--gris);
    padding: 0.5rem 1rem;
    min-height: 40px;
}
.input-format::placeholder {
    color: var(--blanco);
}
.link {
    color: var(--blanco);
}
.submit-contacto {
    width: 40rem;
    border-radius: 16px;
    background-color: var(--blanco);
    border: none;
    cursor: pointer;
    padding: 1rem;
}
.submit-contacto:hover {
    background-color: var(--rojo);
}
.formulario-info p {
    color: var(--blanco);
}
.mapa-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 70.25%;
}
.mapa-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {
    .contacto {
        flex-direction: column;
        gap: 17rem;
    }
    .formulario {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .contacto-info {
        padding: 6rem 0;
    }
}

/* ? Pagina Creando Valores --------------------------------------------- */
.estrategia {
    margin-top: 15rem;
    padding: 2rem;
    /* display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    background-color: var(--gris);
    max-width: 100%;
    width: 100%;
    padding: 10rem 15rem;
    color: var(--blanco); */
}
.grafico {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10rem 6rem;
    gap: 2rem;
    margin-top: 10rem;
    background-color: #707173db;
    max-width: 100%;
}
.grafico-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
.grafico-contenedor {
    background-color: #707173db;
    padding: 10rem 6rem;
    max-width: 100%;

}
.grafico-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding: 10rem 4rem;
}
.grafico-texto {
    color: var(--blanco);
    font-size: 3rem;
    padding: 6rem;
}
.grafico img {
    max-width: 100%;
}
#grafico-1 {
    margin-top: 15rem;
    max-width: 50%;
}
#mercado {
    font-size: 4rem;
}
#texto-negro {
    color: black;
    max-width: 45%;
}
@media (max-width: 1000px) {
    .grafico img {
        max-width: 100%;
    }
    .grafico {
        padding: 3rem;
    }
    .grafico-2 {
        flex-wrap: wrap;
        padding: 6rem 4rem;
    }
    .grafico-3 {
        flex-wrap: wrap;
        padding: 6rem 4rem;
        max-width: 100%;
        gap: 10rem;
    }
    .grafico-contenedor {
        padding: 0;
    }
    .grafico-texto {
        font-size: 2rem;
        padding: 3rem;
        padding-bottom: 5rem;
    }
    #grafico-1 {
        max-width: 100%;
    }
    #texto-negro {
        max-width: 100%;
        padding: 0;
    }
}
@media (max-width: 600px) {
    .grafico {
        flex-wrap: wrap;
    }
}

/* ? Pagina Unidades de Negocio -------------------------------------------------------- */
.unidades-negocio {
    width: 100%;
    max-width: 100%;
    margin: 8rem auto;
    padding: 5rem 15%;
}
.unidades-contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 8rem auto;
    padding: 5rem 0;
}
.unidades-contenedor2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e22928;
    width: 100%;
    max-width: 100%;
    margin: 8rem auto;
    padding: 5rem 0;
}
.unidades-info {
    padding: 3rem;
    max-width: 60%;
}
.unidades-img {
    width: 100%;
    max-width: 40%;
}
.unidades-img2 {
    display: none;
}
/* .unidades-contenedor2 img {
    max-width: 40%;
}
.unidades-contenedor img {
    max-width: 40%;
} */
.unidades-contenedor2 span {
    color: var(--blanco);
}
.unidades-contenedor2 p {
    color: var(--blanco);
}
.unidades-contenedor2 li {
    color: var(--blanco);
}
@media (max-width: 1000px) {
    .unidades-img {
        display: none;
    }
    .unidades-img2 {
        display: block;
    }
    .unidades-contenedor {
        flex-direction: column;
    }
    .unidades-contenedor2 {
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .unidades-contenedor {
        padding: 0;
        padding-bottom: 5rem;
    }
    .unidades-contenedor2 {
        padding: 0;
        padding-bottom: 5rem;
    }
    .unidades-info {
        padding: 0;
        max-width: 80%;
    }
    .unidades-contenedor h2 {
        font-size: 3rem;
    }
    .unidades-contenedor2 h2 {
        font-size: 3rem;
    }
}