/* GLOBALS */

.mt-14 {
  margin-top: 14px;
}

.mt-45 {
  margin-top: 45px;
}

.btn {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 15px 18px;
  line-height: 1;
  border-radius: 2px;
  transition: all 200ms ease-out;
  border: 2px solid transparent;
  font-size: 14px;
}

.btn.btn-primary {
  background-color: #ba3025;
}

.btn.btn-primary:hover {
  border-color: #ab2116;
  background-color: #ab2116;
}

.bg-background {
  background-color: #ab2116;
  padding: 30px;
}

.text-bgb-style {
  font-size: 20px;
  padding: 30px 0;
  margin: 0;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.bg-gray {
  background-color: #eeeeee;
  padding: 60px 30px 60px 30px;
}

.bg-gray-one {
  background-color: #eeeeee;
}

h2 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  letter-spacing: -0.5px;
  position: relative;
}

h2:after {
  background-color: #ba3025;
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  bottom: -1px;
  left: 0;
}

h3,
h4 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 18px;
}

.btn-email {
  color: #ba3025;
}

.mb-1 {
  margin-bottom: 1.5rem !important;
}

.content .aside a {
  display: flex;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
}

.content .aside a:hover h5 {
  color: #ab2116;
  text-decoration: underline;
}

.content .aside a img {
  padding-right: 10px;
}

.content .aside a p {
  font-size: 16px;
}

.mt--37px {
  margin-top: -37px !important;
}

.mt-30 {
  margin-top: 30px;
}

.hd-button {
  float: right;
  display: inline-block;
  padding: 20px;
  cursor: pointer;
  margin-top: -7px;
  z-index: 999;
  position: relative;
}

.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: 0.3s all ease;
}

.hd-button span:before {
  bottom: 100%;
  margin-bottom: 3px;
}

.hd-button span:after {
  top: 100%;
  margin-top: 3px;
}

.hd-button span:before,
.hd-button span:after {
  content: "";
}

.hd-telephone {
  display: none;
  position: absolute;
  background-color: #ba3025;
  padding: 10px;
  border-radius: 10px;
  float: right;
  right: 10px;
  margin-top: 5px;
  z-index: 999;
  width: 253px;
}

.hd-telephone a {
  color: #ffffff !important;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* GLOBALS */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444444;
  font-size: 14px;
}

header {
  background-color: #ffffff;
  padding: 28px 0;
}

header .hd-logo {
  padding-top: 17px;
  display: block;
}

header .hd-box-phone {
  width: 354px;
  text-align: right;
  margin: 0px 0px 0px auto;
}

header .hd-box-phone > div {
  display: inline-block;
  vertical-align: top;
}

header .hd-box-phone .hd-box-one {
  margin: 8px 50px 0px 0px;
  text-align: left;
}

header .hd-box-phone .hd-box-one a {
  font-size: 25px;
  color: #ba3025;
}

nav {
  position: relative;
  z-index: 9;
  display: block;
}

nav .nav-web {
  background: #ffffff linear-gradient(to bottom, #ffffff, #ededed);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 100%;
}

nav .nav-web ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin-bottom: 0px;
}

nav .nav-web > ul > li {
  display: inline-block;
}

nav .nav-web > ul > li > a {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  color: #444444 !important;
  text-decoration: none;
  padding-top: 27px;
  padding-bottom: 27px;
  display: block;
  border-top: 3px solid transparent;
  font-size: 16px;
}

nav .nav-web > ul > li > a:hover {
  border-color: #ba3025;
}

nav .nav-web > ul > li > a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: rgba(0, 0, 0, 0.08);
}

nav .nav-web ul > li > ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

nav .nav-web .nav-web-submenu > a:after {
  position: absolute;
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #999999;
  right: calc(50% - 5px);
  bottom: 10px;
}

nav .nav-web .nav-web-submenu a:hover:after {
  color: #333333;
}

nav .nav-web .nav-web-submenu ul {
  position: absolute;
  background-color: #ab2116;
  text-align: left;
  min-width: 180px;
  border-top: 2px solid #eeb908;
  z-index: 99999;
  transition: 0.2s opacity ease-in-out;
  opacity: 0;
  visibility: hidden;
}

nav .nav-web .nav-web-submenu:hover a + ul {
  opacity: 1;
  visibility: visible;
}

nav .nav-web .nav-web-submenu ul a {
  border-bottom: 1px solid #eeb908;
  padding: 12px 30px 12px 30px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #ba3025;
  font-weight: bold;
}

nav .nav-web .nav-web-submenu ul a:hover {
  background-color: #ab2116;
}

.animacion {
  background-image: url(../media/img/bg-footer.png);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  letter-spacing: -0.5px;
  font-size: 30px;
  text-align: center;
  padding: 67px 0 30px 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
}

