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

/*********************************************************************
**** RESET CSS *******************************************************
*********************************************************************/
@import url("reset.css");

/*********************************************************************
**** FONT-FACE *******************************************************
*********************************************************************/
@font-face{
  font-family: 'RalewayBold';
  src: url('fonts/raleway_bold.eot');
  src: url('fonts/raleway_boldd41d.eot?#iefix') format('embedded-opentype'),
       url('fonts/raleway_bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'RalewayLight';
  src: url('fonts/raleway_light.eot');
  src: url('fonts/raleway_lightd41d.eot?#iefix') format('embedded-opentype'),
       url('fonts/raleway_light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'RalewayMedium';
  src: url('fonts/raleway_medium.eot');
  src: url('fonts/raleway_mediumd41d.eot?#iefix') format('embedded-opentype'),
       url('fonts/raleway_medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'RalewayRegular';
  src: url('fonts/raleway_regular.eot');
  src: url('fonts/raleway_regulard41d.eot?#iefix') format('embedded-opentype'),
       url('fonts/raleway_regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'RalewaySemiBold';
  src: url('fonts/raleway_semibold.eot');
  src: url('fonts/raleway_semiboldd41d.eot?#iefix') format('embedded-opentype'),
       url('fonts/raleway_semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'CenturyGothic';
  src: url('fonts/century_gothic.html');
  src: url('fonts/century_gothicd41d.html?#iefix') format('embedded-opentype'),
       url('fonts/century_gothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'CenturyGothicBold';
  src: url('fonts/century_gothic_bold.html');
  src: url('fonts/century_gothic_boldd41d.html?#iefix') format('embedded-opentype'),
       url('fonts/century_gothic_bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*********************************************************************
*** CSS STYLES: JAVIER ZAVALETA **************************************
*********************************************************************/
body{
  background: #eaeaea;
  font-family: Arial, Helvetica, sans-serif;
}

/*********************************************************************
*** HEADER ***********************************************************
*********************************************************************/
#wrpHead{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b679e+0,2b88d9+50,207cca+51,7db9e8+100;Blue+Gloss+%232 */
background: rgb(59,103,158); /* Old browsers */
background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

#wrpHead.barBlue{
  background: none;
}

.destello{
  background: transparent url(images/header/brillo.png) no-repeat 0% 0%;
  display: block;
/*  height: 207px;*/
  height: 96px;
  width: 491px;
  position: absolute;
  top: 0;
  left: -150px;
}

.head{
/*  background: yellow;*/
    
  margin: 0 auto;
  height: 96px;
  width: 1240px;
  position: relative;
}

.head h1{
  display: block;
  height: 62px;
  width: 204px;
  position: absolute;
  top: 20px;
  left: 0;
}

.head h1 a{
  background: transparent url(images/logo_ausa.png) no-repeat 0% 0%;
  font-size: 1px;
  font-weight: normal;
  color: #fff;
  display: block;
  height: 70px;
  width: 220px;
  text-decoration: none;
  text-indent: -9999px;
}

.menutop{
/*  background: orange;*/
/*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  display: block;
  float: right;
  padding-top: 20px;
  width: 296px;
  position: relative;
}

.icoMapa{
  background: transparent url(images/header/ico_mapa.png) no-repeat 0% 50%;
  color: #fff;
  line-height: 24px;
  display: block;
  float: right;
  padding: 0px 0px 0px 24px;
  text-decoration: none;
  width: 86px;
}

.icoMapa:hover{
  text-decoration: underline;
}

.icoBuscar{
  background: transparent url(images/header/ico_lupa.png) no-repeat 0% 50%;
  color: #fff;
  line-height: 24px;
  display: block;
  float: right;
  padding: 0px 0px 0px 24px;
  text-decoration: none;
  width: 50px;
}

.icoBuscar:hover{
  text-decoration: underline;
}

.modIdiomas{
  background: transparent url(images/header/arrows.png) no-repeat 100% 10px;
  cursor: pointer;
  display: block;
  float: right;
  padding-right: 14px;
}

.modIdiomas a{
  color: #fff;
  text-decoration: none;
}

.icoSpanish, .icoEnglish{
  line-height: 24px;
  margin-left: 14px;
  padding: 0px 0px 0px 24px;
}

.icoSpanish{
  background: transparent url(images/header/b_spanish.jpg) no-repeat 0% 50%;
}

.icoEnglish{
  background: transparent url(images/header/b_english.jpg) no-repeat 0% 50%;
}

.elegirIdioma.icoSpanish, .elegirIdioma.icoEnglish{
  font-size: 12px;
  color: #fff;
  display: none;
  line-height: 24px;
  margin: 0;
  width: 66px;
  border-radius: 4px;
  padding: 0px 0px 0px 34px;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 999;
}

.elegirIdioma.icoSpanish{
  background: #f47920 url(images/header/b_spanish.jpg) no-repeat 10px 50%;
}

.elegirIdioma.icoEnglish{
  background: #f47920 url(images/header/b_english.jpg) no-repeat 10px 50%;
}

/*********************************************************************
*** MAIN MENU ********************************************************
*********************************************************************/
#mainmenu{
  padding: 0;
  margin: 0;
  border: 0;
}

#mainmenu ul, #mainmenu li{
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainmenu ul{
  position: relative;
  z-index: 597;
}

#mainmenu ul li{
  float: left;
  min-height: 1px;
  vertical-align: middle;
}

#mainmenu ul li.hover,
#mainmenu ul li:hover{
  position: relative;
  z-index: 599;
  cursor: default;
}

#mainmenu ul ul{
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}

#mainmenu ul ul li{
  float: none;
}

#mainmenu ul ul ul{
  top: 0;
  left: auto;
  right: -99.5%;
}

#mainmenu ul li:hover > ul{
  visibility: visible;
}

#mainmenu ul ul{
  bottom: 0;
  left: 0;
}

