/*http://tmwcarpetcleaning.com*/
@import url("../fonts/font-awesome.css");

.fix-element, .fix-element *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: url(../images/bg.png);

  color: #333;
  font-family: "Terminal Dosis", Arial, sans-serif;
  font-size: 13px;

  background-repeat: repeat;
  background-position: left top;
  width: 100%;
}

.header .followus {
  margin-top: 50px;
  text-align: right;
  margin-right: 200px;
}

.logo a {
  display: block;
  text-align: center;
}

.logo a img {
  display: block;
  text-align: center;
  margin: 0px auto;
}
img.logo-sysall {
  border-radius: 100%;
  border: 1px solid #000 !important;
}

.phone {
  /*float: right;     
  right: 150px;*/
  margin-top: 76px;
  /*width: 580px;*/
  text-align: left;
  position: relative;
  font: normal 35pt Arial;
  color: #000;
  /*text-shadow: 0 1px 0 #ccc, 0 2px 0
  #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px
  rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px
  rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px
  20px rgba(0,0,0,.15);*/
  clear: right;
  font-weight: bold;
}

.phone span {
  color: #009;
}

.ca-menu {
  padding: 0;
  margin: 20px auto;
  /*width: 1020px;*/
}

.ca-menu li {
  width: 150px;
  height: 150px;
  border: 10px solid #009;
  overflow: hidden;
  position: relative;
  float: left;
  background: #fff;
  margin-right: 4px;
  margin-left: 5px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  border-radius: 125px;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}

.ca-menu li a {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
  position: relative;
  -moz-box-shadow: 0px 0px 3px #000000;
  -webkit-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
  /*margin-top: -15px;*/
}

.ca-icon1,
.ca-icon2,
.ca-icon3,
.ca-icon4,
.ca-icon5,
.ca-icon6,
.ca-icon7 {
  /* font-family: 'WebSymbolsRegular', cursive; */
  font-size: 40px;
  color: #f6f6f6;
  line-height: 60px;
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0px;
  top: 15px;
  text-align: center;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}