.bg-reviews .bgr-reviews blockquote {
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  padding: 15px 15px 15px 45px;
  font-style: italic;
  color: #666666;
  border: 0;
  margin-bottom: 30px;
  padding: 45px 45px 45px 75px;
  font-size: 18px;
}

.bg-reviews .bgr-reviews blockquote:before {
  width: 45px;
  height: 45px;
  font-size: 60px;
  line-height: 70px;
  padding-left: 2px;
  position: absolute;
  content: "“";
  top: 30px;
  left: 0;
  background: #bbbbbb;
  color: #ffffff;
}

.bg-reviews .bgr-reviews blockquote:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ffffff transparent transparent transparent;
  bottom: -20px;
  left: 30px;
}

.bg-reviews .bgr-reviews cite {
  font-weight: bold;
  color: #333333;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.bg-reviews .bgr-reviews cite a {
  color: #ba3025;
}

.bg-reviews .bgr-reviews div {
  color: #ba3025;
}

.path {
  background-color: #ffffff;
  box-shadow: 0 2px 2px #e6e6e6;
  font-size: 12px;
  margin-bottom: 70px;
}

.path .pt-text div {
  display: inline-block;
  margin-right: -5px;
  vertical-align: top;
}

.path .pt-text div a {
  font-weight: bold;
  color: #666666;
  padding: 14px 0;
  padding-right: 20px;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.path .pt-text div a:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 1px;
  right: 0;
  background: #e2e2e2;

  top: -2px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.path .pt-text div a:after {
  position: absolute;
  content: "";
  height: 21px;
  width: 1px;
  right: 0;
  background: #e2e2e2;

  bottom: -2px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.path .pt-text div a:before,
.path .pt-text div a:after {
  height: 27px;
}

.path .pt-text div span {
  padding: 14px 0;
  display: inline-block;
}

.path .pt-text div a:hover {
  color: #000000;
}

.content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content h2 {
  padding-bottom: 15px;
}

.content h5 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  letter-spacing: -0.5px;
  font-size: 14px;
  margin-bottom: 10.5px;
}

.content h5 i {
  color: #ba3025;
  font-size: 18px;
  margin-right: 5px;
}

.btn-container {
  background-color: #ab2116;
  color: #ffffff;
  padding: 20px;
}

.btn-container h3 {
  color: #ffffff;
  font-size: 23px;
}

.bar .bar-text {
  text-align: center;
  display: flex;
  vertical-align: top;
}

.bar .bar-text .bar-button {
  margin: 0px 0px 0px auto;
}

.bar .bar-text div:not(.bar-button) {
  font-size: 24px;
  padding: 23px 0 22px 0;
}

footer {
  color: #444444;
}

footer h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1rem;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #3d3d3d;
  letter-spacing: -0.5px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

footer h6:after {
  position: absolute;
  content: "";
  background-color: #f7c51e;
  height: 3px;
  width: 30px;
  bottom: -1px;
  left: 0;
  background-color: #ba3025;
}

footer .footer-1 {
  background-image: url(../media/img/bg-footer.png);
  padding: 60px 0 30px 0;
  border-top: 1px solid #e6e6e6;
  background-color: #f2f2f2;
}

footer .footer-2 {
  background-color: #4c4c4c;
  color: #ffffff;
  padding: 19px 0px;
}

footer .footer-2 a {
  color: #8c8c8c;
}

@media (min-width: 992px) {
  #navbar-hidden-web {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .mt-ph-25 {
    margin-top: 25px;
  }

  header .hd-logo img {
    width: 90%;
    display: block;
    margin: 0px auto;
  }
  header .hd-logo {
    padding-top: 0px;
  }
  nav {
    display: none;
  }

  .animacion {
    padding: 30px 0 30px 0;
  }

  .btn-container {
    margin-bottom: 20px;
  }

  .aside {
    margin-top: 25px;
  }

  .bar .bar-text {
    display: block;
  }

  .bar .bar-text div:not(.bar-button) {
    padding: 23px 0 10px 0;
  }

  .bar .bar-text .bar-button {
    margin-bottom: 30px;
  }

  .bg-reviews .bgr-reviews blockquote {
    padding: 15px 15px 15px 45px;
    font-size: 16px;
  }

  .bgr-reviews {
    margin-bottom: 20px;
  }

  .bg-reviews .bgr-reviews blockquote:before {
    position: absolute;
    content: "“";
    top: 30px;
    left: 0;
    background: #bbbbbb;
    color: #ffffff;
    width: 30px;
    height: 30px;
    font-size: 45px;
    line-height: 50px;
  }

  .bg-gray {
    padding: 60px 0px 60px 0px;
  }

  .mt--37px {
    margin-top: 0px !important;
  }

  footer .ft-widget {
    margin-bottom: 25px;
  }

  footer .footer-2 {
    text-align: center;
  }
}

#navbar-hidden-web {
  display: flex;
}

/*estilos agregados*/

