@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

:root {
    --darkblue-ancosal: #123081;
    --aqua-ancosal: #009EBD;
    --gray-ancosal: #F5F7F9;
    color:#373737;
}

.h-small {
    display: none;
}

header {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 1em;
}

header>a {
    width: auto;
    margin-right: auto;
}

.logo {
    display: none;
    width: 100%;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}

.logo-movil {
    display: block;
    width: 100%;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}

nav ul {
    display: flex;
    flex-flow: row;
}

nav li a {
    padding: .65em 1.5em;
    display: block;
    border-bottom: 3px solid transparent;
    margin-top: -3px;
    color:#fff;
}

nav li a:hover {
    border-bottom: 3px solid var(--aqua-ancosal);
}

.btn {
    padding: .6em 1.3em;
    margin-left: 5px;
    background: var(--aqua-ancosal);
    color: #fff;
    border-radius: 3px;
    border: none;
    margin: auto 5px;
    transition: .3s ease-in-out;
}

.btn:hover {
    border: none;
    background: #fff;
    color:var(--aqua-ancosal);
}

.hero {
    height: calc(100vh + 72px);
    margin-top: -72px;
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-flow:row wrap;
    background: var(--darkblue-ancosal);
    background-image: url(hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
    overflow-x: hidden;
}

.hero-title{
    width: 100%;
    max-width: 80%;
    margin:auto 0;
    padding-left:12.5vw;
    color:#fff;
    z-index: 22;
    filter: drop-shadow(0 5px 8px rgba(0,0,0,0.3));
}
.hero-title h1{
    font-size:58px;
    line-height: 1em;
}

.hero-subtitle{
    font-size:28px;
    padding-top:25px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.hero-img{
    display:none;
    position: absolute;
    width: 75%;
    max-width: 75%;
    margin-top:calc(50vh - (75vw * 0.25));
    right:0;
    z-index: 0;
    overflow: hidden;
}
.hero-img img{
    width: 100%;
   
}

.acercade{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.acercade > div{
    width: 100%;
    padding:11vw;
}

.section-overtitle{
    color:var(--darkblue-ancosal);
    font-weight:400;
    text-transform: uppercase;
    font-size:14px;
    letter-spacing: 5px;
    margin-bottom: 1em;
}

.acercade .section-left img{
    width: 100%;
    max-width: 200px;
    padding:0 0 1em 0;
}

.section-desc{
    font-size:18px;
    line-height: 1.47em;
    padding-bottom: 3em;
}

.outlined-button{
    padding:.6em 1.3em;
    border-radius: 2px;
    border:1px solid var(--aqua-ancosal);
    color:var(--aqua-ancosal);
    transition: .3s ease-in-out
}

.outlined-button:hover{
    background:var(--aqua-ancosal);
    color:#fff;
}

.acercade .section-right{
    background:var(--gray-ancosal);
    display: flex;
}
.acercade .section-right ul{
    display:flex;
    flex-flow:row wrap;
    margin:auto;
}

.acercade .section-right li{
    padding:1em 0;
    display: flex;
}

.acercade .section-right li img{
    padding-right:1em;
    max-width: 45px;
}

.benefits{
    background:var(--gray-ancosal);
    width: 100%;
}
.benefits ul{
    color:#fff;
    background:var(--darkblue-ancosal);
    width:100vw;
    padding:11vw;
    display: flex;
    flex-flow: row wrap;
}

.benefits li{
    width: 100%;
    max-width:100%;
    margin:0 auto 20px ;
}
.benefits li img{
    height: 30px;
    margin-bottom: 1em;
}
.benefit-title{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: .2em;
}
.benefit-desc{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.47;
}

.environment{
    width: 100%;
    display:flex;
    flex-flow: row wrap;
    background: var(--gray-ancosal);
    padding:11vw 0 4vw;
}

.environment .section-left{
    width:100%;
    padding:2vw;
    padding-bottom: 0;
}

.environment .section-left img{
    width: 100%;
    filter:drop-shadow(0 5px 25px rgba(0,0,20,0.3));
}
.environment .section-right{
    width:100%;
    padding:5vw;
    display: flex;
    flex-flow:column;
    align-content: center;
}

.environment .section-overtitle{
    width: 100%;
}

.section-title{
    font-size:38px;
    width: 100%;
    max-width: 100%;
    line-height: 1em;
    margin-right:auto;
    margin-bottom: .4em;
    color:var(--darkblue-ancosal);
}

.environment .section-desc{
    max-width: 100%;
}

.environment .section-quote{
    background: var(--darkblue-ancosal);
    color:#fff;
    padding:3vw 5vw;
    font-style: italic;
    font-size: 22px;
    line-height: 1.47em;
}


.como{
    display: flex;
    flex-flow: row wrap;
    padding:5vw 0;
    width:100%;
}

.como > div{
    width: fit-content;
    display: flex;
    background: var(--darkblue-ancosal);
    color:#fff;
    padding:2vw;
    height: fit-content;
    margin:auto 0;
}

.como div h3, .como div img{
    margin: auto;
    font-size:34px;
    text-align:right;
    max-width: 200px;
}

.como img{
    width: 50px;
}

.como ul{
    width: 100%;
    margin: auto;
    padding:0vw;
    display: flex;
    flex-flow:row wrap;
}

.como li{
    display: flex;
    max-width:100%;
    padding:2vw;
    margin:15px;
    box-shadow: 5px 5px 15px rgba(0,20,40,0.1); 
    background: var(--gray-ancosal);
    border-radius: 2px;
}

.como span.number{
    font-size:28px; 
    font-weight: 600;
    padding: 0 0 6px 0;
    color:var(--aqua-ancosal);
    border-bottom:4px solid var(--aqua-ancosal);
    margin-right:15px;
    height: fit-content;
}

.como span.description{
    font-size:16px;
    line-height: 1.47em;
}

.mision{
    display: flex;
    flex-flow: row wrap;
    flex-direction: column-reverse;
    width: 100%;
    padding: 5vw 5vw 5vw 0vw;
    align-items: center;
}

.mision .section-left{
    width: 100%;
}

.mision .section-right{
    width: 100%;
    padding:0 0 30px 0;
    display: flex;
}

.mision .section-right img{
    width: 90%;
    margin-left:auto;
    filter:drop-shadow(0 5px 25px rgba(0,0,20,0.3));
}

.mision .section-overtitle, .mision .section-title{
    margin-bottom:20px!important;
}

.mision .section-desc, .mision .section-title, .mision .section-overtitle{
    max-width: 460px;
    padding-left:20px;
    margin:auto;
}

.mision aside{
    background: var(--darkblue-ancosal);
    color:#fff;
    padding:3vw;
    font-size:28px;
    font-weight: 600;
    text-align: right;
    display: flex;
}

.mision aside p{
    max-width: 490px;
    margin-left:auto;
}


.proyectos{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding:10vw 5vw 5vw 5vw;
    background: var(--gray-ancosal);
    margin-top:-10vw;
    align-items: center;
}


.proyectos .section-left{
    width: 100%;
    padding:30px;
    display: flex;
}

.proyectos .section-left img{
    width: 100%;
    margin-left:auto;
    filter:drop-shadow(0 5px 25px rgba(0,0,20,0.3));
}

.proyectos .section-right{
    width: 100%;
    padding: 5vw;
    display: flex;
    flex-flow: row;
}

.proyectos .section-right ul{
    padding:10vw 0;
}

.proyectos li{
    font-size:18px;
    line-height: 1.47;
    padding-bottom: 1em;
}


#contacto{
    padding: 5vw;
    display: flex;
    flex-flow:row wrap;
    width: 100%;
    max-width: 920px;
    margin:auto;
    text-align: center;
}

#contacto .section-overtitle{
    text-align: center;
    margin: 10px auto;
}

#contacto .section-desc{
    padding:20px 0;
    line-height: 1.47em;
}

