@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);*/


@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/webfonts/OpenSans-Regular.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/webfonts/OpenSans-Light.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #333333;
  color: #555;
  font-family: 'Open Sans',sans-serif !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height:1.428571429;
  /*font: 400 15px/28px 'Open Sans', sans-serif;*/
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
.caption_p{
  font-family: "Open-sans", sans-serif;
  color: white;
  font-size: 18px;
}
.caption_p2{
  font-family: "Open-sans", sans-serif;
  color: #555555;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
  color: #222222;
}
h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
h2 {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 15px;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="malito:"] {
  display: inline-block;
  text-decoration: underline;
}
a[href^="malito:"]:hover {
  color: #98b237;
}
strong {
  font-weight: 700;
  /*line-height: 1.1;*/
  letter-spacing: 2px;
  color: #222222;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.mg-add {
  margin-top: 2px;
}
.mg-add2 {
  margin-top: 6px;
}
.mg-add3 {
  margin-top: 10px;
}
#navbar-hidden-web{
  display: none;
}
a.icon.mdi.mdi-mr.new {
    padding: 10px;
}
.conte-text {
    color: #000;
    font-size: initial;
    margin-bottom: 20px;
}
section.well-8 {
    background-color: #fff;
}
img.lazy.services {
    border-radius: 100%;
    height: 230px;
    width: 230px;
}
a:focus, a:hover {
    /* color: #3a93e0; */
    text-decoration: none;
    /* color: #ff4775; */
}
i.fa.fa-desktop.home-reviews {
    width: 100px;
    height: 100px;
    font-size: 45px;
    line-height: 110px;
    padding-left: 23px;
    background: #e3007b;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
.service_link:hover h3 {
    color: #e3007b !important;
}
.grid_3.new2 {
    margin-top: 30px;
}
.camera_caption.fadeIn {
    width: 100%;
    top: 40%;
    text-align: center;
}
.btns.home > a {
    background-color: #e3007b;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 600;

}
.btns.home:hover > a {
    background-color: #ffffff;
    color: #000;
    padding: 15px;
    font-size: 20px;
    border: 1px solid #000;
    letter-spacing: 4px;

}
.caption_bg {
    margin-bottom: 50px;
}
h1.title-animacion {
    text-shadow: 5px 5px 5px #404040;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
}


/*.wrap{
  width: 1100px;
  margin: 50px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}*/

.btn-animacion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ef41a7fa;
}

.btn-animacion {
    width: 15%;
    text-align: center;
    justify-content: center;
    margin-left: 950px;
    top: 300px;
}
.btn-animacion > a {
  background: #ef41a7fa;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 2px;
  color: #fff;
  font-size: 20px;
}
.btn-animacion:hover > a {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 2px;
  color: #000;
  font-size: 20px;
  border: 1px solid #000;
  width: 100%;
}

/*.tarjeta-wrap{
  margin: 10px;
  -webkit-perspective: 800;
  perspective: 800;
}

.tarjeta{
  width: 300px;
  height: 350px;
  background: #e3007b;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  -webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);
  box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);

}

.adelante, .atras{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.adelante{
  width: 100%;
}

.atras{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);

  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  text-align: center;
  color: #fff;
  font-family: inherit;
  font-size: 17px;
}

.tarjeta-wrap:hover .tarjeta{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}*/

.card1{
  /*background-image: url(images/page-1_img07.jpg);*/
  background-size: cover;
}

.card2{
  /*background-image: url(img/2.jpg);*/
  background-size: cover;
}