.ca-icon1 {
  background-image: url(../images/icons/home.png);
  background-repeat: no-repeat;
  background-position: 19px -15px;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.ca-icon2 {
  background-image: url(../images/icons/about.png);
  background-repeat: no-repeat;
  background-position: 19px -15px;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.ca-icon3 {
  background-image: url(../images/icons/coupon.png);
  background-repeat: no-repeat;
  background-position: 19px -15px;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.ca-icon4 {
  background-image: url(../images/icons/contact.png);
  background-repeat: no-repeat;
  background-position: 19px -15px;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.ca-icon5 {
  background-image: url(../images/icons/services.png);
  background-repeat: no-repeat;
  background-position: 19px -15px;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.ca-icon6 {
  background-image: url(../images/icons/reviews.png);
  background-repeat: no-repeat;
  background-position: 19px -15px;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.ca-icon7 {
  background-image: url(../images/icons/book-online.png);
  background-repeat: no-repeat;
  background-position: 19px -15px;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.ca-main {
  /*font-size: 24px;*/
  font-size: 15px;
  position: absolute;
  top: 70px;
  height: 80px;
  width: 170px;
  left: 50%;
  margin-left: -85px;
  opacity: 0.8;
  text-align: center;
}

.ca-sub {
  text-align: center;
  color: #000;
  /*font-size: 26px;*/
  font-size: 15px;
  position: absolute;
  height: 80px;
  width: 100%;
  /*left: 50%;*/
  /*margin-left: -85px;*/
  /*top: 90px;*/
  top: 60px;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}

.ca-menu li:hover {
  background: #f7f7f7;
  border-color: #fff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  box-shadow: 0 45px 60px -50px #000000;
}

.ca-menu li:hover .ca-main {
  /*display: none;*/
}

.ca-menu li:hover .ca-sub {
  /*opacity: 0.8;*/
}

.ca-menu li:hover a span {
  opacity: 1;
}

h1 {
  margin: 0px;
  padding: 10px;
  font-size: 32px;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  text-align: left;
  font-weight: 400;
}

.div-box {
  margin-top: 10px;
}

.div-box img {
  border: medium solid #fffbf0;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  -moz-box-shadow: 0px 0px 11px #000000;
  -webkit-box-shadow: 0px 0px 11px #000000;
  box-shadow: 0px 0px 11px #000000;
}

.div-box h1 {
  /* width: 250px; */
  width: 100%;
}

.box {
  /*width: 960px;*/
  position: relative;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  background-color: #f0f0f0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0px 0px 2px #000000;
  -webkit-box-shadow: 0px 0px 2px #000000;
  box-shadow: 0px 0px 2px #000000;
  padding-right: 10px;
  /* height: 242px; */
  /*height: 340px;*/
  min-height: 340px;
}

.box-min {
  padding: 10px;
}

.box p:not(.none) {
  /*float: right;
    width: 500px;*/
  margin-top: 20px;
  padding-top: 20px;
  line-height: 25px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #444444;
  /* margin-left: 430px; */
  text-shadow: -1px 1px 0 #fff;
}

.imgteaser {
  margin: 0;
  overflow: hidden;
  /* float: left; */
  position: relative;
}

.imgteaser a img {
  width: 100%;
  height: auto;
  float: left;
  border: none;
  padding: 10px;
  background: #fff;
  border: 1px solid #333333;
  margin-top: 3;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  -moz-border-radius: 8px;
}

.imgteaser a:hover .desc {
  display: block;
  font-size: 1.2em;
  width: 100%;
  padding: 10px 0;
  background: #111;
  filter: alpha(opacity=75);
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  color: #fff;
  position: absolute;
  bottom: 11px;
  left: 11px;
  padding: 10px;
  margin: 0;
  /* width: 500px; */
  border-top: 1px solid #999;
}

.imgteaser a:hover .desc strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.5em;
}

.imgteaser a .desc {
  display: none;
}

.btn,
input[type="submit"],
button {
  background: none repeat scroll 0 0%,
    -moz-linear-gradient(#cccccc, #b3b3b3) repeat scroll 0 0 transparent;
  border: 1px solid rgba(45, 45, 45, 0.5);
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.4) inset;
  color: #444444;
  display: inline-block;
  font-weight: 300;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  float: right;
  margin-top: 3px;
  margin-right: 15;
  margin-bottom: 3px;
  margin-left: 0;
  width: 100px;
  text-align: center;
  font-size: 14px;
  padding: 2px;
}

.section_slogan {
  height: 40px;
  /*width: 960px;*/
  text-align: center;
  padding-top: 10px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.cursive {
  font-family: cursive;
  text-shadow: 1px 1px 1px #000000;
  color: #535353;
  font-size: 24px;
  font-weight: bold;
}

.services a {
  color: #3d3d3d;
  text-decoration: none;
}

.services a:hover {
  color: #151515;
  opacity: 0.5;
}

.mb-3 {
  margin-bottom: 1.75rem;
}

.services {
  display: block;
  /*width: 300px;*/
  position: relative;
  /*float: left;*/
  padding: 10px;
  margin-left: 25px;
  min-height: 200px;
  box-shadow: 0 45px 60px -30px #7d7d7d;
  -moz-border-bottom-colors: withe;
  -moz-border-left-colors: black;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  /*margin-bottom: 50px;*/
}

.title {
  margin-top: 26px;
  width: 100%;
  text-align: left;
  font: normal 30pt Arial;
  color: #f60;
  /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
}

ol,
ul {
  list-style: none;
}

.marTop10 {
  /*margin-top: 20px;*/
  /*width: 70%;*/
  width: 100%;
  padding: 20px 10px 0px 20px;
  min-height: 100px;
}

.followus-icons {
  font-size: 35px;
  float: left;
  margin-right: 10px;
  /*background-color: #b6be8f;*/
  background-color: #ffa500;
  color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  /* padding: 5px; */
  line-height: 40px;
  border-radius: 100%;
}

.footer {
  background-image: url(../images/footer_bg.png);
  background-repeat: repeat-x;
  height: 400px;
  width: 100%;
  margin: 20px auto;
  clear: both;

  /*width: 1125px;
    height: 200px;*/
  text-align: left;
  position: relative;
  line-height: 1.5em;
  color: #000;
  /*margin-top: 140px;*/
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 80px;
}

.footer h2 {
  padding: 0 0 20px 0;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font: bold 120% Arial, Helvetica, Sans-Serif;
  border-bottom: 2px solid #666;
  color: #f60;
  text-shadow: 1px 1px 1px #000000;
  background: inherit;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  display: inline;
  padding: 0;
  margin: 0;
}

.footer a {
  color: #aaa;
  text-decoration: none;
}

.footer .list1 li {
  display: inline-block;
}

.footer ul li a {
  display: block;
  color: #006633;
  text-decoration: none;
  margin: 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #666;
  width: 179px;
}

.reviews-icons {
  display: block;
}

.reviews-icons img {
  border-radius: 10px;
  /*width: 90%;*/
  margin: 10px auto;
  display: block;
}

.btn-home-advisor {
  float: right;
  margin-top: -70px;
}

.ft-followus {
  text-align: center;
  margin-top: 70px;
}

.ft-followus a.fa {
  border-radius: 100%;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: white !important;
  text-decoration: none !important;
  /*background-color: #065c2f;*/
  background-color: #ffa500;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 45px;
}

.ft-followus a:hover {
  box-shadow: 0px 0px 10px gray;
}

<!-- .Stile1 {
  color: #333333;
}
-- > #lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000 !important;
  display: none;
}

#signup,
#signup2 {
  width: 504px;
  padding-bottom: 2px;
  display: none;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}

.btn-new a {
  text-decoration: none;
  display: block;
  color: white !important;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 5px;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #ffa500 0%, #d68d00 100%);

  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #ffa500 0%, #d68d00 100%);

  /* Opera */
  background-image: -o-linear-gradient(top, #ffa500 0%, #d68d00 100%);

  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffa500),
    color-stop(1, #d68d00)
  );

  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #ffa500 0%, #d68d00 100%);

  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #ffa500 0%, #d68d00 100%);
}

.btn-new a.btn-min {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-left: 2px;
  /*margin-bottom: 20px;*/
}

.btn-new a:hover {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(bottom, #ffa500 0%, #d68d00 100%);

  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(bottom, #ffa500 0%, #d68d00 100%);

  /* Opera */
  background-image: -o-linear-gradient(bottom, #ffa500 0%, #d68d00 100%);

  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ffa500),
    color-stop(1, #d68d00)
  );

  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(bottom, #ffa500 0%, #d68d00 100%);

  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to top, #ffa500 0%, #d68d00 100%);
}

.btn-new2 {
  margin: -10px auto 0px auto;
  width: 200px;
  text-align: center;
  font-size: 15px;
}

#signup-header {
  background: url(../images/hd-bg.png);
  padding: 18px 18px 14px 18px;
  border-bottom: 1px solid rgb(204, 204, 204);
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.modal_close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/modal_close.png);
  z-index: 2;
}

#signup-header h2 {
  color: rgb(68, 68, 68);
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 3px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

#signup .txt-fld {
  position: relative;
  width: 464px;
  padding: 14px 20px;
  border-bottom: 1px solid rgb(238, 238, 238);
  text-align: right;
}

#signup .txt-fld input {
  width: 244px;
  padding: 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 1.2em;
  color: rgb(34, 34, 34);
  background: rgb(247, 247, 247);
  font-family: "Helvetica Neue";
  outline: none;
  border-top: 1px solid rgb(204, 204, 204);
  border-left: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(231, 230, 230);
  border-bottom: 1px solid rgb(231, 230, 230);
}

button {
  float: right;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: rgb(63, 157, 74);
  border: none;
  width: auto;
  overflow: visible;
  font-size: 1.4em;
  color: rgb(255, 255, 255);
  padding: 7px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

#xmsj {
  padding-top: 2px;
  font-weight: bold;
  color: red;
}

/* #navbar-hidden-web {
  display: none;
} */

#container-form {
  width: 90%;
  margin: 10px auto;
  padding: 20px 0px 10px 0px;
}

#container-form .btn-min {
  width: 200px;
  margin: 0px auto;
  text-align: center;
}

section.new-footer {
  display: none;
}

.hd-button {
  display: none;
  float: right;
  /*display: none;*/
  padding: 15px;
  cursor: pointer;
  top: 7px;
  right: 7px;
  position: absolute;
}

.hd-telephone {
  display: none;
  position: absolute;
  background-color: #f60;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  float: right;
  right: 10px;
  /* margin-top: 52px; */
  z-index: 99999;
  top: 70px;
  overflow: hidden;
}

.hd-telephone a {
  color: #ffffff;
  display: block;
  text-align: left;
  padding: 6px 0px 6px 0px;
}

.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: 0.3s all ease;
}

.hd-button span:before,
.hd-button span:after {
  content: "";
}

.hd-button span:after {
  top: 100%;
  margin-top: 5px;
}

.hd-button span:before {
  bottom: 100%;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  .phone {
    font-size: 25pt;
  }

  .ca-menu {
    width: 100%;
  }

  .ca-menu li {
    width: 100px;
    height: 100px;
    border: 5px solid #009;
  }

  .ca-icon1,
  .ca-icon2,
  .ca-icon3,
  .ca-icon4 {
    /*background-position: center -20px;*/

    background-position: center -5px;
    background-size: 50px;
    top: 10px;
  }

  .ca-main,
  .ca-sub {
    /*top: 75px;
    font-size: 17px;*/

    top: 30px;
    font-size: 12px;
  }

  /* .box form:not(.no-form) {
    width: 350px;
  } */

  .box {
    min-height: 390px;
  }

  .services {
    margin-left: 0px;
  }

  .footer {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    width: 100%;
  }

  .phone {
    font-size: 17pt;
    text-align: center;
    margin-top: 20px;
  }

  .header .followus {
    margin-right: 0px;
    text-align: center;
    margin-top: 10px;
  }

  .imgteaser,
  .imgteaser a img,
  .btn {
    float: none;
  }

  .div-box {
    text-align: center;
  }

  .div-box h1 {
    width: 100%;
    text-align: center;
  }

  .box {
    margin-right: 0px;
    padding-right: 0px;
    min-height: 550px;
  }

  .box p {
    margin-left: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .btn {
    width: 70%;
    margin: 10px auto;
    text-align: center;
    display: block;
  }

  .box form {
    width: 100%;
  }

  .services {
    margin-top: 20px;
  }

  .footer {
    height: 600px;
  }

  .footer ul li a {
    width: 150px;
  }

  #navbar-hidden-web {
    display: block;
  }

  #signup,
  #signup2 {
    width: 100%;
  }

  .btn-home-advisor {
    float: none;
    margin-top: 10px;
    display: block;
  }

  .btn-home-advisor img {
    margin: 10px auto;
    display: block;
  }

  .padBot-100 {
    padding-bottom: 105px !important;
  }

  #footer {
    padding-bottom: 105px;
  }
  section.new-footer {
    background-color: #000;
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 9999;
    height: 70px;
  }

  i.fa.fa-envelope:not(#email-cabezera) {
    font-size: 21px;
  }

  .hd-button {
    display: block;
  }
}

