body {
  cursor: default;
  font-family: "aktiv-grotesk", sans-serif;
  color: #4c5055;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "effra", "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.25em;
}

h2 {
  font-size: 36px;
  letter-spacing: 4px;
  line-height: 1.3em;
}

h3 {
  font-size: 30px;
  line-height: 1.3em;
}

h3,
h4 {
  letter-spacing: 4px;
}

.subcategoria-box {
    border: 1px solid #FFF;
    box-shadow: 0 0 1rem rgba(0,0,0,.15);
    color: #4c5055;
}

.subcategoria-box:hover {
    border: 1px solid #c10230;
    color: #c10230;
    box-shadow: 0 0 1rem rgba(0,0,0,.15);
}
.subcategoria-box.sel {
    border: 1px solid #c10230!important;
    color: #c10230;
    box-shadow: 0 0 1rem rgba(0,0,0,.15)!important;
}
.subcategoria-box.sel div a > img:nth-child(1) {
    display: none!important;
}
.subcategoria-box.sel div a > img:nth-child(2) {
    display: inline-block!important;
}

/*Backgrounds*/

.bg-light {
  background-color: #eeeeee !important;
}

.bg-light2 {
  background-color: #f6f8f9 !important;
}

.bg-secondary {
  background-color: #d4eff6 !important;
}

.bg-textura {
  background-image: url(../images/localizador/textura.png);
  background-size: cover;
}

.bg-liftmaster-gray {
  background-color: #F2F2F2 !important;
}

.bg-liftmaster-white {
  background-color: #FAFAFA !important;
}

.bg-liftmaster-blue {
  background-color: #069AF4 !important;
}


/*Text colors*/

.text-light {
  color: #eeeeee !important;
}

.text-dark {
  color: #414141 !important;
}

.text-liftmaster-red {
  color: #c10230 !important;
}

.text-liftmaster-gray-low {
  color: #A09D9D !important;
}

.text-liftmaster-gray-mid {
  color: #8A8989 !important;
}

.text-liftmaster-sky-blue {
  color: #0BB1DD !important;
}

.modal-backdrop {
  background-color: #8bd3e6;
}

td,
th {
  vertical-align: middle !important;
}

.flex-even {
  flex: 1;
}

.cat-img:hover {
  transition: all 0.8s ease;
}

.cat-img:hover,
.cat-img.sel {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}


/*Custom Buttons*/

.btn-primary {
  color: #FFF;
  background-color: #c10230;
  border-color: #c10230;
}

.btn-primary:hover,
.btn-primary:active {
  color: #FFF;
  background-color: #b0032d;
  border-color: #b0032d;
}

.btn-sky-blue {
  color: #fff;
  background-color: #0BB1DD !important;
  border-color: #0BB1DD;
}

.btn-liftmaster-gray-to-red {
  color: #fff;
  background: #8A8989 !important;
  border-color: #8A8989;
}

.btn-liftmaster-gray-to-red:hover {
  color: #fff;
  background-color: #c10230 !important;
  border-color: #c10230;
}


/*Navbar*/

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c20f2f;
}

.navbar-liftmaster {
  background-color: #FFF;
  color: #a4a4a4;
  transition: all .5s ease 0s;
  padding-bottom: 0;
}

.navbar-liftmaster .logo-svg {
  width: 100%;
  max-width: 180px;
  height: auto;
}

.card-home-svg-icon .home-svg-icon {
  width: 100%;
  height: auto;
  max-width: 70px;
}

.card-home-svg-icon .home-svg-icon .st0,
.card-home-svg-icon a {
  fill: #c10230;
  stroke: #c10230;
  color: #c10230;
}

.card-home-svg-icon a {
  color: #FFF;
}

.card-home-svg-icon {
  cursor: pointer;
}

.card-home-svg-icon a {
  font-size: 1.5rem;
}

.card-home-svg-icon p, .card-home-svg-icon ul {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 0.9rem;
  text-align: left;
  transition: opacity 1s ease-out;
  overflow: hidden;
}

.card-home-svg-icon ul {
    padding-left: 14px;
}
.card-home-svg-icon ul li {
    margin-bottom: 10px;
}

.card-home-svg-icon.sel {
  background-color: #efefef;
  box-shadow: none!important;
  min-height: 300px;
}

.card-home-svg-icon.sel .home-svg-icon .st0 {
  fill: #c10230;
  stroke: #c10230;
}

.card-home-svg-icon.sel a {
  color: #fff;
}

.card-home-svg-icon.sel a i.fa-chevron-circle-down:before {
  content: "\f139";
}

.card-home-svg-icon.sel p, .card-home-svg-icon.sel ul {
  opacity: 1;
  height: auto;
}

