*{
    box-sizing: border-box;
    padding: 0;
    border: 0;
    margin: 0;
    
    
}

html {
    scroll-behavior: smooth;
  }

a {
    text-decoration: none;
}  

body{
}
@import url('https://fonts.googleapis.com/css2?family=Alatsi&family=Anton&family=Denk+One&family=Encode+Sans+Condensed:wght@100&family=Imprima&family=Poppins:wght@100&family=Roboto:wght@300&family=Secular+One&display=swap');
/*
font-family: 'Alatsi', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Denk One', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Secular One', sans-serif;
font-family: 'Encode Sans Condensed', sans-serif;
font-family: 'Imprima', sans-serif;
font-family: 'Poppins', sans-serif;

*/

/*    background-color: #0c41641a; */


:root{
--logogreen: #3f8172;
--logogreenfirst: rgb(33, 110, 91);
--salmon: rgb(194, 115, 107);
--salmon-hov: rgb(235, 164, 156);

/*paletadecolores.com.ar*/

--col1: #7b7d83;
--col2: #babbbe;
--col3: #404144; /*footer*/
--col4: #5b847c;
--col5: #b9babd;

--col6: #5b847c;
--col7: #845b63;
--col8: #675b84;
--col9: #1e9e85;
}

/* ---------- G E N E R A L --------------*/


.hanging-logo{
    height: 0;
    position: sticky;
    right: 20px;
    top: 20px;
    z-index: 23999;    
}

.logo-arriba{
    position: absolute;
    right: 20px;
    height: 80px;
    width: 80px;
    z-index: 300;
    border-radius: 50%;
    box-shadow: 0 0 10px white;
    
    transition: 0.4s;
    animation: appear 3s;
    opacity: .8;
}

@keyframes appear {
    0%{transform: translateY(-1000px);}
    80%{transform: translateY(-1000px);}
}


.hanging-logo img:hover{
    transform: rotate(360deg);
    box-shadow: 0 0 15px white;
}



.left-menu{
    position: sticky;
    
    /*background: linear-gradient(to right, rgb(31, 131, 106), rgba(238, 223, 223, 0));*/
    height: 0;
    width: 0;
    border-radius: 5%;
    z-index: 2000;
    display: none;
}

.left-menu-container{
    width: 60px;
    height: 300px;
    background-color: var(--col3);
}


.left-menu-display{
    display: flex;
    justify-content: center;
    align-items: center;
    top: 37%;
    left: 15px;
    background-color: var(--logogreen);
    transform: translateX(-500px);
    transition: transform .5s;
}

.left-menu-appear{
    display: flex;

    justify-content: center;
    align-items: center;
    background-color: var(--logogreen);
    transform: translate(0px);
    transition: transform .5s;
}
/*
.left-menu-container:hover{
    background-color: var(--col1);
    cursor: pointer;
}
*/
@keyframes popleft {
    from{transform: translateX(-500px)}
    to{transform: translateX(0px)}
}



.left-menu-text{
    width: 300px;
    font-size: 1.2em;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    color: white;
    font-weight: 600;
    transform: rotate(270deg) translateY(-120px) translateX(-130px);
    

}

.section-title{
    
    font-family: 'Encode Sans Condensed', sans-serif;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-family: 'Secular One', sans-serif;

    font-weight: 600;

    font-size: 32px;
    font-size: 24px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 32px; 
    margin-top: 3%;
    margin-bottom: 5%;
    color: rgba(12, 65, 100, 0.397);
    color: var(--col6);
    position: relative;

}

.section-title.active{
    animation-duration: 1s;
    animation-name: pulse;
}


