@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700;800&display=swap");
*, body, h1, h2, h3, h4, h5, h6, blockquote {
  font-family: "Barlow Semi Condensed", sans-serif;
}

body {
  color: #000000;
}

#header .header-top.header-top-bottom-containered-border > .container > .header-row {
  border-bottom: 1px solid #ff9b66;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
  color: #00356b;
  font-weight: 700;
  font-size: 18px;
}

#header .header-nav.header-nav-links nav > ul li:hover > a {
  color: #ff5900;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  border-top-color: #ff5900;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  color: #00356b;
  font-weight: 600;
  font-size: 16px;
}

#header .header-btn-collapse-nav {
  background-color: #00356b;
}

.grecaptcha-badge {
  bottom: 85px !important;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    display: none;
  }
}

#header .header-nav {
  justify-content: flex-start;
}
#header .social-icons li {
  box-shadow: none;
}
#header .social-icons li a {
  color: #ff5900 !important;
  font-size: 18px;
}
#header .icon_color {
  color: #ff5900;
}
#header .textTopHeader {
  color: #00356b;
  display: flex;
}
@media screen and (max-width: 768px) {
  #header .textTopHeader {
    flex-direction: column;
  }
}
#header .textTopHeader span {
  margin-right: 15px;
}
#header .textTopHeader span:last-child {
  margin-right: 0;
}
#header .textTopHeader a {
  color: #00356b;
}
#header .colorprimary {
  color: #ff5900;
}
#header .colorsecondary {
  color: #00356b;
}
#header .header-logo {
  margin: 0;
}
#header .logo-header {
  width: 100%;
  height: 100%;
  max-height: 80px;
}
#header .iconPhone {
  height: 45px;
  width: 45px;
}
@media screen and (max-width: 768px) {
  #header .feature-box-info.hiddenMobile {
    display: none;
  }
}

.slideHome .imgFloat {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  max-width: 50%;
  height: auto;
}
.slideHome .heightContent {
  height: calc(100vh - 160px);
}
@media screen and (max-width: 768px) {
  .slideHome .owl-item {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .slideHome .slide2 {
    background-position-x: 0% !important;
  }
}
.slideHome .title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  line-height: normal !important;
  position: relative;
  padding: 15px 50px;
}
@media screen and (max-width: 768px) {
  .slideHome .title {
    font-size: 30px;
  }
  .slideHome .title br {
    display: none;
  }
}
.slideHome .title span {
  font-weight: 400;
}
.slideHome .title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-20deg);
  filter: blur(6px);
}
.slideHome .btn-slide {
  background-color: #ff5900;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid #ff5900;
  transition: 0.5s ease-in-out;
}
.slideHome .btn-slide:hover {
  text-decoration: none;
  background-color: transparent;
}

#cta-1 {
  background-color: #00356b;
}
#cta-1 .title {
  color: #ffffff;
  font-weight: 600;
  font-size: 35px;
  line-height: normal;
}
#cta-1 .title .light {
  font-weight: 400;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #cta-1 {
    font-size: 25px;
  }
}
#cta-1 .btn_orange {
  background-color: #ff5900;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid #ff5900;
  transition: 0.5s ease-in-out;
}
#cta-1 .btn_orange:hover {
  text-decoration: none;
  background-color: transparent;
}

#nosotros .title {
  color: #ff5900;
  font-weight: 700;
  font-size: 35px;
  line-height: normal;
}
#nosotros .text {
  color: #00356b;
  font-size: 18px;
  font-weight: 500;
}
#nosotros .watermark {
  max-width: 535px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #nosotros .contImg {
    transform: translate(-30%, -50%);
  }
}
#nosotros .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
#nosotros .box .text {
  font-weight: 700;
  font-size: 20px;
}
#nosotros .box img {
  max-width: 240px;
  height: auto;
}

