:root {
  --letter-red: #CC0B20;
  --letter-blue: #194190;
  --letter-gray: #585858;
  --letter-gray-02: #343434;
}

.preheader {
  background-color: var(--letter-red);
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-align: right;
}

body {
  font-family: 'Reddit Sans', sans-serif;
}

.preheader .col {
  text-align: center;
}

@media (min-width: 1400px) {
  .preheader .col {
    text-align: right;
  }
}

.preheader a {
  text-decoration: none;
  display: inline-flex;
  font-size: .7rem;
  font-weight: 600;
  align-items: center;
}

.preheader a i {
  font-size: 1.15rem;
  display: inline-flex;
}

@media (min-width: 1400px) {
  .preheader a i {
    font-size: 1.25rem;
    display: inline-flex;
  }
}

@media (min-width: 1400px) {
  .preheader a {
    text-decoration: none;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 600;
    align-items: center;
  }
}

header {
  background-color: var(--letter-gray);
  z-index: 150;
  position: relative;
  min-height: 110px;
}

@media (min-width: 1400px) {
  header {
    background-color: var(--letter-gray);
    z-index: 150;
    position: relative;
  }
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: rgba(255,255,255,0.55);
  --bs-navbar-hover-color: rgba(255,255,255,0.7);
  --bs-navbar-disabled-color: rgba(255,255,255,0.3);
  --bs-navbar-active-color: rgba(255,255,255,0.9);
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(255,255,255,0.9);
  --bs-navbar-brand-hover-color: rgba(255,255,255,0.9);
  --bs-navbar-nav-link-padding-x: 1.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: rgba(255,255,255,0.55);
  --bs-navbar-hover-color: rgba(255,255,255,0.7);
  --bs-navbar-disabled-color: rgba(255,255,255,0.3);
  --bs-navbar-active-color: rgba(255,255,255,0.9);
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(255,255,255,0.9);
  --bs-navbar-brand-hover-color: rgba(255,255,255,0.9);
  --bs-navbar-nav-link-padding-x: 1.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  box-shadow: none!important;
  outline: none;
}

.nav-link {
  display: block;
  padding: 2rem 2rem;
  font-size: 1rem;
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 768px) {
  .nav-link {
    display: block;
    padding: 2rem .5rem;
    font-size: .85rem;
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    border-bottom: 5px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
  }
}

.nav-link:focus, .nav-link:hover {
  border-bottom-color: var(--letter-red);
}

.navbar-brand {
  position: absolute;
  top: 0;
  z-index: 600;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: var(--bs-navbar-active-color);
  border-bottom-color: var(--letter-red);
}

