@import "animate.min.css";
@import "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css";
@import "stylestwo.css";
@import "normalize.min.css";
@import "demo.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
@import "//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css";
@import "https://unpkg.com/aos@2.3.1/dist/aos.css";
@media (max-width: 800px) {
  .hideOverflowOnMobile {
    overflow: hidden;
  }
}

h1 {
  line-height: 1.5em;
  font-size: 2em;
}

.container-fluid {
  padding-right: 4%;
  padding-left: 5%;
}

.primary {
  background-color: #0f90b5 !important;
}
.primary:hover {
  background-color: #F0F0F0 !important;
  border: 1px solid #0f90b5 !important;
  color: #0f90b5 !important;
}

.secondary {
  border: 2px solid #F0F0F0 !important;
  padding: 20px !important;
}
.secondary:hover {
  background-color: #0f90b5 !important;
  border: 2px solid #0f90b5 !important;
  color: #F0F0F0 !important;
}

.alternate {
  background-color: #ab80ad !important;
  color: #F0F0F0;
}
.alternate:hover {
  background-color: #F0F0F0 !important;
  border: 1px solid #ab80ad !important;
  color: #ab80ad !important;
}

.entry-header {
  height: 200px;
  position: relative;
}
.entry-header .img-head {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.entry-header h1 {
  font-size: 3em;
  color: #162441;
  font-weight: 700;
  margin: 100px 0 0 0;
  line-height: 48px;
  z-index: 0;
}

a {
  color: #0f90b5;
}
a:hover {
  color: #ab80ad;
}

.content-area {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-area .entry-title {
  font-weight: bold;
}

.page {
  margin: 0;
  padding-bottom: 40px;
}

.pre-head {
  color: #1a1a1a;
  font-size: 0.9em;
  font-weight: 500;
  padding: 10px 0;
}
.pre-head .fa {
  color: #1a1a1a;
  margin-right: 5px;
}
.pre-head a {
  color: #1a1a1a;
}
.pre-head .text-right .fa {
  color: #F0F0F0;
  font-size: 1.1em;
  margin-left: 10px;
}
.pre-head .text-right img {
  height: 11px;
}

.header-nav-wrapper .logo {
  padding: 10px 0 0 0;
  background-color: transparent;
  border-bottom: none;
}
.header-nav-wrapper .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-nav-wrapper .logo img {
  width: 65%;
}
@media (max-width: 768px) {
  .header-nav-wrapper .logo img {
    width: 40%;
  }
}
.header-nav-wrapper nav a:hover {
  color: #0f90b5 !important;
}
.header-nav-wrapper nav a::before {
  background-color: #0f90b5 !important;
}

.header-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  background-color: transparent;
}
.header-nav-wrapper .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 220px;
}
@media (max-width: 768px) {
  .header-nav-wrapper .logo {
    width: 130px;
    padding: 0;
  }
}
.header-nav-wrapper .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.header-nav-wrapper .logo a img {
  width: 100%;
}
@media (max-width: 768px) {
  .header-nav-wrapper .logo a img {
    width: 90%;
  }
}
.header-nav-wrapper .logo a img.anniversary-logo {
  width: 100px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .header-nav-wrapper .logo a img.anniversary-logo {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .header-nav-wrapper .anniversary-logo {
    margin-right: auto;
    width: 20%;
  }
}
.header-nav-wrapper .anniversary-logo .primary-nav-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.header-nav-wrapper .anniversary-logo .primary-nav-wrapper nav {
  display: flex;
  align-items: center;
}
.header-nav-wrapper .anniversary-logo .navicon {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.v-bg {
  position: relative;
  background-color: #1a1a1a;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.v-bg h1 {
  font-size: 2.5em;
  font-weight: bold;
}
.v-bg video {
  position: absolute;
  top: 60%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.v-bg .container {
  position: relative;
  z-index: 2;
}
.v-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a1a;
  opacity: 0.5;
  z-index: 1;
}

.hero {
  padding: 0 !important;
}
.hero h1 {
  font-size: 4em;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-page {
  margin: 30px 0;
}
.blog-page h1 {
  font-weight: bold;
}

.head .row {
  display: block;
}

.primary-nav-wrapper nav .sub-menu {
  display: none;
}
.primary-nav-wrapper nav .menu-item-has-children:hover .sub-menu {
  background: #F0F0F0;
  display: grid;
  margin: 12px 0 0 0;
  position: absolute;
  width: 14%;
  z-index: 9;
}
.primary-nav-wrapper nav .menu-item-has-children:hover .sub-menu .sub-menu {
  width: 89%;
}

.panel {
  background: #1a1a1a;
}

.panel-header {
  position: fixed;
  right: -15.625em;
  width: 15.625em;
  background: #1a1a1a;
}

.push {
  position: relative;
}

.menu-link {
  display: none !important;
  background: transparent;
  border-radius: 4px;
  font-size: 2em;
  padding: 2px 12px;
  float: right;
}
@media (max-width: 800px) {
  .menu-link {
    display: inline-block !important;
    margin-top: -15%;
  }
}
@media (max-width: 800px) {
  .menu-link i {
    color: #1a1a1a;
  }
}

.mobile-menu a {
  font-size: 0.9em;
  display: block;
  color: #F0F0F0;
  padding: 15px 15px;
}
.mobile-menu a:hover {
  background-color: #1a1a1a;
}
.mobile-menu li {
  border-bottom: 1px #444 solid;
}

.vin-web h4 {
  margin: 10px 0 30px 0;
}
.vin-web .h-web {
  text-align: left;
}
.vin-web .media-body {
  margin: 0 0 20px 10px;
}
.vin-web .media-body p {
  padding-bottom: 10px;
}
.vin-web .primary {
  padding: 10px;
}
.vin-web .col-md-5 video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.vin-web .col-md-5 .video-wrapper {
  border: 2px solid #000;
  width: 400px;
  height: 200px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vin-web .col-md-5 .text-center {
  height: 370px;
  padding: 30% 5%;
}
.vin-web .col-md-5 .text-center p {
  color: #F0F0F0;
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}
.vin-web .col-md-5 .text-center a {
  color: #F0F0F0;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  position: relative;
}

.grid figure {
  height: 200px;
}
.grid figure span, .grid figure p, .grid figure a {
  color: #F0F0F0 !important;
}
.grid .ci:hover {
  background: rgba(0, 99, 226, 0.6);
}
.grid .tc:hover {
  background: rgba(171, 128, 173, 0.6);
}
.grid .fp:hover {
  background: rgba(15, 144, 181, 0.6);
}
.grid h2 {
  word-spacing: 0.2em !important;
}
.grid figcaption img {
  height: 30px;
  margin: 0 auto;
}
.grid .sanit {
  width: 97%;
}

.collective {
  display: flex;
}
.collective h1 {
  font-weight: bold;
  font-size: 15em;
  margin: 0;
  background-image: url("../images/ci/bg-frutas.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.2em;
  position: relative;
  letter-spacing: -19px;
}
@media (max-width: 800px) {
  .collective h1 {
    font-size: 5em;
    letter-spacing: -5px;
  }
}
.collective h1 .special-text {
  font-size: 1em;
  -webkit-text-stroke: 1px #162441;
  text-stroke: 1px #162441;
  position: absolute;
  left: 0.03em;
  top: -0.03em;
  z-index: 0;
}
.collective img {
  object-fit: cover;
}
.collective span {
  color: #b5131e;
  font-size: 0.9em;
}
.collective h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #162441;
  margin: 10px 0;
}
.collective .comm {
  background: #F0F0F0;
  border-width: 0 0 0 3px;
  border-color: #b5131e;
  border-style: solid;
  padding: 25px;
}
.collective .comm .fa {
  color: darkgray;
  position: absolute;
  z-index: 0;
  font-size: 2em;
  margin: -10px 0 0 25px;
}
.collective .comm p {
  padding: 0;
  position: relative;
  z-index: 1;
}

.aiscold-t {
  background: url("../images/auto-contenidas.jpg") no-repeat;
  background-size: cover;
  color: #F0F0F0;
  padding: 20px 0;
}
.aiscold-t h3 {
  color: #F0F0F0;
  font-size: 2em;
  font-weight: bold;
}
.aiscold-t p {
  color: #F0F0F0;
  font-size: 1.2em;
}
.aiscold-t .acl-lg {
  margin-bottom: 20px;
  width: 45%;
  padding-top: 20%;
}
.aiscold-t img.wp2 {
  padding-top: 10%;
}
.aiscold-t .slick-slide {
  text-align: center;
}
.aiscold-t .slick-slide img {
  height: 400px;
  object-fit: cover;
}

.aiscold-r {
  background: url("../images/vitrinas-remotas.jpg") no-repeat;
  background-size: cover;
  color: #F0F0F0;
  padding: 20px 0;
}
.aiscold-r h3 {
  color: #F0F0F0;
  font-size: 2em;
  font-weight: bold;
  padding-top: 20%;
}
.aiscold-r p {
  color: #F0F0F0;
  font-size: 1.2em;
}
.aiscold-r .acl-lg {
  margin-bottom: 20px;
  width: 45%;
}
.aiscold-r img.wp2 {
  padding-top: 10%;
}
.aiscold-r .slick-slide {
  text-align: center;
}
.aiscold-r .slick-slide img {
  height: 400px;
  object-fit: cover;
}

.attention {
  padding: 30px 0;
  text-align: center;
}
.attention .row {
  margin-bottom: 30px !important;
}
.attention h3 {
  color: #1a1a1a;
  font-weight: bold;
  text-align: left;
}
.attention h4 {
  margin: 20px 0;
}
.attention h4::after {
  display: none;
}
.attention .primary {
  padding: 10px;
  width: 100%;
}
.attention img {
  height: 225px;
  object-fit: cover;
  width: 100%;
}

.attention-rec {
  padding: 30px 0;
  text-align: center;
}
.attention-rec .row {
  margin-bottom: 30px !important;
}
.attention-rec .row .col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.attention-rec h3 {
  color: #1a1a1a;
  font-weight: bold;
  text-align: left;
}
.attention-rec h4 {
  margin: 20px 0;
}
.attention-rec h4::after {
  display: none;
}
.attention-rec .primary {
  padding: 10px;
  width: 100%;
}

.prod-bg-sq {
  background: url("../images/bg_garantia.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
.prod-bg-sq h2 {
  font-weight: bold;
}
.prod-bg-sq h4 {
  color: #F0F0F0;
  font-size: 1.3em;
  margin: 0 0 15px 0;
}
.prod-bg-sq h4::after {
  display: none;
}
.prod-bg-sq p {
  color: #F0F0F0;
}
.prod-bg-sq .ind-frame .col-md-6 {
  margin-bottom: 10px;
  padding: 30px 5%;
}
.prod-bg-sq .ind-frame .col-md-6 div {
  background: transparent;
  border: 2px solid #F0F0F0;
  border-radius: 10px;
  height: 380px;
  padding: 55px 30px;
}
.prod-bg-sq .ind-frame .col-md-6 a {
  color: #F0F0F0;
  font-weight: bold;
}
.prod-bg-sq .ind-frame .col-md-6 .secondary {
  color: #F0F0F0;
  margin-top: 40px;
  font-weight: normal;
}

.doit-bg-sq {
  background: url("../images/bg_bien.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
.doit-bg-sq h2 {
  font-weight: bold;
}
.doit-bg-sq h4 {
  color: #F0F0F0;
  font-size: 1.3em;
  margin: 0 0 15px 0;
  text-align: left;
}
.doit-bg-sq h4::after {
  display: none;
}
.doit-bg-sq p {
  color: #F0F0F0;
}
.doit-bg-sq .ind-frame .col-md-6 {
  margin-bottom: 10px;
  padding: 30px 5%;
}
.doit-bg-sq .ind-frame .col-md-6 .primary {
  color: #F0F0F0;
  margin-top: 40px;
  font-weight: normal;
}
.doit-bg-sq .ind-frame .col-md-6 .primary:hover {
  border: none !important;
}
.doit-bg-sq .ind-frame .col-md-6 img {
  padding: 25% 0;
}

.clients h6 {
  color: #b5131e;
  margin-bottom: 20px;
}

.access h2 {
  color: #414A52;
  font-size: 1.5em;
  font-weight: bold;
  line-height: normal;
}
.access .intro {
  background: url("../images/distribuidor-compaqi.jpg");
  background-position: top;
  background-attachment: fixed;
  height: 200px;
  margin-bottom: 40px;
  text-align: center;
}
.access .intro h1 {
  padding: 5% 0;
  color: #F0F0F0;
  font-weight: bold;
}
.access .intro .mouse-container {
  bottom: 10%;
  position: relative;
}
.access .secondary {
  margin: 20px 0 40px 0;
}

.products {
  margin-top: 40px;
}
.products .row {
  margin-top: 40px;
  padding-bottom: 40px;
}
.products .row .text {
  padding: 60px;
}
.products h1 {
  color: #1a1a1a;
  font-size: 1.5em;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 40px;
}
.products h1:after {
  display: block;
  width: 270px;
  height: 1px;
  margin-top: 15px;
  content: "";
  background-color: #ab80ad;
}
.products h2 {
  color: #1a1a1a;
  font-size: 1.3em;
  font-weight: bold;
}
.products h3 {
  color: #1a1a1a;
  margin: 20px 0 10px 0;
}
.products ul li {
  list-style: inside;
  line-height: normal;
}
.products img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.products h1 img {
  margin: 10px 0;
}
.products .grid img {
  width: auto;
}
.products a {
  color: #ab80ad;
}
.products .botom-comun {
  background: url("../images/tc/info-bg.jpg");
  color: #F0F0F0;
  padding: 5% 10%;
  margin-bottom: 20px;
}
.products .botom-comun h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #F0F0F0;
  margin-bottom: 20px;
}
.products .botom-comun p {
  color: #F0F0F0;
}
.products .comun-ci {
  background: url("../images/ci/info-bg.jpg");
  background-position: center;
}
.products .frigo {
  background: url("../images/fp/info-bg.jpg");
}
.products .frigo p {
  color: #F0F0F0;
  font-weight: bold;
}
.products .ci-list li {
  font-size: 1.5em;
  line-height: 4;
}
.products .small {
  height: 200px;
}
.products .primary {
  margin-bottom: 20px;
}

.ab-ms {
  background: url("../images/tc/abarrotes_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.ca-ms {
  background: url("../images/tc/carnicerias_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.fa-ms {
  background: url("../images/tc/farmacias_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.da-ms {
  background: url("../images/tc/dark-kitchens_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.pa-ms {
  background: url("../images/tc/pastelerias_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.ra-ms {
  background: url("../images/tc/restaurantes_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.af-ms {
  background: url("../images/fp/bg-equipos.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.re-ms {
  background: url("../images/fp/bg-reachin.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.pu-ms {
  background: url("../images/fp/bg-puertas.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.rf-ms {
  background: url("../images/fp/bg-refacciones.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.cp-ms {
  background: url("../images/fp/bg-camaras.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.sa-ms {
  background: url("../images/fp/bg-sanitizacion.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.ti-ms {
  background: url("../images/tc/bg-tiendas.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.pe-ms {
  background: url("../images/fp/bg-panel.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.fv-ms {
  background: url("../images/ci/bg-frutas.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.sm-ms {
  background: url("../images/ci/bg-super.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.ci-ms {
  background: url("../images/ci/bg-carnicos.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.cd-ms {
  background: url("../images/ci/bg-cedis.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.fl-ms {
  background: url("../images/ci/bg-farmaceuticos.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.la-ms {
  background: url("../images/ci/bg-lacteos.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #F0F0F0;
  padding: 40px 0;
}

.p-sub-gral .tc-title span {
  color: #ab80ad !important;
  font-weight: 100;
  font-size: 1em;
}
.p-sub-gral .etiqueta {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.p-sub-gral .etiqueta i {
  font-size: 0.5em;
  position: relative;
  top: -0.3em;
}
.p-sub-gral img {
  height: auto;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.717);
}
.p-sub-gral h1 {
  color: #F0F0F0;
  font-weight: bold;
}
.p-sub-gral h1 img {
  height: 30px;
  width: auto;
}
.p-sub-gral p {
  color: #F0F0F0;
  font-weight: bold;
  font-size: 1.3em;
}
.p-sub-gral h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 20px;
}
.p-sub-gral h5 {
  color: #F0F0F0;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 20px;
}
.p-sub-gral ul {
  margin-top: 10px;
}
.p-sub-gral ul li {
  list-style: inside;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.p-sub-gral .text-center {
  margin-top: 40px;
}
.p-sub-gral .text-center .btn {
  margin-bottom: 10px;
}

.imgdest {
  position: relative;
  height: 400px;
}
.imgdest img {
  object-fit: cover;
  height: 100%;
  width: 33.33%;
  float: left;
}

.breadcrumb-item {
  font-size: 0.8em;
}

.reconocimientos .col-md-12 {
  margin-bottom: 20px;
}
.reconocimientos h1, .reconocimientos h2, .reconocimientos p {
  color: #1a1a1a;
}
.reconocimientos h2 {
  margin-bottom: 10px;
}
.reconocimientos .mt-9 {
  margin-top: 9%;
}
.reconocimientos .mt-8 {
  margin-top: 8%;
}
.reconocimientos .mt-7 {
  margin-top: 7%;
}
.reconocimientos .mt-2 {
  margin-top: 2% !important;
}
.reconocimientos .oleft {
  width: 55%;
  position: absolute;
  padding: 10px 20px;
  background: rgba(240, 240, 240, 0.5);
}
.reconocimientos .oleft h3 {
  color: #1a1a1a;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0px;
}
.reconocimientos .oleft p {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 0;
}
.reconocimientos img {
  float: right;
  object-fit: cover;
  height: 350px;
  width: 50%;
}
.reconocimientos .ptright .oright {
  width: 55%;
  position: absolute;
  padding: 10px 20px;
  background: rgba(240, 240, 240, 0.5);
  left: 44%;
}
.reconocimientos .ptright .oright p {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 0;
}
.reconocimientos .ptright img {
  float: left;
  object-fit: cover;
  height: 350px;
  width: 50%;
}

.ph-chat a {
  color: #162441;
  position: fixed;
  right: 5px;
  z-index: 9999999999999999;
  top: 74%;
  font-size: 20px;
}

.ph-call a {
  color: #162441;
  position: fixed;
  right: 5px;
  z-index: 9999999999999999;
  top: 90%;
  font-size: 20px;
}

.whatsapp a {
  position: fixed;
  right: 5px;
  z-index: 9999;
  top: 94%;
  font-size: 20px;
  background: #00d674;
  padding: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.whatsapp a span {
  color: #F0F0F0;
  border-radius: 10px 10px 0 0;
  font-size: 0.6em;
  font-weight: bold;
  padding: 2px 5px;
  text-align: center;
  width: auto;
  margin-right: 8px;
}
.whatsapp a i {
  color: #F0F0F0;
  font-size: 1.8em;
}

.contact-ft {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0f90b5;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 9999;
}

.svgIcon {
  color: #F0F0F0;
  transition-duration: 0.3s;
  font-size: 1.6em;
}

.contact-ft:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: #162441;
  align-items: center;
}

.contact-ft:hover .svgIcon {
  width: 50px;
  transition-duration: 0.3s;
  transform: translateY(60%);
}

.contact-ft::before {
  font-weight: bold;
  position: absolute;
  top: -20px;
  content: "Haz contacto";
  color: white;
  transition-duration: 0.3s;
  font-size: 2px;
}

.contact-ft:hover::before {
  font-size: 13px;
  opacity: 1;
  transform: translateY(30px);
  transition-duration: 0.3s;
}

.blog-page h2 {
  font-weight: bold;
}
.blog-page .primary {
  padding: 15px;
}
.blog-page .webinars {
  margin-bottom: 20px;
}
.blog-page aside h4 {
  font-weight: bold;
  margin: 10px 0;
}
.blog-page aside .media {
  margin-bottom: 10px;
}
.blog-page aside .media p {
  font-size: 0.8em;
}
.blog-page aside .media-body {
  margin: 0 0 10px 5px;
}

.wb-pr {
  color: #2CC990;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
}

.single .content-area .row .entry-header {
  height: auto;
  margin-bottom: 10px;
}
.single .content-area .row .entry-header h1 {
  margin: 0;
}
.single aside h4 {
  font-weight: bold;
  margin: 10px 0;
}
.single aside .media {
  margin-bottom: 10px;
}
.single aside .media p {
  font-size: 0.8em;
}
.single aside .media-body {
  margin: 0 0 10px 5px;
}

.tabs {
  margin-top: 20px;
}
.tabs h2 {
  color: #1a1a1a;
  font-size: 2em;
  margin: 10px 0;
}
.tabs #tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs #tab-button li {
  display: table-cell;
  width: 20%;
}
.tabs #tab-button li img {
  height: 1.1em;
}
.tabs #tab-button li a {
  display: block;
  padding: 0.5em;
  background: #eee;
  text-align: center;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.1em;
  color: #0f90b5;
}
.tabs #tab-button li a:hover {
  background: #fff;
}
.tabs #tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tabs .tab-contents {
  display: none;
  padding: 0.5em 2em 1em;
  margin-top: 20px;
}
.tabs .tab-contents.is-active {
  display: block;
}

.wpcf7-form label, .wpcf7-form input {
  width: 100%;
}
.wpcf7-form label {
  font-weight: bold;
}
.wpcf7-form select {
  width: 100%;
}
.wpcf7-form span {
  font-weight: normal;
}
.wpcf7-form .wpcf7-form-control input {
  width: 20%;
}
.wpcf7-form .wpcf7-form-control span {
  width: 100%;
  margin-top: 0px;
}
.wpcf7-form .wpcf7-form-control .wpcf7-free-text {
  width: 100%;
}

.denuncia h3 {
  border-bottom: 1px solid #ab80ad;
  color: #ab80ad;
  font-size: 1em;
}
.denuncia .col-md-6 img {
  height: 30px;
}
.denuncia ul li {
  list-style: disc;
  line-height: 1.5em;
}
.denuncia .drbg {
  background: #ab80ad;
  text-align: center;
  margin-top: 20px;
}
.denuncia .drbg h3, .denuncia .drbg p {
  color: #F0F0F0;
}
.denuncia .drbg h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
}
.denuncia h5 {
  font-size: 2em;
  font-weight: 100;
  margin-top: 50px;
}
.denuncia small {
  color: #ab80ad;
}
.denuncia #denuncia {
  margin-top: 40px;
}

.footer-bg {
  background-color: #38373C;
}

.site-footer {
  padding: 20px 0;
}
.site-footer .footer-branding {
  margin-bottom: 0;
}
.site-footer .footer-branding-logo {
  width: 100%;
}
.site-footer nav {
  float: right;
  margin-top: 0px;
  text-align: right;
}
.site-footer .footer-primary-nav {
  margin-bottom: 0 !important;
}
.site-footer li {
  display: inline;
  margin-left: 20px;
  line-height: 1.7em;
}
.site-footer li a {
  font-weight: normal;
}
.site-footer li a:hover {
  color: #0f90b5;
}
.site-footer .footer-share li {
  margin-right: 20px !important;
}
.site-footer .footer-share li a {
  font-size: 1.5em;
}

.contenido h1 {
  color: #414A52;
  font-weight: bold;
}

.contenidos-listado {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
}

.formulario-requerido h1 {
  color: #0f90b5;
  font-weight: bold;
}

.contens {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2re;
}
.contens .b-title {
  background: #0f90b5;
}
.contens .b-title h2 {
  color: #F0F0F0;
  padding: 20px 0;
}
.contens .book {
  display: block;
  position: relative;
  width: 320px;
  height: 230px;
  margin: 0;
  margin-top: 4rem;
  perspective: 800px;
}
.contens .book:hover .cover {
  transform: rotateY(-10deg) scale(0.95);
}
.contens .book:hover .page:nth-child(2) {
  transform: rotateY(-20deg) scale(1);
}
.contens .book:hover .page:nth-child(3) {
  transform: rotateY(-20deg) scale(1.03);
}
.contens .book:hover .page:nth-child(4) {
  transform: rotateY(-20deg) scale(1.06);
}
.contens .book:hover .description {
  transform: translateY(-10px) scale(1.05);
  opacity: 1;
}
.contens .book:hover .description h1 {
  transform: translateY(0);
  opacity: 1;
}
.contens .page {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 5px;
  padding-bottom: 0;
  position: absolute;
  border-radius: 5px;
  transition: transform 0.5s ease-out;
  transform-origin: left center;
  transition: transform 0.5s ease-out;
  transform-origin: left center;
}
.contens .page:nth-child(2) {
  background: linear-gradient(to right, #fff, #f1f1f1);
  z-index: 3;
}
.contens .page:nth-child(3) {
  background: linear-gradient(to right, #fff, #e0e0e0);
  z-index: 2;
}
.contens .page:nth-child(4) {
  background: linear-gradient(to right, #fff, #d1d1d1);
  z-index: 1;
}
.contens .cover {
  z-index: 4;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.contens .cover img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 5px;
}
.contens .description {
  position: absolute;
  top: -50px;
  left: 0%;
  transform: translateX(-50%) translateY(10px) scale(0.95);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.contens .description h1 {
  font-size: 0.8em;
  margin-top: 0px;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transform: translateY(10px);
  opacity: 0;
}
.contens .description a {
  color: #1a1a1a;
}
.contens .pag-contens {
  display: table;
  margin: 0 auto;
}

.contenidos-slider {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.contenidos-slider-w {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.slide-group {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  padding: 10px;
  justify-items: center;
}
@media (max-width: 768px) {
  .slide-group {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
}

.slick-dots {
  margin-top: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style: none;
}
.slick-dots .slick-active button {
  width: 25px;
  height: 10px;
  background-color: #0f90b5;
  border-radius: 15px;
  border: none;
  outline: none;
  transform: translateX(-10px);
  position: relative;
}
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #0f90b5;
  border-radius: 50%;
  padding: 0;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  position: relative;
}
.slick-dots li button:before {
  display: none !important;
  content: "" !important;
}

.vitrinas-hd {
  background: url("../images/vitrinas/banner.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 700px;
}
.vitrinas-hd .ld-logo {
  margin-top: 100px;
}
.vitrinas-hd .ld-logo a {
  color: #F0F0F0;
  font-size: 1.3em;
  font-weight: bold;
}
.vitrinas-hd .ld-vit {
  margin-top: 80px;
}
.vitrinas-hd .ld-h {
  margin-top: 100px;
}
.vitrinas-hd .ld-h h1 {
  font-size: 4em;
  line-height: 0em;
}
.vitrinas-hd .ld-h h1 img {
  width: 50%;
}
.vitrinas-hd .ld-h h2 {
  font-size: 3em;
  font-weight: bold;
}

.ld-sr {
  text-align: left;
  padding: 50px 0;
}
.ld-sr h3 {
  margin-top: 80px;
  color: #1a1a1a;
  font-size: 2em;
}
.ld-sr h3 strong {
  color: #0f90b5;
}

.ld-bg-pi {
  background: url("../images/vitrinas/banner2.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.ld-bg-pi h3 {
  font-weight: bold;
  font-size: 2.8em;
  color: #F0F0F0;
  text-transform: uppercase;
  line-height: 1em;
}
.ld-bg-pi p {
  color: #F0F0F0;
  font-size: 2em;
}

.ld-products .row {
  margin-bottom: 20px;
}
.ld-products h4 {
  font-weight: bold;
  margin: 0;
}
.ld-products h4::after {
  display: none;
}

.icn-uso {
  height: 20px;
}

.ld-footer {
  background: url("../images/vitrinas/banner3.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0;
}
.ld-footer h5 {
  color: #F0F0F0;
  font-size: 2em;
  font-weight: bold;
}
.ld-footer .ld-calls a {
  color: #F0F0F0;
  font-size: 1.3em;
  font-weight: bold;
}

#ld-contacto h5 {
  font-size: 1.8em;
  font-weight: bold;
  color: #0f90b5;
}

@media (pointer: coarse) and (hover: none) {
  .v-bg {
    background: url("https://source.unsplash.com/XT5OInaElMw/1600x900") black no-repeat center center scroll;
  }
  .v-bg video {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }

  .tab-select-outer {
    display: none;
  }

  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .pre-head .col-md-4 {
    width: 30%;
  }
  .pre-head .text-center {
    width: 37%;
  }
  .pre-head .text-right {
    width: 33%;
  }

  .header-nav-wrapper {
    background-color: transparent;
  }

  .navicon {
    background-color: transparent;
    padding-top: 40px;
  }

  .nav-toggle span {
    background: #0f90b5;
  }
  .nav-toggle span:before {
    background: #0f90b5;
  }
  .nav-toggle span:after {
    background: #0f90b5;
  }

  .primary-nav-wrapper {
    overflow: scroll;
    width: 100%;
  }
  .primary-nav-wrapper .sub-menu {
    display: inline-block !important;
  }

  .footer-branding-logo {
    width: 50% !important;
  }
}

/*# sourceMappingURL=styles.css.map */
