@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');

html,
body {
  font-family: 'Source Sans Pro', sans-serif;
}

a:hover {
  text-decoration: none; }

.pos-relative {
  position: relative; }

.no-padding {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0; }

header {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: none;
  color: #ffffff;
  z-index: 100;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  opacity: 0; }
  @media (max-width: 768px) {
    header .container {
      max-width: none; } }
  @media (min-width: 768px) {
    header {
      padding: 15px 0; } }
  header.loaded {
    opacity: 1; }
  header.scrollFix {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25); }
    header.scrollFix #logo {
      color: #FFFFFF;
      font-size: 1rem;
      line-height: 1rem;
      font-weight: 700;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
      header.scrollFix #logo img {
        max-width: 200px;
        max-height: 45px;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }

      header.scrollFix #logo.--big img {
        max-height: 55px; }

        @media (min-width: 768px) {
          header.scrollFix #logo img {
            max-width: 300px;
            max-height: 55px; }

          header.scrollFix #logo.--big img {
            max-height: 60px; }
          }
      @media (min-width: 768px) {
        header.scrollFix #logo {
          font-size: 1.25rem;
          line-height: 1.25rem; } }
    header.scrollFix div#header-menu ul li a {
      text-shadow: none; }
  header #logo {
    color: #FFFFFF;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 700;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
    header #logo img {
      max-width: 200px;
      max-height: 45px;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      }

    header #logo.--big img {
      max-height: 65px; }

      @media (min-width: 768px) {
        header #logo img {
          -webkit-transition: all 250ms ease;
          -moz-transition: all 250ms ease;
          -ms-transition: all 250ms ease;
          -o-transition: all 250ms ease;
          transition: all 250ms ease;
          max-width: 305px;
          max-height: 85px; }

        header #logo.--big img {
          max-height: 105px;
          max-width: 340px; }
      }

    @media (min-width: 768px) {
      header #logo {
        font-size: 1.75rem;
        line-height: 1.75rem; } }
  header #header-menu-icon {
    position: absolute;
    top: auto;
    right: 0px;
    display: flex;
    outline: none;
    color: #ffffff;
    z-index: 11; }
    header #header-menu-icon .hamburger-inner:before,
    header #header-menu-icon .hamburger-inner,
    header #header-menu-icon .hamburger-inner:after {
      background-color: #ffffff;
      width: 35px;
      height: 2px; }
    @media (min-width: 768px) {
      header #header-menu-icon {
        display: none; } }
  header div#header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: none;
    z-index: 10;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); }
    header div#header-menu.active {
      display: table; }
      header div#header-menu.active ul {
        display: table-cell;
        vertical-align: middle; }
    @media (min-width: 768px) {
      header div#header-menu {
        position: relative;
        width: auto;
        height: auto;
        top: auto;
        left: auto;
        display: block;
        z-index: 0;
        padding-top: 0;
        background: none; }
        header div#header-menu.active {
          display: block; }
          header div#header-menu.active ul {
            display: inline;
            vertical-align: inherit; } }
    header div#header-menu ul {
      margin: 0;
      padding: 0;
      display: inline; }
      header div#header-menu ul li {
        list-style: none;
        display: block;
        text-align: center;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          header div#header-menu ul li {
            margin-left: 15px;
            margin-bottom: 0;
            display: inline-block;
            text-align: left; } }
        header div#header-menu ul li a {
          font-size: 1.5rem;
          line-height: 1.5rem;
          color: #FFFFFF;
          text-transform: none;
          -webkit-transition: all 250ms ease;
          -moz-transition: all 250ms ease;
          -ms-transition: all 250ms ease;
          -o-transition: all 250ms ease;
          transition: all 250ms ease;
          text-shadow: 0 0 2px rgba(0, 0, 0, 0.25); }
          header div#header-menu ul li a:hover {
            opacity: 0.6; }
          @media (min-width: 768px) {
            header div#header-menu ul li a {
              text-transform: uppercase;
              font-size: 0.9rem;
              line-height: 0.9rem;
              font-weight: 700; } }


.header__right {
  position: relative;
  display: contents;
}