#mainmenu ul ul{
  margin-top: 0;
}

#mainmenu ul ul li{
  font-weight: normal;
}

#mainmenu a{
  display: block;
  line-height: 1em;
  text-decoration: none;
}

#mainmenu{
/*  background: #333;*/
/*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 11px;
  clear: both;
  float: right;
}

#mainmenu > ul{
  *display: inline-block;
}

#mainmenu:after, #mainmenu ul:after{
  content: '';
  display: block;
  clear: both;
}

#mainmenu a{
/*
  background: #333;
  color: #CBCBCB;
*/
  padding: 0 20px;
}

#mainmenu ul{
  text-transform: uppercase;
}

#mainmenu ul ul{
  text-transform: none;
/*  min-width: 190px;*/
  min-width: 220px;
}

#mainmenu ul ul a{
  background: #000;
  color: #fff;
  border-bottom: 1px solid #285997;
  line-height: 150%;
  padding: 12px 20px;
}

#mainmenu ul ul ul{
  border-top: 0 none;
}

#mainmenu ul ul li{
  position: relative;
}

#mainmenu > ul > li > a{
/*  font-family: "RalewayBold", Arial, Helvetica, sans-serif;*/
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  line-height: 42px;
}

#mainmenu ul ul li:first-child > a{
/*  border-top: 1px solid #0082e7;*/
  border-top: 0;
}

#mainmenu ul ul li:hover > a, #mainmenu ul ul li.active > a{
  background: #2B7DAA;
}

#mainmenu ul ul li:last-child > a{
/*  border-radius: 0 0 3px 3px;*/
/*  box-shadow: 0 1px 0 #1b9bff;*/
}

#mainmenu ul ul li:last-child:hover > a{
/*  border-radius: 0 0 0 3px;*/
}

#mainmenu ul ul li.has-sub > a:after{
/*  content: '+';*/
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

#mainmenu ul li:hover > a, #mainmenu ul li.active > a{
  background: #606062;
  color: #FFF;
}

#mainmenu ul li.has-sub > a:after{
/*  content: '+';*/
  margin-left: 5px;
}

#mainmenu ul li.last ul{
  left: auto;
  right: 0;
}

#mainmenu ul li.last ul ul{
  left: auto;
  right: 99.5%;
}

.arrowsub > a{
  background: #023c85 url(images/header/arrows.png) no-repeat 196px -54px !important;
}

.arrowsub:hover > a{
  background: #f47920 url(images/header/arrows.png) no-repeat 196px -54px !important;
}

/* - MOVIL MENU - */
#dl-menu{
  display: none;
}

/*********************************************************************
*** MAIN SLIDER ******************************************************
*********************************************************************/
#mainSlider{
/*  background: orange;*/
  display: block;
  margin: 96px auto 0 auto;
  height: 440px;
  width: 1240px;
}

.s01{
  display: block;
  padding: 120px 340px 0px 0px;
}

.s01 h3{
/*  font-family: "RalewayLight", Arial, Helvetica, sans-serif;*/
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
/*  font-size: 55px;*/
  font-size: 50px;
  font-weight: normal;
  color: #fff;
  letter-spacing: -1px;
/*  line-height: 60px;*/
  line-height: 55px;
  display: block;
  text-transform: uppercase;
}

.s01 h3 span{
/*  font-family: "RalewayBold", Arial, Helvetica, sans-serif;*/
  font-family: "CenturyGothicBold", Arial, Helvetica, sans-serif;
}

.s01 p{
/*  font-family: "RalewayRegular", Arial, Helvetica, sans-serif;*/
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  display: block;
  padding: 5px 0px 18px 0px;
}

.pagSlider{
/*  background: red;*/
  display: block;
  height: 15px;
  width: 90px;
}

.pagSlider span{
  background: transparent url(images/header/ico_circle.png) no-repeat 0% 0%;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 12px;
  height: 14px;
  width: 14px;
}

.pagSlider span:hover, .actCircle{
  background: transparent url(images/header/ico_circle.png) no-repeat -14px 0% !important;
}

/*********************************************************************
*** MODULE: OTHERS ***************************************************
*********************************************************************/
#modOthers{
/*  background: green;*/
  margin: 0 auto;
  height: 120px;
  width: 1240px;
  position: relative;
}

/* - MODULE: CONOCENOS - */
.modConocenos{
  background: transparent url(images/mod_others/bg.png) repeat 0% 0%;
    /* font-family: "RalewayMedium", Arial, Helvetica, sans-serif; */
    font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    display: block;
    height: 404px;
    width: 235px;
    padding: 10px 25px 0px 25px;
    position: absolute;
    right: 0;
    bottom: 110px;
}

.modConocenos h3{
/*  font-family: "RalewaySemiBold", Arial, Helvetica, sans-serif;*/
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #00AFEF;
  line-height: 22px;
  display: block;
  padding: 20px 0px 10px 0px;
}

.modConocenos h3 a{
  color: #00AFEF;
  text-decoration: none;
}

.conocenos01{
  display: block;
  border-bottom: 1px #4c5d74 solid;
  padding-bottom: 20px;
}