@keyframes pulse {
    50%{color: #185247}
}


.section-title-underline{
    position: absolute;
    bottom: 10%;
    left: -5%;
    /*background-color: rgba(12, 65, 100, 0.788);*/
    height: 25%;
    width: 0%; 
    transition: all ease-in .4s; /*.3s*/
}

.section-title-underline::before{

    content: '';
    position: absolute;
    top: -100%;
    left: 10%;
    height: 100%;
    width: 100%;
    border-top-right-radius: 7px ;
    background-color: rgba(12, 65, 100, 0.101);
}

.section-title-underline.active{
    width: 100%;
    background-color: rgba(12, 65, 100, 0.101);
}

.section-title-underline::before.active{
    width: 100%;
}


.section-title2{
    display: inline-block;
    /*background-image: linear-gradient(to left, var(--col6),transparent);*/
    color:var(--col6);
    font-family: 'Encode Sans Condensed', sans-serif;
    
    font-size: 40px;
    font-style: italic;
    padding: 100px;
    border-radius: 0   50px 50px 0 ;
    transform: rotate(-12deg) translateX(-50px);
}

/* GENERAL media querys*/



@media (min-width: 350px){

}

@media (min-width: 525px){

}

@media (min-width: 700px) {
    .section-title{
    
        font-size: 44px;    
    }
    .section-title-underline{
        
        height: 30%;
    }
}   




@media  (min-width: 875px) and (max-height: 570px){
    .hanging-logo{
        right: 20px;
        top:  80vh;
        z-index: 23999;    
    }
}

@media (min-width: 875px) and (min-height: 571px) {
    .hanging-logo{
        top:  85vh;   
    }
}



@media (min-width: 1050px) {

}   

@media (min-width: 1225px) {

}   

@media (min-width: 1400px) {

}   
/*
@media (min-width: 1575px) {

}   

@media (min-width: 1750px) {

}   


@media (min-width: 1925px) {

}   

@media (min-width: 2100px) {

}   

@media (min-width: 2275px) {
   
}   

@media (min-width: 2450px) {
   
}

*/



/* ---------------- C A R R O U S E L ----------------*/

.carrousel-container{
    position: relative;
    top:0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}



/* --- V2 ---- */
/* <div class="carrousel-container">
            <div class="carrousel-title">
                <div class="title-text-main">
                <div class="title-text-sub">
*/

.carrousel-title{
    position: absolute;
    bottom: 32%;
    left: 4%;
    z-index: 1202;
    width: fit-content;
    height: 6em;
    line-height: 90%;
    display: flex;
    flex-direction: column;
    /*animation: appearText 10s forwards;*/

}

.title-text-main{
    
    font-size: 3.6em;
    font-weight: 600;
    color: white;
    text-shadow: var(--col2) 1px 0 3px, 0 0 2px rgba(61, 238, 185, 0.61);
    font-family: 'Secular One', sans-serif;
    font-family: 'Gotham Black', sans-serif;
    line-height: 0.9;
    
    

}

.title-text-sub{
    
    font-size: 1.7em;
    color: white;
    
    text-shadow: var(--col2) 1px 0 5px, 0 0 8px rgb(0, 0, 0);
    
    font-family: 'Encode Sans Condensed', sans-serif;
    line-height: 1.1;
    padding-top: 2%;
    /*transform: scaleX(1.25) translateX(10.2%);*/
    }

@keyframes appearText {
    0%{opacity: 0;
        transform:scale(0.94) translateY(-4px);}
    15%{opacity: 1;
        
    }

    
    100%{
        transform:translateX(12px) translateY(2px)}
}



.language{
    margin-top: 3%;
    padding-left: 1%;
    z-index: 10000;
    font-family: 'Secular One', sans-serif;
    color: white;
    display: flex;
    
}

.ig-container{
    height: 41px;
    width: 41px;
    margin-right: 6px;
}

.ig-container-img{
    height: 41px;
    width: 41px;
    opacity: .8;
}

.ig-container-img:hover{
    opacity: 1;
}

.language-box{
    padding-left: 8px;
    border-left: 3px solid rgba(255, 255, 255, 0.644);
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    
    gap: 5px;
}

.language-box div{

    height: 18px;
    width: 30px;
    
}

.language-box div img{
    width: 100%;
    height: 100%;
    
    opacity: .7;
}

.language-box div img:hover{
    cursor: pointer;
    opacity: 1;
    
}






.carrousel-image{
    position: absolute;
    top: 0;
    width:110%;
    height: 110%;
    object-fit:cover;
}

#carr1{
    animation: carr1 47s infinite;
    }

#carr2{
    animation: carr2  47s infinite;
}

#carr3{
    animation: carr3 47s infinite;
}

#carr4{
    animation: carr4 47s infinite;
}

@keyframes carr1 {
    0%{opacity: 1;
        transform: translateX(-5%);}
    20%{opacity: 1;}
    25%{opacity: 0;
        }
    50%{opacity: 0;
        transform: translateX(0%);}
    95%{opacity: 0;
        transform: translateX(-5%);}
    100%{opacity: 1;
        transform: translateX(-5%);}
}

@keyframes carr2 {
    0%{opacity: 0;}
    20%{opacity: 0;
        transform: translateX(-5%);}
    25%{opacity: 1;}
    45%{opacity: 1;}
    50%{opacity: 0;}
    70%{opacity: 0;}
    75%{opacity: 0;}
    95%{opacity: 0;}
    100%{opacity: 0;
        transform: translateX(0%);}
}

