@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

*{font-family: "Montserrat", sans-serif;}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #88e480; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 48px; /* Increase font size */
}

img{object-fit: cover;}

.separado{letter-spacing: 0.25em;}

.site-footer{
    background:linear-gradient(rgb(102, 101, 101), rgba(107, 107, 107, 0.418));
    line-height:24px;
    color:#000000;
}

@media screen and (min-width: 320px) {

    #carousel{
        background:url(../img/01.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position:bottom center;
        height: 100vh;
    }

    #bgTrans{
        background:linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0.144));
        width: 430px;
        height: 100%;
        top: 0%;
        left: 25%;
        overflow: hidden;
    }

    .logo{
        position:fixed;
        top:20%;
        left: 37%;
        transform: translate(-50%,-50%);
        width: 70%;
    }

    .teg{
        position:fixed;
        top: 90%;
        left: 37%;
        transform: translate(-50%,-100%);
        width: 100%;
        text-align: center;
        font-family: 'Nunito', sans-serif;
        line-height: 1;
        letter-spacing: 0.15em;
        font-size: 2em;
        color: #e7e7e7;
        text-shadow: #26272b 2px 3px 2px;
        animation: fadeUp 0.9s 1.5s forwards;
    }   

    .navbar{
        background-color: #757577;
    }
    
    .navbar-brand{
        color: #ffffff !important;
    }

    .nav-link{
        font-size: 1.25em;
        padding: 5px;
        color: #ffffff;
    }

    #header,#quienes{
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        font-size: 0.55em;
    }

    #header>h1{font-size: 2em;color: #4d4e50;  animation: fadeUp 0.9s 0.5s forwards;}
    #header>h4{font-size: 1.4em;text-align: center;letter-spacing: 0.05em;}

    .header_txt,.quienes_txt{
        width: 100%;
        font-size: 1.85em;
        text-align: justify;        
    }

    .header_txt>div{text-align: center;letter-spacing: 0em;}

    #quienes>h1{font-size: 2.1em;color: #4d4e50;}

    .socio{background-color: #e7e7e7;padding: 5px;}
    .cv{width: 90%;}

    .separador{
        margin-top: 100px;
        display: flex;
        width: 100%;
        height: 300px;
    }

    .item{
        flex: 1;
        background-size: cover;
        background-position: center;
    }

    .img1{background-image: url('../img/02.jpeg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .img2{display:none;}
    .img3{display:none;}

    /* .img1{background-image: url('../img/02.jpeg');clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);}
    .img2{background-image: url('../img/04.jpeg');clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);}
    .img3{background-image: url('../img/03.jpeg');clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);} */

    #vision{
        background:linear-gradient(rgba(22, 22, 22, 0.596)),
        url(../img/04.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 100%;
        height: 70vh;
        margin-top:70px;
        color: #ffffff;
    }

    #vision>div{
        position:relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
        font-family: 'Nunito', sans-serif;
        font-size: 2.85em;
        color: #ffffff;
    }

    #contacto{
        width: 90%;
        margin: 20px auto;
    }

    .footer_andes{
        text-align: center;
    }

    .footer_det{
        text-align: center;
    }

    .logoContacto{
        width: 90%;
    }

}

@media screen and (min-width: 360px) {



    #bgTrans{
        background:linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0.144));
        width: 430px;
        height: 100%;
        top: 0%;
        left: 25%;
    }

    .logo{
        position:fixed;
        top:20%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 85%;
    }

    .teg{
        position:fixed;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-100%);
        width: 100%;
        text-align: center;
        font-family: 'Nunito', sans-serif;
        line-height: 1;
        letter-spacing: 0.15em;
        font-size: 2em;
        color: #e7e7e7;
        text-shadow: #26272b 2px 3px 2px;
    }   

    .navbar{
        background-color: #757577;
    }
    
    .navbar-brand{
        color: #ffffff !important;
    }

    .nav-link{
        font-size: 1.25em;
        padding: 5px;
        color: #ffffff;
    }

    #header,#quienes{
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        font-size: 0.55em;
    }

    #header>h1{font-size: 2.5em;color: #4d4e50;}
    #header>h4{font-size: 1.55em;text-align: center;letter-spacing: 0.05em;}

    .header_txt,.quienes_txt{
        width: 100%;
        font-size: 1.85em;
        text-align: justify;        
    }

    .header_txt>div{text-align: center;letter-spacing: 0em;}

    #quienes>h1{font-size: 2.4em;color: #4d4e50;}

    .socio{background-color: #e7e7e7;padding: 5px;}
    .cv{width: 90%;}

    .separador{
        margin-top: 100px;
        display: flex;
        width: 100%;
        height: 300px;
    }

    .item{
        flex: 1;
        background-size: cover;
        background-position: center center;
    }

    .img1{background-image: url('../img/02.jpeg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    #vision{
        background:linear-gradient(rgba(22, 22, 22, 0.596)),
        url(../img/04.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 100%;
        height: 70vh;
        margin-top:70px;
        color: #ffffff;
    }

    #vision>div{
        position:relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
        font-family: 'Nunito', sans-serif;
        font-size: 3em;
        color: #ffffff;
    }

    #contacto{
        width: 90%;
        margin: 20px auto;
    }

    .footer_andes{
        text-align: center;
    }

    .footer_det{
        text-align: center;
    }

    .logoContacto{
        width: 90%;
    }

}