/*opcion reviews*/
.quote-corporate {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  /* max-width: 360px; */
  margin-left: auto;
  margin-right: 10px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #ba3025;
  margin-bottom: 38px;
  background: #ffffff;
  display: inline-block;
}
.quote-corporate {
  padding: 30px 20px;
}
img.img-google2 {
  background-color: #fff;
}
.quote-corporate .quote-header {
  /*display: flex;*/
  align-items: flex-end;
}
.quote-corporate .quote-body-mark > * {
  fill: #ebebeb;
}
h1.title-review-home {
  color: #fff !important;
  text-align: center;
}
.star-rating.new {
  /*text-align: right;*/
}
.quote-text {
  margin-top: -35px;
}
.quote-corporate .quote-header > * {
  margin-right: 15px;
  margin-top: -10px;
}
.star-rating.new > a {
  font-size: 30px;
}
.quote-header > h2 {
  font-family: "Caudex", serif !important;
  font-weight: bold;
}
.star-rating a {
  display: inline-block;
  color: #f39c12 !important;
}
.quote-corporate * + .quote-body {
  margin-top: 25px;
}
.quote-corporate .quote-body {
  text-align: right;
}
.quote-corporate .quote-body .quote-text {
  text-align: left;
}
svg:not(:root) {
  overflow: hidden;
}
.quote-corporate .quote-image {
  left: 60px;
}
.quote-corporate .quote-image {
  /*    position: absolute;*/
  display: inline-block;
  overflow: hidden;
  left: 30px;
  bottom: -40px;
  border-radius: 50%;
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.1);
}
.quote-image {
  float: right;
}
img.img-google2 {
  border-radius: 100px;
}
.name-estrellas {
  display: inline-block;
}
.quote-corporate {
  height: 300px;
}
a.buttonInverted {
  text-decoration: none;
}
.star-rating.new {
  margin-top: -30px;
  margin-bottom: 20px;
}
h2.title-reviews {
  font-size: 20px;
}

.contenedor1 {
  /*margin: 2rem auto;*/
  height: 140px;
  width: 100%;
  /*max-width: 400px;*/
  overflow: auto;
  box-sizing: border-box;
  /*padding:0 1rem;*/
  text-align: left;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor1::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor1::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor1::-webkit-scrollbar-button:increment,
.contenedor1::-webkit-scrollbar-button {
  display: none;
}

.contenedor1::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor1::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor1::-webkit-scrollbar-track {
  border-radius: 10px;
}
/*fin opcion reviews*/
ul.slick-dots > li > button {
  background: #d4d4d4;
  text-decoration: none !important;
}
.slick-slider {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .slick-slider {
    margin-bottom: 60px;
  }
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  left: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  background-color: #d4d4d4;
  border-radius: 50%;
  transition: 350ms;
  text-decoration: none !important;
  list-style: none !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background-color: #ba3025;
}

.slick-dots li.slick-active button {
  background-color: #ba3025;
}

.slick-slide {
  outline: none;
}

.slick-dots li button::before {
  color: #d4d4d4 !important;
}

.slick-dots li.slick-active button::before {
  color: #ba3025 !important;
}

ul.list-follow > li {
  display: inline-block;
  margin-right: 20px;
}
img.img-google {
  width: 60px;
}
img.logo-reviews {
  border-radius: 10px;
  width: 95%;
}
.modal._fade.response-message.in {
  z-index: 9999999;
}
.aside > a > img {
  height: 95px;
}
div#fixed-contact {
  display: none;
}

@media only screen and (max-width: 767px) {
  #footer {
    /*padding-bottom: 60px;*/
  }
  div#fixed-contact {
    display: block;
  }
  div.new-footer {
    background-color: #000;
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 70px;
    /*margin-left: -50px;*/
  }
  div#fixed-contact .phone-btn a {
    background: #30bf2a !important;
  }
  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 .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, 0.25);
  }
  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 38px;
    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(50% + 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(50% - 120px);
  }
  i.fa.fa-envelope {
    font-size: 17px;
  }
  i#icon-new-footer {
    font-size: 20px;
  }
}

a.thumbnail-type-2.project-data_ {
  position: relative;
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  img.logo-reviews {
    margin-bottom: 10px;
  }
}

.new-content {
  text-align: right;
}
p.text-color {
  font-size: 16px;
  color: #8e8e8e;
}
img.img_ssl {
  width: 115px;
}
.ssl {
  margin-top: 60px;
}
.seccion_bbb {
  margin-top: 60px;
  text-align: center;
}
img.logo_bbb {
  width: auto;
}
.seccion_bbb_footer {
  text-align: left;
}

.privacy {
  text-align: center;
}
.privacy a {
  color: #fff !important;
}
.ft-body-widget a {
  color: #000;
}
.img-face-galleries {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
img.img-face-galleries {
  width: 200px;
}
h5.mt-1.title_visit {
  font-size: 22px;
}
a.thumbnail-type-2.project-data_ {
  margin-bottom: 25px;
}
