
body 
{
    font-family: 'lato', sans-serif;
margin: 0;
}

/*-----------------estilos bases------------*/
img
{
    display:block;
    width: 100%; 
    max-width: 100%;
}


h1,h2,h3,h4,h5,h6
{
    margin: 0;
}

.container2
{
    width: 100%;
    margin: auto;
    
}

.container3
{
    width: 100%;
    margin: auto;
    
}

.container--flex
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.container--flex2
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.column
{
    width: 100%;
}


.right {
  float: right;
}
/*.Presentacion .container--flex
{
    align-items: flex-start;
}



/*-----------------estilos header------------*/
.main-header
{
    width:100%;
    
    position: fixed;
}
/*.logo__img
{
  width: 50%;
   height: auto; 
    position: fixed;
}
/*logo de marcas pagina marcas*/


.main-header[class*="icon-"]:before
{
    position: relative;
    top: 2px;
    right: 5px;
}

.main
{
   
    color: #FFFDDD;
    padding: 10px;
    font-size: .8em;
}



.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
	padding: 0;
    
    margin-top: 1px;
	width: 400%;
	
	animation: cambio 15s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
    
}

.slider img {
	width: 100%;
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}


/*-----------------estilos menu------------*/
.main-nav
{
    width: 100%;
   text-align-last: right;
}


.icon-menu
{
    display: block;
    color: #009281;
    border: 1px solid white;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 1.5em;
}
.social-icon
{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}