.navbar-liftmaster .logo-svg .st0 {
  fill: #FFF;
  transition: all .5s ease 0s;
}

.navbar-liftmaster.transparent .logo-svg .st0 {
  fill: #FFF;
}

.navbar-liftmaster.transparent .form-control {
  background-color: transparent;
  color: white;
}

.navbar-liftmaster.transparent .form-control::placeholder {
  color: white;
}

.navbar-liftmaster.transparent {
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
}

.navbar-toggler {
  color: #a4a4a4;
}

.navbar-liftmaster.transparent .navbar-toggler {
  color: #FFF;
}

.navbar-liftmaster .form-control::placeholder {
  color: #a4a4a4;
}

.btn-localiza {
  font-size: 12px;
  line-height: 13px;
}

.producto-box h1 {
  letter-spacing: 5px;
  font-size: 20px;
}

.faq-response>ul {
  text-align: left;
}

.producto-box p {
  font-size: 11px;
}

.separador-nav {
  background-color: #f1f1f1;
  width: 100%;
  height: 2px;
}

.map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.map-container h1 {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 4rem;
  text-align: center;
}

.navbar-liftmaster .navbar-nav .nav-link {
  color: #a4a4a4;
  border-bottom: 3px solid transparent;
  text-align: center;
  font-size: 0.8rem;
}

.navbar-liftmaster .navbar-nav .active>.nav-link,
.navbar-liftmaster .navbar-nav .nav-link.active,
.navbar-liftmaster .navbar-nav .nav-link.show,
.navbar-liftmaster .navbar-nav .show>.nav-link {
  color: #a4a4a4;
  border-bottom-color: #c20f2f;
}

.navbar-liftmaster .red-phone {
  color: #c20f2f !important;
}

.navbar-liftmaster.transparent .navbar-nav .nav-link {
  color: #FFF;
  border-bottom: 3px solid transparent;
  text-align: center;
  font-size: 0.8rem;
}

.navbar-liftmaster.transparent .navbar-nav .active>.nav-link,
.navbar-liftmaster.transparent .navbar-nav .nav-link.active,
.navbar-liftmaster.transparent .navbar-nav .nav-link.show,
.navbar-liftmaster.transparent .navbar-nav .show>.nav-link {
  color: #FFF;
  border-bottom-color: #c10230;
}

.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  margin-left: -40px;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d5d5d6;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
  transition: background-color 400ms linear;
}

.carousel-indicators li.active {
  background-color: #8bd3e6;
}

.linea-title {
  height: 4px;
  background-color: #a4a6a4;
  width: 45px;
}

.linea-title2 {
  height: 4px;
  background-color: #8bd3e6;
  width: 100px;
  margin: 0.8rem auto;
}

.linea-title-blue {
  height: 4px;
  background-color: #069AF4 !important;
  width: 55px;
  margin: 0.8rem auto;
}

.linea-title-white {
  height: 4px;
  background-color: #FFFFFF !important;
  width: 55px;
  margin: 0.8rem auto;
}

.linea-title-gray {
  height: 4px;
  background-color: #a4a6a4;
  width: 100px;
  margin: 0.8rem auto;
}


/*HOME*/

.swiper-slide-prev,
.swiper-slide-next {
  transform: scale(0.75) !important;
}


/* CONTENDOR CIRCULAR BLANCO DE LOGOS */

