@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');


@font-face {
  font-family: 'avenir-book';
  src: url('fonts/Avenir_Book.woff');
}

@font-face {
  font-family: 'avenir-light';
  src: url('fonts/Avenir_Light.woff');
}

@font-face {
  font-family: 'avenir-medium';
  src: url('fonts/Avenir_Medium.woff');
}

@font-face {
    font-family:"Din-condensed";
    src:url("../fonts/Din_Condensed_bold.woff")
    
}
#botones_menu {
    float:left;
    
}

.scroll{
    width:100%;
    height: 40px;
    margin-top: -40px;
}

#telefono_home {
    float: right;
    font-size: 15px;
    margin: 18px 30px 0 0;
}

#phone_icon {
    width: 28px;
    height: auto;
    margin: -3px 11px 0 0;
    float: left;
}

#slider_home {
    width: 100%;
    height: 680px;
    background-image: url(../img/back_home.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
}

#icon_menu {
    width: 100%;
    max-width: 22px;
    height: auto;
    margin-right: 9px;
}

#menu {
    width: 100%;
    height: 65px;
    background-color: rgba(10, 31, 58, 0.75);
    position: fixed;
    top: 0;
    box-shadow: 0px 1px 10px #000000bd;
    color: #fff;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	font-family: avenir-book;
	font-size: 11px;
	z-index: 9;
}

#menu a {
    text-decoration:none;
    color: #fff;
	padding: 2px 10px;
	transition: .3s;
}

#menu a:hover {
    text-decoration: none;
    background-color: #ef5f5f;
    padding: 2px 10px;
    border-radius: 45px;
	transition: .3s;
}

#menu ul {
    list-style: none;
    margin-top: 15px;
    margin-left: 45px;
    padding: 0;
}

#menu li {
    display:inline-block;
}

#logo_slider {
    width: 100%;
    height: auto;
    max-width: 320px;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -160px;
}

#txt_slider {
    font-family: avenir-medium;
    font-size: 16.5px;
    text-align: center;
    max-width: 555px;
    position: absolute;
    width: 100%;
    color: #fff;
    top: 383px;
    left: 50%;
    margin-left: -277.5px;
    line-height: 19px;
    -webkit-font-smoothing: antialiased;
}

#down_icon {
	width:100%;
	height: auto;
	max-width: 40px;
	position: absolute;
	bottom: 5%;
	left:50%;
	margin-left: -20px;
}

#container_somos {
    margin: 65px auto;
    max-width: 1020px;
}

#txt_uno {
    font-family: Din-condensed;
    text-align: center;
    font-size: 41px;
    text-transform: uppercase;
    border-bottom: solid 1.5px #ef5f5f;
    -webkit-font-smoothing: antialiased;
    color: #303844;
    max-width: 290px;
    margin: 0 auto 17px;
    display: block;
    padding-bottom: 0;
}

#txt_dos {
    column-count: 2;
    margin-top: 15px;
    font-family: avenir-book;
    color: #686868;
    font-size: 15px;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    column-gap: 20px;
}

#quienes {
    max-width:1020px;
    margin: 0 auto;
    
}

#container_quienes {
    background-color: #102948;
    padding: 70px 0 60px;
    background-image: url(../img/back_quienes.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#txt_tres {
     text-transform: uppercase;
    font-family: Din-condensed;
    text-align: left;
    font-size: 41px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    margin-bottom: -8px;
}


#txt_cuatro {
    font-family: avenir-book;
    color: #fff;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    text-align: justify;
}

#txt_cinco {
     text-transform: uppercase;
    font-family: Din-condensed;
    text-align: right;
    font-size: 41px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    margin-bottom: -8px;
}


#txt_seis {
    direction:rtl;
text-align:justify;
    font-family: avenir-book;
    color: #fff;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
}

#container_servicios {
    margin: 65px auto;
    max-width: 1020px;
}

#txt_siete {
    font-family: Din-condensed;
    text-align: center;
    font-size: 41px;
    text-transform: uppercase;
    border-bottom: solid 1.5px #ef5f5f;
    -webkit-font-smoothing: antialiased;
    color: #303844;
    max-width: 290px;
    margin: 80px auto 23px;
    display: block;
    padding-bottom: 0;
}

.img_servicios {
    width:100%;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#servicios_uno {
    background-image:url("../img/servicios_01.jpg")
    
}

#servicios_dos {
    background-image:url("../img/servicios_02.jpg")
    
}

#servicios_tres {
    background-image:url("../img/servicios_03.jpg")
    
}
#servicios_cuatro{
    background-image:url("../img/servicios_04.jpg")
    
}
#servicios_cinco{
    background-image:url("../img/servicios_05.jpg")
    
}

.title_servicios {
    font-family: din-condensed;
    font-size: 26px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    color: #303844;
    padding: 16px 16px 0 16px;
    margin-bottom: 0;
}

