/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
.b1 {
    font-size: 38px;
    line-height: 48px;
    color: #3f3e3e;
    font-weight: normal;
   font-family: 'MuseoSans Bold', serif;
    text-transform: uppercase;
}
.btn_b1{
	padding: 15px 25px;
    font-size: 22px;
    font-family: 'MuseoSans light';
    color: #3f3e3e;
    background: white;
    border-radius: 0px;
}
.btn_b2{
	padding: 15px 25px;
    font-size: 22px;
    font-family: 'MuseoSans light';
    color: white;
    background:  #ac172b;
    border-radius: 0px;
}
.b2 {
   font-size: 38px;
    line-height: 48px;
    color: #3f3e3e;
    font-weight: normal;
   font-family: 'MuseoSans Bold', serif;
    text-transform: uppercase;
}
    
.b_titulo{
    font-size: 18px;
    line-height: 24px;
    color: #3f3e3e;
    font-weight: normal;
    margin-bottom: 15px;
 }

/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
 .pricing-tab-content-block .wt-tabs.vertical .tab-content {
    margin-left: 405px !important;
}
}
.s_titulo{
  font-size: 16px;
    line-height: 24px;
    color: #3f3e3e;
    font-weight: normal;
    margin-bottom: 0px;
    font-family: 'MuseoSans Regular';
    text-transform: uppercase;
    text-align: center;
}
.opening-block:after, .opening-block:before {
    height: 100% !important;
}
.t_slider1{
	z-index: 8; 
	white-space: nowrap; 
	font-size: 70px; 
	line-height: 80px; 
	font-weight: 600;
	color: rgba(255, 255, 255, 1.00); 
	display: inline-block;
	 font-family: 'MuseoSans Bold' !important;
  text-shadow: 4px 3px 5px rgba(0,0,0,0.6);
  text-transform: uppercase;


}
.t_slider2{
	z-index: 8; 
	white-space: nowrap; 
font-size: 70px; 
  line-height: 80px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1.00); 
	display: inline-block;
	 font-family: 'MuseoSans Bold' !important;
   text-shadow: 4px 3px 5px rgba(0,0,0,0.6);
   text-transform: uppercase;
}
.t_slider3{
	z-index: 8; 
	white-space: nowrap; 
	font-size: 70px; 
  line-height: 80px; 
	font-weight: 600;
	color: rgba(255, 255, 255, 1.00); 
	display: inline-block;
	 font-family: 'MuseoSans Bold' !important;
   text-shadow: 4px 3px 5px rgba(0,0,0,0.6);
   text-transform: uppercase;
}
.s_slider1{
	z-index: 9; 
	white-space: normal; 
	font-size: 28px; 
	line-height: 30px; 
	font-weight: 300;
    color: rgba(255, 255, 255, 1.00); 
    display: block;
     font-family: 'MuseoSans Regular';
     text-shadow: 4px 3px 5px rgba(0,0,0,0.6);

}
.s_slider2{
	z-index: 9; 
	white-space: normal; 
	font-size: 28px; 
  line-height: 30px;
	font-weight: 300;
    color: rgba(255, 255, 255, 1.00); 
    display: block;
     font-family: 'MuseoSans Regular';
     text-shadow: 4px 3px 5px rgba(0,0,0,0.6);
}

.s_slider3{
	z-index: 9; 
	white-space: normal; 
font-size: 28px; 
  line-height: 30px; 
	font-weight: 300;
    color: rgba(255, 255, 255, 1.00); 
    display: block;
    font-family: 'MuseoSans Regular';
    text-shadow: 4px 3px 5px rgba(0,0,0,0.6);
}

.btn_slider
{
   font-family: 'MuseoSans Regular';
   font-size: 22px !important; 
   padding: 10px 20px !important;
}

.site-button:hover, .site-button:focus, .site-button:active{
  background-color: #ac172b !important;
}
.rojo{
	color: #ac172b !important;
}

.rojo_b{
	background: #ac172b !important;
}

/*.our-pricing-carousel .item .wt-icon-box-wraper:active .ct-iconBox-icon svg path {
    fill:#ac172b !important;
}
*/

.ct-iconBox-icon svg path {
    fill:#ac172b !important;
} 

.our-pricing-carousel .item.active-arrow .wt-icon-box-wraper .ct-iconBox-icon svg path {
    fill:#fff !important;
} 

@font-face {
  font-family: 'MuseoSans light';
  src: url('letra/MuseoSans_100.otf') format('opentype');
}
@font-face {
  font-family: 'MuseoSans Regular';
  src: url('letra/MuseoSans_300.otf') format('opentype');

}
@font-face {
  font-family: 'MuseoSans Bold';
  src: url('letra/MuseoSans_500.otf') format('opentype');
}
@font-face {
  font-family: 'MuseoSans Extra Bold';
  src: url('letra/MuseoSans_700.otf') format('opentype');
}