.card3{
  /*background-image: url(img/3.jpg);*/
  background-size: cover;
}
.card4{
  /*background-image: url(img/3.jpg);*/
  background-size: cover;
}
.card5{
  background-size: cover;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + h1 {
  margin-top: 10px;
}
* + h2 {
  margin-top: 10px;
}
* + h3 {
  margin-top: 20px;
}
* + h4 {
  margin-top: 20px;
}
* + h5 {
  margin-top: 20px;
}
* + h6 {
  margin-top: 20px;
}
* + .row {
  margin-top: 21px;
}
* + p {
  margin-top: 20px;
}
h2 + p {
  margin-top: 10px;
}
img + h3 {
  margin-top: 30px;
}
p + p {
  margin-top: 30px;
}
@media (max-width: 767px) {
  * + .index-list {
    margin-top: 30px;
  }

}
* + .flex-list {
  margin-top: 30px;
}
.privacy + a[href^="malito:"] {
  margin-top: 25px;
}
.row + .offset {
  margin-top: 38px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin-top: 40px;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 23.5px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #000;
  font-weight: 700;
  padding-top: 13px;
  padding-bottom: 13px;
  letter-spacing: 2px;
  border-top: 2px solid rgba(34, 34, 34, 0);
  border-bottom: 2px solid rgba(34, 34, 34, 0);
  text-decoration: none;
  font-size: 16px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.sf-menu > li.active > a {
  color: #e3007b;
  border-top: 2px solid #e3007b;
  border-bottom: 2px solid #e3007b;
  font-size: 16px;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 149%;
  right: -50%;
  width: 115px;
  padding: 15px 0;
  background: rgba(34, 34, 34, 0.3);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li > a {
  color: #FFF;
  font-size: 14px;
  line-height: 3;
  text-align: center;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #222;
}
.sf-menu ul ul {
  position: absolute;
  top: 30%;
  right: -100%;
  width: 115px;
  padding: 15px 0;
  z-index: 4;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #222;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
@media (max-width: 979px) {
  .sf-menu > li {
    position: relative;
    float: left;
    font-size: 14px;
  }
  .sf-menu > li + li {
    margin-left: 10px;
  }
  header .brand{
    float: none !important;
    display: block;
    width: 350px;
    margin: 0px auto;
  }
}
@media screen and (max-width: 1024px){
  header .nav{
    /*border: 1px solid red;*/
    float: none !important;
  }
  header .nav .sf-menu{
    /*margin-top: 50px;*/
  }
  header{
    padding: 18px 0px;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto 3px;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #ff4674;
  z-index: 999;
  padding: 9px 0;
}
.isStuck .sf-menu ul {
  background: #555555;
  top: 99%;
}
.isStuck .sf-menu ul ul {
  top: 30%;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #e3007b;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
}
.parallax1 {
  background-color: #333333;
  /*background-image: url(../images/parallax01.jpg);*/
  padding: 85px 0 30px;
}
@media (max-width: 1199px) {
  .parallax1 {
    padding: 50px 0;
  }
}
.parallax2 {
  background-color: #333333;
  background-image: url(../images/banner_FAQ.jpg);
  padding: 150px 0;
}
@media (max-width: 479px) {
  .parallax2 {
    padding: 120px 0;
  }
}
.parallax3 {
  background-color: #333333;
  background-image: url(../images/parallax01.jpg);
  padding: 75px 0 70px;
}
.parallax4 {
  background-color: #333333;
  background-image: url(../images/parallax01.jpg);
  padding: 80px 0 85px;
}
.parallax5 {
  background-color: #333333;
  background-image: url(../images/parallax01_new.jpg);
  padding: 65px 0 80px;
}
.parallax9 {
  /*background-color: #333333;*/
  background-image: url(../images/services_areas.jpg);
  padding: 140px 0 80px;
}
.parallax.parallax9.lazy {
    height: 550px;
}
a.btn-reviews2 {
    background-color: #e3007b;
    color: #fff;
    padding: 15px;
    font-size: 25px;
    margin-left: 240px;
}
a.btn.new1 {
    margin-left: 240px;
    padding-bottom: 15px;
}
a.btn-reviews2:hover {
    border: 1px solid #e3007b;
    background-color: transparent;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: url(../images/page-1_icon.png);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -9px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(152, 178, 55, 0.7);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b398b237', endColorstr='#b398b237');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b398b237', endColorstr='#b398b237');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #98b237;
}
.bg-secondary {
  background: #222222;
}
.bg-header {
  height: 210px;
  width: 100%;
  background: url(../images/bg-header.jpg);
}
.row.new-testimonials {
    margin-left: 10px;
    margin-top: 30px;
}
div#leer-testimonials {
    /*margin-left: 130px;*/
    margin-top: 20px;
}
div#leer-testimonials2 {
    margin-top: 20px;
    /*margin-left: 100px;*/
}
div#leer-testimonials4 {
    margin-top: 20px;
    /*margin-left: 100px;*/
}
a.content-reviews {
    color: #e3007b;
    text-decoration: underline;
}
span.city {
    color: #e3007b;
}
/*==================      Index-list     ======================*/
.index-list {
  counter-reset: li;
  text-align: center;
}
.index-list li:before {
  content: counter(li, upper-alpha) " .";
  counter-increment: li;
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  width: 56px;
  height: 56px;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #222222;
  line-height: 56px;
  margin-bottom: 25px;
}
/*==================      Marked-list     ======================*/
.marked-list li {
  position: relative;
  padding-left: 25px;
  line-height: 35px;
}
.marked-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  line-height: inherit;
  color: #e3007b;
}
/*==================      Marked-list2     ======================*/
.marked-list2 li {
  position: relative;
  padding-left: 25px;
  line-height: 2.3;
}
.marked-list2 li:hover {
  color: #98b237;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list2 li:hover:before {
  color: #98b237;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list2 li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  line-height: inherit;
  color: #fff;
}
/*==================      Flex-list     ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
}
.flex-list li:hover {
  opacity: 0.7;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .flex-list,
  .flex-list li {
    display: block;
    text-align: center;
  }
}
/*==================      Social_inline-list     ======================*/
.social_inline-list {
  color: #fff;
  display: inline-block;
}
.social_inline-list li {
  float: left;
  font-size: 30px;
}
.social_inline-list li + li {
  margin-left: 75px;
}
.social_inline-list li a {
  display: block;
}
.social_inline-list li a:hover {
  color: #98b237;
}
/*==================     Icons     ======================*/
.icon1 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/page-1_sprite1.png) top center;
}
.icon2 {
  display: inline-block;
  width: 32px;
  height: 30px;
  background: url(../images/page-1_sprite2.png) top center;
}
.icon3 {
  display: inline-block;
  width: 22px;
  height: 31px;
  background: url(../images/page-1_sprite3.png) top center;
}
.icon4 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/page-1_sprite4.png) top center;
}
.icon5 {
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(../images/page-1_icon2.png) top center;
  background-repeat: no-repeat;
}
.icon1 + h3 {
  margin-top: 23px;
}
.icon2 + h3 {
  margin-top: 23px;
}
.icon3 + h3 {
  margin-top: 23px;
}
.icon4 + h3 {
  margin-top: 23px;
}
/*==================    Buttons    ======================*/
.btn {
  font-size: 20px;
  line-height: 1;
  /*text-transform: uppercase;*/
  font-weight: 600;
  display: inline-block;
  color: #fff;
  background: #e3007b;
  letter-spacing: 4px;
  padding: 9px 17px;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn span {
  vertical-align: middle;
}
.btn:hover {
  color: #222222;
}
.btn:hover .icon5 {
  background: url(../images/page-1_icon2.png) bottom center;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn:active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  background: #98b237;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box-1_name {
  color: #fff;
  background: #e3007b;
  letter-spacing: 3px;
  padding: 18px 17px;
  text-align: center;
}
.box-1 p {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .box-1 {
    text-align: center;
    margin-top:40px;
  }
}
.box-2 figcaption {
  line-height: 1;
}
.box-2 figcaption + a.thumb {
  margin-top: 13px;
}
.box-2 figure + * {
  margin-top: 21px;
}
/*==================     Service     ======================*/
.service {
  text-align: center;
}
.service_link {
  display: inline-block;
}
.service_link:hover h3 {
  color: #98b237;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.service_link:hover .icon1 {
  background: url(../images/page-1_sprite1.png) bottom center;
}
.service_link:hover .icon2 {
  background: url(../images/page-1_sprite2.png) bottom center;
}
.service_link:hover .icon3 {
  background: url(../images/page-1_sprite3.png) bottom center;
}
.service_link:hover .icon4 {
  background: url(../images/page-1_sprite4.png) bottom center;
}
@media (max-width: 979px) and (min-width: 768px) {
  .service_text {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    font-size: 13px;
    line-height: 20px;
  }
}
.service a + p {
  margin-top: 15px;
}
/*==================     Testimonials     ======================*/
blockquote {
  color: #fff;
}
blockquote img {
  border-radius: 50%;
  border: 5px solid rgba(34, 34, 34, 0.3);
  max-width: 95%;
}
blockquote q:before {
  font: 400 28px/28px 'FontAwesome';
  content: '\f075';
  display: block;
  padding-left: 10px;
  margin-bottom: 25px;
}
blockquote p cite {
  font-weight: 700;
}
p + p.author {
  margin-top: 15px;
}
/*==================     Post     ======================*/
.post a {
  display: block;
}
.post a .post1 + h3 {
  margin-top: 30px;
}
.post a div {
  position: relative;
}
.post a div img {
  width: 100%;
}
.post a div time {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  background: #222222;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  z-index: 100;
  letter-spacing: 1px;
}
.post a div .post_thumb {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: transparent;
}
.post a p {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.post a:hover h3 {
  color: #98b237;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.post a:hover div time {
  background: #98b237;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.post a:hover div .post_thumb {
  opacity: 1;
  background: rgba(34, 34, 34, 0.6);
}
/*==================     Contact-info     ======================*/
.contact-info {
  padding-top: 15px;
}
.contact-info address + dl {
  margin-top: 20px;
}
.contact-info address {
  line-height: 1;
}
.contact-info dl {
  clear: both;
  width: 70%;
}
@media (max-width: 979px) and (min-width: 768px) {
  .contact-info dl {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .contact-info dl {
    width: 100%;
  }
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd {
  float: right;
}
.contact-info dl dd.email {
  float: left;
}
/*==================     Privacy     ======================*/
.privacy dd + dt {
  margin-top: 30px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: rgba(34, 34, 34, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 28px 0;
}
header .brand {
  float: left;
  /*padding: 10px 10px;*/
  /*background: white;*/
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
  .btn{
    white-space: normal;
  }
}
@media (max-width: 479px) {
  header {
    text-align: center;
  }
  header .brand {
    padding: 16px;
    width: 100%;
  }
  header .brand_name {
    letter-spacing: 2px;
  }
  #navbar-hidden-web{
    display: block;
  }
  header{
    margin-top: 100px;
  }

  .text-phone{
    display: block !important;
  }

}
/*==================     Brand     ======================*/
.brand {
  /*text-align: center;*/
  line-height: 1;
  margin-top: 10px;
}
.brand_name {
  overflow: hidden;
  color: #fff;
  letter-spacing: 7.4px;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
.wrap {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.clr {
  color: #fff;
}
.img_width {
  width: 100%;
}
.clear {
  clear: both;
}
/*==================      Well     ======================*/
.well-1 {
  padding: 85px 0 35px;
}
.well-2 {
  padding: 35px 0 75px;
}
.well-3 {
  padding: 80px 0 100px;
}
.well-4 {
  text-align: center;
}
.well-5 {
  padding: 65px 0 68px;
}
.well-6 {
  padding-bottom: 75px;
}
.well-7 {
  padding: 50px 0 70px;
}
.well-8 {
  padding: 90px 0 70px;
}
.well-9 {
  padding: 88px 0 83px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #333333;
  padding: 40px 0;
  text-align: center;
}
footer .social + address {
  margin-top: 50px;
}
footer address + .copyright {
  margin-top: 55px;
}
footer .copyright {
  color: #888;
  letter-spacing: 3px;
  line-height: 1.1;
  font-weight: 700;
}
footer .copyright a:hover {
  text-decoration: underline;
}
footer address {
  letter-spacing: 3.5px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: #ff4674;
  padding: 18px 17px;
  text-align: center;
  line-height: 1;
}

div.barra {
  height: 2px;
  width: 100%;
  background-color: #ff4674;
}

div.cabezera {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
  /*background-color: #F6CECE;*/
}

div.cabezera div {
  display: inline-block;
  vertical-align: middle;
}

div.conte-button {
  width: 5%;
  color: #98b237;
  font-size: 40px;
}

.cuerpo {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  /*box-shadow: inset 0px 0px 2px gray;*/
}

.fa-mr{
  font-weight: bold;
}

.text-phone{
    color: white !important;
    font-size: 30px;
    /* margin-top: 10px; */
    display: block;
    padding-top: 5px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: -50px;
    text-decoration: none;
    display: none;
    text-shadow: 2px 0 0 #515151, -2px 0 0 #515151, 0 2px 0 #515151, 0 -2px 0 #515151, 1px 1px #515151, -1px -1px 0 #515151, 1px -1px 0 #515151, -1px 1px 0 #515151;
}

.text-phone i{
  margin-right: 5px;
}

i.fa.fa-desktop {
    background-color: #e3007b;
    font-size: 35px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100px;
    padding-left: 10px;
    color: white;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.grid_7.two.new-two {
    margin-left: 0px;
}
img#icons-testimonials {
    border-radius: 10px;
}
.container [class*="grid_"] {
    float: left;
    min-height: 1px;
    /*margin-left: 30px;*/
}
.grid_3.test {
    margin-right: -16px;
}
div#stuck_container.isStuck {
    /*background: white;*/
    background: #ef41a7fa;
    /*height: 170px;*/
    /*top: -17px !important;*/
    /*border-bottom: solid 2px #000000c7;*/
}
div#stuck_container.isStuck > > h1.brand_name > a > img.mostrar1 {
  display: none;
}
.isStuck .brand_name > a > img.mostrar1 {
    display: none;
}
li.new-btn > a {
    border: none;
    background-color: #e3007b;
    color: #fff;
    padding: 10px;
    /*border-radius: 10px;*/
}
li.new-btn:hover > a {
    border: 1px solid #000;
    background-color: #ffffff;
    color: #000;
    padding: 10px;
    /*border-radius: 10px;*/
    width: 101%;
}
li.new-btn {
    top: 20px;
}
li.new-btn {
    display: inline-block;
    position: absolute;
    top: 44px;
    width: 22%;
    left: 600px;
}
li.new-phone-header2 {
    top: -50px;
}
li.new-phone-header2:hover > a {
    border: none;
    color: #000;
}
li.new-phone-header2 > a {
    color: #e3007b;
}
li.new-btn, li.new-phone-header2 {
    margin-left: 55px !important;
}
.isStuck .sf-menu > li.new-phone-header2:hover > a {
  border: none;
  color: #000;
}
.isStuck .sf-menu > li.new-btn > a {
  background-color: #2C2B27;
  color: white;
  border: 1px solid #444444;
  width: 101%;
}
.isStuck .sf-menu > li.new-btn:hover > a {
  background-color: #ffffff;
  color: #e3007b;
  border: 1px solid #ffffff;
  width: 101%;
}
i#font-contact {
    color: #e3017c;
    font-size: 18px;
}
a#icon-form {
    background-color: #e3017c;
    color: #fff;
}
a#icon-form2 {
    background-color: #e3017c;
    color: #fff;
    padding: 10px;
}
a#icon-form:hover {
  background-color: #ef41a7fa;
}
a#icon-form2:hover {
  background-color: #ef41a7fa;
}
/*div#stuck_container > h1#name2 > a > img.mostrar2 {
    display: none !important;
}
div#stuck_container > h1.brand_name > a > img.mostrar1 {
    display: none !important;
}*/
.isStuck .sf-menu > li.active > a {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    color: #000;
}
.isStuck .sf-menu > li > a {
    color: #fff;
}
.isStuck .sf-menu > li > a:hover {
    color: #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
div#stuck_container {
    background-color: #fff;
}
header li a {
  font-size:18px;
}
footer li a {
  color: white;
  font-size:18px;
  letter-spacing: .075em;
  line-height: 1.6;
  font-weight: 400;
}
footer li a.phone {
  color: white;
  font-size:18px;
  letter-spacing: .1em;
}
footer p.post-minimal-title {
  color: white;
}
p.footer-creative-contacts-title {
    color: #000;
    font-size: 15px;
    line-height: 2;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif !important;
    /*font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /* font-weight: bold; */
}
span.d-inline-block.wow.slideInDown.animated {
    color: white;
    font-size: 18px;
    letter-spacing: .2em;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif !important;
}
div.list-popular-post {
    margin-top: 38px;
}
ul.footer-creative-contacts.d-inline-block.d-md-block {
    margin-top: 38px;
}
.footer-creative-contacts li + li {
    margin-top: 24px;
}
.footer-creative .brand + p {
    margin-top: 30px;
}
.grid_8.form {
    margin-top: -30px;
}
.navbar-toggle {
  float: left !important;
}
.row.row-60.justify-content-center.justify-content-md-between {
    margin: 0px -100px 10px -10px;
    display: flex;
    justify-content: space-between;
}
a.btn-form {
    color: #fff;
    background-color: #e3007b;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 4px;
    line-height: 1;
    font-weight: 600;
}