.conocenos02{
  
}

/* - MODULE: AUSA ONLINE - */
.modOnline{
  display: block;
  height: 160px;
  width: 285px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.modOnline iframe{
  height: 160px;
  width: 285px;
}

/* - MODULE: CERTIFICACIONES - */
.modCertificacion{
  display: block;
  width: 943px;
}

.wrpCertificados{
  background: #eeeeee;
  display: block;
  float: left;
/*  width: 468px;*/
  width: 563px;
}

.wrpCertificados h3{
/*  background: #f47920 url(images/mod_others/b_certificacion.gif) no-repeat 0% 0%;*/
/*  background: #f47920;*/
  font-size: 1px;
  font-weight: normal;
  color: #fff;
  display: block;
  float: left;
  height: 120px;
  width: 60px;
  text-indent: -9999px;
}

.certSpa{
  background: #f47920 url(images/mod_others/b_certificacion.gif) no-repeat 0% 0%;
}

.certEng{
  background: #f47920 url(images/mod_others/b_certificacion02.gif) no-repeat 0% 0%;
}

.wrpCertificados a{
  outline: none;
}

.logoCertifica{
  display: block;
  float: left;
  padding-top: 16px;
/*  width: 136px;*/
  width: 125px;
}

.logoCertifica img{
  display: block;
  margin: 0 auto;
}

.linkPDF{
  background: transparent url(images/mod_others/ico_arrow.png) no-repeat 20px 50%;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #7c7c7c;
  line-height: 34px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.linkPDF:hover{
  text-decoration: underline;
}

/* - MODULE: NUESTRAS SEDES - */
.wrpSedes{
  background: #dbdbdb url(images/mod_others/pic_cajas.jpg) no-repeat 100% 100%;
  display: block;
  float: left;
  height: 120px;
/*  width: 475px;*/
  width: 380px;
}

.blockSedes{
  display: block;
  padding: 20px 170px 0px 20px;
}

.blockSedes h3 a{
/*  font-family: "RalewayLight", Arial, Helvetica, sans-serif;*/
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #555555;
  line-height: 24px;
  display: block;
  padding-bottom: 5px;
  letter-spacing: -1px;
  text-decoration: none;
}

.blockSedes h3 a span{
/*  font-family: "RalewaySemiBold", Arial, Helvetica, sans-serif;*/
  font-family: "CenturyGothicBold", Arial, Helvetica, sans-serif;
}

.blockSedes p{
/*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #636363;
  line-height: 15px;
}

/*********************************************************************
*** MOVIL MENU: OPTIONS **********************************************
*********************************************************************/
.modOptions{
  background: #01316b;
  font-size: 12px;
  color: #fff;
  line-height: 42px;
}

.spFlag{
  display: block;
  float: left;
  padding-left: 40px;
  width: 60px;
}

.flagSpa{
  background: transparent url(images/header/b_spanish.jpg) no-repeat 12px 50%;
}

.flagEn{
  background: transparent url(images/header/b_english.jpg) no-repeat 12px 50%;
}

.spLanguage{
  background: transparent url(images/header/separator_movil.gif) no-repeat 0% 50%;
  color: #fff;
  display: block;
  float: left;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.spLanguage span{
  background: transparent url(images/header/separator_movil.gif) no-repeat 100% 50%;
  display: block;
}

.spSitemap{
  background: transparent url(images/header/ico_mapa.png) no-repeat 50% 50%;
  font-size: 1px;
  display: block;
  float: left;
  width: 100px;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
}

/*********************************************************************
*** PAGE: HISTORIA ***************************************************
*********************************************************************/
.wrpInner{
  background: #f6f6f6;
  display: block;
}

/*
.wrpInner.bgFreight{
  background: transparent url(images/page_servicios/bg_freight.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.wrpInner.bgAgenciamiento{
  background: transparent url(images/page_servicios/bg_aduanas.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.wrpInner.bgAlmacenaje{
  background: transparent url(images/page_servicios/bg_almacenaje.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.wrpInner.bgDistribucion{
  background: transparent url(images/page_servicios/bg_distribucion.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.wrpInner.bgTransporte{
  background: transparent url(images/page_servicios/bg_transporte.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.wrpInner.bgSeguimiento{
  background: transparent url(images/page_servicios/bg_seguimiento.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.wrpInner.bgGestion{
  background: transparent url(images/page_servicios/bg_gestion.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.wrpInner.bgAsesoria{
  background: transparent url(images/page_servicios/bg_asesoria.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.wrpInner.bgLogistica{
  background: transparent url(images/page_servicios/bg_logistica.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.wrpInner.bgRegimenes{
  background: transparent url(images/page_servicios/bg_regimenes.jpg) no-repeat 50% 50%;
  background-size: cover;
}
*/

.pageInner{
  display: block;
  margin: 0 auto;
  padding: 132px 0px 46px 0px;
  width: 1142px;
}

.title{
  background: transparent url(images/adorno_titulo.gif) no-repeat 0% 60px;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #023c85;
  line-height: 60px;
  display: block;
  letter-spacing: -1px;
  padding-bottom: 20px;
}

.mainContent{
  background: #fff;
  display: block;
}

.aLeft{
  display: block;
  float: left;
  width: 408px;
}

.aLeft img{
  display: block;
  height: auto;
  max-width: 100%;
}

.aRight{
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  display: block;
  float: left;
  padding: 30px 60px 0px 60px;
  text-align: justify;
  width: 614px;
}

.aRight p{
  display: block;
  padding-bottom: 15px;
}

/*********************************************************************
*** PAGE: VISIÓN - MISIÓN ********************************************
*********************************************************************/
.itemBlock{
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  display: block;
  float: left;
  height: 408px;
  position: relative;
}

.itemBlock:hover .bgOrange{
  opacity: 1;
}

.itemBlock:hover .descBlock{
  top: 25%;
}

.itemBlock:hover .descBlock p{
  display: block;
}

.bgOrange{
/*  background: transparent url(images/bg_orange.png) repeat 0% 0%;*/
  background: rgba(255, 108, 0, 0.8);
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .5s ease 0s;
  -moz-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s;
}

.descBlock{
  display: block;
  height: 50%;
  width: 80%;
  padding: 0 10%;
  position: absolute;
/*  top: 25%;*/
  top: 35%;
  left: 0;
  -webkit-transition: top .5s ease 0s;
  -moz-transition: top .5s ease 0s;
  transition: top .5s ease 0s;
}

.descBlock h3{
  font-family: "CenturyGothicBold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 26px;
  display: block;
  padding: 70px 0px 0px 0px;
  text-align: center;
}

.descBlock p{
/*  font-size: 14px;*/
  font-size: 12px;
/*  line-height: 20px;*/
  line-height: 18px;
  display: none;
  padding-top: 10px;
  text-align: center;
}

/*********************************************************************
*** PAGE: CLIENTES ***************************************************
*********************************************************************/
.galleryClients{
  background: transparent url(images/page_home/bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: block;
  padding: 30px 0px;
}

.modGallery{
/*  background: orange;*/
  display: block;
  margin: 0 auto;
  width: 900px;
}

.itemSlide{
  display: block;
}

.itemSlide img{
  display: block;
  float: left;
  margin: 1px;
}

/*********************************************************************
*** PAGE: SERVICIOS **************************************************
*********************************************************************/
.pageService{
  background: transparent url(images/page_servicios/bg.png) repeat 0% 0%;
  display: block;
  height: 480px;
  width: 626px;
}

.pageService h2{
  background: transparent url(images/adorno_titulo02.gif) no-repeat 0% 60px;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  line-height: 60px;
  display: block;
  letter-spacing: -1px;
  padding-bottom: 20px;
}

.wrpServices{
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  display: block;
  padding: 18px 35px;
}

.wrpServices p{
  display: block;
  padding-bottom: 10px;
  text-align: justify;
}

.wrpServices ul{
  display: block;
  padding: 5px 0px;
}

.wrpServices ul li{
  background: transparent url(images/vineta.png) no-repeat 0% 4px;
  display: block;
  padding: 0px 0px 6px 15px;
}

.listaAduaneros{
  display: block;
}

.adua01, .adua02, .adua03, .adua04, .adua05, .adua06{
  display: block;
  float: left;
  height: 80px;
  padding-left: 56px;
  margin-top: 10px;
  margin-right: 5px;
  width: 120px;
}

.adua01{
  background: transparent url(images/page_servicios/01.png) no-repeat 0% 2px;
}

.adua02{
  background: transparent url(images/page_servicios/02.png) no-repeat 0% 2px;
}

.adua03{
  background: transparent url(images/page_servicios/03.png) no-repeat 0% 2px;
}

.adua04{
  background: transparent url(images/page_servicios/04.png) no-repeat 0% 2px;
}

.adua05{
  background: transparent url(images/page_servicios/05.png) no-repeat 0% 2px;
}

.adua06{
  background: transparent url(images/page_servicios/06.png) no-repeat 0% 2px;
}

.resaltar{
  font-family: "CenturyGothicBold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #f4791f;
  line-height: 18px;
}

/* - LOGISTICA - */
.wrpLogistica{
  display: block;
}

.itemLogistica{
  background: transparent url(images/page_servicios/ico_log.png) no-repeat 0% 0%;
  display: block;
  float: left;
  height: 56px;
  width: 185px;
  margin: 10px 10px 0px 0px;
  padding: 4px 0px 0px 55px;
}

.title02{
  background: none !important;
  line-height: 40px !important;
}

.itemRegimen{
  display: block;
  float: left;
  height: 56px;
  width: 185px;
  margin: 10px 10px 0px 0px;
  padding: 4px 0px 0px 55px;
}

.itReg01{
  background: transparent url(images/page_servicios/ico_reg01.png) no-repeat 0% 0%;
}

.itReg02{
  background: transparent url(images/page_servicios/ico_reg02.png) no-repeat 0% 0%;
}

.itReg03{
  background: transparent url(images/page_servicios/ico_reg03.png) no-repeat 0% 0%;
}

.itReg04{
  background: transparent url(images/page_servicios/ico_reg04.png) no-repeat 0% 0%;
}

.itReg05{
  background: transparent url(images/page_servicios/ico_reg05.png) no-repeat 0% 0%;
}

/*********************************************************************
*** PAGE: CONTACTENOS ************************************************
*********************************************************************/
.banContacto{
  background: transparent url(images/page_contactos/ban_contacto.jpg) no-repeat 0% 0%;
  background-size: cover;
  display: block;
  height: 407px;
  position: relative;
}

.banContacto.bSugerencia{
  background: transparent url(images/page_contactos/ban_sugerencias.jpg) no-repeat 0% 0%;
}

.banContacto.bOficinas{
  background: transparent url(images/page_oficinas/ban_oficinas.jpg) no-repeat 0% 0%;
}

.inform{
  display: block;
  padding: 12px 28px 0px 28px;
}

.blockInfo{
  background: transparent url(images/mod_others/bg.png) repeat 0% 0%;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  height: 292px;
  width: 292px;
  position: absolute;
  top: 32px;
  right: 32px;
}

.blockInfo.bSugerencia{
  height: 120px;
}

.blockInfo h4{
  font-family: "CenturyGothicBold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #f4791f;
  line-height: 24px;
  display: block;
  padding: 10px 0px;
}

.blockInfo a{
  color: #fff;
  text-decoration: none;
}

.blockInfo a:hover{
  text-decoration: underline;
}

.icoAddress{
  background: transparent url(images/page_contactos/ico_address.png) no-repeat 0% 4px;
  display: block;
  padding-left: 32px;
}

.icoPhone{
  background: transparent url(images/page_contactos/ico_phone.png) no-repeat 0% 0%;
  display: block;
  padding-left: 32px;
  padding-bottom: 6px;
}

.icoEmail{
  background: transparent url(images/page_contactos/ico_email.png) no-repeat 0% 4px;
  display: block;
  padding-left: 32px;
}

/* - FORM - */
.wrpForm{
  display: block;
  padding: 20px;
}

.wrpForm h3{
  font-family: "CenturyGothicBold", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #f4791f;
  line-height: 24px;
  display: block;
  padding-top: 10px;
}

.formContacto{
  
}

.itCampo{
  
}

.itCampo .txtNombre, .itCampo .txtPaterno, .itCampo .txtMaterno,
.itCampo .txtDireccion, .itCampo .txtDistrito, .itCampo .txtPais,
.itCampo .txtEmpresa, .itCampo .txtCargo, .itCampo .txtTelefono{
  background: #fff;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  display: block;
  float: left;
  border: 1px #cccccc solid;
  margin: 1%;
  padding: .5%;
  width: 29.33%;
  outline: none;
}

.itCampo .txtFax, .itCampo .txtEmail{
  background: #fff;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  display: block;
  float: left;
  border: 1px #cccccc solid;
  margin: 1%;
  padding: .5%;
  width: 45.5%;
  outline: none;
}

.itCampo .txtAsunto, .itCampo .txtReclamo{
  background: #fff;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  display: block;
  height: 100px;
  border: 1px #cccccc solid;
  margin: 1%;
  padding: .5%;
  width: 94%;
  outline: none;
}

.itButtons .btnEnviar,
.itButtons .btnLimpiar{
  text-align: center;
  background: #f4791f;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  border: 1px #f4791f solid;
  margin: 1%;
  padding: 10px;
  width: 120px;
  outline: none;
}

/* - ALERTS - */
.msjError{
  display: none;
  background: #f2dede;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #a94442;
  line-height: 16px;
  border: 1px #ebccd1 solid;
  border-radius: 4px;
  padding: 15px;
}

/* modals */
.backShadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: rgba(0,0,0,.5);
}
.mod {
  display: none;
  position: fixed;
  z-index: 101;
}
.mod .msWrapper {
  width: 350px;
  position: relative;
  text-align: center;
  background-color: white;
  box-shadow: 0 0 2px rgba(0,0,0,.3);
  padding: 40px;
}
.mod .msWrapper img {
  margin-top: -80px;
  width: 100px;
  margin-bottom: 30px;
}
.mod .msWrapper h3 {
  font-size: 18px;
  color: rgb(170,170,170);
  margin-bottom: 20px;
  line-height: 29px;
  font-family: RalewayLight;
}
.mod .msWrapper .success, .mod .msWrapper .error {
  background-color: #5CAB89;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  padding: 10px 0;
  width: 150px;
  font-family: RalewayBold;
  margin: 0 auto;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  transition: .3s all ease;
}
.mod .msWrapper .success:hover {
  background-color: #4c9776;

}
.mod .msWrapper .error {
  background-color: #EA7474;
}
.mod .msWrapper .error:hover {
  background-color: #da6262;
}

/**********/

/*********************************************************************
*** PAGE: NUESTRAS OFICINAS ******************************************
*********************************************************************/
.wrpOficinas{
  display: block;
  padding: 20px;
}

.wrpOficinas h3{
  font-family: "CenturyGothicBold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #023c85;
  line-height: 25px;
  display: block;
  padding-bottom: 30px;
}

.itemSede{
/*  background: orange;*/
  display: block;
  float: left;
  margin-right: 1%;
  margin-bottom: 10px;
  height: 220px;
  width: 31%;
}

.itemSede h4{
  background: transparent url(images/page_oficinas/vineta.png) no-repeat 0% 5px;
  font-family: "RalewaySemiBold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #023c85;
  display: block;
  padding: 0px 0px 12px 20px;
}

.itemSede h5{
  font-family: "RalewaySemiBold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #f4791f;
  line-height: 18px;
  display: block;
  padding: 0px 0px 5px 20px;
}

.itemSede p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}

.itemSede a{
  color: #666666;
  text-decoration: none;
}

.itemSede a:hover{
  text-decoration: underline;
}

.icoDirec{
  background: transparent url(images/page_oficinas/ico_address.png) no-repeat 18px 5px;
  display: block;
  padding: 0px 0px 12px 50px;
}

.icoCorreo{
  background: transparent url(images/page_oficinas/ico_email.png) no-repeat 18px 3px;
  display: block;
  padding: 0px 0px 12px 50px;
}

/*********************************************************************
*** PAGE: MAPA DE SITIO **********************************************
*********************************************************************/
.banSitemap{
  display: block;
}

.banSitemap img{
  display: block;
  height: auto;
  width: 100%;
}

.wrpSitemap{
  display: block;
  padding: 20px;
}

.colSitemap{
/*  background: orange;*/
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  display: block;
  float: left;
  margin: 0 1%;
  padding-bottom: 10px;
  width: 23%;
}

.colSitemap h3{
  font-family: "CenturyGothicBold", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #f4791f;
  line-height: 24px;
  display: block;
  padding: 10px 0px;
}

.colSitemap ul{
  
}

.colSitemap ul li{
  
}

.colSitemap ul li a{
  color: #666666;
  text-decoration: none;
}

.colSitemap ul li a:hover{
  color: #f4791f;
}

/*********************************************************************
*** PICTURE PAGE (DIAPOSITIVAS) **************************************
*********************************************************************/
.b02{
  margin: 0 .5%;
  width: 49%;
}

.b03{
  margin: 0 .5%;
  width: 32.33%;
}

/* - PICTURE - */
.picVision{
  background: transparent url(images/page_vision/pic_vision.jpg) no-repeat 50% 50%;
}

.picMision{
  background: transparent url(images/page_vision/pic_mision.jpg) no-repeat 50% 50%;
}

.picOrden{
  background: transparent url(images/page_valores/pic_orden.jpg) no-repeat 50% 50%;
}

.picValoracion{
  background: transparent url(images/page_valores/pic_valoracion.jpg) no-repeat 50% 50%;
}

.picResponsabilidad{
  background: transparent url(images/page_valores/pic_responsabilidad.jpg) no-repeat 50% 50%;
}

.picManejo{
  background: transparent url(images/page_valores/pic_manejo.jpg) no-repeat 50% 50%;
}

.picServicio{
  background: transparent url(images/page_ventajas/pic_servicio.jpg) no-repeat 50% 50%;
}

.picInnovacion{
  background: transparent url(images/page_ventajas/pic_innovacion.jpg) no-repeat 50% 50%;
}

.picRespaldo{
  background: transparent url(images/page_ventajas/pic_respaldo.jpg) no-repeat 50% 50%;
}

/* - ICONS - */
.icoVision{
  background: transparent url(images/page_vision/ico_vision.png) no-repeat 50% 0%;
}

.icoMision{
  background: transparent url(images/page_vision/ico_mision.png) no-repeat 50% 0%;
}

.icoOrden{
  background: transparent url(images/page_valores/ico_orden.png) no-repeat 50% 0%;
}

.icoValoracion{
  background: transparent url(images/page_valores/ico_desarrollo.png) no-repeat 50% 0%;
}

.icoResponsabilidad{
  background: transparent url(images/page_valores/ico_responsabilidad.png) no-repeat 50% 0%;
}

.icoManejo{
  background: transparent url(images/page_valores/ico_manejo.png) no-repeat 50% 0%;
}

.icoServicio{
  background: transparent url(images/page_ventajas/ico_servicio.png) no-repeat 50% 0%;
}

.icoInnovacion{
  background: transparent url(images/page_ventajas/ico_innovacion.png) no-repeat 50% 0%;
}

.icoRespaldo{
  background: transparent url(images/page_ventajas/ico_respaldo.png) no-repeat 50% 0%;
}

/*********************************************************************
*** 404 ERROR ********************************************************
*********************************************************************/
.page404{
  background: #fff;
  display: block;
  margin: auto;
  padding: 20px;
  height: 160px;
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.page404 h4{
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  color: #023c85;
  line-height: 34px;
}

.page404 p{
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #7c7c7c;
  line-height: 24px;
}

.page404 a{
  color: #f47920;
}

/*********************************************************************
*** PAGINATOR ********************************************************
*********************************************************************/
.paginator{
/*  background: yellow;*/
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  height: 12px;
  width: 50px;
}

.paginator a{
  background: #c9c9c9;
  font-size: 1px;
  color: #fff;
  display: block;
  float: left;
  border-radius: 10px;
  margin: 0 5px;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
}

.paginator a:hover, .pagActive{
  background: #acacac !important;
}

/* slider3 */
#slider3 .viewport {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
    top: 50px;
}
#slider3 .vipClients {
  height: 300px;
}
#slider3 .bullets {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  overflow:hidden;
  list-style: none;
  clear: both;
}
#slider3 .bullets li {
  display: inline-block;
  vertical-align: top;
}
#slider3 .bullet {
  background-color: #dbdbdb;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  font-weight: bold;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#slider3 .bullet.active {