.descripcion_servicios {
    font-family: avenir-medium;
    color: #303844;
    font-size: 12px;
    padding: 0 15px 15px 15px;
    -webkit-font-smoothing: antialiased;
    text-align: justify;
    margin-bottom: 0;
}

.bloques_servicios {
    border: solid 1px #c9c9c9;
    padding: 0;
    min-height: 415px;
    height: auto;
    margin-bottom: 27px;
    max-height: 420px;
    overflow: scroll;
}

footer {
    background-image: url(../img/footer.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    height: auto;
    padding: 187px 0 35px;
}


#logo_footer {
    width: 100%;
    height: auto;
    display: block;
    max-width: 150px;
    float: right;
    margin-top: 40px;
}

#mapa {
    width:100%;
    height: 150px;
}

#direccion {
    font-family: avenir-book;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#redes {
    width: 100%;
    height: auto;
    max-width: 130px;
}

#banda_footer {
    background-color: #081c37;
    color: #fff;
    font-family: avenir-book;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 0;
}

.logos_marcas {
    width: 100%;
    height: auto;
    max-width: 160px;
    margin: 8px auto;
}

#container_logos {
    text-align: center;
    margin: 65px auto 0;
}

#container_promociones {
    background-attachment: fixed;
    width: 100%;
    height: auto;
    background-image: url(../img/back_promociones.jpg);
    padding: 40px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#txt_ocho {
    font-family: Din-condensed;
    text-align: center;
    font-size: 41px;
    text-transform: uppercase;
    border-bottom: solid 1.5px #ef5f5f;
    -webkit-font-smoothing: antialiased;
    color: #303844;
    max-width: 290px;
    margin: 0 auto 17px;
    display: block;
    padding-bottom: 0;
}

.thumbs_promo {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 20px;
    box-shadow: 0px 0px 11px #0000003d;
}


.wow {
  visibility: hidden;
}


@media screen and (max-width:1800px){
    footer {
    padding: 130px 0 35px;
}
    
    
}

@media screen and (max-width:1100px){
   #container_somos {
    max-width: 85%;
}
    #quienes {
        max-width: 87%;}
    
    #container_servicios {
    max-width: 87%;
}

    
}


 @media screen and (max-width:815px){
  
    #menu a {
    padding: 2px 5px;
}
    
}

@media screen and (max-width:745px){
  
    #botones_menu {
        display:none;
        
    }  
}
    
@media screen and (max-width:550px){
    #logo_slider {
    width: 55%;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: block;
    left: auto;
    right: auto;
    top: 25%;
}
    
    #txt_slider {
    margin: 0 auto;
    display: block;
    font-size: 13px;
    text-align: center;
    position: relative;
    width: 80%;
    top: 29%;
    left: auto;
    right: auto;
    line-height: 18px;
}
    
    #slider_home {
    height: 440px;
}
    
   #container_footer {
    width: 90%;
}
    
    #menu {
        height: 47px;
    }
    
    #telefono_home {
    margin: 10px 20px 0 0;
}
    
    #phone_icon {
    width: 23px;
    margin: 0px 10px 0 0;
}
    
    #container_somos {
    margin: 30px auto 35px;
}
    
   #txt_uno {
    line-height: 37px;
    padding-bottom: 5px;
}
    #txt_dos {
    column-count: 1;
    margin-top: -8px;
    font-size: 14px;
    line-height: 18px;
}
    
    
    #txt_cuatro {
    font-size: 14px;
    line-height: 18px;
}
    
    #txt_seis {
    font-size: 14px;
    line-height: 18px;
}
    
    #txt_cinco {
    line-height: 44px;
    margin-top: 20px;
}
    #container_quienes {
    padding: 26px 0 12px;
    background-attachment: initial;
}
    #container_servicios {
    margin: 25px auto;
    max-width: 95%;
}
    
    #txt_siete {
    margin: 40px auto 23px;
}
    .img_servicios {
    height: 110px;
}
    .title_servicios {
    padding: 12px 12px 0 12px;
}
   .bloques_servicios {
    min-height: auto;
}
    #container_promociones {
    padding: 20px 0;
}
   .thumbs_promo {
    width: 43%;
    max-width: initial;
    margin: 7px;
}
    #container_logos {
    margin: 22px auto 0;
}
    .logos_marcas {
    width: 27%;
    margin: 0px auto;
}
    footer {
    padding: 115px 0 14px;
    margin-top: -80px;
}
    #logo_footer {
    width: 30%;
    float: none;
    margin: 0 auto;
}
    #mapa {
    margin-top: 13px;
}
    #direccion {
    font-size: 14px;
    text-align: center;
    line-height: 17px;
}
    
    #redes {
    margin: 0 auto;
    display: block;
}
    #banda_footer {
    font-size: 11px;
    padding: 6px 0;
}
    
    .descripcion_servicios {
    padding: 0 10px 15px 10px;
    line-height: 16px;
}
    
    
    
    
    
    
    
    
    
}  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
