@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(255,255,255);
  overflow-x:hidden;
  min-width: 1040px;
}
.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;}

/*END SLIDER*/
/*MENU*/
.header-cont{
  width: 100%;
  min-width: 1040px;
}
.header-cont .top{
    background: url(../images/bg-top.jpg);
    height: 82px;
}
.logo-header{
  overflow: hidden;
position: absolute;
top: 9px;
left: 0px;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
  z-index: 9;
}
.logo-header:hover{opacity: .8}
.logo-header img{
  display: block;
  width: auto;
  margin: 0 auto;
}
.contact-top{
  float: right;
  margin-top: 33px;
}
.contact-top>div{
  float: left;
  font-size: 12px;
  padding: 0 30px;
  line-height: 19px;
}
.contact-top>div:last-child{padding-right: 0}
.contact-top>div.movil i{
  float: left;
  margin-top: -1px;
  display: block;
  margin-right: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: rgb(241,89,42);
  font-size: 14px;
  line-height: 18px;
  vertical-align: top;
  background: ;
}
.contact-top>div.dir i{
  margin-top: -2px;
  display: block;
  padding-top: 2px;
  font-size: 18px;
  float: left;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: rgb(241,89,42);
  font-size: 14px;
  margin-right: 5px;
}
.contact-top>div span{
  display: block;
  float: left;
  line-height: 14px;
  vertical-align: top;
  color: #fff;
}

.contact-top>div a{
  color: #fff;
}

.redes,.redes>div{
  display: block;
  float: right;
  position: relative;
  height: 58px;
  vertical-align: top;
  z-index: 3;
}
.redes{
  background:  rgb(252,176,63);
  padding-right: 38px;
  padding-left: 14px;
}
 .redes:before{
  content: "";
  display: block;
  width: 0%;
  height: 0px;
  position: absolute;
  top:0px;
  left: -24px;
  border-right:  solid 24px #fff;
  border-bottom: solid 58px transparent;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  pointer-events: none;
 }
.redes:after{
  content: "";
  display: block;
  width: 0%;
  height: 0px;
  position: absolute;
  top:0px;
  left: -23px;
  border-right:  solid 24px rgb(252,176,63);
  border-bottom: solid 58px transparent;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  pointer-events: none;
 }

  .redes>div:before{
   content: "";
   display: block;
   width: 0%;
   height: 0px;
   position: absolute;
   top:0px;
   right: -37px;
   border-right:  solid 24px #fff;
   border-bottom: solid 58px transparent;
   -webkit-transition: ease all .3s;
   -o-transition: ease all .3s;
   transition: ease all .3s;
   pointer-events: none;
  }
 .redes>div:after{
   content: "";
   display: block;
   width: 0%;
   height: 0px;
   position: absolute;
   top:0px;
   right:  -38px;
   border-right:  solid 24px rgb(252,176,63);
   border-bottom: solid 58px transparent;
   -webkit-transition: ease all .3s;
   -o-transition: ease all .3s;
   transition: ease all .3s;
   pointer-events: none;
  }
.redes a{
  display: block;
  float: left;
  width:31px;
  height:31px;
  margin-left: 5px;
  background: rgb(255,255,255);
  color: rgb(252,176,63);
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  position: relative;
  vertical-align: top;
  margin-top: 13px;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
  
}
.redes a span{
  font-size:22px;
}
.redes a:nth-child(2) span,
.redes a:nth-child(3) span
{
  padding-left: 2px;
}
.redes a:hover{
  background:  rgb(241,89,42);
  color: rgb(255,255,255);
}

.menu-content{
  width: 100%;
  height: 68px;
  background: rgb(187,239,246);
  padding: 5px 0;
  position: relative;
  overflow: hidden;
}
.menu-content{}
.menu-content>div:before{
  content: "";
  display: block;
  position: absolute;
  height: 58px;
  width: 1200px;
  right: -1200px;
  background:  rgb(252,176,63);
}
#menu-ppal{
  float: right;
}
#menu-ppal>li{
  list-style: none;
  text-align: center;
  display: block;
  float: left;
  position: relative;
}
#menu-ppal>li a{
  font-family: 'Open Sans', sans-serif;
  color: rgb(255,255,255);
  font-weight: 300;
  display: block;
  width: 100%;
  line-height: 58px;
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  background: rgb(252,176,63);
  padding: 0 24px 0 0;
   text-decoration: none;
   -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}
#menu-ppal>li a span{
  display: block;
  padding: 0 24px;
}

 #menu-ppal>li a:before{
  content: "";
  display: block;
  width: 0%;
  height: 0px;
  position: absolute;
  top:0px;
  left: -24px;
  border-right:  solid 24px #fff;
  border-bottom: solid 58px transparent;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  pointer-events: none;
 }