@keyframes carr3 {
    0%{opacity: 0;}
    20%{opacity: 0;}
    25%{opacity: 0;}
    45%{opacity: 0;
        transform: translateX(0%);}
    50%{opacity: 1;}
    70%{opacity: 1;}
    75%{opacity: 0;}
    95%{opacity: 0;}
    100%{opacity: 0;
        transform: translateX(-5%);}
}

@keyframes carr4 {
    0%{opacity: 0;}
    20%{opacity: 0;}
    25%{opacity: 0;}
    45%{opacity: 0;}
    50%{opacity: 0;
        transform: translateX(5%);}
    70%{opacity: 0;}
    75%{opacity: 1;}
    95%{opacity: 1;}
    100%{opacity: 0;
        transform: translateX(-5%);}
}


.carrousel-arrow{
    z-index: 25;
    position: absolute;
    bottom: 10px;
    
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.carrousel-arrow img{
    
    height: 40px;
    width: 40px;
    position: relative;
    top: 32px;
    animation: appearAfterSlide forwards 3s;
    
}

.carrousel-arrow a{
    opacity: .5;
    z-index: 20;
}

.carrousel-arrow a:hover{
    cursor: pointer;
    opacity: .7;
}

@keyframes appearAfterSlide {
    0%{opacity: 0;}
    96%{opacity: 0;}
    100%{opacity: 1;}
    
}

.carrousel-footer{
    background-color: #0c41641a;
    overflow: hidden;
    
}

/* carrousel  media querys */


@media (min-width: 350px){

}

@media (min-width: 525px){

    
/*
    .carrousel-title{
        bottom: 32%;
        left: 4%;
    }*/
    
    .title-text-main{
    
        font-size: 3.3em;
    
    }
    .title-text-sub{
        
        font-size: 1.4em;

    }
    
    .ig-container{
        height: 51px;
        width: 51px;
        margin-right: 8px;
    }

    .ig-container-img{
        height: 51px;
        width: 51px;
        opacity: .8;
    }

    .ig-container-img:hover{
        opacity: 1;
    }


    .language-box div{

        height: 23px;
        width: 34px;
        
    }

    .language-box div img{
        width: 100%;
        height: 100%;
        
        opacity: .7;
    }
}



@media (min-width: 700px) {
    
    .carrousel-title{
        bottom: 36%;
        left: 4%;
    }
    
    .title-text-main{
    
        font-size: 4.4em;
    
    }
    .title-text-sub{
        
        font-size: 2.1em;

    }
    
    .carrousel-arrow img{
        height: 65px;
        width: 65px;
        top: 6px;
    }

}   

@media (min-width: 875px){


    .carrousel-title{
        top: 18%;
        left: 8%;
    }
    
    .title-text-main{
    
        font-size: 4.8em;
    
    }
    .title-text-sub{
        
        font-size: 2.3em;

    }
}

@media (min-width: 1050px) {
    
  
    .title-text-main{
    
        font-size: 5.6em;
    
    }
    .title-text-sub{
        
        font-size: 2.7em;

    }
}   

@media (min-width: 1225px) {

    .title-text-main{
    
        font-size: 6.2em;
    
    }
    .title-text-sub{
        
        font-size: 2.8em;
        font-weight: 500;
    }
}   

@media (min-width: 1400px) {

    .title-text-main{
    
        font-size: 6.6em;
    
    }
    .title-text-sub{
        
        font-size: 3.1em;
        font-weight: 500;

    } 
}   

@media (min-width: 1575px) {

}   



@media (min-width: 1750px) {
    .carrousel-title{
        bottom: 43%;
    }
    .title-text-main{
    
        font-size: 7.3em;
    
    }
    .title-text-sub{
        
        font-size: 3.5em;

    } 
}   


@media (min-width: 1925px) {

}   

@media (min-width: 2100px) {

}   

@media (min-width: 2275px) {
   
}   

@media (min-width: 2450px) {
   
}


/*  c a r d s */


.destacados {
    position: relative;    
    padding-bottom: 60px;
    padding-top: 5px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url('../img/patterns/fondo-logo.jpg');
    display: flex;
    flex-direction: column;
    z-index: 0;
}

.destacados::after{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    
    background-color: var(--col6);
    
    background-color: rgba(12, 65, 100, 0.101);
    z-index: 1;
    clip-path: ellipse(95% 46% at 66% 98%);
    -webkit-clip-path: ellipse(95% 100% at 66% 98%);
}

.destacados-right{
    z-index: 2;
    margin: 0 auto;

}

.card-container{
    
    display: grid;
    justify-content:center;
    gap: 5px;
    padding-left: 5px;

}

@media (min-width: 350px){
    .card-container{
        grid-template-columns: auto auto;
    }
}

@media (min-width: 525px){
    .card-container{
        grid-template-columns: auto auto auto;
    }
}

@media (min-width: 700px) {
    .card-container{
        grid-template-columns: auto auto auto auto;
    }
}   

@media (min-width: 875px){
    
    .card-container{
        grid-template-columns: auto auto auto auto auto;
    }

    

    

    .destacados-title{
        

    display: flex;
    align-items: center;
    justify-content: center;
    /*background-image: linear-gradient(to left, var(--col6),var(--col6));*/
    color: var(--col6);
    font-family: 'Encode Sans Condensed', sans-serif;
    
    font-size: 50px;
    border-radius: 0   5px 5px 0 ;
    justify-self: center;
    }
}

@media (min-width: 1050px) {
    .card-container{
        grid-template-columns: auto auto auto auto auto auto;
    }
}   

@media (min-width: 1225px) {
    .card-container{
        grid-template-columns: auto auto auto auto auto auto auto;
    }
}   

/*
@media (min-width: 1400px) {
    .card-container{
        grid-template-columns: auto auto auto auto auto auto auto auto;
        width: 100%;
        margin: 0 auto;
    }
} 
*/  
/*
@media (min-width: 1575px) {
    .card-container{
        grid-template-columns: auto auto auto auto auto auto auto auto auto;
    }
}   

@media (min-width: 1750px) {
    .card-container{
        grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
        
    }
}   


@media (min-width: 1925px) {
    .card-container{
        grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
    }
}   

@media (min-width: 2100px) {
    .card-container{
        grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
    }
}   

@media (min-width: 2275px) {
    .card-container{
        grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    }
}   

@media (min-width: 2450px) {
    .card-container{
        grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    }
}

*/
.card {
    height: 210px;
    width: 170px;

    border-radius: 8px;
    overflow: hidden;
    
   
}

.card:hover {
    box-shadow: 0 0 10px 1px white;
    cursor:pointer;

}

.new-card{
    animation-name: slideUp;
    animation-duration: 1s;
    visibility: visible;
}


@keyframes slideUp {
    0% {
      opacity: 0;
      
    } 
    100% {
      opacity: 1;
    }
  }

.card-image{
    width: 100%;
    object-fit:contain;
    opacity: 0.92;
    
  /*
    object-fit:fill;  
    object-position: center;
    margin: 0 auto;*/
}

.card-image:hover{
    transform: scale(1.02);
    transition: 0.2s;
    opacity: 1;
}




.footer-left{
    padding-left: 8%;
    border-left: 25px solid rgb(189, 189, 189);
    margin-top: auto;
    margin-bottom: 3%;
    height: fit-content;
    

}

.card-container-footer{
    height: 300px;
    
}

.change{
    height: 50px;
}

.card-container-masinfo{
    width:80%;
    margin: 10px auto;
    padding-top: 30px;
    cursor: pointer;
}


.card-container-masinfo-text{
    font-family: 'Encode Sans Condensed', sans-serif;
    text-align: center;
    font-size: 2em;
    border: 1px solid var(--col6);  
    padding: 4px;
    color:var(--col6);
    width: 100%;
}

.card-container-masinfo-text:hover{
    /*box-shadow: 0 0 2px 1px white;*/
    background-color: var(--col6);
    color:aliceblue;
}

.card-container-masinfo.invisible {
    visibility:hidden;  
}




/* ------------- P A R A L L A X ------------------------*/
/* 
/* https://alvarotrigo.com/blog/how-to-create-a-parallax-effect-with-css-only/ */



.parallax-container{
    
    
    position:relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.parallax-container::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, transparent, black, transparent);
    z-index: 1000;
    mix-blend-mode: color;
}