.p-b10 {
    padding-bottom: 10px;
}

.p-t50 {
    padding-top: 50px;
}

.main-list {
        background-color: #ac172b;
    width: 10%;
    /* border: 2px solid red; */
    border-radius: 30px;
    text-align: center;
    /* float: left; */
    /* margin-top: -2px; */
    margin-right: 5px;
    position: absolute;
    /* margin-left: 5px; */
    font-size: 17px;
    color: white;
}

.list {
        color: #646569;
    font-family: 'MuseoSans Bold';
    font-size: 17px;
    font-weight: 500;
    /* padding: 21px 20px 21px 30px; */
    /* float: left; */
    position: relative;
    padding-left: 40px;
    margin-bottom: 0px;
    margin-top: -4px;
}

.icon-content {
    
}


/*REDES SOCIALES*/

.cont-info-float{position: fixed; top: 33%; right: 0px; z-index: 99;}
.info-float img{width: 50px; display: block; margin: 10px 0;}
.cont-redes-phone{display: none;}

@media screen and (max-width: 800px){
  .cont-info-float{display: none;}
  .cont-redes-phone{display: block; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999;}
  .cont-redes-phone .cont-style{border-top: 1px solid #fff; display: flex; align-items: center;}
  .whats-phone{background: #ac172b; width: 33.333333%; padding: 10px 0;}
  .phone-phone{background: #ac172b; width: 33.333333%; padding: 10px 0;}
  .mail-phone{background: #ac172b; width: 33.333333%; padding: 10px 0;} 
  .facebook{background: #ac172b; width: 33.333333%; padding: 10px 0;} 
  .inst{background: #ac172b; width: 33.333333%; padding: 10px 0;} 
}

/*ANIMATION*/
.info-float:hover img{animation: move linear 2s infinite;}

@keyframes move{
  0%{transform: translateX(-10px);}
  50%{transform: translateX(10px);}
  100%{transform: translateX(-10px);}
}

@media only screen and (max-width: 767px){
.blanco_m {
    color: white;
}
}


.ic4 {
    width: 40% !important;
}

img.logof {
    width: 60%;
    float: right;
}

.footer-light .footer-top {
    background-color: #646569 !important;
}

.header-nav .nav > li > a{
   font-family: 'MuseoSans light' !important;
}
.text-secondry {
      font-family: 'MuseoSans Bold' !important;
}
.text-primary{
      font-family: 'MuseoSans Bold' !important;
}

.gris{
  color:#65646a !important;
}

.f35{
    font-size: 35px;
}
.f27{
    font-size: 27px;
}

.f21{
    font-size: 21px;
}
.justify{
    text-align: justify;
}
.center{
    text-align: center;
}
.f60{
    font-size: 60px;
}

.f20{
  font-size: 20px !important;
}

.font-24 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
}
.f22{
  font-size: 22px !important;
}
.f15{
  font-size: 15px !important;
}

.left{
    text-align: left;
}
.p-m{
   padding: 15px 10px 10px 10px;
}

.wt-icon-box-wraper .wt-tilte {
        font-family: 'MuseoSans Regular' !important;
    font-size: 19px !important;
}

.wt-icon-box-wraper {
    padding-top: 10px;
}

.site-footer p {
    color: white;
}

.blanco{
    color: white !important;
}
.footer-top {
  padding: 20px 0 0px !important;
}

.m60{
    margin-top: 60px;
}

.opening-block p {
    font-family: 'MuseoSans Bold' !important;
    font-size: 20px;
}



.hp{
    margin-top: 10px !important;
}

.header-nav .nav > li {
    margin-right: 20px;
}

.header-nav .nav {
    margin-top: 40px;
}
.is-fixed .logo-header {
    margin-top: 20px;
}

.m120{
    margin-top: 120px;
}

.mayus{
    text-transform: uppercase;
}
.p33{
    padding-bottom: 33px;
}

/* Mobile */
@media only screen and (max-width: 767px) {

  .header-nav .nav {
    margin-top: 0px !important;
}

  img.ih1{
    margin-left: 100px;
     height: 20px !important;
  }
  img.ih2{
    margin-left: 0px;
     height: 20px !important;
}
 .b_otros{
       background-image: none !important;
    /* background-position-x: -250px !important; */
    background-color: #65646a;
  }

  .btn_slider
{
   font-family: 'MuseoSans Regular';
   font-size: 18px !important; 
   padding: 8px 15px !important;
}
.btn_b2 {
    padding: 8px 20px !important;
    font-size: 18px !important;
}

  .list {
       font-size: 12px;
    padding-left: 23px;
}

  .ic_beneficios{
        margin-left: 15px;
        margin-right: 0px !important
  }

  .m30_{
    margin-top: -30px;
  }

  .wt-separator-outer {
    margin-top: -20px !important;
}
.circle-block-outer .wt-icon-box-wraper.right {
    margin-bottom: 0px !important;
}
 .circle-block-outer .wt-icon-box-wraper.left {
    margin-bottom: 0px !important;
}

  .is-fixed .navbar-toggle {
    margin-top: -34px !important;
}

  .tp-kbimg{
  margin-left: -250px !important;
}

  .tp-leftarrow{
  display: none !important
}


.tp-rightarrow {
  display: none !important
 }
 .t_slider1{
   font-size: 27px !important; 
  line-height: 27px !important; 
  white-space: normal; 
}
.t_slider2{
 font-size: 27px !important; 
  line-height: 27px !important; 
  white-space: normal; 
}
.t_slider3{
 font-size: 27px !important; 
  line-height: 27px !important; 
  white-space: normal; 
}
.rev_slider .tp-caption{

}
.m18{
    font-size: 18px;
}
.m22{
    font-size: 22px;
}
.m20{
    font-size: 20px;
}
.m0{
  margin: 0px !important;
}
.m0t{
    /* margin: 0px; */
    margin-bottom: 0px;
}
.p-tb100 {
    padding-bottom: 0px !important;
    padding-top: 30px !important;
}
.m25{
    font-size: 25px;
    line-height: 28px;
}

.m23{
    font-size: 23px;
    line-height: 25px;
}
.opening-block {
    width: 100% !important;
}
.p-a40 {
    padding: 20px;
}
.m15{
    font-size: 15px !important  ;
}
.p-a15{
    padding: 20px 10px 20px 0px !important ;
}
.main-list {
    width: 12% !important ;
}
.p-b120 {
    padding-bottom: 40px;
}
.p-t80 {
    padding-top: 40px;
}
.telp {
    font-size: 20px;
    margin-top: 23px !important;
}
/*.rev_slider .tp-caption{

    min-width: 100% !important;
    max-width: 100% !important;
}*/

.esconder{
  display: none !important
}
.mostrar{
  display: block !important;
}
.b_nosotros{
/*    background-position-x: 200px;
*/     background-image: url(lessage-spa-laser-center-movil.jpg) !important;
}
#beneficios{
    background-image: url(fondo-beneficios.jpg) !important;
}
#banner2{
    background-image: url(fondo-banner2.jpg) !important;
}

.centero{
  text-align: center !important
}

.site-footer p {
    line-height: 3px !important;
}
.footer-top {
    margin-bottom: 55px;
}
.widget {
    text-align: center;
}
img.logof {
    float: none;
}
.hp{
    font-size: 16px !important;
}
.telw {
    font-size: 23px !important;
    margin-top: 20px !important;
}
.telp{
    font-size: 23px !important;
    margin-top: 20px !important;
}
}

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
 
}

/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 }

/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {

  .pricing-tab-content-block .wt-tabs.vertical .nav-tabs {
    padding-top: 15px !important;
}

  .telp{
    font-size: 26px !important;
    margin-top: 30px !important;
}

.telw{
  font-size: 26px !important;
    margin-top: 30px !important;

}
  .about4-content{
    margin-top: 120px;
   }
   .b_beneficios{
    /* padding-bottom: 0px !important; */
    background-size: cover;
   /* background-position-x: -600px;*/
  }

   .pricing-tab-content-block .wt-tabs.vertical .tab-content {
    margin-left: 390px !important;
 }

 .b_nosotros{
    background-image: url(images/home/lessage-spa-laser-center.jpg);
    background-position-x: -250px;
  }

  .p90{
    padding-top: 90px !important;
  }
  }

/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {

  .telp{
    font-size: 26px !important;
    margin-top: 30px !important;
}

.telw{
  font-size: 26px !important;
    margin-top: 30px !important;

}
  .about4-content{
    margin-top: 120px;
   }
}

.m10a{
      margin-bottom: -10px;
}

.pf{
    margin-bottom: 0px !important;
    margin-top: 20px;
}

.header-style-3 .is-fixed.color-fill .main-bar div.container div.logo-header a img.logop{
      height: 70px;
}

.header-style-3 .is-fixed.color-fill .main-bar div.container .header-nav .nav{
          margin-top: 10px;
}

.tp-leftarrow{
   left: 5% !important;
}


.tp-rightarrow {
   left: 95% !important;
}

.cssload-progress .cssload-progress-item {
    border: 2px solid #a7152c !important;

}

.cssload-progress .cssload-progress-item:before {
    border-top: solid 10px #a7152c !important;
    border-right: solid 10px #a7152c !important;

}
.p-a10 {
    padding: 10px 10px 10px 10px !important
}
.icon-content p {
    word-break: normal !important;
}
img.ih1 {
    height: 30px;
    margin-top: 20px;
}
img.ih2 {
    height: 30px;
    margin-top: 20px;
}

.section-head p {
    font-size: 18px !important;
}

button.scroltop{
    border-color: #b32d3f !important;
}
button.scroltop{
  color: #b32d3f !important;
}