/*  background-color: #b4b4b4;*/
  background-color: #f47920;
}
#slider3 .disable {
  visibility: hidden;
}
#slider3 .overview {
  list-style: none;
  position: absolute;
  overflow: hidden;
  width: 240px;
  left: 0;
  top: 0;
}
#slider3 .overview li {
  float: left;
  margin: 0 10px 0 0;
  width: 1142px;
}
.slider2 .itemSlide {
  width: 900px;
  height: 100%;
}
.slider4 .bullets {
  text-align: left !important;
  width: 100% !important;
}

/*********************************************************************
*** FOOTER ***********************************************************
*********************************************************************/
#wrpFooter{
  background: #eaeaea;
  display: block;
}

.footer{
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #676767;
  line-height: 16px;
  display: block;
  margin: 0 auto;
  width: 1240px;
}

.footLeft{
/*  background: yellow;*/
  display: block;
  float: left;
  padding: 16px 0px 0px 0px;
  width: 670px;
}

.footLeft ul{
  display: block;
}

.footLeft ul li{
  display: block;
}

.footLeft ul li a{
  background: transparent url(images/footer/separator.gif) no-repeat 100% 50%;
  color: #676767;
  display: block;
  float: left;
  padding: 12px;
  text-decoration: none;
}

.footLeft ul li a:hover{
  text-decoration: underline;
}