@media (min-width: 768px) {
  .header__right {
  display: block;
  }
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem; }

.btn {
  border-radius: 2px;
  -webkit-border-radius: 2px; }

section {
  position: relative;
  padding: 20px 0; }
  section .col-sm-3,
  section .col-sm-4,
  section .col-sm-6,
  section .col-sm-9 {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    section {
      padding: 40px 0; }
      section .col-sm-3,
      section .col-sm-4,
      section .col-sm-6,
      section .col-sm-9 {
        margin-bottom: 0px; } }
  section img {
    max-width: 100%; }
  section.fullscreen {
    padding: 0px;
    height: 100%; }
  section.galeriaSwiper {
    padding: 0; }


section.section--catalog {
  padding: 0px 0;
  margin-top: -110px;
  margin-bottom: 30px;
}

.catalogo section.section--catalog {
  margin-bottom: 0px;
  margin-top: 0px;
}

section.home.--product-featured .swiper-container {
  height: 60vh !important;
}

section.home.--product-featured  {
  height: 60vh !important;
  min-height: auto;
}

@media (max-width: 768px) {
  section.home.--product-featured .swiper-container {
    height: 60vh !important;
  }

  section.home.--product-featured {
    height: 400px !important;
    min-height: auto;
  }

  section.home.--product-featured .texto h1 {
    margin-top: 55px;
  }
}


section.home .texto h1,
section.home .texto h3 {
  font-family: 'Source Sans Pro', sans-serif;
}


section.home .texto .botonVerSitio {
  position: relative;
  margin-top: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  padding-top: 12px;
  width: 50px;
  height: 50px;
  font-size:50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border: 0;
  color:#ffffff;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
section.home .texto .botonVerSitio:hover {
  opacity: 0.6;
  background: none;
}

.highlight {
  position: relative;
  padding: 30px;
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }

.highlight .icono {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 15px
}

.highlights-container {
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .highlights-container {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .highlights-container .highlight {
    position: relative;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .highlights-container .highlight {
        border-right: 1px solid #e3e3e3; }
        .highlights-container .highlight:last-child {
          border-right: 0; } }

.product {
  position: relative;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }
  .product .image {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 10px; }

.actionMenuHoverMobile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  padding: 10px 20px;
  background: #f1f1f1;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  box-sizing: border-box;
  display: block; }
  @media (min-width: 768px) {
    .actionMenuHoverMobile {
      display: none; } }
  .actionMenuHoverMobile .cerrar {
    margin: 0;
    border: 0;
    font-size: 1rem;
    padding: 8px 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #bbbbbb;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer; }
    .actionMenuHoverMobile .cerrar:hover {
      opacity: 0.8; }

#Ubicacion {
  position: relative;
  width: 100%;
  height: 450px;
  border-top: 1px solid #dddddd;
  background: #bababa; }

.anclaje {
  position: absolute;
  top: -55px;
  left: 0; }

#Galeria .swiper-container {
  height: 340px;
}



section #footerContent {
  z-index: 1; }

  section #footerContent .form-control {
    border: 0; }
  section #footerContent textarea.form-control {
    resize: none;
    height: 100px; }
  section #footerContent .form-control,
  section #footerContent .btn {
    margin-bottom: 5px; }
  section #footerContent .redes a {
    font-size: 40px;
    color: #ffffff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }

#formConsulta {
  position: fixed;
  top: 0;
  left: 100%;
  background: #ffffff;
  width: 100%;
  height: 100vh;
  padding: 80px 20px 20px;
  box-sizing: border-box;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 999;
  overflow: scroll;
}


  #formConsulta .table {
    display: table;
    margin-bottom: 0;
  }
  #formConsulta .table .vtop {
    vertical-align: top;
  }
  #formConsulta .table .cell {
    display: table-cell;
  }
  #formConsulta h2 {
    font-size: 1.25rem;
  }
  #formConsulta.show {
    left: 0;
  }
    #formConsulta.show h2 {
      color: #313131;
    }
    #formConsulta.show .form-control {
      border: 1px solid #cccccc;
    }
  #formConsulta .enviar {
    padding:10px 20px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  #formConsulta .MinisitioCaptcha {
    border: 0; }

  @media (min-width: 768px) {
    #formConsulta {
      position: relative;
      background: none;
      padding: 0;
      top: auto;
      left: auto;
      width: auto;
      height: auto;
      overflow: unset;
      z-index: 9;
      display: block; }
      #formConsulta h2 {
        font-size: 2rem; } }

