@font-face {
    font-family:Montserrat;
    src:url(fonts/Montserrat.ttf);
}


.banner{
    margin-top: -5px;
    position: relative;
}
.banner__img{
    width: 100%;
    height: 500px;
    object-fit: cover; /*es para que no se deforme imagen*/
}
@media screen and (min-width:480px){
  
.main-nav{
    background: rgba(0,0,0,.1)
        
}
    .banner__img{
        width: 100%;
        height: 300px;
        object-fit: fill;
    }
    
.main-footer .container--flex{
        align-items: flex-start;
        height: 150px;
    }    

    .main-footer .column--33:nth-child(1)
    .column__title{
        font-size: 1.3em;
        font-weight:700;
        text-align: left;
    } 
    .main-footer .column--33:nth-child(2)
    .column__title{
        font-size: 1.3em;
        font-weight:700;
        text-align: center;
    } 
.main-footer .column--33:nth-child(2)
    .column__txt{
        text-align: center;
    } 
.main-footer .column--33:nth-child(3)
    .column__title{
        font-size: 1.3em;
        font-weight: 700;
        text-align: center;
        margin-right: -50px;
    } 
.main-footer .column--33:nth-child(3)
    .column__txt{
        text-align: center;
        font-size: 1.1em;
        font-weight: 700;
        margin-right: -50px;
    }  
    
}
@media screen and (min-width:768px){
    .banner__img{
        height: 650px;
    }
    .banner{
        margin-top: -2px;
        z-index: -1000;
}
    .banner__img{
        width: 100%;
        height: 400px;
        object-fit: fill;
    }
 
    
 }
@media screen and (min-width:1024px) {
    
    .container{
        width: 1350px;
    }
.logo-container{
    width: 30%;   
}

    .main-nav{
       padding: 15px; 
    }
        
     .banner__img{
        width: 100%;
        padding:4%;
        height: 900px;
        object-fit: cover;
        object-position: bottom;
    }
    
    .icon-menu{
        display:none;  
    }
    .menu{
        background: rgba(0,0,0,.30);
        position: static;
        display: flex;
        height: auto;
        width: auto;
        margin-left: -70px;
    }
    .menu__link{
        padding: 20px;
    }
   
    .main-footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    
    .main-footer .column--33:nth-child(1)
    .column__title{
        font-size: 1.5em;
        font-weight:700;
        text-align: left;
    } 
.main-footer .column--33:nth-child(2)
    .column__title{
        font-size: 1.5em;
        font-weight: 700;
        text-align: center;
    } 
.main-footer .column--33:nth-child(2)
    .column__txt{
        text-align: center;
        font-size: 1.2em;
    } 
.main-footer .column--33:nth-child(3)
    .column__title{
        font-size: 1.5em;
        font-weight: 700;
        text-align: center;
    } 
.main-footer .column--33:nth-child(3)
    .column__txt{
        text-align: center;
        font-size: 1.3em;
        font-weight: 700;
    }  
}