.footRight{
/*  background: orange;*/
  display: block;
  float: right;
  padding: 5px 0px 0px 0px;
  width: 400px;
}

.footRight p{
  display: block;
  padding-bottom: 8px;
  text-align: right;
}

.footRight a{
/*  background: red url(images/footer/ico_email.png) no-repeat 0% 50%;*/
  background: transparent url(images/footer/ico_email.png) no-repeat 100% 50%;
  color: #676767;
  display: block;
  float: right;
  padding-right: 24px;
  text-decoration: none;
  width: 250px;
  text-align: right;
}

.footRight a:hover{
  text-decoration: underline;
}

.footRight span{
/*  background: yellow url(images/footer/ico_fono.png) no-repeat 0% 50%;*/
    margin-top: 10px;
    margin-right: 0px;
  background: transparent url(images/footer/ico_fono.png) no-repeat 100% 50%;
  display: block;
  float: right;
  padding-right: 24px;
  text-align: right;
  width: 200px;
}

/*********************************************************************
*** CLEAR FIX ********************************************************
*********************************************************************/
.clear{
  clear: both;
}

/*********************************************************************
*** VERSIÓN: TABLET / MOVIL (MEDIA-QUERIES) **************************
*********************************************************************/
@media (max-width: 1260px){
  
  .destello{
    background: transparent url(images/header/brillo.png) no-repeat 50% 100%;
    background-size: contain;
    height: 80px;
    width: 228px;
    top: 0;
    left: -50px;
  }
  
  .head{
    height: 60px;
    width: 100%;
  }
  
  .head h1{
    height: 42px;
    width: 138px;
    top: 10px;
    left: 30px;
  }
  
  .head h1 a{
    background-size: contain;
    height: 42px;
    width: 138px;
  }
  
  .menutop{
    display: none;
  }
  
  #mainmenu{
      background: rgba(0, 28, 68, 0.6);
      margin-top: 70px;
   
  }
  
  #dl-menu{
    display: block;
  }
  
  #mainSlider{
    margin: 100px auto 0 auto;
    height: 420px;
    width: 95%;
  }
  
  #modOthers{
    height: auto;
    width: 945px;
  }
  
  .modConocenos{
    float: left;
    height: 150px;
    width: auto;
    position: relative;
    bottom: 0;
  }
  
  .conocenos01{
    float: left;
    border-right: 1px #4c5d74 solid;
    border-bottom: 0;
    padding-right: 20px;
    padding-bottom: 0;
    width: 284px;
  }
  
  .conocenos02{
    float: left;
    padding-left: 20px;
    width: 283px;
  }
  
  .modOnline{
    float: left;
    position: relative;
  }
  
  .modCertificacion{
    clear: both;
    width: 100%;
  }
  
  .pageInner{
    padding: 100px 0px 36px 0px;
  }
  
  .descBlock{
    top: 25%;
  }
  
  .descBlock p{
    display: block;
  }
  
  .bgOrange{
    display: none;
  }
  
  .footer{
    width: 95%;
  }
  
}