#contacto p a{
    color:var(--aqua-ancosal);
    font-weight: 600;
    font-size: 1.2em;
    display: block;
    margin: 15px 0 35px 0;
    filter:drop-shadow(0 1px 3px rgba(0,0,20,0.1))
}

#contacto img{
    margin: auto;
    width: 200px;
}

footer{
    background: var(--darkblue-ancosal);
    padding:1vw;
    display: flex;
    align-content: space-between;
    color:#fff;
}

footer span:first-of-type{
    display: block;
    margin-right:10px;
    margin-left: auto;
}
footer span:last-of-type{
    display: block;
    margin-left:10px;
    margin-right: auto;
}


/* ----- FROM 768PX ----- */

@media(min-width:768px) {
    .h-small {
        display: initial;
    }
    .logo {
        display: block;
    }
    .logo-movil {
        display: none;
    }
    .hero-title{
        max-width: 700px;
    }
    .hero-title h1{
        font-size:78px;
    }
    .hero-subtitle{
        font-size:18px;
    }
    .hero-img{
        display:initial;
    }
    
    .acercade > div{
        width: 50%;
        padding:11vw;
    }
    
    .benefits ul{
        width: 90vw;
        padding:4vw 6vw 4vw 11vw;
    }

    .benefits li{
        width: 30%;
        max-width: 280px;
        margin:0 auto;
    }
    .benefits li img{
        height: 50px;
    }
    
    .environment .section-left{
        width:60%;
        padding:1vw 1vw 1vw 5vw;
    }
    .environment .section-right{
        width:40%;
        padding:1vw 0vw 1vw 1vw;
    }
    .environment .section-title{
        max-width: 300px;
    }

    .environment .section-desc{
        max-width: 360px
    }

    .como ul{
        width: 73%;
    }
    .como li{
        max-width: 32%;
        margin:auto;
    }

    .como > div{
        width: 27%;
    }
    .mision {
        flex-direction: row;
    }
    
    .mision .section-left{
        width: 50%;
    }
    
    .mision .section-right{
        width: 50%;
        padding: 0;
    }
    
    .proyectos .section-left{
        width:50%;
        padding: 0;
    }
    .proyectos .section-right{
        width: 50%;
    }
}