a.btn-form:hover {
  background-color: #333333;
}

.btn-wr {
    margin-top: 30px;
}
footer .container {
  padding: 0px 15px;
  text-align: left;
  width: 1200px;
}
.footer-creative {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #e3007b;
    z-index: 1;
}
.oh-desktop.new {
    margin-left: 30px;
}
i.fa.fa-phone.phone-header {
    font-size: 20px;
    margin-right: 5px;
    margin-left: -10px;
}
bg-footer-creative {
    position: absolute;
    content: '';
    top: 50%;
    left: -15px;
    height: 200vh;
    width: 1000%;
    transform: translate3d(0, -50%, 0);
    background: #07222f;
    z-index: -1;
}
.tarjetas {
  width: 70%;
}
.tarjetas-new {
    text-align: center;
    margin-top: 20px;
}
.logo-ssl {
    width: 120px;
    border-radius: 100%;
    margin-top: 20px;
}
p.accept {
    margin-top: 0px;
    color: #fff;
    font-family: inherit;
}
.footer-creative-list > li {
  margin-bottom: 20px;
}
.footer-creative-list > li > a {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  text-transform: uppercase;
}
.inset-left-xl-20.wow.slideInLeft.animated {
    margin-top: -10px;
}

#footerlogop {
  margin-top:30px;
  font-weight:600;
  color: #fff;
  font-weight: 400;
}
.rights {
  font-weight:400;
  color: #fff;
}
hr + .footer-social-list {
    margin-top: 35px;
}
.footer-social-list > li {
    margin-top: 12px;
    padding-left: 6px;
    padding-right: 6px;
}
.footer-social-list .icon {
    overflow: hidden;
    text-align: center;
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    /*padding: 10px;*/
}
.col-md-6.services-areas {
    margin-right: 50px;
    margin-left: 50px;
}
.mdi-mr {
  font-family: times;
}
ul.navigation li a {
    color: #ffffff;
    font-weight: 600;
}
.row.new-faq {
    padding-left: 30px;
}
.cabezera_.new {
    margin-top: 30px;
}
p.rights {
    margin-top: -30px;
}

