@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700,800,900');
@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;
  position: relative;
}
body.enviando:after{
  position: absolute;
  left: 0;top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: rgba(255,255,255,.75);
  content: "";
  display: block;
}
.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%;
  height: 109px;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.logo-header{
  overflow: hidden;
position: absolute;
top: 20px;
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;
}

.menu-content{
  width: 100%;
}
#menu-ppal{
  float: right;
  margin-top: 28px;
}
#menu-ppal>li{
  list-style: none;
  text-align: center;
  display: block;
  float: left;
  margin-left: 3px;
  position: relative;
  padding: 0px 0px;
}


#menu-ppal>li a{
  font-family: 'Oswald', sans-serif;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 18px;
  font-size: 16px;
  position: relative;
  padding: 10px 20px;
   text-decoration: none;
   -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
    border:solid 1px rgba(255,255,255,0);
}

 #menu-ppal>li.active a,
 #menu-ppal>li:hover a{
    border:solid 1px rgba(255,255,255,1);
 }
/*END HEADER*/
/*SLIDER*/
.slider{
 background: url(../images/bg-banner.jpg) no-repeat;
 height: 515px;
 background-size: cover;
 background-position: center center;
 border-top: solid 8px #fff;
 border-bottom: solid 8px #fff;
}
.slider .container-p{
  height: 510px;
}
.slider .container-p:before{
  display: block;
  content: "";
  height: 510px;
  position: absolute;
  top: -6px;
  width: 780px;
  left: -480px;
  background: url(../images/bg-blanco.png) no-repeat;
  background-size: cover;
  background-position: -8px right;

}

.img-pq{
  float: right;
  border-radius: 3px;
  border:solid 3px #fff;
  box-shadow: 4px 4px 4px rgba(0,0,0,.6);
  margin-top: 100px;
}
.text-slider{
  position: absolute;
  bottom: 32px;
  width: 100%;
}
.text-slider .text{
  float: right;
  height: 86px;
  width: 430px;
  background: rgba(0,0,0,.25);
  position: relative;
  text-align: right;
  font-size: 18px;
  color: rgb(255,255,255);
  font-family: "Oswald";
  font-weight: 300;
}
.text-slider .text span{
  font-size: 30px;
  color: rgb(166,188,221);
  font-family: "Oswald";
  font-weight: 600;
  display: block;
}
.text-slider img{
  float: left;
  margin-left: 220px;
}
.text-slider .text:before{
  content: "";
  display: block;
  height: 100%;
  border-top: 86px solid transparent;
  border-right: 50px solid rgba(0,0,0,.25);
  left: -50px;
  height: 0;
  width: 0;
  top: 0;
  position: absolute;
}
.text-slider .text:after{
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -1200px;
  width: 1200px;
  top: 0;
  background: rgba(0,0,0,.25);
}
.content-v,
.content-f{
  float: left;
  margin-top: 215px;
  text-align: center;
  width: 220px;
  position: relative;
  z-index: 999;
}
.content-v p{
  font-size: 28px;
  color: rgb(56,54,55);
  font-family: "Oswald";
  font-weight: 600;
}
.content-f p{
  font-size: 24px;
  color: rgb(56,54,55);
  font-family: "Oswald";
  font-weight: 400;
  line-height: 28px;
}
.content-v p span{
  font-size: 24px;
  font-weight: 400;
  color: rgb(46,85,142);
}
.content-f p span{
  font-weight: 800;
  color: rgb(46,85,142);
  display: block;
}
.content-v a{
  line-height: 45px;
  width: 150px;
  display: block;
  margin: 10px auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}
.content-f a{
  line-height: 45px;
  width: 150px;
  display: block;
  margin: 10px auto;
  background: #fff;
  border-radius: 3px;
  color: rgb(31,31,31);
  text-align: center;
  box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}