#actionsMobile {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5% 0;
  height: 60px;
  z-index: 9;
  text-align: center;
  background: none;
  white-space: nowrap }
  @media (min-width: 768px) {
    #actionsMobile {
      display: none; } }
  #actionsMobile .boton {
    cursor:pointer;
    position: relative;
    padding: 8px;
    width: 29%;
    margin: 0 1.5%;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 1.25rem;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }
  #actionsMobile .whatsapp {
    background: #4dc247; }
  #actionsMobile .consultar {
    background: #3b5998; }
  #actionsMobile .llamar {
    background: #10BF7A; }
  #actionsMobile .dropup {
    width: 30.33%;
    margin: 0 1.5%;
    float: left;
    text-align: center; }
    #actionsMobile .dropup button {
      width: 100%;
      margin: 0; }

#copyright {
  position: relative;
  font-size: 0.9rem;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 5px 5px 65px;
  background: #313131; }
  #copyright a {
    color: #ffffff; }
  @media (min-width: 768px) {
    #copyright {
      padding: 5px; } }

.fotoTexto {
  display: inline-block;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.25);
  box-shadow: 0 10px 50px 0 rgba(0,0,0,.25);
  margin-bottom:10px;
}

section.galeria {
  background: #eeeeee;
  padding: 0;
}
.fotoEstatica {
  display: block;
  width: 100%;
  padding: 10px 10px 40px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
  margin-bottom: 20px;
}

.swiper-container .swiper-wrapper .swiper-slide .alignment-table {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%; }
  .swiper-container .swiper-wrapper .swiper-slide .alignment-table .text {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center; }
    .swiper-container .swiper-wrapper .swiper-slide .alignment-table .text h1 {
      color: #ffffff;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.75); }
    .swiper-container .swiper-wrapper .swiper-slide .alignment-table .text p {
      color: #fffffF;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.75); }

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background: none; }
  .swiper-container .swiper-button-prev span,
  .swiper-container .swiper-button-next span {
    font-size: 2rem;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .swiper-container .swiper-button-prev span,
      .swiper-container .swiper-button-next span {
        font-size: 3rem; } }

.swiper-container .swiper-button-next {
  text-align: right; }

.swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5); }
  .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff; }

.swiper-container.fullscreen {
  height: 100%; }
  .swiper-container.fullscreen .swiper-container {
    height: 100%; }
    .swiper-container.fullscreen .swiper-container .swiper-wrapper {
      height: 100%; }
      .swiper-container.fullscreen .swiper-container .swiper-wrapper .swiper-slide {
        height: 100%; }

.galeria .col-sm-3,
.galeria .col-sm-4,
.galeria .col-sm-6 {
  margin-bottom: 15px; }


/***************/
/*
/* CONTACTO
/*
/***************/

#Contacto {
  color:#ffffff;
}

#Contacto a{
  color:#ffffff;
}

#Contacto .redes h2 {
  font-size: 22pt;
  line-height: 22pt;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
}

#Contacto .redes a {
  font-size: 40pt;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#Contacto h2.redes a:hover {
  opacity: 0.6;
}

#Contacto h2.redes span {
  margin-bottom: 10px;
}

#Contacto h2 {
  font-size: 22pt;
  line-height: 22pt;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin:0 0 10px;
  color:#ffffff;
}

#Contacto .icono_circular_chico {
  position: relative;
  display: inline-block;
  color: #ffffff;
  box-sizing: border-box;
  margin: 10px 10px 0 0;
  width: 20px;
  text-align: center;
}

#formContactoCaptcha {
  margin-left: 8px;
  box-sizing: border-box;
  width:calc(100% - 8px) !important;
	-moz-width:calc(100% - 8px) !important;
}