.parallax-container img{
    position: absolute;
    top: 0px;
    left: 0;
    width: 150%;
    pointer-events: none;
}


.parallax-text{
    z-index: 1001;
    display: flex;
    flex-direction: column;
}


.parallax-text-left{
    font-family: 'Alatsi', sans-serif;
    font-size: 3.3em;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 18px;
    border-left: 4px solid white;

    
}

.parallax-text-left p{
    color: white;
    text-shadow: var(--col2) 1px 0 5px, 0 0 5px rgba(61, 238, 185, 0.61);
    font-family: 'Secular One', sans-serif;
    line-height: 0.9;
}

.parallax-text-right{
    font-family: 'Alatsi', sans-serif;
    font-size: 3.3em;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 18px;
    border-left: 4px solid white;
}

.parallax-text-right p{    
    color:  wheat;
    text-shadow: var(--col2) 1px 0 5px, 0 0 5px rgba(61, 238, 185, 0.61);
    font-family: 'Secular One', sans-serif;
    line-height: 0.9;
}


@media (min-width: 350px){

}

@media (min-width: 525px){

}

@media (min-width: 700px) {
    
}   

@media (min-width: 875px){
    .parallax-container img{
        
        width: 100%;
        
    }
    .parallax-text-left{
        font-size: 4.0em;
    }
    
    
    .parallax-text-right{
        font-size: 4.0em;
    }
}