#productos {
  background-color: #f3f3f3;
  padding-top: 70px;
}
#productos .titleFilter {
  font-size: 22px;
  color: #00356b;
  font-weight: 500;
}
#productos .titleFilter.active {
  color: #ff5900 !important;
  border-bottom: 3px solid #ff5900 !important;
}
#productos .thumb-info-title {
  position: absolute;
  top: 50%;
  left: 0%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 70%;
  padding: 15px 0;
  text-align: center;
  background-color: #00356b;
  letter-spacing: normal;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#productos .thumb-info:hover .thumb-info-title {
  left: 50%;
  opacity: 1;
}
#productos .thumb-info-action-icon {
  background-color: #ff5900;
}

#testimonios {
  background-color: #00356b;
}
#testimonios .title {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: normal;
}
#testimonios .text {
  color: #ffffff;
  font-size: 18px;
}
#testimonios blockquote p {
  color: #00356b;
  font-weight: 500;
}
#testimonios blockquote:before {
  color: #ff5900;
}
#testimonios .testimonial-author .iconPerson {
  width: 100%;
  height: 100%;
}
#testimonios .testimonial-author .author {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
#testimonios .testimonial-author .location {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}
#testimonios .owl-dot.active span {
  background-color: #ff7a33 !important;
}
#testimonios .owl-dot:hover span {
  background-color: #ff7a33 !important;
}

#contacto .title {
  color: #ff5900;
  font-size: 35px;
  font-weight: 700;
}
#contacto .text {
  color: #00356b;
  font-size: 18px;
  font-weight: 500;
}
#contacto input::-moz-placeholder {
  color: #6686a6;
  font-weight: 500;
  opacity: 1;
  font-size: 16px;
}
#contacto input::placeholder {
  color: #6686a6;
  font-weight: 500;
  opacity: 1;
  font-size: 16px;
}
#contacto textarea::-moz-placeholder {
  color: #6686a6;
  font-weight: 500;
  opacity: 1;
  font-size: 16px;
}
#contacto textarea::placeholder {
  color: #6686a6;
  font-weight: 500;
  opacity: 1;
  font-size: 16px;
}
#contacto .btn-send {
  background-color: #ff5900;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid #ff5900;
  transition: 0.5s ease-in-out;
}
#contacto .btn-send:hover {
  text-decoration: none;
  background-color: transparent;
  color: #00356b;
}

#footer {
  background-color: #00356b;
}
#footer .title {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
}
#footer .text {
  color: #859eb8;
  transition: 0.5s ease-in-out;
  font-size: 16px;
  font-weight: 500;
}
#footer .text.link:hover {
  color: #ff7a33;
  text-decoration: none;
}
#footer .textCall {
  color: #ff7a33;
  font-weight: 700;
  font-size: 22px;
  transition: 0.5s ease-in-out;
}
#footer .textCall:hover {
  color: #859eb8;
  text-decoration: none;
}
#footer .iconCall {
  width: 40px;
  height: 40px;
}
#footer .lineFooter {
  background-color: #859eb8;
}
#footer .social-icons-medium {
  display: flex;
  padding-left: 0;
}
#footer .social-icons-medium li {
  margin-right: 15px;
  list-style: none;
}
#footer .social-icons-medium li .linkSocial {
  color: #859eb8;
  font-size: 19px;
  transition: 0.4s ease-in-out;
}
#footer .social-icons-medium li .linkSocial:hover {
  color: #ff7a33;
}
#footer .separator {
  margin: 0 8px;
  color: #859eb8 !important;
}
#footer .footer-copyright {
  background-color: #00356b;
}
#footer .footer-copyright .flexRow {
  display: flex;
  align-items: center;
}
#footer .footer-copyright .flexRow .col-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #footer .footer-copyright .flexRow .col-left {
    text-align: center;
  }
}
#footer .footer-copyright .flexRow .col-center {
  text-align: center;
}
#footer .footer-copyright .flexRow .col-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #footer .footer-copyright .flexRow .col-right {
    text-align: center;
  }
}
#footer .logo-footer {
  width: 100%;
  height: auto;
  max-width: 200px;
}
#footer .logo-firma {
  width: 100%;
  height: auto;
  max-width: 135px;
}

#topInterior {
  background-color: #00356b;
}
#topInterior .title {
  color: #ff7a33;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: normal;
}
#topInterior .breadcrumbLink {
  color: #ffffff;
  font-size: 17px;
}
#topInterior .breadcrumbLink.active {
  color: #6686a6;
}