.social-icon [class*="icon-"]
{
    color: black;
    margin-left: 10px;
    display;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    width: 30px;
    height: 35px;
    background: white;
    border-radius: 110%;

}
.social-icon__link
{
    text-decoration: none;
}
.menu
{
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
   background-image: linear-gradient(to left,#009281, #009281,#1D3D70, #002964, #002964);
    padding: 15px;
    margin: 0;
    list-style: none;
    text-align:right;
    height: 0;
    overflow: hidden;
    transition: height .3s linear;
   
}
.menu__link
{
    display: block;
    padding: 20px;
    color: white;
    text-decoration: none;
}
.menu__link:hover
{
    /*background: #ffffff;
    color: #009281;
     background-image: linear-gradient(to left,#009281, #009281,#1D3D70, #002964, #002964);*/
    color: white;
     font-size: 2em;
    
}



.menu__link__select
{
    background:  #1D3D70;
}
.menu2
{
   
   
    width: 100%;
    background: rgba(255,255,255,1);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
   
}
.menu__link_2
{
    display: block;
    padding: 8px;
    color: black;
    text-decoration: none;
}

.menu__link_2:hover
{
    background: #0F58AB;
    color: white;
}

li ul
{
    display: none;
}

li:hover > ul
{
    display: block;
}
.mostrar
{
    height: 230px;
}

/*
.Presentacion_tna:hover
{
    background: #BDD9F9;
    color: #009281;
}*/



/*-----------------estilos banner------------*/




/**----------------estilos principales--------------------*/

.separacion2 .container
{
    background: white;
  padding-bottom: 10px; 
}


.separacionlg .container
{
    background: #EEEEEE;
  padding-bottom: 30px; 
}




/*foooooooooter*/
.main-footer2
{
   background-image: linear-gradient(to left,#009281, #009281,#1D3D70, #002964, #002964);
    color: #FFF;
    padding: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: .8em;
}
.main-footer2 [class*="icon-"]
{
    color: #FFF;
    text-decoration: none;
}
.main-footer
{
    background: #fff;
    color: #1D3D70;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .8em;
     font-weight: bold;
}

.copy
{
    text-align: center;
   font-weight:bold;
    margin: auto;
    margin-top: 15px;
}

.main-footer [class*="icon-"]
{
    color: #1D3D70;
    text-decoration: none;
     font-weight: bold;
}

.main-footer [class*="icon-"]:before
{
    position: relative;
    top: 3px;
    right: 5px;
}


.Presentacion_qs
{
   font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-weight: bold;
    color: #1D3D70;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 20px;
}





/*----------------estilos responsive*/
@media screen and (min-width:240px)
{
 
    .icon-menu{padding-left: 89%;
    }
    .main-header
    {
        background: rgba(255,255,255,1);
    }   
 

         .logo__img
    {
     width: 50px;
     height: auto; 
    }


     .column--33
    {
        width: 30%;
    }   .column--5020
    {
        width: 10%;
    }
    .column--5080
    {
        width: 89%;
    }

  
    
.column__title
{
    font-size: 1.2em;
    
}


.column__text
{
    
    font-size: 1.1em;
  
    
}
    
    
    
    .icon-w
{
    
 
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: left;
}

  /* .menu
{
    background: rgba(255,55,255,1);
    }*/
    
    
    
    .menu
{
    
    top: 1%;
    left: 0;
    width: 82%;
   background-image: linear-gradient(to left,#009281, #009281,#1D3D70, #002964, #002964);
    padding: 21px;
    margin: 0;
   
}
        .menu__link
    {
        padding: 8px;
    }
    
     .img{padding-top: 40px;}
    .Presentacion_qs
{
   
    font-size: 0.8em;

}

}


@media screen and (min-width:380px)
{
      
    /*
    .columni{border-left: 1px solid #1D3D70;border-bottom: none;}
    
    .columnii{border-left: 1px solid #1D3D70;border-bottom: none;}*/
         .main-header
    {
        background: rgba(255,255,255,1);
    }
    .logo__img
    {
     width: 60px;
     height: auto; 
    }
.icon-menu{padding-left: 88%;}

     .column--33
    {
        width: 30%;
    }   .column--5020
    {
        width: 10%;
    }
    .column--5080
    {
        width: 89%;
    }
    
    .img{padding-top: 40px;}
.separacion .container
{
    background: white;
  padding-bottom: 1px; 
}
    
    
}
    


@media screen and (min-width:768px)
{



        
    .icon-menu{padding-left: 92%;}
    
    
    .logo__img
    {
     width: 60px;
     height: auto; 
    }
      .logo__img:hover
    {
     width: 100px;
     height: auto; 
    }
    
    
        .main__title
    {
        font-size: 3.2em;
    }
        
          .main__text
{font-size: 1em;
    }
     .column--50
    {
        width: 47%;
    }

     
    .column__title
{
    font-size: 1.7em;
    
}


.column__text
{
     margin: 15px 0;
    font-size: 1.3em;
    font-weight: 100;
    
}
    
    
    
    .icon-w
{
    
      width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    
}

}





@media screen and (min-width:1024px)
{
    /*
   .columnii{min-height: 600px; max-height: 600px; border-right: 1px solid #1D3D70;border-bottom: none;}
    .columni{min-height: 600px; max-height: 600px; border-right: 1px solid #1D3D70;border-bottom: none;}*/
        
  .separacion .container
{
    background: white;
  padding-bottom: 15px; 
}
   
        .img{padding-top: 20px;}
   
    .icon-menu
    {
        display: none;
    }
    .menu
    {
        display: flex;
        position: static;
        height: auto;
        width: auto;
          background-image: linear-gradient(to left,#009281, #009281,#1D3D70, #002964, #002964);
    }
    .menu__link
    {
        padding: 20px;
    }
    
    /*
    .Nosotros .container
    {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px;
    }*/
     .column--5020
    {
        width: 0%;
    }
    .column--5080
    {
        width: 100%;
    }
   
    .main-footer
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
   
     
      .menu{ padding-left: 10%}
    .Presentacion_qs
{
   
    font-size: 1em;

}
}

@media screen and (min-width:1100px)
{
      
     .menu{ padding-left: 10%}
}
@media screen and (min-width:1200px)
{
.menu{ padding-left: 11%}  
}



@media screen and (min-width:1600px)
{
        
 
   
    
   
    .menu{ padding-left: 25%}
    
    .main__text
{font-size: 1.5em;
    }
 
    .logo__img
    {
     width: 90px;
     height: auto; 
    }
      .logo__img:hover
    {
     width: 120px;
     height: auto; 
    }
    
 
}