@media (max-width: 1180px){
  
  .pageInner{
    width: 90%;
  }
  
  .aLeft{
    width: 40%;
  }
  
  .aRight{
    padding: 30px 2% 0px 2%;
    width: 56%;
  }
  
}

@media (max-width: 1047px){
  
  .modGallery{
    width: 720px;
  }
  
  .s01{
    padding: 100px 0px 0px 0px;
  }
  
  .footLeft{
    float: none;
    width: auto;
  }
  
  .footLeft p{
    padding-left: 0 !important;
    text-align: center;
  }
  
  .footLeft ul{
    display: none;
  }
  
  .footRight{
    margin: 0 auto;
    float: none;
    height: 60px;
  }
  
  .footRight p{
    text-align: center;
  }
  
}

@media (max-width: 945px){
  
  #modOthers{
    width: 100%;
  }
  
}

@media (max-width: 942px){
  
  .modConocenos{
    font-size: 12px;
    line-height: 16px;
  }
  
  .conocenos01, .conocenos02{
    width: 200px;
  }
  
  .wrpCertificados{
    width: 60%;
  }
  
  .wrpSedes{
    background: #dbdbdb url(images/mod_others/pic_cajas.jpg) no-repeat 100% 50%;
    width: 40%;
  }
  
  .blockSedes{
    display: block;
    padding: 20px 0px 0px 20px;
  }
  
}