@media screen and (min-width: 414px) {

    
    #bgTrans{
        background:linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0.144));
        width: 100%;
        height: 100%;
    }

    .logo{
        position:fixed;
        width: 90%;
        top:30%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .teg{
        position:fixed;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
        font-size: 2.5em;
    }  

    #header,#quienes{
        width: 90%;
        margin: 0 auto;
        margin-top: 150px;
        font-size: 0.55em;
    }

    .header_txt,.quienes_txt{
        width: 100%;
        font-size: 1.80em;
    }

    #header>h4{font-size: 1.7em;text-align: left;letter-spacing: 0.05em;}

    .socio{padding: 10px; 
        font-size:1.2em; 
        text-align:center; 
        margin-bottom: 30px;
    }
    .cv{width: 80%;margin: 0 auto;}

    #vision{
        height: 50vh;
        font-size: 2em;
    }

    .logoContacto{
        width: 50%;
    }
}

@media screen and (min-width: 600px) {

    
    #bgTrans{
        background:linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0.144));
        width: 100%;
        height: 100%;
    }

    .logo{
        position:fixed;
        width: 60%;
        top:30%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .teg{
        position:fixed;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
        font-size: 2.5em;
    }  

    #header,#quienes{
        width: 90%;
        margin: 0 auto;
        margin-top: 150px;
        font-size: 0.85em;
    }

    .header_txt,.quienes_txt{
        width: 100%;
        font-size: 1.15em;
    }

    #header>h4{font-size: 1.5em;text-align: left;letter-spacing: 0.05em;}

    .item{
        flex: 1;
        background-size:cover;
        background-position: center center;
    }

    .img1{background-image: url('../img/02.jpeg');clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);}
    .img2{display:block;background-image: url('../img/04.jpeg');clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);}


    .socio{padding: 10px; 
        font-size:1.2em; 
        text-align:center; 
        margin-bottom: 30px;
    }
    .cv{width: 80%;margin: 0 auto;}

    #vision{
        height: 50vh;
        font-size: 2em;
    }

    .logoContacto{
        width: 50%;
    }
}

@media screen and (min-width: 768px) {

    
    #bgTrans{
        background:linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0.144));
        width: 100%;
        height: 100%;
    }

    .logo{
        position:fixed;
        width: 60%;
        top:30%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .teg{
        position:fixed;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
        font-size: 2.5em;
    }  

    #header,#quienes{
        width: 90%;
        margin: 0 auto;
        margin-top: 150px;
        font-size: 0.95em;
    }

    .header_txt,.quienes_txt{
        width: 100%;
        font-size: 1.05em;
    }

    #header>h4{font-size: 1.5em;text-align: left;letter-spacing: 0.05em;}

    .img3{display:block;background-image: url('../img/03.jpeg');clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);}

    .socio{padding: 10px; 
        font-size:1.2em; 
        text-align:center; 
        margin-bottom: 30px;
    }
    .cv{width: 80%;margin: 0 auto;}

    #vision{
        height: 50vh;
        font-size: 2em;
    }

    .logoContacto{
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    
    #bgTrans{
        background:linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0.144));
        width: 430px;
        height: 100%;
        top: 0%;
        left: 25%;
    }

    .logo{
        position:fixed;
        width: 320px;
        top:30%;
        left: 50%;
    }

    .teg{
        position:fixed;
        top: 70%;
        left: 50%;
        transform: translate(-50%,-100%);
        width: 340px;
        font-size: 2.30em;
    }  

    #header,#quienes{
        width: 90%;
        margin: 0 auto;
        margin-top: 150px;
        font-size: 0.95em;
    }

    .header_txt,.quienes_txt{
        width: 100%;
        font-size: 1.05em;
    }

    #header>h4{font-size: 1.5em;text-align: left;letter-spacing: 0.05em;}

    .socio{padding: 10px; 
        font-size:1.2em; 
        text-align:center; 
        margin-bottom: 30px;
    }
    .cv{width: 80%;margin: 0 auto;}

    #vision{
        height: 50vh;
        font-size: 2em;
    }

    .logoContacto{
        width: 50%;
    }
}