.phone-new{
  float: right;
    margin-right: 30px;
    margin-top: -10px;
}

.phone-new a{
  display: block;

    color: #000;
    font-weight: 700;
    padding-top: 13px;
    padding-bottom: 13px;
    letter-spacing: 2px;
    /*border-top: 2px solid rgba(34, 34, 34, 0);*/
    /*border-bottom: 2px solid rgba(34, 34, 34, 0);*/
    text-decoration: none;
    font-size: 16px;

}

.phone-new a:hover{
  color: #e3007b;
    /*border-top: 2px solid #e3007b;*/
    /*border-bottom: 2px solid #e3007b;*/
    font-size: 16px;
}

@media (min-width: 1200px){
  footer > div.container > div.row > div.col-lg-5 {
    width: 30%;
  }
  .footer-creative-list {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    margin-top: 44px;
  }
}

@media (max-width: 1200px){

  nav.nav{
        margin-left: 190px !important;
  }

  nav.nav .sf-menu{
    margin-top: 60px;
  }

  .brand .brand_name a img{
    width: 70%;
  }

  .sf-menu > li + li {
      margin-left: 15px;
  }

  li.new-btn{
    margin-left: 10px !important;
    left: auto;
  }

  .phone-new {
      float: right;
      margin-right: 20px;
      margin-top: 0px;
  }

  .brand{
    margin-top: 20px;
  }

}