.section-slider {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .section-slider {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

.section-slider.inner-page {
  height: 70vh;
  position: relative;
  overflow: visible;
}

.floating-elements-left-slider {
  width: 240px;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent url("../../assets/img/halftone-slider-left.jpg") bottom left / contain no-repeat;
  z-index: 1;
}

@media (min-width: 768px) {
  .floating-elements-left-slider {
    width: 500px;
    height: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent url("../../assets/img/halftone-slider-left.jpg") bottom left / contain no-repeat;
    z-index: 1;
  }
}

.floating-elements-right-slider {
  width: 280px;
  height: 360px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url("../../assets/img/halfone-slider-right.jpg") top right / contain no-repeat;
  z-index: 1;
}

@media (min-width: 768px) {
  .floating-elements-right-slider {
    width: 500px;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url("../../assets/img/halfone-slider-right.jpg") top right / contain no-repeat;
    z-index: 1;
  }
}

.inner-page .floating-elements-right-slider {
  width: 400px;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url("../../assets/img/halfone-slider-right.jpg") top right / contain no-repeat;
  z-index: 1;
}

.section-about-us {
  /*padding-top: 4rem;*/
  padding-bottom: 8rem;
  background-color: var(--letter-blue);
  position: relative;
  z-index: 5;
}

@media (min-width: 1400px) {
  .section-about-us {
    /*padding-top: 4rem;*/
    padding-bottom: 4rem;
    background-color: var(--letter-blue);
    position: relative;
    z-index: 5;
  }
}

.header-title {
  color: white;
  font-weight: 900;
  line-height: 1;
  font-size: 3rem;
  z-index: 100;
  position: relative;
}

.header-title small {
  display: block;
  font-size: 1.65rem;
}

.header-pretitle {
  color: rgba(255,255,255,0.6);
  font-size: .85rem;
  font-weight: 700;
}

.col-header-sections-about-us {
  padding-top: 9rem;
  padding-bottom: 5rem;
  position: relative;
}

.about-us-photo-col img {
  border-radius: 2rem;
}

.about-us-photo-col {
  transform: translateY(-2rem);
  position: relative;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

@media (min-width: 1400px) {
  .about-us-photo-col {
    transform: translateY(-1rem);
    position: absolute;
    max-width: 55%;
    right: 0;
    bottom: 0;
  }
}

.col-about-us-text {
  padding-top: 2rem;
  color: white;
}

.section-contacto {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--letter-gray-02);
  position: relative;
}

.brand-grayscale {
  margin-bottom: 1rem;
  filter: saturate(0) brightness(1.12);
}

.datos-contacto a {
  font-size: .9rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  opacity: .75;
  transition: opacity 250ms ease-in-out;
}

.datos-contacto a i {
  font-size: 1.15rem;
  display: inline-flex;
}

.datos-contacto a:focus, .datos-contacto a:hover {
  opacity: 1;
}

.form-contacto input, .form-contacto textarea {
  background: transparent;
  font-size: .95rem;
  padding: .65rem 1rem;
  border-color: var(--bs-gray);
  color: rgba(255,255,255,0.6);
  box-shadow: none!important;
  outline: none!important;
}

.form-contacto input:hover, .form-contacto textarea:hover, .form-contacto input:focus, .form-contacto textarea:focus {
  border-color: white;
  color: white;
  background: transparent;
}

.form-contacto .btn {
  font-size: .9rem;
  padding: .5rem 1.5rem;
}

.section-slogan {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--letter-red);
  color: white;
}

.section-slogan p {
  font-size: 1.25rem;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
}

.section-map {
  overflow: hidden;
}

.slider-container {
  position: relative;
  z-index: 15;
}

.servicios-text {
  font-size: 1rem;
  font-weight: 800;
  color: var(--bs-gray-600);
}

.servicios-heading {
  font-weight: 900;
  color: var(--letter-blue);
  line-height: 1;
  font-size: 3.25rem;
}

.slider-item {
  min-height: 80vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .slider-item {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .inner-page .slider-item {
    min-height: 70vh;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.slider-text .btn {
  font-size: .8rem;
  color: var(--letter-red);
  font-weight: 800;
  border-color: var(--letter-red);
  padding: .45rem 1.5rem;
  border-radius: 1rem;
  text-transform: uppercase;
  /*vertical-align: middle;*/
  display: inline-flex;
  align-content: center;
  justify-items: center;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: 0px;
}

.slider-text .btn:hover, .slider-text .btn:focus {
  background-color: var(--letter-red);
  color: white;
}

.slider-text .btn i {
  display: inline-flex;
  font-size: 1.15rem;
}

.floating-plus-01 {
  position: absolute;
  top: 15px;
  right: 50px;
  width: 26px;
  z-index: 1;
}

@media (min-width: 1400px) {
  .floating-plus-01 {
    position: absolute;
    top: 150px;
    right: 210px;
    width: 26px;
    z-index: 1;
  }
}

.floating-plus-02 {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
}

.floating-plus-03 {
  position: absolute;
  top: 20%;
  right: 20px;
  z-index: 1;
}

.floating-halftone-white {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 220px;
  height: 220px;
  background: url("../../assets/img/halftone-white-rounded.png") left -110px top / cover no-repeat;
}

@media (min-width: 1400px) {
  .floating-halftone-white {
    position: absolute;
    bottom: -160px;
    left: 0;
    width: 320px;
    height: 320px;
    background: url("../../assets/img/halftone-white-rounded.png") left -160px top / cover no-repeat;
  }
}

.floating-plus-04 {
  position: absolute;
  bottom: 180px;
  right: 10%;
  width: 50px;
  z-index: 1;
}

@media (min-width: 1400px) {
  .floating-plus-04 {
    position: absolute;
    bottom: 120px;
    right: 10%;
    width: 50px;
    z-index: 1;
  }
}

.container-header-sections {
  position: relative;
  z-index: 150;
}

.ht-about-us:after {
  display: block;
  height: 10px;
  width: 58px;
  content: '';
  background-color: #e8524a;
  border-radius: .25rem;
  margin-top: 7px;
}

.navbar-collapse {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  content: '';
  z-index: 1000;
}

@media (min-width: 768px) {
  .navbar-collapse {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    content: '';
    z-index: 500;
  }
}

@media (min-width: 1400px) {
  #navcol-primary {
    position: relative;
    height: auto;
    background-color: transparent;
  }
}

.navbar .container-fluid {
  justify-content: center;
}

@media (min-width: 768px) {
  .navbar .container-fluid {
    justify-content: initial;
  }
}

.navbar-toggler {
  position: absolute;
  left: 0;
  top: 14px;
  outline: none;
  box-shadow: none!important;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: #ffffff8d;
  background-color: transparent;
  border: none;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.slider-img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .slider-img {
    max-width: 590px;
  }
}

@media (min-width: 1200px) {
  .slider-img {
    max-width: initial;
  }
}

@media (min-width: 1200px) {
  .inner-page .slider-img {
    max-width: 700px;
  }
}

.section-servicios-inner {
  background-color: var(--letter-blue);
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
}

.breadcrumb-section {
  font-size: .85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
}

.heading-servicio {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.servicio-descripcion {
  color: white;
}

.servicio-main-content {
  margin-bottom: 5rem;
}

.highlighted-red {
  background-color: var(--letter-red);
  padding: .25rem .5rem;
  border-radius: .75rem;
  display: inline-block;
}

.card-related {
  padding: 5rem 1rem 2rem;
  background: white;
  border-radius: 1.25rem;
  text-align: center;
  position: relative;
}

.card-related-title {
  font-size: 1.75rem;
  color: var(--letter-blue);
  text-decoration: none;
  font-weight: 900;
  display: block;
  margin-bottom: .35rem;
}

@media (min-width: 768px) {
  .card-related-title {
    font-size: 1.45rem;
    color: var(--letter-blue);
    text-decoration: none;
    font-weight: 900;
    display: block;
    margin-bottom: .35rem;
  }
}

.card-related-see-more {
  color: var(--letter-red);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 700;
  border: 1.5px solid var(--letter-red);
  padding: .15rem 1rem;
  display: inline-flex;
  border-radius: 0.35rem;
  outline: none;
  box-shadow: none;
  align-content: center;
  justify-items: center;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 768px) {
  .card-related-see-more {
    color: var(--letter-red);
    text-decoration: none;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    border: 1.5px solid var(--letter-red);
    padding: .15rem 1rem;
    display: inline-flex;
    border-radius: 0.35rem;
    outline: none;
    box-shadow: none;
    align-content: center;
    justify-items: center;
    flex-direction: row;
    align-items: center;
  }
}

.card-related-see-more:hover, .card-related-see-more:focus {
  background-color: var(--letter-red);
  color: white;
}

.card-related-title:hover, .card-related-title:focus {
  color: rgba(0,0,0,0.75);
}

.card-related-see-more i {
  display: inline-flex;
}

.card-related-img {
  position: absolute;
  left: 50%;
  top: -60px;
  width: 260px;
  transform: translateX(-50%);
  height: 140px;
  background: transparent center center / contain no-repeat;
}

.related-products-heading {
  margin-bottom: 5rem;
}

footer {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: var(--letter-gray-02);
  position: relative;
}

.brand-footer {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.footer-links {
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  align-content: center;
}

@media (min-width: 768px) {
  .footer-links {
    text-align: center;
    flex-direction: row;
    display: flex;
  }
}

.footer-links a {
  opacity: .75;
  text-decoration: none;
  font-size: .95rem;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  justify-items: center;
}

.footer-links a i {
  display: inline-flex;
  align-items: center;
}

.slider-productos-item {
  width: 100%;
  min-height: 250px;
  background: #EBEBEB center center / cover no-repeat;
  border-radius: 1rem;
  display: block;
}

.dropdown-main-menu .dropdown-menu {
  padding: 0;
  background-color: rgba(0,0,0,0.36);
  border-radius: 0;
}

@media (min-width: 768px) {
  .dropdown-main-menu .dropdown-menu {
    padding: 0;
    background-color: var(--letter-gray-02);
    border-radius: .25rem;
  }
}

.dropdown-main-menu .dropdown-menu .dropdown-item {
  color: white;
  font-size: 1rem;
  padding: 1rem .75rem 1rem 2rem;
}

@media (min-width: 768px) {
  .dropdown-main-menu .dropdown-menu .dropdown-item {
    color: white;
    font-size: .9rem;
    padding: .75rem .75rem;
  }
}

.dropdown-main-menu .dropdown-menu .dropdown-item:hover, .dropdown-main-menu .dropdown-menu .dropdown-item:focus {
  color: var(--letter-gray-02);
}

.dropdown-main-menu .dropdown-menu .dropdown-item:active {
  background-color: var(--letter-red);
  color: white;
}

.slider-text {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .slider-text {
    text-align: left;
    margin-bottom: 0;
  }
}

.related-products-item {
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .related-products-item {
    margin-bottom: 0;
  }
}

.related-products-item:last-of-type {
  margin-bottom: 0px;
}

.form-response {
    color: white;
    font-size: .9rem;
}