@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
*{margin: 0;padding: 0;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
a{text-decoration: none}
.toggle-bar,.menu-movil,#btn-menu{display: none;}
body{
  font-family: arial;
  background: rgb(246,246,246);
  overflow-x:hidden;
  position: relative;
  
}

.clear-fl:after{
  content: "";
  display: block;
  clear: both;
}
.center{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rd-mobilemenu{display: none}
.container-p{
  display: block;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  position: relative;
}
/*slider*/
.fancybox-overlay-fixed{z-index: 99999;}
.fancybox-opened{z-index: 999999;}

.logo-movil,.footer-m{display: none;}

.ctrls{
  position: absolute;
  bottom: 10px;
  z-index: 9999;
  text-align: right;
  width: 100%;
}
.ctrls>div{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.65);
    text-align: center;
    position: relative;
 }
.ctrls>div:last-child{margin-left: 5px;}
.ctrls>div a{display: block;width: 100%;height: 100%;position: relative;z-index: 2;color: rgba(0,0,0,0);}
.ctrls>div span{
  font-size: 20px;
  position: absolute;
  top: 50%;left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: rgb(102,102,102);
}
/*END SLIDER*/
/*MENU*/
.header-cont{
  width: 100%;
    height: 170px;
    position: relative;
    z-index: 99;
}
.header-cont .bg-top{
  background: url(../images/bg-top.jpg) no-repeat;
  background-size: cover;
  height: 102px;
  background-position: center center;
}
.logo-header{
  position: absolute;
  left: 0%;
  top:18px;
  display: block;
}
.logo-movil{display: none}
.logo-header:hover{opacity: .8}
.redes{
  display: block;
  position: absolute;
  right: 0;
  top: 33px;
  vertical-align: top;
}

.redes a{
  display: block;
  float: left;
  width:30px;
  height:30px;
  margin-left: -7px;
  color: rgb(255,255,255);
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  position: relative;
  vertical-align: top;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
}
.redes a:nth-child(1){ background: rgb(118,142,187);}
.redes a:nth-child(2){background: rgb(154,106,203)}
.redes a:nth-child(3){background: rgb(109,203,167)}
.redes a span{
  font-size: 18px;
  padding-top: 3px
}

.redes a:nth-child(2) span,
{
  padding-left:-1px;
  font-weight: bold;
}
.redes a:hover{
  z-index: 22;
}
.bg-top .tel{
  position: absolute;
  right: 116px;
  overflow: hidden;
  top: 39px;
}
.bg-top .mail{
  position: absolute;
  right: 275px;
  overflow: hidden;
  top: 39px;
}
.bg-top .tel i{
  display: inline-block;
  width: 19px;
  height: 19px;
  background: #FFF;
  border-radius: 50%;
  color: rgb(0,73,138);
  text-align: center;
  line-height: 19px;
  font-size: 13px;
  vertical-align: top;
}
.bg-top .mail i{
  display: inline-block;
  width: 19px;
  height: 19px;
  background: #FFF;
  border-radius: 50%;
  color: rgb(0,73,138);
  text-align: center;
  line-height: 17px;
  font-size: 13px;
  vertical-align: top;
}
.bg-top .tel span,
.bg-top .mail span{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.bg-top .tel a,
.bg-top .mail a
{color: #fff;}

.menu-content{
  width: 100%;
}
.wrap-menu{
  height: 59px;
  background: rgb(225,64,72);
  overflow: hidden;
  margin:10px 0;
}
#menu-ppal{
 display: block;
 margin: 0 auto;
  margin-top: 21px;
  text-align: center;
}
#menu-ppal>li{
  list-style: none;
  text-align: center;
  display: inline-block;
  position: relative;
}
#menu-ppal>li:not(:last-child){border-right: solid 1px rgba(255,255,255,.6)}
#menu-ppal>li a{
  font-family: 'century';
  color: rgb(255,255,255);
  display: block;
  width: 100%;
  line-height:18px;
  font-size:16px;
  vertical-align: middle;
  position: relative;
  padding: 0 30px 0px 30px;
   text-decoration: none;
   -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}

 #menu-ppal>li a:after{
  content: "";
  display: block;
  width: 0%;
  height:0px;
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  top:4px;
  left: 15px;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  opacity: 0;
 }