.white-circle-container {
  width: 75px;
  height: 75px;
  max-width: 100px;
  max-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-circle-container img {
  max-width: 35px;
  align-self: center;
}

.white-circle-container-liftmaster {
  width: 105px;
  height: 105px;
  max-width: 150px;
  max-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-circle-container-liftmaster .img-logo {
  max-width: 75px;
  align-self: center;
}


/*CONTACT PAGE*/

.contact-item-link i {
  color: #8A8989;
}


/* Footer */

footer {
  background-color: #c10230;
  min-height: 200px;
  color: #FFF;
  font-size: 12px;
}

footer h2 {
  font-size: 17px;
}

footer .footer-container .element-row {
  height: 100%;
  min-height: 200px;
}

footer .footer-container .element-row .second-column {
  background-color: #fff !important;
  display: grid;
  align-items: center;
}


/* Social Media Container */

footer .footer-container .element-row .second-column .social-media-container .link-icon-item span {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*Social Media Icons*/

footer .footer-container .element-row .second-column .social-media-container .link-icon-item span .fa-bg {
  font-size: 2rem;
  color: #ABA8A8 !important;
}

footer .footer-container .element-row .second-column .social-media-container .link-icon-item span .fa-icon {
  font-size: 1rem;
  align-self: center;
}


/*Footer Logo container*/

footer .footer-container .element-row .second-column .row-logo-container .logo-container {
  background-color: #c10230;
}

.red-img {
  width: 40px;
  height: auto;
}

.pais-img {
  width: 80px;
  height: auto;
}

.pais-info {
  font-size: 0.95rem;
}

.pais-info h2 {
  font-size: 1.3rem;
}

.home-box-productos {
  height: 200px;
  background-color: #FFF;
  display: block;
  color: #9A9898;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  box-shadow: 3.5px 3.5px 3.5px 3.5px rgba(0, 0, 0, 0.15);
}

.home-box-productos:hover {
  background-color: #c10230;
  color: #fff;
  transition: all 0.5s ease;
}

.home-box-productos:hover>.hogar {
  background-image: url('../images/home/Hogar_blanco.png');
  transition: all 0.7s ease;
}

.home-box-productos:hover>.empresa {
  background-image: url('../images/home/Empresa_blanco.png');
  transition: all 0.7s ease;
}

.home-box-productos:hover>.trafico {
  background-image: url('../images/home/myq_blanco.png');
  transition: all 0.7s ease;
}

.home-box-productos:hover>.control {
  background-image: url('../images/home/Hogar_blanco.png');
  transition: all 0.7s ease;
}

.home-box-productos2,
.myq-box-productos {
  height: 200px;
  background-color: #FFF;
  display: block;
  color: #9A9898;
  letter-spacing: 7px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-box-productos2 .custom-icon-1 {
  color: #8A8989;
}

.home-box-productos2 .custom-icon-2 {
  display: none;
  color: #8A8989;
}

.home-box-productos2:hover {
  background-color: #c10230;
  color: #fff;
  transition: all 0.7s ease;
}

.home-box-productos2:hover>.seguridad {
  background-image: url('../images/nosotros/seguridad_blanco.png');
  transition: all 0.7s ease;
}

.home-box-productos2:hover>.comodidad {
  background-image: url('../images/nosotros/comodidad_blanco.png');
  transition: all 0.7s ease;
}

.home-box-productos2:hover>.control {
  background-image: url('../images/home/myq_blanco.png');
  transition: all 0.7s ease;
}

.home-box-productos2:hover>.custom-icon-1 {
  display: none;
  transition: all 1s ease;
}

.home-box-productos2:hover>.custom-icon-2 {
  display: block;
  color: #FFFFFF;
  transition: all 1s ease;
}


/*MyQ Box*/

.myq-box-productos .custom-icon-1 {
  color: #8A8989;
}

.myq-box-productos .custom-icon-2 {
  display: none;
  color: #8A8989;
}

.myq-box-productos:hover>.hogar {
  background-image: url('../images/home/home_icon.png');
  transition: all 0.7s ease;
}

.myq-box-productos:hover>.empresa {
  background-image: url('../images/home/empresa_icon.png');
  transition: all 0.7s ease;
}

.myq-box-productos:hover>.trafico {
  background-image: url('../images/home/myq_blanco.png');
  transition: all 0.7s ease;
}


/*MyQ box hover*/

.myq-box-productos:hover {
  background-color: #069AF4;
  color: #fff;
  transition: all 0.7s ease;
}

.myq-box-productos:hover>.custom-icon-1 {
  display: none;
  transition: all 1s ease;
}

.myq-box-productos:hover>.custom-icon-2 {
  display: block;
  color: #FFFFFF;
  transition: all 1s ease;
}

.hogar {
  background-image: url('../images/home/Hogar_gris.png');
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  /*background-size: 30% 50%;*/
}

.empresa {
  background-image: url('../images/home/Empresa_gris.png');
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  /*background-size: 30% 50%;*/
}

.trafico {
  background-image: url('../images/home/myq_gris.png');
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  /*background-size: 15% 50%;
    text-transform: initial;*/
}

.seguridad {
  background-image: url('../images/nosotros/seguridad_gris.png');
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}

.comodidad {
  background-image: url('../images/nosotros/comodidad_gris.png');
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}

.control {
  background-image: url('../images/home/myq_gris.png');
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}

.shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important;
}

.descripcion>p {
  margin-bottom: 0.2rem;
}

h1 {
  font-size: 29px;
}

h2 {
  font-size: 24px;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 33.33%;
  height: 400px;
  opacity: 0.5;
}

.swiper-slide-active {
  opacity: 1;
}

.quienes-somos-box {
  margin-top: 55px;
  position: relative;
}

.quienes-somos-box .mark {
  position: absolute;
  width: 25px;
  height: 45px;
  background-color: #c10230;
  top: 43%;
  right: 0;
}

.quienes-somos-box .title {
  color: #4c5055;
}

.text-vertical {
  text-align: center;
  font-size: 20px;
}

.image-section img {
  box-shadow: 0rem 1rem 1rem 0.5rem rgba(0, 0, 0, .15);
}


/*Nosotros*/

.nosotros-number {
  font-size: 88px;
  color: #c10230;
}

.nosotros-separador {
  background-color: #c10230;
  width: 3px;
  height: 130px;
  margin: 15px auto;
}

.nosotros-separador.light {
  background-color: #eee;
  ;
}


/*Logos Container*/

.logos-container {
  max-width: 600px;
  width: 100%;
}

.text-vertical span {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.somos-p {
  max-width: 600px;
  font-weight: 400;
}

.separador1 {
  background-color: #c10230;
  height: 4px;
  width: 50px;
  margin: 30px 0 40px 0;
}

.que-puedes p {
  font-size: 13px;
}

.text-tecnologia {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: initial;
}


/*myQ view*/


/*Arrow down*/

.side-arrow-down-white,
.side-arrow-down-light2,
.side-arrow-down-blue {
  position: relative
}

.side-arrow-down-white::after,
.side-arrow-down-white::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50%;
  max-width: 100%;
  background-color: #fff;
  bottom: -3.5rem;
  z-index: 200;
}

.side-arrow-down-light2::after,
.side-arrow-down-light2::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50%;
  max-width: 100%;
  background-color: #f6f8f9;
  bottom: -2rem;
  z-index: 200;
}

.side-arrow-down-blue::after,
.side-arrow-down-blue::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50%;
  max-width: 100%;
  background-color: #069AF4 !important;
  bottom: -2rem;
  z-index: 200;
}

.side-arrow-down-white::before,
.side-arrow-down-light2::before,
.side-arrow-down-blue::before {
  right: 50%;
  transform: skew(0, 3deg);
}

.side-arrow-down-white::after,
.side-arrow-down-light2::after,
.side-arrow-down-blue::after {
  left: 50%;
  transform: skew(0, -3deg);
}


/*Arrow-right*/

.custom-blue-arrow-right {
  position: relative;
}

.custom-blue-arrow-right::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-top: 150px solid transparent;
  border-left: 50px solid #069AF4;
  border-bottom: 150px solid transparent;
  z-index: 200;
}