.content-new {
  background-color: #f0f0f0;
  padding: 10px;
  box-shadow: 0px 0px 2px #000000;
  border-radius: 6px;
}
img.img-google.new {
  border: 1px solid #d8d8d8;
  border-radius: 30px;
}

p.big.new {
  color: #7ca3c1;
  font-family: inherit;
  font-size: 25px !important;
  line-height: 25px;
  text-align: left;
  /*font: inherit !important;*/
}
li.btn-free.new {
  padding-top: 6px;
}
.section-fullheight-inner.section-md {
  background-color: rgb(246, 245, 247, 0.4);
}
.rplg-box {
  position: relative !important;
  margin: 2px !important;
  color: #777 !important;
  border: 1px solid #ededed !important;
  background-color: #fafafa !important;
  border-radius: 4px !important;
  background-color: #fafafa !important;
}
.icon {
  text-align: left;
}
.rplg-row {
  display: flex;
}
.icon {
  text-align: left;
}
.name-new {
  text-align: left;
  margin-left: 10px;
}
i#icon-list {
  background-color: #7dc623;
  color: #ffffff;
  font-size: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding-left: 8px;
  border-radius: 100px;
  margin: 10px;
}
.star-rating {
  margin-top: -12px;
}
.star-rating a {
  display: inline-block;
  color: #f39c12 !important; /* gris (normal) */
  font-size: 30px;
}
.star-rating:hover a {
  color: #f39c12; /* amarillo (seleccionado) */
}
.star-rating:hover a:hover ~ a {
  color: #f39c12; /* gris (normal) */
}
p.big.reviews {
  font-size: 14px;
}
.fech-reviews {
  margin-top: -12px;
}
.contenido-reviews {
  margin: 20px;
}
.rplg-box {
  padding: 12px;
}
section.thumb-box4.new {
  margin-bottom: 40px;
}
.contenedor {
  margin: 2rem auto;
  height: 160px;
  width: 100%;
  /*max-width: 400px;*/
  overflow: auto;
  box-sizing: border-box;
  padding: 0 1rem;
}
a.webmail {
  color: #000;
}
.info_contact {
  position: relative;
  top: 25px;
}
ul.list_contact li a {
  color: #333 !important;
}
ul.list_contact li {
  margin-bottom: 12px;
}
ul.list_contact li a i {
  color: #e59600;
  font-size: 20px;
  padding-right: 10px;
}
.follow_contact {
  margin-top: 40px;
  text-align: left;
  left: 0px;
  position: relative;
}
.title_contact_info {
  position: relative;
  top: 25px;
}
ul.list_contact {
  padding-left: 10px;
}