@media (min-width: 1050px) {

    .parallax-text-left{
        font-size: 4.8em;
    }
    
    
    .parallax-text-right{
        font-size: 4.8em;
    }
}   

@media (min-width: 1225px) {
    .parallax-text{
        z-index: 1001;
        display: flex;
        flex-direction: row;
    }
    .parallax-text-left{
        font-family: 'Alatsi', sans-serif;
        font-size: 6em;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 18px;
        border-left: 0;
    }
    
    .parallax-text-left p{
        
        text-align: right;  
    }
    
    .parallax-text-right{
        font-family: 'Alatsi', sans-serif;
        font-size: 6em;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 18px;
        border-left: 4px solid white;
    }
    
    .parallax-text-right p{
        /*color: white;*/
    }
}   

@media (min-width: 1400px) {
    .parallax-text-left{
        font-size: 7em;
    }
    
    
    .parallax-text-right{
        font-size: 7em;

    }

}   
/*
@media (min-width: 1575px) {

}   

@media (min-width: 1750px) {

}   


@media (min-width: 1925px) {

}   

@media (min-width: 2100px) {

}   

@media (min-width: 2275px) {
   
}   

@media (min-width: 2450px) {
   
}



*/


/* -------------- P R E S E N T A T I O N ---------------------*/