@media screen and (min-width: 1280px) {

    #bgTrans{
        background:linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0.144));
        width: 550px;
        height: 100%;
        top: 0%;
        left: 0%;
    }

    .teg{
        position:fixed;
        top: 90%;
        left: 50%;
        transform: translate(-50%,-90%);
    }   

    #header,#quienes{
        width: 90%;
        margin: 0 auto;
        margin-top: 150px;
        font-size: 0.95em;
    }

    .header_txt,.quienes_txt{
        width: 100%;
        font-size: 1.05em;
    }

    #header>h4{font-size: 1.5em;text-align: left;letter-spacing: 0.05em;}

    .socio{padding: 10px; 
        font-size:1.2em; 
        text-align:center; 
        margin-bottom: 30px;
    }
    .cv{width: 80%;margin: 0 auto;}

    #vision{
        height: 50vh;
        font-size: 2em;
    }

    .logoContacto{
        width: 50%;
    }
}

@media screen and (min-width: 1440px) {

    #bgTrans{
        background:linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0.144));
        width: 550px;
        height: 100%;
        top: 0%;
        left: 0%;
    }

    .teg{
        position:fixed;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-90%);
    }   

    #header,#quienes{
        width: 90%;
        margin: 0 auto;
        margin-top: 150px;
        font-size: 0.95em;
    }

    .header_txt,.quienes_txt{
        width: 100%;
        font-size: 1.05em;
    }

    #header>h4{font-size: 1.5em;text-align: left;letter-spacing: 0.05em;}

    .socio{padding: 10px; 
        font-size:1.2em; 
        text-align:center; 
        margin-bottom: 30px;
    }
    .cv{width: 80%;margin: 0 auto;}

    #vision{
        height: 50vh;
        font-size: 2em;
    }

    .logoContacto{
        width: 50%;
    }
}

@media screen and (min-width: 1820px) {

    .nav-link{
        font-size: 1.2em;
        padding: 5px;
    }

    #bgTrans{
        background:linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0.144));
        width: 550px;
        height: 100%;
        top: 0%;
        left: 0%;
    }

    .logo{
        position:relative;
        transform: translate(-50%,-50%);
        top: 20%;
        left: 50%;
    }

    .teg{
        position:fixed;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-90%);
    }  

    #header,#quienes{
        width: 80%;
        margin: 0 auto;
        margin-top: 150px;
        font-size: 0.95em;
    }

    .header_txt,.quienes_txt{
        width: 100%;
        font-size: 1.25em;
    }

    .header_txt>div{letter-spacing: 0.25em;}

    #quienes>h1{font-size: 2.694em;color: #4d4e50;}
    #header>h4{font-size: 1.75em;text-align: left;letter-spacing: 0.05em;}

    .socio{padding: 10px; 
        font-size:1.2em; 
        text-align:center; 
        margin-bottom: 30px;
    }
    .cv{width: 80%;margin: 0 auto;}

    #vision{
        background:linear-gradient(rgba(22, 22, 22, 0.596)),
        url(../img/04.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 100%;
        height: 50vh;
        margin-top:70px;
        color: #ffffff;
    }

    #vision>div{
        position:relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
        font-family: 'Nunito', sans-serif;
        font-size: 2.85em;
        color: #ffffff;
    }

    .separador{
        margin-top: 100px;
        display: flex;
        width: 100%;
        height: 300px;
    }

    #contacto{
        width: 80%;
        margin: 50px auto;
        margin-bottom: 100px;
    }
    .logoContacto{
        width: 50%;
    }
}