div#fixed-contact {
  display: none;
}
/*nuevo footer desing*/
@media only screen and (max-width: 767px) {
  .info_contact {
    position: relative;
    top: 25px;
    text-align: left;
    /* left: -25px; */
  }
  .follow_contact {
    margin-top: 40px;
    text-align: left;
    left: 10px;
    position: relative;
  }
  label.phone span {
    text-align: left;
  }
  #footer {
    /*padding-bottom: 60px;*/
  }
  a#ui-to-top {
    margin-bottom: 180px;
  }
  div#fixed-contact {
    display: block;
  }
  div.new-footer {
    background-color: rgb(0 0 0 / 57%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 50px;
  }
  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }
  ul.link_footer > li {
    margin-right: 30px;
  }
  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }
  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }
  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }
  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 6px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 23px;
    color: #fff;
  }
  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 9px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 34px;
    color: #fff;
  }
  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 24px;
    color: #fff;
  }
  div#fixed-contact a i {
    display: block;
    color: #fff;
  }
  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }
  .pnl-email > i {
    line-height: 50px;
  }
  div#fixed-contact a div.pnl-email,
  div#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;
  }
  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }
  .pnl-freequote > i {
    line-height: 50px;
  }
  div#fixed-contact .columns.quote-btn {
    left: calc(57% + 120px);
  }
  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }
  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }
  i.fa.fa-file-text {
    font-size: 21px;
  }
  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }
  i.fa.fa-envelope {
    font-size: 17px;
  }
  i#icon-new-footer {
    font-size: 20px;
  }
  ul.link_footer > li {
    /*width: 130px;*/
  }
  button#back-to-top-btn {
    margin-bottom: 75px;
  }
  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }
  i.icon.la.la-file-o {
    font-size: 27px;
  }
  div#fixed-contact {
    z-index: 9999;
  }
  p.situacion {
    z-index: 99;
  }
}