.presentation-container {
    position: relative;    
    margin: 144px 0 144px 0;
    background-color:none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
.presentation-background{
    
    width: 70%;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    
    
}


.presentation-logo{

}

.presentation-logo-img{
    height: 210px;
    width: 210px;
    margin-right: 18px;
}

.presentation-text{
    font-family: 'Alatsi', sans-serif;
    font-size: 52px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 18px;
    border-left: 4px solid var(--logogreen);
}

.presentation-text p{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: var(--logogreen);
}




/* ----------- E Q U I P O ----------- */

.title-equipo{
   
    display: block;
}

.equipo{
    
    background-color: rgb(229, 235, 240); 
    border: 0;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}



.equipo-container{
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    width: 100%;

    
}

.equipo-card{
    width: 285px;
    height: 466px;
    
}

.equipo-card-img{
    margin: 0 auto;
    border-radius: 7%;
    height: 275px;
    width: 200px;
    box-shadow: 0 0 5px 2px rgb(162, 183, 201); 
    position: relative;
    
    
}

.equipo-card-imgs::before{
    content: '';
    position: absolute;
    top: -4px;
    left: -7%;
    height: 130%;
    border-radius: 7px;
    
    box-shadow: 0 0 5px 2px rgb(162, 183, 201); 
    width: 100%;
    background-color: rgb(162, 183, 201); 
    
}


.equipo-card-img img{
    object-fit:cover;
    object-position: 0 0;   
}

.equipo-card-img img:hover{
    opacity: .9;
    cursor: pointer;
    
}

.equipo-card-nombre{
    font-family: 'Encode Sans Condensed', sans-serif;
    text-align: center;
    font-size: 2.6em;
    font-weight: 600;
    margin: auto;
    margin-top: 8px;
    z-index: 22;
}

.equipo-card-descripcion{
    margin: 5px auto;
    font-family: 'Encode Sans Condensed', sans-serif;
    text-align: center;
    font-size: 1.3em;
    
}

.equipo-card-masinfo{
    width:fit-content;
    margin: 10px auto;
    cursor: pointer;
}

.equipo-card-masinfo-tag{
    font-family: 'Encode Sans Condensed', sans-serif;
    text-align: center;
    font-size: 1em;
    border: 1px solid rgb(124, 123, 123);    
    border-radius: 8%;
    padding: 3px;
    color: gray;
}

.equipo-card-masinfo-tag:hover{
    border: 1px solid var(--col6);  
    color: white;
    background-color: var(--col6) 
}


@media (min-width: 350px){

}

@media (min-width: 525px){

}

@media (min-width: 700px) {

}   

@media (min-width: 875px){
        
    .equipo-container{
        width: 75%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 60px;
        
    }
    .equipo-card{
        height: 535px;
    }
    
}

@media (min-width: 1050px) {
    
.equipo-container{
    width: 65%;
    
}

}   

@media (min-width: 1225px) {

    .equipo-card{
        width: 340px;
        height: 640px;
        
    }
    
    .equipo-card-img{
        margin: 0 auto;
        border-radius: 7%;
        height: 330px;
        width: 240px;
        box-shadow: 0 0 5px 2px rgb(162, 183, 201); 
        position: relative;
        
        
    }
}   

@media (min-width: 1400px) {
    .equipo-container{
        width: 57%;
    }
    .equipo-card{
        width: 340px;
        height: 640px;
        
    }
    
    .equipo-card-img{
        margin: 0 auto;
        border-radius: 7%;
        height: 370px;
        width: 270px;
        box-shadow: 0 0 5px 2px rgb(162, 183, 201); 
        position: relative;
        
        
    }


}   
/*
@media (min-width: 1575px) {

}   

@media (min-width: 1750px) {

}   


@media (min-width: 1925px) {

}   

@media (min-width: 2100px) {

}   

@media (min-width: 2275px) {
   
}   

@media (min-width: 2450px) {
   
}



/* ---------- G A L L E R Y  ------------------*/

.gallery{
    position: relative;
    background-color: rgb(229, 235, 240); 
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url('../img/patterns/fondo-logo.jpg');

}

.gallery-banner-verde{
    position: absolute;
    top: 0;
    background-color: rgb(229, 235, 240); 
    background-color: var(--col6);

    height: 150vh;
    width: 100%;
    z-index: 1;
    
}

.gallery-container{
    position: relative;
    display: grid;
    grid-template-columns: auto;
    gap: 28px;
    justify-items:center;
    z-index: 2;
    width: min-content;
    margin: 0 auto;

}

.gallery-text{
    padding: 84px 0 96px 0;
    font-size: 2em;   
    line-height: 1.5;
    color: var(--col7);
    color: wheat;
    display: flex;

    background-color: salmon;
    
    flex-direction: column;
    justify-content: center;
    font-family: 'Encode Sans Condensed', sans-serif;
    text-align: center;
}

.gallery-text-wrapper{
    z-index: 3;
    width: 90%;
    margin: 0 auto;
    max-width: 660px;
}

.gallery-img{
    height: 620px;
    width: 620px;
}

.gallery-img img{
    
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 1s;
    
}

.gallery-img img:hover{
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    transition: .6s;
}


@media (min-width: 350px){
    .gallery-img{
        height: 330px;
        width: 330px;

    }    
}

@media (min-width: 525px){
    .gallery-img{
        height: 410px;
        width: 410px;

    }
}

@media (min-width: 700px) {
    .gallery-img{
        height: 610px;
        width: 610px;
    }
}   

@media (min-width: 875px){
    .gallery-container{
        grid-template-columns: auto auto;
    }
    
    .gallery-img{
        height: 410px;
        width: 410px;
    }

    
}

@media (min-width: 1050px) {
    .gallery-img{
        height: 510px;
        width: 510px;
    }
    
    .gallery-text-wrapper{
        max-width: 900px;
    }
}   

@media (min-width: 1225px) {
    .gallery-img{
        height: 600px;
        width: 600px;
    }
}   

@media (min-width: 1400px) {
    .gallery-img{
        height: 610px;
        width: 610px;
    }
}   
/*
@media (min-width: 1575px) {

}   

@media (min-width: 1750px) {

}   


@media (min-width: 1925px) {

}   

@media (min-width: 2100px) {

}   

@media (min-width: 2275px) {
   
}   

@media (min-width: 2450px) {
   
}

/* ---------- S L O G A N ------------------*/


.slogan{
    background-color: white;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 5px;
    
}


.slogan::before{
    content:'';
    height: 20px;
    width: 100%;
    position: absolute;
    top:-1px;
    left:0;
    z-index: 1;

    background-color: rgb(229, 235, 240);
    clip-path: polygon(0 100%, 0 0, 100% 0);
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0);
}

/* ---------------------------------- R1 --- */

.slogan-r1{
    display: flex;
    height:375px;
    width: 100%;
    gap: 5px;
}

.slogan-r1-img-left{
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.623)),
    url('../img/gallery/gt0.PNG');
    width: 60%;
    background-size:cover;
    background-position: top right;
}