#menu-ppal>li a:after{
  content: "";
  display: block;
  width: 0%;
  height: 0px;
  position: absolute;
  top:0px;
  left: -23px;
  border-right:  solid 24px rgb(252,176,63);
  border-bottom: solid 58px transparent;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  pointer-events: none;
 }
#menu-ppal>li.active a,
#menu-ppal>li a:hover
{
  background: rgb(241,89,42);
}
#menu-ppal>li.active a:after,
#menu-ppal>li a:hover:after
{
  border-right:  solid 24px  rgb(241,89,42);
}
.logo-menu{
  display: block;float: right;
  margin-top: 5px;
}
/*END HEADER*/
/*SLIDER*/
.slider{
  overflow: hidden;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: ease all .5s;
  -o-transition: ease all .5s;
  transition: ease all .5s;
}
.slider:after{
  display: block;
  content: "";
  width: 800px;
  height: 20px;
  border-radius: 50%;
  margin: -20px auto 10px;
  background: rgba(25,255,255,0);
  -webkit-box-shadow: 6px 6px 10px rgba(0,0,0,.7);
  box-shadow: 6px 6px 10px rgba(0,0,0,.7);
  z-index: -1;
}

.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%;
  height:405px ;
}
.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;
    overflow: hidden;
}
.bx-controls{
  position: relative;
  z-index: 999;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 15px;
    width: 100%;
    z-index: 9;
}
.bx-wrapper .bx-pager {
  text-align: right;
  width: 50%;
  right: 0;
}
.bx-wrapper .bx-pager >div{
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border:solid 1px #fff;
    outline: 0;
    border-radius: 0%;
    color: rgba(0,0,0,0);
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #fff; 
}
.text-slider{
  position: absolute;
  bottom: 167px;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}
.text-slider img{
  display: block;
  float: right;
}
.ctrls{
  position: absolute;
  bottom: 20px;
  z-index: 9999;
  text-align: left;
  width: 100%
}
.ctrls>div{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,.75);
    text-align: center;
    position: relative;
 }
.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: 18px;
  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(178,178,178);
}
/*SLIDER*/