@media (max-width: 980px){
  .stuck_container .container{
    width: 100%;
  }
}

@media (max-width: 947px){
  nav.nav .sf-menu {
      margin-top: 10px;
  }
}

@media (max-width: 895px){
  nav.nav .sf-menu {
      margin-top: 10px;
  }
  .sf-menu > li > a{
    font-size: 14px;
  }
  .sf-menu > li > a:hover, .sf-menu > li.active > a{
    font-size: 14px;
  }
  li.new-btn{
    position: relative;
    top: auto;
  }
}

@media (max-width: 860px){
  .sf-menu > li > a{
    font-size: 14px;
    letter-spacing: normal;
  }
  .sf-menu > li > a:hover, .sf-menu > li.active > a{
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .footer-creative-list {
    letter-spacing: .2em;
    columns: 2;
    break-inside: avoid;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    max-width: 220px;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 70px;
  }
  .bg-footer-creative {
     position: absolute;
    content: '';
    top: 50%;
    left: -15px;
    height: 200vh;
    width: 1000%;
    transform: translate3d(0, -50%, 0);
    background: #333333;
    z-index: -1;
  }
}

.hd-telephone {
    display: none;
}
.navbar-collapse {
  border-top: 0px !important;
}
nav.nav {
    margin-left: 340px;
    position: relative;
    top: -130px;
    height: 10px;
}

/*section.new-footer {
  display: none;
}*/
img.img-home-reviews {
    width: 75px !important;
    margin-left: 40px;
}

@media (max-width: 767px){
  img.img-home-reviews { {
     margin-left: 0px;
  }
  .contact-info {
    margin-top: 30px;
  }
  section#cleaning-list {
    margin-top: 30px;
  }
  .grid_4.wow.fadeInRight.new-title-contact {
    margin-top: 30px;
  }
  .bg-header {
    background-repeat: round;
    height: 130px;
  }
  h1.title-animacion {
    font-size: 20px;
    line-height: 19px;
  }
  .parallax.parallax9.lazy {
     height: auto;
  }
  li.grid_2.wow.fadeInRight.about-new {
    margin-top: 30px;
  }
  a.btn.new1 {
    margin-left: 100px;
    padding: 5px;
    font-size: 15px;
  }
  footer.footer-creative {
    /*padding: 10px;*/
    margin-bottom: 20px;
  }
  img.logo-ssl.lazy {
    width: 100px;
  }
  div#leer-testimonials {
    margin-bottom: 30px;
  }
  div#leer-testimonials4 {
    margin-bottom: 30px;
  }
  img.lazy {
    width: 100%;
  }
  a.more_btn2.home {
    padding: 5px;
    font-size: 15px;
  }
  div#stuck_container {
    height: 160px;
    border-top: 1px solid #000;
    text-align: center;
  }
  div#stuck_container h1#name2 > a > img.mostrar2 {
    display: none !important;
  }
  li.new-btn-mobile {
    background-color: #ec008c;
    width: 40%;
    border-radius: 10px;
    margin-left: 10px;
    cursor: pointer !important;
  }
  li.new-btn-mobile > a {
    color: #ffffff !important;
    cursor: pointer !important;
  }
  li.new-btn-mobile:hover {
    background-color: #fff;
    width: 40%;
    border-radius: 10px;
    margin-left: 10px;
    color: #ec008c;
  }
  li.new-btn-mobile:hover > a {
    background-color: #fff;
    width: 40%;
    border-radius: 10px;
    margin-left: 10px;
    color: #ec008c;
  }
  section.well-9.services {
    margin-top: 100px;
  }
  section.well-9.supplies {
    margin-top: 80px;
  }
  .row.row-60.justify-content-center.justify-content-md-between {
    display: inherit;
  }
  .box-1_name {
    /*margin-top: 30px;*/
  }
  .well-9 {
    padding: 0px;
  }
  section.well-9.testimonials {
    margin-top: 80px;
  }
  section.well-6.schedule {
    /*margin-top: 50px;*/
  }
  fieldset {
    padding: 5px;
  }
  h5.footer-creative-title.oh-desktop {
    margin-top: 30px;
    font-family: inherit;
    font-size: 23px;
    margin-top: 30px;
  }
  img.tarjetas {
    width: 100%;
  }
  .tarjetas-new {
    text-align: center;
    margin-top: 20px;
    /*margin-left: -800px;*/
  }
  footer .container {
    width: 100%;
  }
  .oh-desktop.new {
    margin-top: 20px;
  }
  ul.footer-creative-list.d-inline-block.d-sm-block.navigation > li > a {
    color: #fff;
  }
  ul.footer-creative-list.d-inline-block.d-sm-block.navigation > li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 0px;
  }
  p#footerlogop {
    margin-bottom: 30px;
    text-align: center;
  }
  .navbar-collapse.navHeaderCollapse.collapse.in {
    width: 100%;
  }
  ul.nav.navbar-nav.navbar-right > li.active {
    background-color: #ec008c !important;
  }
  ul.nav.navbar-nav.navbar-right > li > a {
    color: #000;
  }
  .navbar-inverse .navbar-nav > .active > a {
    background-color: #ec008c !important;
    color: #ffffff !important;
  }
  .hd-button {
    float: right;
    padding: 15px;
    top: 10px;
    right: 5px;
    position: relative;
    z-index: 99999999;
    cursor: pointer;
    position: absolute;
  }
  .hd-button {
    display: block;
  }
  .hd-button span, .hd-button span:before, .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #000;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
  }
  .hd-button span, .hd-button span:before, .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #000;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
  }
  .hd-button span:before, .hd-button span:after {
    content: '';
  }
  .hd-button span, .hd-button span:before, .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #000;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
  }
  .hd-button span:before, .hd-button span:after {
    content: '';
  }
  .hd-button span:before {
    bottom: 100%;
    margin-bottom: 3px;
  }
  .hd-button span, .hd-button span:before, .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #000;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
  }
  .hd-button span:before, .hd-button span:after {
    content: '';
  }
  .hd-button span, .hd-button span:before, .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #000;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
  }
  .hd-button span:after {
    top: 100%;
    margin-top: 3px;
  }
  .hd-button span, .hd-button span:before, .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #000;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
  }
  .hd-button span:before, .hd-button span:after {
    content: '';
  }
  .hd-button span, .hd-button span:before, .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #000;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
  }
  .hd-button span:before, .hd-button span:after {
    content: '';
  }
  .hd-button span, .hd-button span:before, .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
  }
  .hd-button span:before, .hd-button span:after {
    content: '';
  }
  .hd-button span, .hd-button span:before, .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #FFF;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
  }
  .hd-telephone {
    /*display: block;*/
    position: absolute;
    background-color: #ec008c;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 10px;
    z-index: 99999999999;
    top: 70px;
    overflow: hidden;
    width: 250px;
  }
  .hd-telephone a {
    color: #ffffff;
    display: block;
    text-align: left;
    padding: 2px 0px 2px 0px;
    line-height: 15px;
    margin-left: 10px;
  }
  p.rights {
    text-align:center;
    margin-top: 0px;
  }
  .well-6.well-6-new {
    padding-bottom: 0px;
  }
  .phone-new{
    display: none;
  }

  .brand .brand_name a img {
      width: 100%;
  }

  #navbar-hidden-web{
    display: block;
  }

  #footer {
    padding-bottom: 80px;
  }
  section.new-footer {
    background-color: #000;
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 9999;
    height: 70px;
  }
  section#fixed-contact a{
    text-decoration: none;
  }
  section#fixed-contact .phone-btn a {
    background: #30bf2a !important;
  }
  section#fixed-contact .columns.phone-btn {
    left: 50%;
  }
  section#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    padding: 0;
  }
  section#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    background: currentColor;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
  }

  section#fixed-contact a div.pnl-email,
  section#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
    
  }

  section#fixed-contact a div.pnl-email {
    background-color: #3F51B5;
  }

  section#fixed-contact a div.pnl-freequote {
    background-color: #03A9F4;      
  }

  section#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 50px;
    color: #fff;
  }
  section#fixed-contact a i {
    display: block;
    color: #fff;
    line-height: 50px;
  }
  section#fixed-contact .columns.quote-btn {
    left: calc(50% + 105px);
  }
  section#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }
  section#fixed-contact a span {
    font-size: 14px;
    color: #fff;
    /*padding-top: 3px;*/
    display: block;
    font-family: inherit;
  }
  i.fa.fa-file-text {
    font-size: 21px;
  }
  section#fixed-contact .columns.email-btn {
    left: calc(50% - 105px);
  }
  i.fa.fa-envelope {
    font-size: 21px;
  }


}