.slogan-r1-img-right{
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.63)),
    url('../img/gallery/gt1.jpg');
    width: 50%;
    background-size: cover;
    background-position: top left;
}
/* ---------------------------------- R2 --- */
.slogan-r2{ 
    height: 800px;
    border-radius: 12px; 
    opacity: 0.8;
    position: relative;
    display: flex;
    justify-content: space-between;
    
    gap: 5px;

}

/* ---------------------------------- r2 LEFT --- */

.slogan-r2-left{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.slogan-text-wrap{
    padding: 30px 0;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url('../img/patterns/fondo-logo.jpg');
}

.slogan-inside-text{
    padding: 3% 0;
    font-size: 1em;   
    line-height: 1.5;
    color: var(--col6);
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    font-family: 'Encode Sans Condensed', sans-serif;
    text-align: center;
}


.slogan-r2-left-up-img{
    height: 50%;
    
    background-image: linear-gradient(to top, transparent, rgba(61, 61, 61, 0.329)),
    url('../img/gallery/gt5.jpg');
    background-size: cover;
    background-position:center;
}

.slogan-r2-left-down-img{
    height: 50%;
    
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.329)),
    url('../img/gallery/gt4.jpg');
    background-size: cover;
    background-position: center;
}

/* ---------------------------------- r2 RIGHT --- */

.slogan-r2-right{
    width: 40%;
}


.slogan-mic-img{
    
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.415)),
    url('../img/gallery/gt7.jpg');
    
    background-position: center;
    background-size: cover;
    height: 100%;
    z-index: 0;
}

/* --------------- R3 ---*/


.slogan-r3{
    display: flex;
    height:375px;
    width: 100%;
    gap: 5px;
}

.slogan-r3-img-left{
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.623)),
    url('../img/gallery/equipos2.jpg');
    width: 42%;
    background-size: cover;
    background-position: center;
}

.slogan-r3-img-right{
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.63)),
    url('../img/gallery/equipo3.jpeg');
    width: 58%;
    background-size: cover;
    background-position: center;
}


.slogan-r4{
    display: flex;
    height:375px;
    width: 100%;
    gap: 5px;
}

.slogan-r4-img-left{
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.623)),
    url('../img/gallery/gt3.jpg');
    width: 70%;
    background-size: cover;
    background-position: center;
}

.slogan-r4-img-right{
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.63)),
    url('../img/gallery/equipos.jpg');
    width: 30%;
    background-size: cover;
    background-position: top;
}






@media (min-width: 350px){

}

@media (min-width: 525px){
    .slogan-inside-text{

        font-size: 1.3em;
    }
}

@media (min-width: 700px) {
    .slogan-inside-text{

        font-size: 1.7em;
    }
}   

@media (min-width: 875px){
    .slogan-r2-left-img{
        height: 34%;
        width:70%;
        background-image: linear-gradient(to top, transparent, rgba(128, 126, 126, 0.329)),
        url('../img/gallery/gente-trabajando2.jpg');
        background-size: cover;
        background-position:top;
        position: relative;
    }

    .slogan-r2-left-img::after{
        content: '';
        position: absolute;
        left: 100%;
        height: 100%;
        width: 42.8%;
        background-image:url('../img/logo.png');
        filter: grayscale(100%);
        background-size: contain;
        background-position:center;
        background-repeat: no-repeat;
        background-color: rgb(29, 29, 29);
    }
    
    .slogan-inside-text{

        font-size: 2.2em;
    }
}

@media (min-width: 1050px) {

    .slogan-inside-text{

        font-size: 2.6em;
    }
}   

@media (min-width: 1225px) {

}   

@media (min-width: 1400px) {
    
    .slogan-r2-inside-text{
        left: 11%;
        top: 11%;
        width: 150%;
        font-size: 3.1em;
        line-height: 1.2;
    }
}   
/*
@media (min-width: 1575px) {

}   

@media (min-width: 1750px) {

}   


@media (min-width: 1925px) {

}   

@media (min-width: 2100px) {

}   

@media (min-width: 2275px) {
   
}   

@media (min-width: 2450px) {
   
}

/* ----------------- C O N T A C T O -------------- */

.contacto{
    position: relative;    
    padding-bottom: 60px;
    padding-top: 5px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url('../img/patterns/fondo-logo.jpg');
    display: flex;
    flex-direction: column;
    z-index: 0;
}


.contacto::after{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    
    background-color: var(--col6);
    
    background-color: rgba(12, 65, 100, 0.101);
    z-index: 1;
    clip-path: ellipse(95% 46% at 66% 98%);
    -webkit-clip-path: ellipse(95% 80% at 66% 98%);
}