/*INICIO*/
.title-block>span{
  display: block;
  background: rgb(106,77,58);
  padding: 12px 10px 16px;
  font-weight: 600;
  font-family: "Open Sans",arial;
  font-size:30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.title-block.osw>span{
  display: block;
  background: rgb(106,77,58);
  padding: 12px 10px 16px;
  font-weight: 600;
  font-family: "Oswald",arial;
  font-size:32px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.tCenter{
  text-align: center;
}
.tJust{
  text-align: justify;
}
.inicio{
  min-height: 634px;
  background: url(../images/inicio/bg-inicio.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center bottom;
}
.title-img {
  display: block;
  margin: 43px auto 0;
  height: 36px;
  width: 100%;
  width: 100%;
  
}
.inicio .title-img{background: url(../images/inicio/titulo.png) no-repeat center center;}
.title-img  span{display: none;}
.intro-home{
  line-height: 22px;
  font-weight: normal;
  font-size: 14px;
  color: rgb(97,97,97);
  text-align: justify;
  margin-top: 35px;
}
.content-ini{
  margin: 22px -40px 0;
}
.content-ini>div{
  width: 50%;
  float: left;
  padding: 0 40px;
}
.content-ini>div:first-child{
  border-right: solid rgb(210,210,210) 1px;  
}
.content-ini>div figure{
  border:solid rgb(241,89,42) 5px;
  margin: 0px auto 22px;
}
.content-ini>div figure img{
  display: block;
  width: 100%;
}
.content-ini>div h2 p,.content-ini>div h3 p{
  color: rgb(48,48,48);
  line-height: 22px;
  font-weight: normal;
  letter-spacing: -.01em;
  font-size: 14px;
  text-align: justify;
}
.footer-dir{
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 9;
  left: 0;
  top: -30px;
}
.footer-dir i{
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  color: rgb(255,170,56);
  vertical-align: top;
}
.footer-dir span{
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin-top: 2px;
}
/*INICIO END*/
/*quienes*/
.quienes{
  min-height: 983px;
  background: url(../images/quienes/bg-quienes.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center bottom;
}
.quienes .title-img{background: url(../images/quienes/titulo.png) no-repeat center center;}
.intro-quienes{
  height: 176px;
  background: rgb(252,176,63);
  margin-top: 30px;
}
.intro-quienes .lista{
  float: left;
  height: 151px;
  width: 708px;
  border:dashed 1px rgb(241,89,42);
  margin-left: 20px;
  margin-top: 13px;
}
.intro-quienes .lista ul{
    padding-left: 20px;
    width: 580px;
    display: block;
    margin:10px auto;
}
.intro-quienes .lista ul li{
  list-style: url(../images/quienes/list-circ.png);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.intro-quienes img{
  float: right;
  display: block;
}
.valores .imgs{
  margin: 0 -27px;
} 
.valores .imgs>div{
  float: left;
  width: 20%;
  padding:0 27px;
} 
.valores .imgs>div img{
  display: block;
}
.valores .imgs>div span{
  display: block;
  margin-top: 12px;
  text-align: center;
  font-family: "arialN",arial;
  color: rgb(123,69,10);
  font-size: 18px;
  line-height: 22px;
}
.sub-t-v{
  display: block;
}
.valores-t{margin: 30px 0}

.historia {margin-top: 40px}
.historia figure{
  border-bottom: solid  1px rgba(84,84,84,.4);
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.historia figure img{
  display: block;
}
.historia p{
  color: rgb(97,97,97);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.01em;
  text-align: justify;
}
/*quienes END*/
/*productos*/
.productos{
  min-height: 964px;
  background: url(../images/quienes/bg-quienes.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center bottom;
}
.productos .title-img{background: url(../images/productos/titulo.png) no-repeat center center;}
.list{
  margin-top: 30px;
}
.list>div{
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.list>div .title-i{
  margin-bottom: 26px;
  line-height: 48px;
  background: url(../images/productos/title-i.png) no-repeat 100% 100%;
  padding-left: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.list>div .title-d{
  margin-bottom: 26px;
  line-height: 48px;
  background: url(../images/productos/title-d.png) no-repeat 100% 100%;
  padding-right: 20px;
  font-size: 24px;
  color: #fff;
  text-align: right;
  font-weight: bold;
}
.lista >div ul{
  padding-left: 20px;
}
.lista >div ul li{
  list-style: url(../images/list-circ2.png);
  line-height: 24px;
  font-size: 14px;
  color: rgb(97,97,97)
}
.lista.l-2{padding-left: 80px;}
.lista.l-2>div{
  float: left;
  width: 50%;
}
.lista.l-3>div{
  float: left;
  width: 33.33333%;  
}

.anios{
  height: 140px;
  text-align: right;
  background: rgba(255,255,255,.5);
  padding-right: 70px;
  padding-top: 30px;
  margin-top: 40px;
}
.anios .title{
  font-size: 30px;
  font-weight: 600;
  color: rgb(241,89,42);
  line-height: 36px;
}
.anios .title span{
  font-weight: 700;
  font-size: 36px;
}
.anios .text {
  font-size: 16px;
  line-height: 36px;
  color: rgb(134,109,89);
}
.anios .text span{
  font-weight: bold;
}
/*productos END*/

/*contacto*/
/*contacto*/
.contacto{
  min-height: 950px;
  background: url(../images/quienes/bg-quienes.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center bottom;
}
.contacto .title-img{background: url(../images/title-c.png) no-repeat center center;}
body.enviando{opacity: .5}
#contacto .info{
  font-family:arial;
  font-size: 13px;
  line-height: 13px;
  color:#5e5e5e;
  margin: 25px auto;
  text-align: center;
}
#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{
  margin-top: 2px;
}
.submit>div:first-child span:last-child input{
  vertical-align: top;
  margin-top: 2px;
}
.submit>div:last-child input{
  background: rgb(252,176,63);
  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(211,141,38);
}
.contact_email,.contact_telf{cursor: pointer}
.submit>div:last-child{ margin-left: 100px; }

#go-top{
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(78,142,154,1);
  bottom: 80px;
  right: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{
}
.map{
  border:1px solid rgb(241,89,42);
  display: block;
  float: left;
  width:100%;
}
.map .header-map{
  background: rgb(241,89,42);
  color: #fff;
  font-size: 14px;
  padding: 16px 10px 17px;
  text-align: center;
}
.map .header-map i{display: inline}
.map .header-map span{display: inline-block;margin-left: 10px;vertical-align: top;margin-top: 2px}
.map .header-map span br{display: none;}
.map .header-map i{font-size: 20px;display: inline;}
.map iframe{display: block;}

/*FOOTER*/

.div-f{border: none;border-bottom:solid 1px #d7d7d7;}
.redes-fm{display: none;}

#footer{
  display: block;
  text-align: left;
  position: relative;
  background: rgb(241,89,42);
  color: #fff;
  font-family: arial;
  font-size: 11px;
  padding-top: 15px;
  padding-bottom:15px;
  border-top: solid 2px #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*/
@media (max-width: 1040px) {
  body{
    overflow-x: auto;
  }
}