.p-3{
  padding: 1rem;
}

.mt-3{
  margin-top: 1rem;
}

.justify-content-around {
  justify-content: space-around;
}
.d-flex {
  display: flex;
}
.align-items-center{
  align-items: center;
}
.row-o {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row-o > * {
  flex-shrink: 0;
  /* width: 100%; */
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-auto {
  flex: 0 0 auto !important;
  width: auto;
}
.position-relative {
  position: relative !important;
}
.position-fixed {
  position: fixed;
}
.z-999 {
  z-index: 999;
}
.w-100 {
  width: 100%;
}
.bottom-0 {
  bottom: 0;
}

/* Display en todos los tamaños */
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.d-inline-flex {
  display: inline-flex;
}

.d-inline-block {
  display: inline-block;
}
.title-form,
.text-color {
  margin-left: 0px !important;
}
.title-form-schedule {
  margin-top: 0px !important;
  line-height: 0px !important;
  margin-left: 0px !important;
  padding-top: 0px !important;
}
button.button.button-primary.button-winona {
  background-color: #ffa500;
  padding: 10px 20px;
  font-weight: 400;
  font-family: inherit !important;
  text-shadow: none;
  font-size: 16px;
  float: none !important;
}

/* Responsividad en tamaños pequeños (≥576px) */
@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
}

/* Responsividad en tamaños medianos (≥768px) */
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-inline-block {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  form#contact-form {
    width: 100%;
  }
  .box_new {
    height: 600px !important;
  }
  form#contact-form {
    margin-top: 55px !important;
  }
}

/* Responsividad en tamaños grandes (≥992px) */
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
}

/* Responsividad en tamaños extra grandes (≥1200px) */
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
}

/* Responsividad en tamaños extra extra grandes (≥1400px) */
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block !important;
  }

  .collapse {
    display: none !important;
  }

  .navHeaderCollapse ul{
    width: 100%;
  } 

  .navbar-nav > li {
    float: none !important;
  }

  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: initial !important;
  }

  .collapse.in {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none !important;
  }

  #navbar-hidden-web {
    display: none !important;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