.contacto-icons{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.contacto-icons a i{
    font-size:34px;
    color:#a7b2af;
}

.contacto-icons a i:hover{
    color:#3f8172;
}

.contacto-form{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    position: relative;
    gap: 11px;
}

.form-entry{
    /*--col6: #5b847c*/
    border: 1px solid #5b847cb4;
    width: 265px;
    height: 46px;
    margin: 0 10px;
    background-color: transparent;
    padding: 0 10px;
    color: var(--col6);
    font-size: 1.2em;
    font-family: 'Encode Sans Condensed', sans-serif;
    z-index: 2;
}


.form-entry:focus{
    outline: none;
    background-color: rgba(0, 0, 0, 0.021);
}

.message{
    
    background-color: transparent;
    padding: 10px;
}



.form-btn{
    
    font-size: 1.3em;
    font-family: 'Encode Sans Condensed', sans-serif;
    border: 1px solid #5b847cb4;
    width: 265px;
    height: 46px;
    background-color: transparent;
    cursor: pointer;
    z-index: 3;
    color: var(--col6);
}

.form-btn:disabled{
    cursor:not-allowed;
}

.form-btn:hover{
    background-color: #5b847cb4;
    color: white;

}

.form-btn:focus{
    outline: none;
    background-color: #5b847cb4;
    color: white;

}

.form-success{
    margin: 10px auto;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 20x;
    color: white;
    font-style: italic;
    width: 265px;
    height: 46px;
    background-color: var(--col6);
    justify-content: center;
    align-items: center;
    display: none;
    animation: shine 5s;
    opacity: .7;
}

@keyframes shine {
    20%{ background-color: var(--col8);}
}


.form-success.active{
    display: unset;
}

.form-entry-repeat{
    position: relative;
}

.email-confirm{
    position: absolute;
    height: 100%;
    width: 16%;
}

.email-confirm img{
    height: 100%;
    width: 100%;
}

@media (min-width: 350px){

}

@media (min-width: 525px){

}

@media (min-width: 700px) {
    .form-entry{width: 365px;}
    .form-btn{width: 365px;}
    .form-success{width: 365px;}
    .email-confirm{
        width: 13%;
    }
    
}
   

@media (min-width: 875px){
    
}

@media (min-width: 1050px) {
    
    .form-entry{
        width: 516px;
        height: 68px;
    }

    .message{
        height: 106px;
    }
    .form-btn{
        width: 516px;
        height: 58px;
    }
    .form-success{    
        width: 516px;
        height: 68px;
        font-size: 24px;}
    .email-confirm{
        width: 12%;
    }
}   

@media (min-width: 1225px) {

}   

@media (min-width: 1400px) {
}  
/*
@media (min-width: 1575px) {

}   

@media (min-width: 1750px) {

}   


@media (min-width: 1925px) {

}   

@media (min-width: 2100px) {

}   

@media (min-width: 2275px) {
   
}   

@media (min-width: 2450px) {
   
}

/* --------------- F O O T E R ---------- */

.footer{
    background-color: var(--col6);
    overflow: hidden;
    z-index: 24000;
 
}

.footer-container{
    width: fit-content;
    margin: 0 auto;
    padding: 50px 0;
   
}

.footer-title{
    font-family: 'Gotham Black', sans-serif;
    color: white;
}

.footer-p{
    color: white;
    font-family: 'Encode Sans Condensed', sans-serif;
}

.chivo{
    color: var(--col3);
    padding-top: 5px;
}

.footer-p a {
    text-decoration: none;
    color: var(--col3);
}

.footer-p a:hover{
    color: var(--col2);
}

.footerss-container    {
    height: 300px;
    background-image: linear-gradient(to top, #0c4164, black);
    display: flex;
   
}

.ig-container-footer{
    height: 23px;
    width: 23px;
    padding: 3px 0;
}

.ig-container-img-footer{
    height: 23px;
    width: 23px;
    opacity: .8;
}

.footer-container a p:hover{  
    text-shadow: white 0 0 1px;
}

@media (min-width: 350px){

}

@media (min-width: 525px){

}

@media (min-width: 700px) {
    
}
   

@media (min-width: 875px){
    .footer-container{
        margin: 0 auto 0 10%;
        transform: scale(1.2);
    }
    
}

@media (min-width: 1050px) {
    
}   

@media (min-width: 1225px) {

}   

@media (min-width: 1400px) {
}  
/*
@media (min-width: 1575px) {

}   

@media (min-width: 1750px) {

}   


@media (min-width: 1925px) {

}   

@media (min-width: 2100px) {

}   

@media (min-width: 2275px) {
   
}   

@media (min-width: 2450px) {
   
}