@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: 'Raleway', sans-serif;
    margin: 0;
}
.contenedor{
    position: absolute;
    z-index: 9;
    width: 100%;
}
.peqTriRojo{
    position: absolute;
    z-index: 3;
    top: -500px;
    right: 0;
    width: 1.5%;
    height: 3%;
    background-color: #ec392c;
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
.medTriVerde{
    position: absolute;
    z-index: 2;
    top: -500px;
    right: 0;
    width: 5%;
    height: 10%;
    background-color: #d1dcdc;
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
.medTriGris{
    position: absolute;
    z-index: 1;
    top: -500px;
    right: 0;
    width: 13%;
    height: 26%;
    background-color: #b3aeaf;
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
.granTriGris{
    position: absolute;
    top: -500px;
    right: 0;
    width: 115%;
    height: 115%;
    background-color: #f6f3f6;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.contImgTria{
    position: absolute;
    width: 100%;
    height: 100%;
}
.datos{
    width: max-content;

}
.datos p{
    margin: 0px;
    padding: 0px;
}
.correo, .telefono, .direccion{
    align-items: center;
    width: max-content;
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.correo p, .telefono p, .direccion p{
    font-weight: 300 !important;
    font-size: 20px ;
    color:#ffffff !important;
}
.correo:hover{
    transform: scale(1.1);
}
.telefono:hover{
    transform: scale(1.1);
}
.direccion:hover{
    transform: scale(1.1);
}
.piePagina{
    bottom: -40px;
    position: absolute;
    z-index: 10;
    width: 100%;
}
.imgContactanos-correo, .imgContactanos-telefono, .imgContactanos-direccion{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../media/img/icono/ICONO_PIE_PAGINA\ \(1\).png);
    background-repeat: no-repeat;
    background-size: contain;
}
.imgContactanos-correo{
    background-image: url(../media/img/icono/ICONO_PIE_PAGINA\ \(1\).png);
}
.imgContactanos-telefono{
    background-image: url(../media/img/icono/ICONO_PIE_PAGINA\ \(2\).png);
}
.imgContactanos-direccion{
    background-image: url(../media/img/icono/ICONO_PIE_PAGINA\ \(3\).png);
}
.rest{
    padding-top: 20px;
    padding-left: 40px;
    height: 300px;
    background-color: #1a1a1a;
}
.rest h4{
    width: max-content;
    font-weight: 700;
    font-size: 47px;
    margin-top: 0px;
    margin-bottom: 29px;
    color:#8ca8a8;
}
.triaMayor{
    position: absolute;
    right: 10px;
    bottom: -5px;
}
.textoTriaGris{
    font-weight: 300;
    position: absolute;
    text-align: center;
    bottom: 200px;
    z-index: 100;
    margin-top: 50px;
    left: 45%;
    right:30%;
}
.textoTriaGris b{
    color: #e63232;
    font-style: italic;
}
.derechos{
    font-weight: 300;
    position: absolute;
    text-align: center;
    bottom: 50px;
    z-index: 100;
    margin-top: 40px;
    left: 45%;
    right:30%;
}
.triaMayor .tri{
    height: 754px;
}
.paloma{
    position: absolute;
    bottom: 0px;
    left: -17px;
    height: 460px;
}
.triaRojo{
    position: absolute;
    right: 0;
    bottom: -4px;
}
.contIconosRedes{
    display: flex;
    bottom: 50px;
    left: 25px;
    position: absolute;
    z-index: 100000;
}
.linkedin1, .instagram1, .facebook1{
    width: 20px;
    height: 20px;
    margin: 10px;
    cursor: pointer;
    transition: 0.3s; /* Transición suave */
}
.facebook1:hover{
    transform: scale(1.3);
}
.instagram1:hover{
    transform: scale(1.3);
}
.linkedin1:hover{
    transform: scale(1.3);
}

.facebook1{
    background-image: url(../media/img/icono/redes/ICONOC_REDES\ \(3\).png);
    background-size: contain;
    background-repeat: no-repeat;
}
.instagram1{
    background-image: url(../media/img/icono/redes/ICONOC_REDES\ \(2\).png);
    background-size: contain;
    background-repeat: no-repeat;
}
.linkedin1{
    background-image: url(../media/img/icono/redes/ICONOC_REDES\ \(1\).png);
    background-size: contain;
    background-repeat: no-repeat;
}
.triaRojo img{
    height: 250px;
}
.triaVerde{
    position: absolute;
    bottom: 0;
    right: 0px;
}
.triaVerde img{
    height: 350px;
}
.triaGris2{
    position: absolute;
    bottom: 0;
    right: 0;
}
.triaGris2 img{
    height: 690px;
}
.triaNegro{
    position: absolute;
    bottom: 360px;
    right: 300px;
}
.triaNegro img{
    height: 100px;
}
.fade-out {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.fade-in {
    opacity: 1;
    transition: opacity 0.2s ease-in;
}
.carrusel {
display: flex;
width: 100%;
height: 1800px;
position: relative;
overflow: hidden;
}
.cont2 {
width: 45%;
height: 100%;
padding: 50px;
padding-left: 0;

}
.margenTriangulo {
height: 1800px;
width: 60%;
clip-path: polygon(0 -20%, 100% 40%, 0 3000000%);
display: flex;
align-items: center;
overflow: hidden;
}
.image-container {
display: flex;
flex-direction: column;
transition: transform 0.5s ease-in-out;
height: 100%;
}
.image-slide {
height: 98.5%;
display: flex;
align-items: center;
}
.image-slide img {
height: 100%;
}
.titulo {
    float: right;
    line-height: 0.9;
}
.titulo b{
    font-size: 100px;
    font-weight: 800;
}
.titulo strong{
    font-size: 50px;
    font-weight: 800;
}
.infTexto {
width: 100%;
float: right;
margin-top: 55%;
}
.contenido p {
    font-size: 10px;
}
.contenido h3{
    color: #8ca8a8;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 0px;
}
.contenido p{
    margin-top: 5px;
    color: #1a1a1a;
    font-size: 27px;
}
.contenido span{
    color: #8ca8a8;
    font-weight: bold;
}
.titulo h2{
    color: #e63232;
    font-size: 52px;
}
.titulo span{
    font-size: 78px;
}
/*Inicio de los medias 
@media (max-width: 1860px) {
.carrusel, .margenTriangulo{
height: 1500px;
}
.margenTriangulo
.triaMayor img {
    height: 650px;
}
.paloma {
    height: 435px !important;
}
}
@media (max-width: 1710px) {
    
    .carrusel, .margenTriangulo{
    height: 1500px;
    }
    .triaMayor img {
        height: 650px;
    }
    .paloma {
        height: 435px !important;
    }
}
@media (max-width: 1669px) {
    
    .carrusel, .margenTriangulo{
    height: 1400px;
    }
    .infTexto {
        margin-top: 217px;
    }
    .titulo h2 {
        font-size: 38px!important;
    }
    .titulo strong {
        font-size: 50px;
    }
    .titulo b {
        font-size: 74px;
    }
    .triaMayor img {
        height: 613px;
    }
    .paloma {
        height: 392px !important;
    }
}
@media (max-width: 1604px) {
    
    .carrusel, .margenTriangulo{
    height: 1222px;
    }
    .infTexto {
        margin-top: 133px;
    }
    .titulo h2 {
        font-size: 38px!important;
    }
    .titulo strong {
        font-size: 50px;
    }
    .titulo b {
        font-size: 74px;
    }
    .triaMayor img {
        height: 535px;
    }
    .paloma {
        height: 355px !important;
    }
}
@media (max-width: 1485px) {
    
    .carrusel, .margenTriangulo{
    height: 1132px;
    }
    .triaMayor img {
        height: 478px;
    }
    .paloma {
        height: 302px !important;
    }
    .rest{
        height: 226px;
    }
    .triaVerde img {
        height: 316px;
    }
    .triaGris2 img {
        height: 620px;
    }
    .triaRojo img{
        height: 254px;
    }
    .triaNegro{
        bottom: 320px;
        right: 267px;
    }
}
@media (max-width: 1365px) {
    
    .carrusel, .margenTriangulo{
    height: 1030px;
    }
    .infTexto {
        margin-top: 95px;
        width: 450px;
        text-align: left;
        float: left;
    }
    .contenido h3 {
        font-size: 40px !important;
        margin-bottom: 0px;
    }
    .contenido p {
        font-size: 14px !important;
    }
    .titulo h2 {
        font-size: 33px!important;
    }
    .titulo strong {
        font-size: 44px;
    }
    .titulo b {
        font-size: 65px;
    }
    .triaMayor img {
        height: 442px;
    }
    .paloma {
        height: 264px !important;
    }
    .rest{
        height: 226px;
    }
    .triaVerde img {
        height: 316px;
    }
    .triaGris2 img {
        height: 620px;
    }
    .triaRojo img{
        height: 226px;
    }
    .triaNegro{
        bottom: 320px;
        right: 267px;
    }
}
@media (max-width: 1250px) {
    
    .carrusel, .margenTriangulo{
    height: 902px;
    }
    .infTexto {
        margin-top: 55px;
        width: 394px;
        text-align: left;
        float: left;
    }
    .contenido h3 {
        font-size: 31px !important;
        margin-bottom: 0px;
    }
    .contenido p {
        font-size: 13px !important;
    }
    .titulo h2 {
        font-size: 30px!important;
    }
    .titulo strong {
        font-size: 39px;
    }
    .titulo b {
        font-size: 59px;
    }
    .triaMayor img {
        height: 390px;
    }
    .paloma {
        height: 245px !important;
    }
    .rest{
        height: 226px;
    }
    .triaVerde img {
        height: 275px;
    }
    .triaGris2 img {
        height: 541px;
    }
    .triaRojo img{
        height: 226px;
    }
    .triaNegro{
        bottom: 280px;
        right: 227px;
    }
}
@media (max-width: 1111px) {
    
    .carrusel, .margenTriangulo{
    height: 820px;
    }
    .infTexto {
        margin-top: 55px;
        width: 343px; 
        text-align: left;
        float: left;
    }
    .contenido h3 {
        font-size: 27px !important;
        margin-bottom: 0px;
    }
    .contenido p {
        font-size: 12px !important;
    }
    .titulo h2 {
        font-size: 20px!important;
    }
    .titulo strong {
        font-size: 25px;
    }
    .titulo b {
        font-size: 39px;
    }
    .triaMayor img {
        height: 337px;
    }
    .paloma {
        height: 230px !important;
    }
    .rest{
        height: 196px;
    }
    .triaVerde img {
        height: 234px;
    }
    .triaGris2 img {
        height: 456px;
    }
    .triaRojo img{
        height: 182px;
    }
    .triaNegro{
        bottom: 234px;
        right: 185px;
    }
}
@media (max-width: 750px) {
    .carrusel, .margenTriangulo{
    height: 820px;
    }
    .infTexto {
        margin-top: 75px;
        width: 343px; 
        text-align: left;
        float: left;
    }
    .contenido h3 {
        font-size: 27px !important;
        margin-bottom: 0px;
    }
    .contenido p {
        font-size: 12px !important;
    }
    .titulo h2 {
        font-size: 20px!important;
    }
    .titulo strong {
        font-size: 25px;
    }
    .titulo b {
        font-size: 39px;
    }
    .triaMayor img {
        height: 337px;
    }
    .paloma {
        height: 230px !important;
    }
    .rest{
        height: 196px;
    }
}
    */
/*fin de los medias 
@media (max-width: 622px){
    .tri {
        height: 319px;
        margin-right: -196px
    }
    .carrusel, .margenTriangulo {
        height: 728px;
    }
    .cont2 {
        width: 45%;
        height: 100%;
        padding: 50px;
        padding-top: 100px;
        padding-left: 0;
    }
    .infTexto {
        width: 100%;
 
    }
    .contenido h3{
        font-size: 20px !important;
    }
    .contenido p{
        font-size: 10px  !important;
    }
    .contenido span{
        color: #8ca8a8;
        font-weight: bold;
    }
    .titulo h2{
        font-size: 17px !important;
    }
    .titulo b{
        font-size: 34px !important;
    }
    .titulo strong{
        font-size: 24px !important;
    }
    .triaMayor{
        overflow: hidden;
        right: 0px;
    }
    .triaVerde img {
        height: 222px;
        display: none;
    }
    .triaGris2 img {
        height: 440px;
        display: none;
    }
    .triaRojo img {
        height: 174px;
        display: none;
    }
    .triaNegro {
        position: absolute !important;
        bottom: 230px !important;
        right: 179px !important;
        display: none;
    }
    .paloma {
        position: absolute;
        bottom: 0px;
        height: 163px !important;
    }
    .rest {
        border-radius: 10px;
        height: 184px;
        width: 100%;
        background-color: #1a1a1a;
    }
    .image-slide img {
        height: 60%;
    }
    .triaMayor img {
        height: 298px;
    }
    .triaMayor p {
        position: absolute;
        text-align: center;
        bottom: 87px;
        left: 55%;
        right: 0%;
    }
}
@media (max-width: 570px){
    .tri {
        height: 319px;
        margin-right: -196px
    }
    .carrusel, .margenTriangulo {
        height: 655px;
    }
    .cont2 {
        width: 45%;
        height: 100%;
        padding: 50px;
        padding-top: 100px;
        padding-left: 0;
    }
    .infTexto {
        width: 100%
    }
    .contenido h3{
        font-size: 20px !important;
    }
    .contenido p{
        font-size: 10px  !important;
    }
    .contenido span{
        color: #8ca8a8;
        font-weight: bold;
    }
    .titulo h2{
        font-size: 15px !important;
    }
    .titulo b{
        font-size: 29px !important;
    }
    .titulo strong{
        font-size: 19px !important;
    }
    .triaMayor{
        overflow: hidden;
        right: 0px;
    }
    .triaVerde img {
        height: 222px;
        display: none;
    }
    .triaGris2 img {
        height: 440px;
        display: none;
    }
    .triaRojo img {
        height: 174px;
        display: none;
    }
    .triaNegro {
        position: absolute !important;
        bottom: 230px !important;
        right: 179px !important;
        display: none;
    }
    .paloma {
        position: absolute;
        bottom: 0px;
        height: 163px !important;
    }
    .rest {
        border-radius: 10px;
        height: 184px;
        width: 100%;
        background-color: #1a1a1a;
    }
    .image-slide img {
        height: 60%;
    }
    .triaMayor img {
        height: 277px;
    }
    .triaMayor p {
        position: absolute;
        text-align: center;
        bottom: 87px;
        left: 55%;
        right: 0%;
    }
}
@media (max-width: 513px){
    .tri {
        height: 319px;
        margin-right: -196px
    }
    .carrusel, .margenTriangulo {
        height: 655px;
    }
    .cont2 {
        width: 45%;
        height: 100%;
        padding: 50px;
        padding-top: 100px;
        padding-left: 0;
    }
    .infTexto {
        width: 100%;
    }
    .contenido h3{
        font-size: 20px !important;
    }
    .contenido p{
        font-size: 10px  !important;
    }
    .contenido span{
        color: #8ca8a8;
        font-weight: bold;
    }
    .titulo h2{
        font-size: 13px !important;
    }
    .titulo b{
        font-size: 26px !important;
    }
    .titulo strong{
        font-size: 17px !important;
    }
    .triaMayor{
        overflow: hidden;
        right: 0px;
    }
    .triaVerde img {
        height: 222px;
        display: none;
    }
    .triaGris2 img {
        height: 440px;
        display: none;
    }
    .triaRojo img {
        height: 174px;
        display: none;
    }
    .triaNegro {
        position: absolute !important;
        bottom: 230px !important;
        right: 179px !important;
        display: none;
    }
    .paloma {
        position: absolute;
        bottom: 0px;
        height: 163px !important;
    }
    .rest {
        border-radius: 10px;
        height: 184px;
        width: 100%;
        background-color: #1a1a1a;
    }
    .image-slide img {
        height: 60%;
    }
    .triaMayor img {
        height: 277px;
    }
    .triaMayor p {
        position: absolute;
        text-align: center;
        bottom: 87px;
        left: 55%;
        right: 0%;
    }
}
@media (max-width: 480px){
    .tri {
        height: 319px;
        margin-right: -196px
    }
    .carrusel{
        height: 541px;
        margin-top: -148px;
    }
    .margenTriangulo {
        height: 670px;
    }
    .cont2 {
        width: 45%;
        height: 100%;
        padding: 24px;
        padding-top: 150px;
        padding-left: 0;
    }
    .infTexto {
        margin-top: 48px;
        width: 100%;
    }
    .contenido h3{
        font-size: 15px !important;
    }
    .contenido p{
        font-size: 8px  !important;
    }
    .contenido span{
        color: #8ca8a8;
        font-weight: bold;
    }
    .titulo h2{
        font-size: 11px !important;
    }
    .titulo b{
        font-size: 21px !important;
    }
    .titulo strong{
        font-size: 14px !important;
    }
    .triaMayor{
        overflow: hidden;
        right: 0px;
    }
    .triaVerde img {
        height: 222px;
        display: none;
    }
    .triaGris2 img {
        height: 440px;
        display: none;
    }
    .triaRojo img {
        height: 174px;
        display: none;
    }
    .triaNegro {
        position: absolute !important;
        bottom: 230px !important;
        right: 179px !important;
        display: none;
    }
    .paloma {
        position: absolute;
        bottom: 0px;
        height: 90px !important;
    }
    .rest {
        border-radius: 10px;
        height: 109px;
        width: 100%;
        background-color: #1a1a1a;
    }
    .image-slide img {
        height: 60%;
    }
    .triaMayor img {
        height: 197px ;
    }
    .triaMayor p {
        position: absolute;
        text-align: center;
        bottom: 87px;
        left: 55%;
        right: 0%;
    }
}
@media (min-width: 1024px) and (max-width: 1440px){
    .tri{
        height: 500px;
    }
    .triaVerde img {
        height: 250px;
    }
    .triaGris2 img {
        height: 490px;
    }
    .triaRojo img {
        height: 174px;
    }
    .triaNegro {
        position: absolute;
        bottom: 258px;
        right: 201px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .tri {
        height: 395px;
    }
    .triaVerde img {
        height: 250px;
    }
    .triaGris2 img {
        height: 490px;
    }
    .triaRojo img {
        height: 174px;
    }
    .triaNegro {
        position: absolute;
        bottom: 258px;
        right: 201px;
    }
    .paloma {
        position: absolute;
        bottom: 0px;
        left: -13px;
        height: 240px !important;
    }
    .rest {
        border-radius: 10px;
        height: 218px;
        width: 100%;
        background-color: #1a1a1a;
    }
    .image-slide img {
        height: 70%;
    }
}
@media (min-width: 622px) and (max-width: 768px){
    .tri {
        height: 319px;
        margin-right: -196px
    }
    .cont2 {
        width: 45%;
        height: 100%;
        padding: 50px;
        padding-top: 100px;
        padding-left: 0;
    }
    .infTexto {
        width: 100%;
 
    }
    .contenido h3{
        font-size: 22px !important;
    }
    .contenido p{
        font-size: 11px  !important;
    }
    .contenido span{
        color: #8ca8a8;
        font-weight: bold;
    }
    .titulo h2{
        font-size: 18px !important;
    }
    .titulo b{
        font-size: 35px !important;
    }
    .titulo strong{
        font-size: 26px !important;
    }
    .triaMayor{
        overflow: hidden;
        right: 0px;
    }
    .triaVerde img {
        height: 222px;
        display: none;
    }
    .triaGris2 img {
        height: 440px;
        display: none;
    }
    .triaRojo img {
        height: 174px;
        display: none;
    }
    .triaNegro {
        position: absolute !important;
        bottom: 230px !important;
        right: 179px !important;
        display: none;
    }
    .paloma {
        position: absolute;
        bottom: 0px;
        left: -2px;
        height: 144px !important;
        width: 197px !important;
    }
    .rest {
        border-radius: 10px;
        height: 184px;
        width: 100%;
        background-color: #1a1a1a;
    }
    .image-slide img {
        height: 60%;
    }
    .triaMayor img {
        height: 351px;
    }
    .triaMayor p {
        position: absolute;
        text-align: center;
        bottom: 87px;
        left: 55%;
        right: 0%;
    }
}
*/