.new-content {
    text-align: right;
}
p.text-color {
    font-size: 16px;
    color: #8e8e8e;
}

img.mostrar2.lazy {
  display: block !important;
}

@media (max-width: 767px) {
  img.mostrar2.lazy {
    display: none !important;
  }
  .phone-new {
    display: none;
  }
  h1.brand_name_mo {
    text-align: center;
    width: 100%;
  }
  .brand.content-logo {
    height: 165px;
  }
  .navbar-collapse.navHeaderCollapse.collapse.in {
    width: 100%;
  }
  ul.nav.navbar-nav.navbar-right > li > a {
    color: #fff;
  }
  h1.title-animacion {
    font-size: 20px;
    line-height: 25px;
    margin-top: -50px;
  }
  .row.row-60.justify-content-center.justify-content-md-between {
    display: block;
  }
  .tarjetas-new {
    text-align: left;
  }
  img.tarjetas.lazy {
    width: 30%;
  }
  p.accept {
    width: 100%;
    margin: auto 100px;
  }
  p#footerlogop {
    width: 320px;
    margin-bottom: 25px;
  }
  a.btn.new1 {
    margin-left: 0px;
  }
  .oh-desktop.new {
    margin-left: 0px;
  }
}

/* estilos para los 3 puntitos*/
@media (max-width: 767px) {
    .hd-telephone {
      position: absolute;
      background-color: #e3007b;
      color: #ffffff;
      padding: 10px;
      border-radius: 10px;
      float: right;
      right: 10px;
      z-index: 999;
      top: 80px;
      width: 260px;
      overflow: hidden;
      display: block;
    }
    .hd-button span:after {
        top: 100%;
        margin-top: 3px;
    }
    .hd-telephone a {
        color: #ffffff;
        display: block;
        text-align: left;
        padding: 2px 0px 2px 0px;
    }
    .hd-telephone a:hover{
      color: #1e120d;
    }
    .hd-button {
      float: right;
      padding: 22px;
      cursor: pointer;
      top: 0px;
      right: 0px;
      position: absolute;
      z-index: 9999999;
    }
    .hd-button span {
        position: absolute;
        width: 6px;
        height: 6px;
        line-height: 6px;
        text-align: center;
        background: #fff;
        margin-left: -3px;
        border-radius: 50%;
        transition: .3s all ease;
    }
    .hd-button span, .hd-button span:before, .hd-button span:after {
        position: absolute;
        width: 6px;
        height: 6px;
        line-height: 6px;
        text-align: center;
        background: #000;
        margin-left: -3px;
        border-radius: 50%;
        transition: .3s all ease;
    }
    .navbar-collapse {
        max-height: 340px;
        overflow-x: visible;
        padding-right: 15px;
        padding-left: 15px;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
            width: 100%;
            margin-left: 0px !important;
            margin-right: 0px !important;
            padding-left: 0px !important;
            padding-right: 0px !important;
    }
    .navbar-nav {
        /*margin: 7.5px -45px;
        padding-top: 50px;
        padding-right: 70px;*/
        width: 100%;
            margin: 0px;
    }
    .navbar .container{
      padding: 0px 15px 0px 15px;
    }
    .nav>li, .nav>li>a {
        display: block;
        position: relative;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .nav>li>a {
        padding: 10px 15px;
    }
    .nav>li, .nav>li>a {
        display: block;
        position: relative;
    }
    .collapse {
        display: none;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .hd-button span:before, .hd-button span:after {
        content: '';
    }
    .hd-button span:before {
        bottom: 100%;
        margin-bottom: 3px;
    }

    .hd-button span, .hd-button span:before, .hd-button span:after {
        position: absolute;
        width: 6px;
        height: 6px;
        line-height: 6px;
        text-align: center;
        background: #ffffff;
        margin-left: -3px;
        border-radius: 50%;
        transition: .3s all ease;
    }
    .hd-button span:before, .hd-button span:after {
        content: '';
    }
    .hd-telephone {
      display: none;
    }
}