#footerDatos .icono {
  margin: 10px 5px 0 0;
  width: 20px;
  text-align: center;
  color:#ffffff;
}


/* Redes */

.footer-social{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap: wrap;
}

.footer-social a{
  margin:0;
}

.footer-social__item{
  display:flex;
  justify-content:center;
  align-items:center;
}

.footer-social__img{
  height:35px;
  width:35px;
  max-width:none;
}

@media screen and (max-width: 1024px){
  .fotoEstatica {
    padding: 10px 10px 20px;
  }
}

@media screen and (max-width: 768px){
  #Ubicacion {
    height: 400px;
  }
  .fotoEstatica {
    padding: 10px 10px 40px;
  }
}

@media screen and (max-width: 575px){
  .galeria .galeriaDesktop{
    display: none;
  }
  .fotoEstatica {
    display: none;
  }
}

/* bloque de prod o categoria destacada en HOME WR */
.destacado-home{
  margin-top:-140px;

}


/* Video */

.fondoVideo {
	background-color: #ffffff;
	padding: 0px;
}


.bordeVideo {
	padding: 10px;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.25);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.25);
}

@media (max-width: 640px) {
	.bordeVideo {
		padding: 5px;
	}

	.fondoVideo {
		padding-top: 40px;
	}
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.tituloVideo {
	text-align: left;
	font-weight: 600;
	padding-bottom: 0.7rem;
	font: 15pt/17pt 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.socialShare {
  position: relative;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  align-items: center; }

  .socialShare__text {
    font-size: 0.8rem;
    text-align: center;
    margin-right: 0.5rem; }
  .socialShare a {
    padding: 11px;
    font-size: 0.95rem;
    color: #fff !important;
    opacity: 1;
    transition: opacity 0.15s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.6s;
    width: 10px;
    height: 10px;
    margin-right: 0.5rem; }
    .socialShare a:hover {
      opacity: 0.8; }
  .socialShare__facebook {
    background: #3b5998; }
  .socialShare__twitter {
    background: #000000; }
  .socialShare__whatsapp {
    background: #25D366; }

    .socialShare__icon{
      height:15px;
      width:15px;
      filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(122deg) brightness(107%) contrast(100%) !important;
      max-width:none;
    }

     /* Sucursales */

  .offices {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #bbb;
    width: 100%; }
    .offices__top {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .offices__top__icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid;
    border-color: var(--c-primary);
    box-shadow: 0 0 0 2px var(--c-white);
    background-color: var(--c-white);
    position: relative;
    margin-right: 1rem; }
    .offices__top__icon--arrow.fas {
      font-size: 1.6rem;
      color: var(--c-white); }
    .offices__top__icon .fas {
      position: absolute;
      font-size: 1.35rem;
      color: var(--c-primary);
      align-items: center;
      justify-content: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .offices__top__title {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: var(--c-white);
    font-size: 1.9rem;
    line-height: 2.5rem;
    flex-grow: 1;
    font-weight: 600;}
    .offices__info {
    font-size: 1.05rem;
    color: var(--c-white);
    text-align: left;
    margin-bottom: 1.7rem;
    }
    .offices__info h5 {
      margin-bottom: 0.2rem; }
    .offices__info p {
      margin-bottom: 0rem;
      font-size: 0.75rem;
    }
  @media (max-width: 576px) {
    .offices__info {
      font-size: 0.85rem;
    }
  }
    .offices__info__icon {
    padding-right: 0.6rem; }

    #mCSB_1_container ul{
      overflow-y:auto;
      overflow-x: hidden;
    }

    #MainMenuMobile .title p{
      margin:0;
    }

.modulo_promociones .alerta-promocion{
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  gap:10px;
  margin:0;
  padding: 5px;
}

.modulo_promociones .alerta-promocion img{
  width:31px;
}

.modulo_promociones{
  position:sticky;
  top:0;
  z-index:100;
}

    .tarifas__item__description{
      font-size: 0.85rem;
      line-height: 1.45rem;
      margin:0;
      color: #222;
      padding-right: 15px;
      padding-left: 15px;
    }

    .tarifas__item__description a{
      text-decoration:underline;
    }