.content-f a span{
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  font-family: "Oswald";
  font-size: 21px;
  line-height: 42px;
}
.content-f a i{
  vertical-align: top;
  display: inline-block;
  font-size: 28px;
  color: rgb(46,85,142);
  margin-top: 11px;
  margin-left: 5px;
}
.content-v a i{
  width: 27px;
  height: 27px;
  background: rgb(184,48,61);
  text-align: center;
  line-height: 27px;
  padding-left: 4px;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.content-v a span{
  font-size: 13px;
  color: rgb(31,31,31);
}
/*SLIDER*/

/*INICIO*/
.title-block>span{
  display: block;
 background: rgb(46,85,142);
  padding: 21px 10px 25px;
  font-weight: bold;
  font-family: "Oswald",arial;
  font-size:28px;
  line-height: 30px;
  color: #fff;
  letter-spacing: .025em;
  text-align: center;
}
.tCenter{
  text-align: center;
}
.tJust{
  text-align: justify;
}



.inicio{
}
.intro-home{
 background: url(../images/inicio/bg-intro.jpg);
 padding-top: 50px;
 margin-bottom: 5px;
}

.intro-home .wrap{
  margin: 0 -20px;
}
.intro-home .wrap article{
  float: left;
  width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 50px;
  text-align: center;
}
.intro-home .wrap article img{
  display: block;
  margin: 0 auto 20px auto;
}
.intro-home .wrap article .title{
  font-size: 26px;
  font-family: "Open Sans";
  color: #fff;
  line-height: 26px;
  margin-bottom: 20px;
  letter-spacing: .025em;
}
.intro-home .wrap article p{
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans";
  line-height: 24px;
  font-weight: 300;
}


.footer-home{
  background: url(../images/bg-footer.jpg) ;
  margin-bottom: 5px
}
.footer-home .wrap{
  margin: 0 -32px;
  padding-top: 35px;
}
.footer-home .wrap>div{
  float: left;
  width: 25%;
  padding: 0 32px;
  margin-bottom: 25px;
}
.footer-home .wrap>div .title{
  font-family: "Oswald";
  color: rgb(106,139,186);
  font-weight:bold;
  font-size: 18px;
  line-height: 18px;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer-home .wrap>div a{
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  overflow:hidden;
  
}
.footer-home .wrap>div a:hover{
  color: rgb(0,95,167);
}
.footer-home .wrap>div.vigovi a{}
.footer-home .wrap>div.vigovi a i{
  float: left;
  display: block;
  vertical-align: top;
  height: 24px;
  margin-right: 5px;
  background: url(../images/list-check.png) no-repeat center center;
  width: 20px;
}
.footer-home .wrap>div.vigovi a span{display: block;float: left;vertical-align: top;}

.footer-home .wrap>div.contact-f a i{margin-right: 5px;}
.footer-home .wrap>div.dir-f a {
  position: relative;
  padding-left: 25px;
}
.footer-home .wrap>div.dir-f a i{
  position: absolute;
  left: 0;
  top: 4px;
   height: 19px;
  width: 17px;
  font-size: 17px
}
.footer-home .wrap>div.redes-f .links a{
  display: block;
  float: left;
  width:27px;
  height:27px;
  margin-left: 4px;
  text-align: center;
  position: relative;
  vertical-align: top;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
  color: #131313;
  line-height: 27px;
  border-radius: 50%;
  background: #fff;
}
.footer-home .wrap>div.redes-f .links a:hover{background: rgb(0,95,167);}
.footer-home .wrap>div.redes-f .links a span{font-size: 18px;line-height: 27px;display: block;text-align: center;width: 27px;}
.footer-home .wrap>div.redes-f .links a:nth-child(1){padding-top: 1px}
.footer-home .wrap>div.redes-f .links a:nth-child(2){}
.footer-home .wrap>div.redes-f .links a:nth-child(3){
  padding-left:0px;
}
.bxslider2 img{opacity: 0;display: block;}
/*INICIO END*/
/*servicios*/
.mp{
}
.intro-mp{margin-top: 40px;}
.intro-mp ul{
  float: left;
  padding-left: 15px;
  margin-bottom: 40px;
}
.intro-mp ul li{
  list-style: url(../images/list-check-v.png);
  font-size: 14px;
  line-height: 24px;
  color: rgb(97,97,97);
}
.intro-mp img{
  display: block;
  float: right;
  margin-right: 30px;
  margin-bottom: 40px;
}
.bg-tour{
  background: url(../images/mp/bg-tour.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
}
.tour{margin-bottom: 5px;}
.tour section{
  float: right;
  width: 50%;
  margin-bottom: 40px;
}
.tour section img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.tour section:first-child{
  padding: 0 20px;
}
.tour section:first-child .title{
  max-width: 404px;
  width: 100%;
  background: rgba(255,255,255,.25);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-family: "Oswald";
  margin: 0 auto;
}
.tour section:first-child a{
   max-width: 404px;
  width: 100%;
  display: block;
  position: relative;
  height: 70px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.tour section:first-child a span{
  font-size: 24px;
  font-family: "Oswald";
  color: rgb(54,54,54);
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 90px 0 20px;
  -webkit-transform: translate(0,-50%);
     -moz-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
       -o-transform: translate(0,-50%);
          transform: translate(0,-50%);
}
.tour section:first-child a i{
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 0 5px 5px 0;
  background: rgb(46,85,142);
  color: #fff;
  position: absolute;right: -1px;
  top: 0;
  line-height: 70px;
  text-align: center;
  font-size: 50px;
}
/*nosotros END*/
/*servicios */
.servicios{}
.servicios .items{}
.servicios .items article{
  padding: 40px 0;
}
.servicios .items article:nth-child(2){
  background: rgb(223,223,223)
}
.servicios .items article .wrap{
  padding-left: 235px;
  position: relative;
}
.servicios .items article .wrap img{
  display: block;
  margin: 0 auto 30px;
  position: absolute;
  left: 0;
  top: 4px;
}
.servicios .items article .wrap .title{
  font-family: "Oswald";
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: rgb(46,85,142);
  border-bottom: solid 5px rgb(223,223,223);
  font-weight: 500;
}
.servicios .items article:nth-child(2) .title{
  border-bottom: solid 5px  rgb(46,85,142);
}
.servicios .items article .wrap p{
  font-size: 14px;
  line-height: 24px;
  color: rgb(97,97,97);
  text-align: justify;
}
.servicios .items article .wrap p a{
  color:  rgb(46,85,142);
}

/*servicios END*/
/*galeria*/

.galeria {}
.galeria .wrap-imgs{
  margin-top: 40px;
}
.galeria .imgs{
  margin: 0 -20px;
  overflow: hidden;
}
.galeria .imgs > div{
  float: left;
  width: 25%;
  padding: 0 20px;
  position: relative;
  margin-bottom: 40px;
}


.galeria .imgs .wrap{}
.galeria .imgs .wrap figure{
  position: relative;
  overflow: hidden;
}
.galeria .imgs .wrap figure:after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  top: 0;
  left: 0;
  background-image: url(../images/lupa.png) ;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: linear all .3s;
  -o-transition: linear all .3s;
  transition: linear all .3s;
}
.galeria .imgs .wrap a:hover figure:after{opacity: 1}

.galeria .imgs .wrap figure img{
  display: block;
  width: 100%;
  
}
.galeria .imgs .wrap span{
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  padding: 10px;
  text-align: center;
  background: rgb(40,40,40);
  border-bottom: solid 2px rgb(46,85,142);
  display: block;
  width: 100%;
  font-family: "Oswald";
  margin-top: 2px;
}
/*galeria END*/


/*contacto*/
/*contacto*/
body.enviando{opacity: .5}
#contacto .info{
  font-family:arial;
  font-size: 13px;
  color:rgb(95,95,95);
  margin: 25px auto;
  text-align: center;
}
#contacto {
}
 input::-webkit-input-placeholder { color: rgb(60,60,60); font-size: 11px;font-family: verdana }
 input::-moz-placeholder { color: rgb(60,60,60); font-size: 11px;font-family: verdana }
 input::-moz-placeholder { color: rgb(60,60,60); font-size: 11px;font-family: verdana }
 input::-ms-input-placeholder { color: rgb(60,60,60); font-size: 11px;font-family: verdana}

 textarea::-webkit-input-placeholder { color: rgb(60,60,60); font-size: 11px;font-family: verdana }
 textarea::-moz-placeholder { color: rgb(60,60,60); font-size: 11px;font-family: verdana }
 textarea::-moz-placeholder { color: rgb(60,60,60); font-size: 11px;font-family: verdana }
 textarea::-ms-input-placeholder { color: rgb(60,60,60); font-size: 11px;font-family: verdana}

 input:focus::-webkit-input-placeholder { color: #000; font-size: 11px;font-family: verdana }
 input:focus::-moz-placeholder { color: #000; font-size: 11px;font-family: verdana }
 input:focus::-moz-placeholder { color: #000; font-size: 11px;font-family: verdana }
 input:focus::-ms-input-placeholder { color: #000; font-size: 11px;font-family: verdana}

 textarea:focus::-webkit-input-placeholder { color: #000; font-size: 11px;font-family: verdana }
 textarea:focus::-moz-placeholder { color: #000; font-size: 11px;font-family: verdana }
 textarea:focus::-moz-placeholder { color: #000; font-size: 11px;font-family: verdana }
 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 rgb(214,214,214);
  resize: none;
  padding: 5px 10px;
  font-size: 11px;
  color: rgb(60,60,60);
  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:rgb(94,94,94);
  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(60,59,59);
  color:rgb(255,255,255);
  border:none;
  font-family: arial;
  font-size: 11px;
  padding: 15px 20px;
  cursor: pointer;
  margin-left: 5px;
  -webkit-transition: linear all .3s;
  -o-transition: linear all .3s;
  transition: linear all .3s;
  border-radius: 4px;
}
.submit>div:last-child input:hover{
  background: rgb(0,95,163);
  color: #fff;
}
.contact_email,.contact_telf{cursor: pointer}
.extra-c{
  margin:0 -3px;
}
.extra-c article{
  float: left;
  width: 50%;
  padding:  0 3px;
  margin-bottom: 6px;
}
.extra-c article .wrap{
  background: rgb(225,225,225);
  padding: 15px 15px 0 15px;
  text-align: center;
  position: relative;
}
.extra-c article:first-child .wrap:before{
  display: block;
  width: 1200px;
  position: absolute;
  left: -1200px;
  top: 0;
  height: 100%;
  background: rgb(225,225,225);
  content: "";
}
.extra-c article:last-child .wrap:before{
  display: block;
  width: 1200px;
  position: absolute;
  right: -1200px;
  top: 0;
  height: 100%;
  background: rgb(225,225,225);
  content: "";
}
.extra-c article .wrap .title{
  font-size: 24px;
  color: rgb(46,85,142);
  border-bottom: solid 1px rgb(169,169,169);
  font-family: "Oswald";
  line-height: 24px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.extra-c article .wrap a{
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
  margin-right: 4px;
  letter-spacing: -.02em;
  margin-left: 4px;
}
.extra-c{}
.extra-c article .wrap a i{
  display: inline-block;
  height: 18px;
  width: 18px;margin-right: 3px;
  vertical-align: top;
  background: rgb(46,85,142);
  color: #fff;
  line-height: 18px;
  text-align: center;
}
.extra-c article .wrap a span{
  display: inline-block;
  vertical-align: top;
  color: rgb(53,53,53);
  margin-top: 1px;
}
#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{
  margin: 0 0 30px 0;
  
}
.map{
  display: block;
  float: left;
  width:100%;
}
.map .header-map{
  background: rgb(14,43,84);
  color: #fff;
  font-size: 14px;
  padding: 21px 10px 22px;
  text-align: center;
}
.map .header-map i{display: inline;color: rgb(255,255,255)}
.map .header-map span{display: inline-block;margin-left: 5px;vertical-align: top;margin-top: 0px}
.map .header-map span br{display: none;}
.map .header-map i{font-size: 18px;display: inline;}
.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(60,60,60);
}

#footer{
  display: block;
  text-align: left;
  background: rgb(46,85,142);
  color: #fff;
  font-family: arial;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom:20px;
}
.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: 45px !important;
}
#chat{background: url(../images/chat.jpg) left bottom no-repeat; position: fixed; right: 0; bottom: 0px; width: 233px; 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: 209px}
#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:0px; top: 5px; width: 20px; height: 20px; z-index: 2; line-height: 18px; color: rgb(255,255,255); text-align: center; font-size: 16px; font-family: "Arial", serif; cursor: pointer;}
#estatus{position: absolute; font-size: 40px; bottom: 1px; right: 1px; width: 34px; height: 34px; line-height: 34px; text-align: center; z-index: 1;color: #fff;}
#estatus.st0{background: #CF0003;}
#estatus.st1{background: #11f803}

#chat.cerrado #estatus{ bottom: 1px }
#chat.cerrado .headChat{display: none;}
#chat.cerrado,
#chat.cerrado .bodyChat,
#chat.cerrado .bodyChat span{height: 35px;}
#chat.cerrado}