@media (max-width: 935px){
  
  .wrpCertificados{
    float: none;
    width: 100%;
  }
  
  .wrpSedes{
    float: none;
    width: 100%;
  }
  
  .b03{
    margin: 0px 0px 5px 0px;
    width: 100%;
  }
  
  .picServicio, .picInnovacion, .picRespaldo{
    background-size: cover;
  }
  
  .modGallery{
    width: 540px;
  }
  
  .wrpForm h3{
    padding-bottom: 10px;
  }
  
  .itCampo .txtNombre, .itCampo .txtPaterno, .itCampo .txtMaterno,
  .itCampo .txtDireccion, .itCampo .txtDistrito, .itCampo .txtPais,
  .itCampo .txtEmpresa, .itCampo .txtCargo, .itCampo .txtTelefono,
  .itCampo .txtFax, .itCampo .txtEmail, .itCampo .txtAsunto, .itCampo .txtReclamo{
    float: none;
    margin: 0 0 12px 0;
    padding: 8px .5%;
    width: 98%;
  }
  
}

@media (max-width: 860px){
  
  .itemSede{
    width: 48%;
  }
  
  .colSitemap{
    margin: 0;
    padding-bottom: 0;
    float: none;
    width: auto;
  }
  
}

@media (max-width: 775px){
  
  .s01 h3{
    font-size: 35px;
    line-height: 40px;
  }
  
  .s01 p{
    font-size: 16px;
    line-height: 26px;
  }
  
  .modConocenos{
    font-size: 13px;
    line-height: 16px;
    float: none;
    height: auto;
    overflow: hidden;
    padding: 10px 0px;
    width: 100%;
  }
  
  .modConocenos h3{
    font-size: 18px;
    line-height: 22px;
    padding: 16px 0px 8px 0px;
  }
  
  .conocenos01{
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 15px;
    width: 44%;
  }
  
  .conocenos02{
    padding-left: 2%;
    padding-bottom: 15px;
    width: 48%;
  }
  
  .modOnline{
    background: #f47920;
    float: none;
    margin-bottom: 1px;
    width: 100%;
  }
  
  .modOnline iframe{
    margin: 0 auto;
    display: block;
  }
  
  .wrpCertificados h3{
    background: #f47920 ;
    font-family: "RalewayMedium", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 50px;
    float: none;
    padding-left: 20px;
    height: auto;
    width: auto;
    text-indent: 0;
  }
  
  .certEng, .certSpa{
    background: none;
  }
  
}