#galleryProduct .contentBox {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.7);
  padding: 15px;
}
#galleryProduct .contentBox .title {
  color: #ff5900;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  margin-bottom: 15px;
}
#galleryProduct .contentBox .text {
  color: #00356b;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
#galleryProduct .contentBox .text span {
  font-weight: 700;
}
#galleryProduct .contentBox .text:last-child {
  margin-bottom: 0;
}

#related-products {
  position: relative;
  background-color: #f3f3f3;
}
#related-products .watermark {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#related-products .title {
  color: #00356b;
  font-weight: 500;
  font-size: 35px;
  letter-spacing: normal;
  margin-bottom: 25px;
}
#related-products .title span {
  font-weight: 700;
}
#related-products .thumb-info-title {
  background-color: #00356b;
}
#related-products .thumb-info-title .thumb-info-inner {
  font-weight: 500;
  letter-spacing: normal;
}
#related-products .thumb-info-title .thumb-info-type {
  background-color: #ff5900;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #related-products .thumb-info-title .thumb-info-type {
    font-size: 14px;
  }
}
#related-products .thumb-info-action-icon {
  background-color: #ff5900;
}

#contactPage {
  background-color: #f3f3f3;
  position: relative;
  padding: 70px 0;
}
#contactPage .watermark {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 30%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1600px) {
  #contactPage .watermark {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #contactPage .watermark {
    max-width: 100%;
  }
}
#contactPage .boxContactPage {
  position: relative;
  z-index: 2;
}
#contactPage .title {
  color: #ff5900;
  font-weight: 600;
  font-size: 35px;
}
#contactPage .text {
  color: #00356b;
  font-weight: 500;
  font-size: 18px;
}
#contactPage .form-label {
  color: #6686a6;
  font-weight: 500;
  font-size: 17px;
}
#contactPage .btn-send {
  background-color: #ff5900;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 80px;
  border: 2px solid #ff5900;
  transition: 0.5s ease-in-out;
}
#contactPage .btn-send:hover {
  text-decoration: none;
  background-color: transparent;
  color: #00356b;
}
#contactPage .boxInfoContact .titleInfo {
  color: #00356b;
  font-weight: 600;
}
#contactPage .boxInfoContact .list-icons .textInfo {
  color: #00356b;
  font-weight: 600;
}
#contactPage .boxInfoContact .list-icons .textInfo span {
  font-weight: 600;
  color: #6686a6;
}
#contactPage .boxInfoContact .list-icons .link {
  color: #00356b;
  transition: 0.5s ease-in-out;
}
#contactPage .boxInfoContact .list-icons .link:hover {
  color: #ff5900;
  text-decoration: none;
}
#contactPage .boxInfoContact .list-icons i {
  color: #ff5900;
  border-color: #ff5900;
}

.socialDesktop {
  position: fixed;
  top: 80%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .socialDesktop {
    display: none;
  }
}
.socialDesktop a {
  display: table;
  margin: 0 0 15px auto;
}
.socialDesktop a img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 50px;
}

.socialMobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ff5900;
}
@media screen and (max-width: 768px) {
  .socialMobile {
    display: flex;
  }
}
.socialMobile a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.socialMobile a:before {
  content: "";
  background: #ffffff;
  position: absolute;
  width: 3px;
  height: 110%;
  top: 0;
  left: 100%;
  transform: rotate(20deg);
}
.socialMobile a:last-child:before {
  display: none;
}
.socialMobile a i {
  font-size: 18px;
  margin-right: 7px;
}

.post {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
}
.post.d-none {
  display: none;
}
.post:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.post .boxCont {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .post .boxCont {
    padding: 0 30px;
  }
}
.post .boxCont #closePromo {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 0;
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .post .boxCont #closePromo {
    top: -35px;
    right: 15px;
  }
}
.post .boxCont img {
  width: 700px;
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1600px) {
  .post .boxCont img {
    width: 530px;
  }
}
@media screen and (max-width: 1450px) {
  .post .boxCont img {
    width: 100%;
  }
}/*# sourceMappingURL=custom.css.map */