#menu-ppal>li.active a:after,
#menu-ppal>li a:hover:after
{
  opacity: 1;
}
.logo-menu{
  display: block;float: right;
  margin-top: 5px;
}
/*END HEADER*/
/*SLIDER*/
.slider{
  margin-top: 10px;
  position: relative;
  z-index: 0;
  opacity: 0;
  -webkit-transition: ease all .5s;
  -o-transition: ease all .5s;
  transition: ease all .5s;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none 0 5px #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:  0px solid #fff;
  left: 0px;
  background: none;
  z-index: 7;
}
.slider .bx-wrapper .bx-viewport ,
.slider .bx-wrapper .bx-viewport ul,
.slider .bx-wrapper .bx-viewport ul li,
.slider .bx-wrapper .bx-viewport ul li img{
  width: 100%;
}
.slider .bx-wrapper .bx-viewport ul li img{opacity: 0}
.slider .bx-wrapper .bx-viewport ul li:not(:nth-child(1)) img{
  display: none;
}

.slider .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.slider .bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1;
}
.bx-controls{
  position: relative;
  z-index: 999;
}
/*SLIDER*/

/*INICIO*/
.title-block>span{
  display: block;
  background: rgb(225,64,72);
  padding: 9px 10px 13px;
  font-family: "Oswald",arial;
  font-weight: 600;
  font-size:30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
.tCenter{
  text-align: center;
}
.tJust{
  text-align: justify;
}
.inicio{
}
.intro-bg{
  background: rgb(222,222,222);
  padding-top: 35px;
}
.intro-home{
  margin: 0 -25px;
}
.intro-home>div{
  float: left;
  width: 50%;
  padding: 0 25px;
  margin-bottom: 35px;
  position: relative;
  height: 263px;
}
.intro-home>div .wrap-t,
.intro-home>div .wrap-v{
  height: 263px;
  position: relative;  
}
.intro-home>div iframe{
  display: block;
  border: solid 2px #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.intro-home>div .wrap-t .text{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
}
.intro-home>div .wrap-t h1{
  font-family: "Oswald";
  font-size: 36px;
  line-height: 41px;
  font-weight: 600;
  color: rgb(6,87,151);
}
.intro-home>div .wrap-t p{
  font-family: "Oswald";
  font-size: 21px;
  font-weight: 300;
  color: rgb(6,87,151);
  margin-top: 10px;
}
.imp-exc{
  margin: 0 -2px;
}
.imp-exc article{
  width: 50%;
  padding: 0 -2px;
  float: left;
}
.imp-exc article .wrap{
  height:auto;
  position: relative;
}
.imp-exc article .wrap img{
  display: block;
  width: 100%;
}
.imp-exc article:first-child .wrap{
  
}
.imp-exc article:last-child .wrap{
  background: url(../images/inicio/bg-imp.jpg) no-repeat;
  background-size: cover;
  background-position: center left;
}
.imp-exc article .wrap .text{
  position: absolute;
  left: 2px;
  width: 100%;
  max-width: 488px;
  top: 50%;
  text-align: right;
  padding-right: 5px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.imp-exc article .wrap .text .title{
  font-family: "Oswald";
  font-weight: 800;
  color: #fff;
  font-size: 42px;
  line-height: 45px;
}
.imp-exc article .wrap .text p{
  color: #fff;
  font-family: "Oswald";
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
}
.imp-exc article .wrap .text p span{font-size: 28px;}

.bg-serv{
  background: rgb(2426,246,246);
  padding-top: 35px;
}
.bg-serv .serv{
  margin: 0 -17px;
}
.bg-serv .serv>div{
  float: left;
  width: 33.3333333%;
  padding: 0 17px;
  margin-bottom: 35px;
}
.bg-serv .serv>div img{
  display: block;
  -webkit-box-shadow: 4px 4px 3px rgba(0,0,0,.5);
  box-shadow: 4px 4px 3px rgba(0,0,0,.5);
  margin-left: auto;
  max-width: 100%;
  margin-right: auto;
}
.bg-serv .serv>div  .title{
  margin-top: 23px;
  background: rgb(0,77,142);
  color: rgb(255,255,255);
  text-align: center;
  font-family: "Oswald";
  font-size: 18px;
  letter-spacing: -.010em;
  padding: 8px 5px;
}
.bg-serv .serv>div  .title span{
  display: block;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}
.banner-d{
  background: url(../images/inicio/banner-d.jpg) no-repeat;
  background-size: cover;
  height: 364px;
  background-position: center center;
}
.info-foot{
  padding-top: 30px;
  background: url(../images/bg-foot.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.info-foot .title {margin-bottom: 25px;}
.info-foot .title span:first-child{
  float: left;
  width: 190px;
  line-height: 37px;
  background: #fff;
  font-family: "Oswald";
  color: rgb(6,53,90);
  text-align: center;
  font-size: 21px;
  letter-spacing: .025em;font-weight: 700;
}
.info-foot .title span:last-child{
  font-size: 24px;
  font-family: "Oswald";
  float: left;
  width: 250px;
  line-height: 37px;
  background: rgb(131,156,176);
  color: rgb(34,34,34);
  text-align: center;
  letter-spacing: .025em;
  font-weight: 300;
}
.info-foot .wraps{
  margin: 0 -20px;
}
.info-foot .wraps >article{
  float: left;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.info-foot .wraps >article .s-title{  
  color: #fff;
  font-family: "Oswald";
  letter-spacing: .025em;
  font-size: 21px;
  line-height: 21px;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px; 
}
.info-foot .wraps >article>div a{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: block;
  letter-spacing: -.02em;
}
.info-foot .wraps >article>div a.dir{font-size: 13px}
.info-foot .wraps >article>div:not(.redes-m) a{
  position: relative;
  padding-left: 18px;
}
.info-foot .wraps >article>div:not(.redes-m) a i{
  position: absolute;
  left: 0;
  top:3px;
}
.info-foot .wraps >article>div a:not(.dir):hover{color: rgb(225,64,72);}
.info-foot .wraps >article .redes-m a{
  display: block;
  width: 21px;
  height: 21px;
  background: rgb(255,255,255);
  border-radius: 50%;
  margin-right: 5px;
  float: left;
  line-height: 21px;
  text-align: center;
  color: rgb(6,56,95);
  padding-top: 1px;
}
.info-foot .wraps >article .redes-m a i{font-size: 16px;}
.info-foot .wraps >article .redes-m a:nth-child(2),
.info-foot .wraps >article .redes-m a:nth-child(3)
{padding-left: 2px;}
/*INICIO END*/
/*nosotros*/
.nosotros{
  margin-top: 35px;
}
.nosotros .intro-nos{}
.nosotros .intro-nos p{
  font-size: 14px;
  line-height: 24px;
  color: rgb(97,97,97);
  text-align: justify;
  margin-top: 25px;
}
.nosotros .intro-nos .asoc{
  font-size: 14px;
  line-height: 24px;
  color: rgb(97,97,97);
  padding: 13px 10px;
  text-align: center;
  border: dashed 1px rgb(190,190,190);
  margin:25px 0;
}
.nosotros .intro-nos .donde{
  margin: 0 -50px;
}
.nosotros .intro-nos .donde>div{
  float: left;
  width: 50%;
  padding: 0 50px;
  margin-bottom: 35px;
}
.nosotros .intro-nos .donde>div .title{
  font-size: 30px;
  font-weight: 600;
  color: rgb(225,64,72);
  font-family: "Oswald";
  line-height: 30px;
  border-bottom:solid 1px rgb(191,191,191);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.nosotros .intro-nos .donde>div  ul{
  padding-left: 15px;
}
.nosotros .intro-nos .donde>div  ul li{
  line-height: 24px;
  font-size: 14px;
  color: rgb(97,97,97);
  list-style: url(../images/list-circ.png);
}
.nosotros .intro-nos .donde>div img{
  display: block;
  max-width: 100%;
}
.bg-contamos{
  background: url(../images/nosotros/bg-contamos.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 75px;
}
.bg-contamos .contamos{
  margin: 0 -20px;
}
.bg-contamos .contamos article{
  padding: 0 20px;
  float: left;
  width: 50%;
  margin-bottom: 70px;
}
.bg-contamos .contamos article:last-child{
  max-width: 410px;
  float: right;
}
.bg-contamos .contamos article .title{
  max-width: 410px;
  background: rgba(255,255,255,.2);
  text-align:center;
  font-size: 24px;
  font-weight: 600;
  font-family: "Oswald";
  color: #fff;
  padding: 7px 10px 10px;
  margin-bottom: 22px;
}
.bg-contamos .contamos article ul{
  padding-left: 15px;
}
.bg-contamos .contamos article p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.bg-contamos .contamos article ul li{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  list-style: url(../images/list-circb.png);
}
.bg-contamos .contamos article:last-child ul:nth-child(3),
.bg-contamos .contamos article:last-child ul:nth-child(4)
{
  min-width: 120px;
  float: left;
  display: block;
}
.bg-contamos .contamos article:last-child ul:nth-child(5){
  float: left;
  width: 100%;
}
.bg-contacto{
  background: url(../images/nosotros/bg-contacto.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.bg-contacto .contacto-n{
  text-align: center;
}
.bg-contacto .contacto-n .title{
  font-size: 38px;
  font-family: "Oswald";
  line-height: 38px;
  font-weight: 800;
  color: rgb(225,64,72);
}
.bg-contacto .contacto-n p{
  font-family: 14px;
  color: rgb(57,57,57);
  font-family: "Oswald";
  font-weight: 600;
}
.bg-contacto .contacto-n a{
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: rgb(97,97,97);
}
/*servicios END*/
/*buscador*/
.buscador{margin-top: 35px;}
.buscador .wrap-if{
  margin-top: 35px;
  margin-bottom: 35px;
}
.buscador .wrap-if iframe{
  display: block;
  width: 100%;
  height: 1000px;
}
/*buscador END*/
/*catalogo*/
.catalogo{margin-top: 35px;}
.wrap-catalogos{
  margin: 35px -43px 0;
}
.wrap-catalogos article{
  float: left;
  width: 33.333333%;
  padding: 0 43px;
  margin-bottom: 35px;
}
.wrap-catalogos article img{
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
.wrap-catalogos article .btn-cat{
  height: 58px;
  display: block;
  border-radius: 4px;
  background:  rgb(209,209,209);
  text-align: center;
  padding: 5px;
  line-height: 46px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  font-family: "Oswald";
}
.wrap-catalogos article .btn-cat span{
  display: block;
  position: relative;
  background: rgb(85,122,177);
  border-radius: 4px;
  border: solid 1px rgb(42,77,129);
  padding-left: 56px;
  overflow: hidden;
  padding-right: 10px;
  -webkit-transition: linear all .3s;
  -o-transition: linear all .3s;
  transition: linear all .3s;
}
.wrap-catalogos article a:hover span{background: rgb(62,97,150);}
.wrap-catalogos article a:hover span:before{
  background: rgb(85,122,177);
  background-image: url(../images/catalogos/ico-btn-cat.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.wrap-catalogos article .btn-cat span:before{
  content: "";
  width: 46px;
  height: 46px;
  border-right:  solid 1px rgb(42,77,129);
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(62,97,150);
  background-image: url(../images/catalogos/ico-btn-cat.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: linear all .3s;
  -o-transition: linear all .3s;
  transition: linear all .3s;
}
.wrap-cat{
  overflow: auto;
}
.content-cat{
  min-height: 793px;
  width: 1094px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  margin: 35px auto;
  position: relative;
}
.content-cat iframe{display: block;}
/*catalogo END*/
/*distribuidores*/
.distribuidores{margin-top: 35px;}
.title-block.bk-blue span{
  background: rgb(0,68,137);
}
.title-block.bk-blue-l span{
  background: rgb(31,95,144);
}
.distribuidores .tipo-cambio{
  margin-top: 35px;
  overflow: hidden;
  }
.distribuidores .tipo-cambio iframe{
  width: 1000px;
  overflow: hidden;
}
.text-cambio .text{
    border-style: solid;
    border-width: 1px;
    border-color: #EC771A;
    text-align: right;
    font-size: 14px;
    color: #EC771A;
    font-family: arial, sans-serif;
    font-weight: 700;
    position: relative;
    width: 100%;
   float: right;
   max-width: 400px;
   padding: 5px;
   margin-bottom: 30px;
}

.title-inv {
  background: rgb(225,64,72);
}
.title-inv .text{
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  font-family: "Oswald";
  text-align: center;
  padding: 14px 10px;
}
.title-inv .text  span{
  font-weight: 300;
}
.bg-inv{
  background: rgb(236,236,236);
}
.bg-inv .inventario{
  height: 420px;
  position: relative;
}
.bg-inv .inventario figure{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.bg-inv .inventario p{
  font-size: 16px;
  color: rgb(31,95,144);
  font-family: "Oswald";
  position: relative;
  padding-left: 23px;
  position: absolute;
}
.bg-inv .inventario p:before{
  position: absolute;
  content: "";
  width: 20px;
  height: 18px;
  background: url(../images/check.png) no-repeat;
  left: 0;
  top: 3px;
  font-weight: 500;
}
.bg-inv .inventario p:nth-child(2){top:55px;left: 450px;}
.bg-inv .inventario p:nth-child(3){top:98px;left: 561px;}
.bg-inv .inventario p:nth-child(4){top:156px;left: 597px;}
.bg-inv .inventario p:nth-child(5){top:220px;left: 649px;}
.bg-inv .inventario p:nth-child(6){top:285px;left: 601px;}
.bg-inv .inventario p:nth-child(7){top:345px;left: 505px;}
.bg-inv .inventario p:nth-child(8){top:76px;left: 229px;}
.bg-inv .inventario p:nth-child(9){top:130px;left: 51px;}
.bg-inv .inventario p:nth-child(10){top:190px;left: 0px;}
.bg-inv .inventario p:nth-child(11){top:248px;left: 79px;}
.bg-inv .inventario p:nth-child(12){top:316px;left: 134px;}
.bg-pp{
  background: url(../images/distribuidores/bg-pp.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 35px;
}
.bg-pp .pwp{}
.bg-pp .pwp article{
  float: left;
  width: 50%;
  margin-bottom: 35px;
}
.bg-pp .pwp article .wrap-t{max-width: 330px;}
.bg-pp .pwp article iframe{
  float: right;
}
.bg-pp .pwp article .title{
  color: rgb(225,64,72);
  font-weight: 500;
  font-size: 18px;
  font-family: "Oswald";
  border-bottom: solid 1px #fff;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.bg-pp .pwp article .title span{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.bg-pp .pwp article ul{
  padding-left: 22px;
}
.bg-pp .pwp article ul li{
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  list-style: url(../images/check.png);
}
.bg-pp .pwp article .btns{
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
}
.bg-pp .pwp article .btns span:first-child{
  display: block;
  background: rgb(31,95,144);
  color: #fff;
  padding-right: 130px;
  padding-left: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  font-family: "Oswald";
  font-weight: bold;
  text-transform: uppercase;
}
.bg-pp .pwp article .btns a:last-child{
  width: 125px;
  background: rgb(225,64,72);
  color: #fff;
  border-radius: 0 5px 5px 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 300;
  font-size: 16px;
  font-family: "Oswald";
  line-height: 18px;
  padding-top: 4px;
  height: 45px;
}
.somos{margin-top: 35px;}
.somos .wrap-s{
  margin-top: 35px;
  padding-left: 390px;
  position: relative;
}
.somos .wrap-s >article{margin-bottom: 35px}
.somos .wrap-s >article:first-child{
  position: absolute;
  left: 0;
  top: 0;
  width: 390px;
}
.somos .wrap-s >article:first-child img{
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 3px rgb(0,0,0,.4);
  box-shadow: 2px 2px 3px rgb(0,0,0,.4);
}
.somos .wrap-s >article:first-child .sub-t{
  color: rgb(22,84,126);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.somos .wrap-s .btn-d{
  height: 58px;
  display: block;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  background:  rgb(209,209,209);
  text-align: center;
  padding: 5px;
  line-height: 46px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  width: 270px;
  font-family: "Oswald";
}
.somos .wrap-s .btn-d span{
  display: block;
  position: relative;
  background: rgb(225,64,72);
  border-radius: 4px;
  border: solid 1px rgb(163,16,24);
  padding-left: 56px;
  overflow: hidden;
  padding-right: 10px;
  -webkit-transition: linear all .3s;
  -o-transition: linear all .3s;
  transition: linear all .3s;
}
.somos .wrap-s .btn-d:hover span{background: rgb(192,44,51);}
.somos .wrap-s .btn-d:hover span:before{
  background: rgb(225,64,72);
  background-image: url(../images/distribuidores/ico-btn-d.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.somos .wrap-s .btn-d span:before{
  content: "";
  width: 46px;
  height: 46px;
  border-right:  solid 1px rgb(163,16,24);
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(192,44,51);
  background-image: url(../images/distribuidores/ico-btn-d.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: linear all .3s;
  -o-transition: linear all .3s;
  transition: linear all .3s;
}

.somos .wrap-s >article:last-child{
  border-left: solid 1px rgb(169,169,169);
  padding-left: 75px;
  padding-top: 15px;
}
.somos .wrap-s >article:last-child section{
  position: relative;
  padding-left: 250px;
  border-bottom: solid 1px rgb(169,169,169);
  padding-bottom: 15px;
  margin-bottom: 15px;
  min-height: 85px;
  overflow: hidden;
}
.somos .wrap-s >article:last-child section figure{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.somos .wrap-s >article:last-child section figure img{display: block;margin-top: -10px}
.somos .wrap-s >article:last-child section .wrap-t p{
  font-size: 13px;
  color: rgb(97,97,97);
}
.somos .wrap-s >article:last-child section:nth-child(3) p{margin-top: 25px;}
.somos .wrap-s >article:last-child .nota{
  text-align: right;
  color: rgb(255,33,33);
  font-weight: 800;
  font-size: 13px;
  margin: 10px 0;
}
/*distribuidores END*/
/*politicas*/
.politicas{margin-top: 35px}
.text-priv{margin: 35px 0;}
.text-priv p{
  font-size: 14px;
  line-height: 24px;
  color: rgb(97,97,97);
  text-align: justify;
  letter-spacing: .025em;
}
.text-priv span{
  font-size: 14px;
  line-height: 24px;
  color: rgb(97,97,97);
  text-align: right;
  display: block;
  font-style: italic;
  letter-spacing: .025em;
}
/*politicas END*/

/*contacto*/
/*contacto*/
body.enviando{position: relative;}
body.enviando:after{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255,255,255,.6);
}
#contacto .info{
  font-family:arial;
  font-size: 13px;
  line-height: 13px;
  color:#5e5e5e;
  margin: 25px auto;
  text-align: center;
}
#contacto {margin-top: 40px}
#contacto input::-webkit-input-placeholder { color: #959595; font-size: 11px;font-family: verdana }
#contacto input::-moz-placeholder { color: #959595; font-size: 11px;font-family: verdana }
#contacto input::-moz-placeholder { color: #959595; font-size: 11px;font-family: verdana }
#contacto input::-ms-input-placeholder { color: #959595; font-size: 11px;font-family: verdana}

#contacto textarea::-webkit-input-placeholder { color: #959595; font-size: 11px;font-family: verdana }
#contacto textarea::-moz-placeholder { color: #959595; font-size: 11px;font-family: verdana }
#contacto textarea::-moz-placeholder { color: #959595; font-size: 11px;font-family: verdana }
#contacto textarea::-ms-input-placeholder { color: #959595; font-size: 11px;font-family: verdana}

#contacto input:focus::-webkit-input-placeholder { color: #000; font-size: 11px;font-family: verdana }
#contacto input:focus::-moz-placeholder { color: #000; font-size: 11px;font-family: verdana }
#contacto input:focus::-moz-placeholder { color: #000; font-size: 11px;font-family: verdana }
#contacto input:focus::-ms-input-placeholder { color: #000; font-size: 11px;font-family: verdana}

#contacto textarea:focus::-webkit-input-placeholder { color: #000; font-size: 11px;font-family: verdana }
#contacto textarea:focus::-moz-placeholder { color: #000; font-size: 11px;font-family: verdana }
#contacto textarea:focus::-moz-placeholder { color: #000; font-size: 11px;font-family: verdana }
#contacto textarea:focus::-ms-input-placeholder { color: #000; font-size: 11px;font-family: verdana}
#form-contact{position: relative;}
#form-contact .env,#form-reg .env{display: none;}
#form-contact.enviando .env,#form-reg.enviando .env{
  color:#59a0a0;
  font-size: 30px;
  text-align: center;
  line-height: 140px;
  background: rgba(255,255,255,.8);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.center-reg{
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#contacto{
  overflow: hidden;
  height: 1%;
}

#form-contact{
  overflow: hidden;
  height: 1%;
  display: block;
  margin: 0 -4px;
}
#form-contact .col{
  width: 33.333333%;
  padding: 0 4px;
  float: left;
  margin-bottom: 10px;
}
#form-contact .col-3{
  width: 25%;
}
#form-contact .col-6{width: 50%;}
#form-contact input[type='text'], #form-contact input[type='password'], textarea{
  width: 100%;
  height: 40px;
  border:solid 1px #d4d4d4;
  resize: none;
  padding: 5px 10px;
  font-size: 11px;
  color: #616161;
  font-family: 'verdana',sans-serif;
  outline: none !important;
}
#form-contact input[type='text']:focus, #form-contact input[type='password']:focus, textarea:focus{outline: none !important}
#form-contact label.error,#form-reg label.error{ color:#792420; font-size: 12px; }
#form-contact  textarea{height: 80px !important;}
#form-contact .col:nth-child(3){margin-right: 0%;}
#form-contact .row-lg{
  width: 100%;
  float: left;
  height: 80px;
  padding: 0 4px;
}
.submit{
  display: block;
  float: left;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.submit>div{
  color:#616161;
  display: inline-block;
  font-size: 12px;
  font-family: verdana;
}
.submit>div:first-child span:last-child input{
  vertical-align: top;
  margin-top: 2px;
}
.submit>div:last-child input{
  background: rgb(34,98,147);
  border-radius: 4px;
  color:#fff;
  border:none;
  font-family: arial;
  font-size: 11px;
  padding: 14px 20px;
  cursor: pointer;
  margin-left: 5px;
  -webkit-transition: linear all .3s;
  -o-transition: linear all .3s;
  transition: linear all .3s;
}
.submit>div:last-child input:hover{
  background: rgb(225,64,72);
}
.contact_email,.contact_telf{cursor: pointer}

#go-top{
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(225,64,72,1);
  bottom: 80px;
 left:20px;
  opacity: .8;
  text-align: center;
  font-size: 22px;
  color:#FFF;
  line-height: 40px;
  border-radius: 50%;
  display: none;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}
#go-top:hover{
  opacity: 1;
  border-radius: 10%;
}
.cont-map{
  margin: 0 0 35px 0;
}
.map{
  display: block;
  width:100%;
  border: solid 1px rgb(6,56,94);
}
.map .header-map{
  background: rgb(6,56,94);
  color: rgb(255,255,255);
  font-size: 14px;
  padding: 16px 10px 17px;
  text-align: center;
}
.map .header-map i{display: inline;font-size: 16px;color: rgb(239,108,159);}
.map .header-map span span{font-size: 18px}
.map .header-map span br{display: none;}
.map iframe{display: block;}

/*FOOTER*/

.div-f{border: none;border-bottom:solid 1px #d7d7d7;}
.redes-fm{display: none;}
.dir-footer{
  text-align: center;
  border-top: solid 1px rgb(208,208,208);
  padding: 16px 5px 10px;
}
.dir-footer i{
  display: inline-block;
  color: rgb(1,93,111);
  vertical-align: top;
  font-size: 14px
}
.dir-footer span{
  vertical-align: top;
  margin-top: 0px;
  display: inline-block;
  font-size: 12px;
  color: rgb(97,97,97);
}

#footer{
  display: block;
  text-align: left;
  background: rgb(32,100,156);
  color: #fff;
  font-family: arial;
  font-size: 11px;
  padding-top: 19px;
  padding-bottom:19px;
}
#footer a {color: #fff}
.img-foot{
    position: absolute;
    left: -35%;
    bottom: 0;
}
#footer div#powered{
  color:#fff;
  font-family: arial;
  font-size: 11px;
  padding-top: 0;
  text-align:right;
  float:right;
}
#powered a {
    background: url("../images/iconGlobal.png") no-repeat scroll left center;
    color: #fff;
    padding: 3px 0 3px 20px;
}
#powered a:hover{text-decoration: underline;}
/*END FOOTER*/

.fIU,.fI{opacity: 0}
.rotate{
    -webkit-animation: 1.5s rotate360 infinite linear;
    -moz-animation: 1.5s rotate360 infinite linear;
    -webkit-transform-style: preserve-3d;
}
@-moz-keyframes rotate360{
  from {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-moz-keyframes linkear{
 0% {
   opacity: 0
  }
  50% {
    opacity: 1
  }
  100%{
    opacity: 0
  }
}

@-moz-keyframes bound{
  0% {
    -webkit-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
  }

  50% {
    -webkit-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    transform: translate(0,-10px);
  }
  100% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@-moz-keyframes boundh{
  0% {
    -webkit-transform: translate(0%,0px);
    -ms-transform: translate(0%,0px);
    transform: translate(0%,0px);
  }

  50% {
    -webkit-transform: translate(0%,-4px);
    -ms-transform: translate(0%,-4px);
    transform: translate(0%,-4px);
  }
  100% {
    -webkit-transform: translate(0%,0);
    -ms-transform: translate(0%,0);
    transform: translate(0%,0);
  }
}

/*Alert*/
.stop-scrolling {
  height: 100%;
  overflow-y: hidden;
}
.wrapAlert{
  position: fixed;
  background: rgba(0,0,0,.8);
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999999;
}
.wrapAlert .CustomAlert{
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: ease all .4s;
  -o-transition: ease all .4s;
  transition: ease all .4s;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 100%;
  max-width: 300px;
  padding: 0;
  color: #fff;
}
.wrapAlert .CustomAlert .header{
  position: relative;
  text-align: center;
  padding: 5px 5px;
  background: rgb(43,43,43);
}
.wrapAlert .CustomAlert .header .title{
  font-size: 17px;
  font-family: "Oswald",arial;
  color: rgb(255,255,255)
}
.wrapAlert .CustomAlert .header span{
  display: block;
  position: absolute;
  right: 5px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(0,0,0,.1);
  top: 6px;
  color: #fff;
}
.wrapAlert .CustomAlert.success{
  color: rgb(89, 186, 89);
  border: rgb(43,43,43) solid 1px;
}
.wrapAlert .CustomAlert .content {padding: 18px 5px 15px;background: #fff;text-align: center;}
.wrapAlert .CustomAlert .content span{
  display: block;
  font-family: "Oswald",arial;
  font-size: 16px;
}
.wrapAlert .CustomAlert.error{
  color: rgb(225, 54, 37);
  border: rgb(43,43,43) solid 1px;
}
.wrapAlert .CustomAlert.active{
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
/*Alert*/

/*=Chat=*/
body.chat-f  #phplive_iframe_chat_embed_wrapper,
body.chat-f  #phplive_iframe_chat_embed_maximize
{
  bottom: 295px !important;
}
#chat{background: url(../images/chat.jpg) left bottom no-repeat; position: fixed; right: 0; bottom: 0px; width: 232px; height: inherit; z-index: 99}
/*.chatMinimizado #chat{opacity: 0}*/
#chat.subir{bottom: 310px;}
#chat .headChat{height: 47px; position: absolute;top: 0;width: 100%;z-index: 9}
#chat .bodyChat{position: relative;height: 224px}
#chat span{display: block; width: 100%; height: inherit; position: relative; z-index: 3}
#chat img{opacity: 0 !important; width: 100%; height: 100%;}
#cierraChat{position: absolute; right:5px; top: 10px; width: 20px; height: 20px; z-index: 2; line-height: 18px; color: rgb(97,97,97); text-align: center; font-size: 16px; font-family: "Arial", serif; cursor: pointer;}
#estatus{position: absolute; font-size: 40px; bottom: 0px; right: 30px; width: 36px; height: 36px; line-height: 37px; text-align: center; z-index: 1;color: #fff;}
#estatus.st0{color: #CF0003;}
#estatus.st1{color: #11f803}

#chat.cerrado #estatus{ bottom: 0 }
#chat.cerrado .headChat{display: none;}
#chat.cerrado,
#chat.cerrado .bodyChat,
#chat.cerrado .bodyChat span{height: 36px;}
#chat.cerrado{border-top: solid 1px #bfbfbf;}
/*#phplive_widget_embed_iframe_loading{display: none !important}
#phplive_widget_embed_iframe{right: 0 !important; margin-bottom: 0 !important}
#phplive_widget_embed_iframe_shadow{right: -5px !important; margin-bottom: -5px !important}
#phplive_widget_embed_iframe_shadow_minimzed{display: none !important}
#phplive_embed_menu_maximize{float: none !important; width: 100% !important; position: absolute; left: 0; top: 0; height: 45px !important;}
#phplive_embed_menu_minimize,
#phplive_embed_menu_popout{display: none!important}
#phplive_widget_embed_iframe_wrapper{margin-top: 4px;}
#phplive_widget_embed_actions{top: 2px}

/*===Chat V2==*/
/*#phplive_iframe_chat_embed_wrapper{
  margin-right: -15px;
}
#phplive_iframe_chat_embed_maximize{
  opacity:0 !important;
}*/