@media (max-width: 710px){
  
  .pageService{
    height: auto;
    width: auto;
  }
  
  .pageService h2{
    font-size: 30px;
  }
  
}

@media (max-width: 640px){
  
  .b02{
    margin: 0px 0px 5px 0px;
    width: 100%;
  }
  
  .picVision, .picMision, .picOrden, .picValoracion, .picResponsabilidad, .picManejo{
    background-size: cover;
  }
  
  .modGallery{
    width: 360px;
  }
  
  .itemLogistica, .itemRegimen{
    float: none;
    margin: 10px 0px 0px 0px;
    width: auto;
  }
  
  .itemSede{
    float: none;
    margin-right: 0;
    height: auto;
    width: auto;
  }

  
}

@media (max-width: 520px){
  
  .pageService h2{
    background: none;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 14px;
  }
  
}

@media (max-width: 510px){
  
  .logoCertifica{
    width: 50%;
  }
  
  .linkPDF{
    background: none;
  }
  
  .title{
    background: transparent url(images/adorno_titulo.gif) no-repeat 0% 50px;
    font-size: 24px;
    line-height: 44px;
  }
  
  .aLeft{
    margin: 0 auto;
    float: none;
    width: 50%;
  }
  
  .aRight{
    float: none;
    padding: 20px 4% 0px 4%;
    width: 92%;
  }
  
  .adua01, .adua02, .adua03, .adua04, .adua05, .adua06{
    height: auto;
    float: none;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 0px 30px 56px;
    width: auto;
  }
  
}

@media (max-width: 408px){
  
  .conocenos01{
    border-right: 0;
    padding-left: 14px;
    padding-right: 14px;
    width: auto;
  }
  
  .conocenos02{
    display: none;
  }
  
  .logoCertifica img{
    height: 64px;
    width: auto;
  }
  
  .modGallery{
    width: 180px;
  }
  
  .banContacto{
    height: auto;
    padding: 20px 0px;
  }
  
  .blockInfo{
    margin: 0 auto;
    width: 80%;
    position: relative;
    top: auto;
    right: auto;
  }
  
  .inform{
    padding: 12px 16px 0px 16px;
  }
  
}

@media (max-width: 380px){
  
  .linkPDF{
    background: transparent url(images/mod_others/ico_arrow.png) no-repeat 0 50%;
    font-size: 11px;
    line-height: 34px;
    margin: 0 auto;
    padding-left: 10px;
    text-align: left;
    width: 62px;
  }
  
}

@media (max-width: 360px){

  .wrpSedes{
    background-size: auto 60%;
  }

  .blockSedes h3 a{
    font-size: 20px;
    line-height: 19px;
  }

  .blockSedes p{
    font-size: 11px;
    line-height: 14px;
  }

}

@media (max-width: 1047px){
  .slider2 .itemSlide {
    width: 720px;
  }
  #slider3 .vipClients {
    height: 450px;
  }
}
@media (max-width: 935px){

  .slider2 .itemSlide {
    width: 540px;
  }
  #slider3 .vipClients {
    height: 600px;
  }
}

@media (max-width: 775px){

  #slider3 .bullet {
    width: 2px;
    height: 2px;
  }
}

@media (max-width: 640px){

  .slider2 .itemSlide {
    width: 360px;
  }
  #slider3 .vipClients {
    height: 750px;
  }
}

@media (max-width: 410px){
    .footRight{
        font-size: 12px;
padding: 5px;
text-align: center;
width: 100%;
height: 150px;
       
}

  .slider2 .itemSlide {
    width: 180px;
  }
  #slider3 .vipClients {
    height: 1500px;
  }
}

.maxCaracter{
  font-family: "CenturyGothicBold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  display: block;
  padding: 0px 1% 10px 1%;
}