.custom-blue-arrow-right::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 6px;
  top: 0;
  border-top: 150px solid transparent;
  border-left: 45px solid #fff;
  border-bottom: 150px solid transparent;
  z-index: 250;
}

@media (max-width: 992px) {
  .offcanvas-header {
    display: block;
  }
  .navbar-nav.navbar-center {
    margin-left: 0;
  }
  .navbar-liftmaster.transparent .form-control {
    background-color: #FFF;
    color: #a4a4a4;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(139, 211, 230, 1);
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(0px);
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
  .navbar-nav.navbar-center {
    position: initial;
    left: initial;
    transform: initial;
  }
  .navbar-liftmaster.transparent .form-control::placeholder {
    color: #a4a4a4;
  }
  .navbar-liftmaster .navbar-nav .nav-item {
    text-align: center;
  }
  .navbar-liftmaster .navbar-nav .nav-link {
    color: #FFF !important;
    margin-right: 0;
    text-align: center;
    display: inline-block;
  }
  .navbar-liftmaster .navbar-nav .nav-link:hover {
    color: #a4a4a4 !important;
    border-color: #f7f7f7;
  }
}

.dropdown-menu {
  max-height: 435px;
  overflow-y: auto;
}

.bd-example-modal-lg .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

.carousel-control-next,
.carousel-control-prev,
.carousel-control-next:hover,
.carousel-control-prev:hover,
.carousel-control-next:active,
.carousel-control-prev:active {
  color: #a4a4a4!important;
  font-size: 3rem;
}

.carousel-thumbnails {
  margin-bottom: 5rem;
}

.carousel-thumbnails .carousel-indicators {
  margin-bottom: -4.69rem;
  position: absolute;
}

.carousel-thumbnails .carousel-indicators li {
  height: auto;
  width: 3.25rem;
  max-width: 3.25rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border: 5px solid #eaeaea;
  opacity: 0.5;
}

.carousel-thumbnails .carousel-indicators li.active {
  opacity: 1;
}

.carousel-thumbnails .carousel-indicators img {
  max-width: 6.25rem;
  height: auto;
  overflow: hidden;
  display: block;
}

@media (max-width: 700px) {
  .subcats-container {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-even {
    flex: 0 45%;
  }
  .nosotros-number {
    font-size: 35px;
  }
}
