/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 30px;
}

body {
  color: #1D1E1E;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}

body, html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body, .smooth-container {
  scroll-behavior: smooth;
}

p {
  font-size: 30px;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 1rem;
  }
}

.wrap2 {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 11.25rem;
}

@media only screen and (max-width: 991px) {
  .wrap2 {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap2 {
    padding: 0 1rem;
  }
}

*, ::after, ::before {
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -.3em;
  margin-left: -.3em;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: .3em;
  padding-left: .3em;
}

.row.row-big {
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

* {
  outline: none;
}

a, button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mt-2 {
  margin-top: 2rem;
}

.btn {
  font-weight: 800;
  font-size: 1.083rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 1.2rem 2rem .9rem;
  min-width: 13rem;
  text-align: center;
  transition: all .5s ease;
}

.btn i {
  font-size: .9rem;
  margin-left: .5rem;
}

.btn img {
  width: 1rem !important;
  height: auto;
  margin-left: .5rem;
}

.btn.btn-verde {
  background: #01A31A;
}

.btn.btn-verde:hover {
  background: #09be25;
  color: #fff;
}

.btn.btn-small {
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  padding: .85rem 1rem .5rem;
  display: inline-block;
}

.btn.btn-descarga {
  padding: .7rem 1rem .5rem;
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  display: inline-block;
}

.btn.btn-descarga img {
  width: .6rem !important;
}

@media only screen and (max-width: 550px) {
  .btn {
    min-width: 10rem;
    padding: 1rem 1rem .7rem;
    font-size: .9rem;
  }
  .btn.btn-small {
    height: auto;
  }
  .btn.btn-descarga {
    height: auto;
  }
}

@media (max-width: 1980px) {
  html, body, p {
    font-size: 24px;
  }
}

@media (max-width: 1700px) {
  html, body, p {
    font-size: 19px;
  }
}

@media (max-width: 1500px) {
  html, body, p {
    font-size: 17px;
  }
}

.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: .7rem;
  height: .7rem;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 .7rem;
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: .7rem;
    height: .7rem;
  }
}

.carrusel.blanco button {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}

.carrusel.blanco button.tns-nav-active {
  border-color: #fff;
  background: #fff;
  opacity: 1;
}

.carrusel.gris button {
  background: #fff;
  border-color: #9CBDD4;
}

.carrusel.gris button.tns-nav-active {
  border-color: #3D4F61;
  background: #3D4F61;
}

.carrusel .tns-controls button {
  background: transparent;
  border-radius: 0;
  font-size: 0;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 0;
  z-index: 10;
  top: -1.3rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrusel .tns-controls button:first-child {
  left: 1rem;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: 1rem;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 1.5rem;
  color: #3D4F61;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.carrusel .tns-controls button:first-child:after {
  padding-right: 4px;
  content: "\f053";
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls {
    display: none;
  }
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: 20px;
  }
  .carrusel .tns-controls button:last-child {
    right: 20px;
  }
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

@media only screen and (max-width: 640px) {
  .carrusel.con-nav .tns-controls {
    display: none;
  }
}

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}

@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 60px 0 15px !important;
    margin: 0 -15px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
  .c-movil .tns-nav {
    width: calc(100vw - 30px);
  }
}

header {
  background: #000000;
  padding: .7rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .izq {
  display: flex;
  align-items: center;
}

header .logo {
  display: block;
  width: 9.25rem;
}

header .logo h1 {
  margin: 0;
  line-height: 0;
}

header .logo img {
  width: 100%;
  vertical-align: bottom;
}

header .texto {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

@media only screen and (max-width: 768px) {
  header .texto {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  header .texto {
    flex-direction: column;
    padding-bottom: .5rem;
  }
}

header .texto p {
  font-size: .7rem;
  color: #fff;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  header .texto p {
    font-size: .75rem;
  }
}

header .texto h3 {
  margin: 0 0 0 .6rem;
  font-size: .7rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 550px) {
  header .texto h3 {
    font-size: .85rem;
  }
}

header nav {
  display: flex;
}

header nav .cerrar-menu {
  display: none;
}

header nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

header nav ul li {
  margin-left: 1rem;
}

header nav ul li.active a {
  transition: all 0 ease;
  border-bottom: 2px solid #8BC540;
}

header nav ul li a {
  font-size: .7rem;
  color: #fff;
  font-weight: 300;
  padding-bottom: .1rem;
}

header nav .btn-cotiza {
  font-weight: 900;
  color: #000;
  background: #8BC540;
  font-size: .9rem;
  padding: .4rem .6rem .3rem;
  border-radius: .4rem;
  display: block;
  text-align: center;
  margin-left: 1rem;
}

header nav .btn-cotiza:hover {
  background: #2D823F;
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  header nav .btn-cotiza {
    font-size: .8rem;
  }
}

@media only screen and (max-width: 991px) {
  header nav .btn-cotiza {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    padding: 4rem 2rem;
    opacity: 0;
    visibility: visible;
    transform: translateX(100%);
    transition: all .4s ease;
    flex-direction: column;
    align-items: flex-start;
  }
  header nav.visible {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  header nav .cerrar-menu {
    display: block;
    color: #fff;
    position: absolute;
    cursor: pointer;
    top: 1rem;
    right: 1rem;
    font-size: 1.4rem;
  }
  header nav ul {
    display: block;
  }
  header nav ul li {
    margin: 0 0 1.5rem;
  }
  header nav ul li a {
    font-size: 1rem;
    font-weight: bold;
  }
  header nav ul li a.btn-cotiza {
    font-size: 1rem;
    padding: .3rem 1rem;
  }
}

header .btn-menu {
  color: #fff;
  font-size: 2rem;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  header .btn-menu {
    display: block;
  }
}

.slide-home {
  position: relative;
  padding-top: 2.5rem;
}

.slide-home .btn-cotiza {
  display: none;
  font-size: 22px;
  font-weight: 900;
  background: #8BC540;
  padding: .4rem 1.2rem;
  border-radius: .4rem;
  color: #000;
  width: 207px;
  text-align: center;
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
  z-index: 10;
}

.slide-home .btn-cotiza:hover {
  background: #2D823F;
}

@media only screen and (max-width: 768px) {
  .slide-home .btn-cotiza {
    display: block;
    bottom: 2.5rem;
  }
}

.slide-home .carrusel .tns-outer > button {
  display: none;
}

.slide-home .carrusel .tns-nav {
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 4;
}

@media only screen and (max-width: 768px) {
  .slide-home .carrusel .tns-nav {
    bottom: .5rem;
    right: 0;
    left: auto;
    width: 200px;
    text-align: right;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .carrusel .tns-nav {
    width: 100%;
    text-align: center;
  }
}

.slide-home .item-slide {
  position: relative;
}

.slide-home .item-slide figure img {
  width: 100%;
  vertical-align: bottom;
  height: calc(100vh - 10rem);
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide figure img {
    height: 380px;
    object-fit: cover;
  }
}

.slide-home .item-slide picture {
  background: #000;
  display: block;
}

.slide-home .item-slide picture img {
  width: 100%;
  vertical-align: bottom;
  height: calc(100vh - 14rem);
  min-height: 20rem;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 1550px) {
  .slide-home .item-slide picture img {
    height: calc(100vh - 14rem);
  }
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide picture img {
    height: 380px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .item-slide picture img {
    opacity: .8;
  }
}

.slide-home .item-slide .texto {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto {
    transform: translateY(0);
    top: 8%;
  }
}

.slide-home .item-slide .texto.texto-1 {
  padding-left: 3.2rem;
  width: 60rem;
  max-width: 60%;
  transform: translateY(-75%);
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-1 {
    padding-left: 45px;
    transform: translateY(0);
    max-width: 90%;
  }
}

.slide-home .item-slide .texto.texto-1 img {
  position: absolute;
  left: -2.8rem;
  top: .4rem;
  width: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-1 img {
    width: 30px;
    left: -33px;
  }
}

.slide-home .item-slide .texto.texto-1 .w-texto {
  position: relative;
}

.slide-home .item-slide .texto.texto-1 h2 {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 900;
  line-height: .9;
  margin: 0 0 .7rem;
}

.slide-home .item-slide .texto.texto-1 h2 span {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-1 h2 {
    font-size: 2rem;
  }
  .slide-home .item-slide .texto.texto-1 h2 span {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .item-slide .texto.texto-1 h2 {
    font-size: 1.5rem;
  }
  .slide-home .item-slide .texto.texto-1 h2 span {
    font-size: 1rem;
  }
}

.slide-home .item-slide .texto.texto-1 h3 {
  font-size: 1.7rem;
  color: #fff;
  margin: 0 0 .3rem;
  font-weight: bold;
  line-height: .9;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-1 h3 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .item-slide .texto.texto-1 h3 {
    font-size: 1rem;
  }
}

.slide-home .item-slide .texto.texto-1 p {
  font-size: 1.1rem;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.slide-home .item-slide .texto.texto-1 p .guion-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-1 p .guion-mobile {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-1 p {
    font-size: .8rem;
  }
  .slide-home .item-slide .texto.texto-1 p span {
    display: block;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .item-slide .texto.texto-1 p {
    font-size: .7rem;
  }
  .slide-home .item-slide .texto.texto-1 p span {
    display: block;
  }
}

.slide-home .item-slide .texto.texto-2 {
  width: 22.25rem;
  max-width: 100%;
}

.slide-home .item-slide .texto.texto-2 h2 {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 900;
  line-height: .9;
  margin: 0 0 .7rem 3rem;
}

.slide-home .item-slide .texto.texto-2 h2 span {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-2 h2 {
    font-size: 2rem;
  }
  .slide-home .item-slide .texto.texto-2 h2 span {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .item-slide .texto.texto-2 h2 {
    font-size: 1.5rem;
  }
  .slide-home .item-slide .texto.texto-2 h2 span {
    font-size: 1rem;
  }
}

.slide-home .item-slide .texto.texto-2 h3 {
  margin: 0;
  font-size: 1.458rem;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.8);
  padding: .9rem 1rem .6rem 3.7rem;
  position: relative;
}

.slide-home .item-slide .texto.texto-2 h3 img {
  height: 100%;
  width: auto;
  position: absolute;
  left: .5rem;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-2 h3 {
    font-size: 1.1rem;
    padding: .6rem 1rem .4rem 3rem;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .item-slide .texto.texto-2 h3 {
    font-size: 1rem;
    padding: .6rem 1rem .4rem 3rem;
  }
}

.slide-home .item-slide .texto.texto-2 .equipamiento {
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem 1rem 1rem 2.5rem;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-2 .equipamiento {
    padding: .7rem 1rem 1rem 1.8rem;
  }
}

.slide-home .item-slide .texto.texto-2 .equipamiento p {
  font-size: .95rem;
  color: #fff;
  font-weight: 600;
  margin: 0 0 .1rem;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-2 .equipamiento p {
    font-size: .8rem;
    margin-bottom: .2rem;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .item-slide .texto.texto-2 .equipamiento p {
    font-size: .7rem;
  }
}

.slide-home .item-slide .texto.texto-2 .equipamiento p span {
  width: 2rem;
  display: inline-block;
  text-align: right;
  margin-right: .5rem;
}

.slide-home .item-slide .texto.texto-2 .equipamiento p span img.ic-1 {
  width: .98rem;
}

.slide-home .item-slide .texto.texto-2 .equipamiento p span img.ic-2 {
  width: 2rem;
}

.slide-home .item-slide .texto.texto-2 .equipamiento p span img.ic-3 {
  width: .917rem;
}

.slide-home .item-slide .texto.texto-2 .equipamiento p span img.ic-4 {
  width: 1.083rem;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-2 .equipamiento p span img.ic-1 {
    width: 13px;
  }
  .slide-home .item-slide .texto.texto-2 .equipamiento p span img.ic-2 {
    width: 28px;
  }
  .slide-home .item-slide .texto.texto-2 .equipamiento p span img.ic-3 {
    width: 12px;
  }
  .slide-home .item-slide .texto.texto-2 .equipamiento p span img.ic-4 {
    width: 15px;
  }
}

.slide-home .item-slide .texto.texto-3 {
  padding-left: 3.2rem;
  width: 44.2rem;
  max-width: 100%;
  transform: translateY(-60%);
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-3 {
    padding-left: 35px;
    padding-right: .5rem;
    bottom: 6rem;
    top: auto;
  }
}

.slide-home .item-slide .texto.texto-3 img {
  position: absolute;
  left: -2.8rem;
  top: .2rem;
  width: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-3 img {
    width: 25px;
    left: -30px;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .item-slide .texto.texto-3 img {
    width: 23px;
  }
}

.slide-home .item-slide .texto.texto-3 h2 {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 900;
  line-height: .9;
  margin: 0 0 1.5rem;
}

.slide-home .item-slide .texto.texto-3 h2 span {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-3 h2 {
    font-size: 2rem;
  }
  .slide-home .item-slide .texto.texto-3 h2 span {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .item-slide .texto.texto-3 h2 {
    font-size: 1.5rem;
  }
  .slide-home .item-slide .texto.texto-3 h2 span {
    font-size: 1rem;
  }
}

.slide-home .item-slide .texto.texto-3 .w-texto {
  position: relative;
}

.slide-home .item-slide .texto.texto-3 h3 {
  font-size: 1.25rem;
  color: #fff;
  margin: 0 0 .3rem;
  font-weight: bold;
  line-height: .9;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-3 h3 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .item-slide .texto.texto-3 h3 {
    font-size: 1rem;
  }
}

.slide-home .item-slide .texto.texto-3 p {
  font-size: 1rem;
  color: #fff;
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .slide-home .item-slide .texto.texto-3 p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .item-slide .texto.texto-3 p {
    font-size: .7rem;
  }
}

.contenido .franja {
  background: #1D1D1D;
  position: relative;
  height: 12rem;
}

@media only screen and (max-width: 991px) {
  .contenido .franja {
    height: auto;
  }
}

.contenido .franja .texto {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 1rem 1rem 1.6rem 0rem;
  width: calc(100% - 23rem);
  min-width: calc(100% - 22rem);
  position: relative;
}

@media only screen and (max-width: 991px) {
  .contenido .franja .texto {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    width: 100%;
    min-width: 100%;
    padding: 2rem 1.4rem;
  }
}

@media only screen and (max-width: 550px) {
  .contenido .franja .texto {
    padding: 2rem 0;
  }
}

.contenido .franja .texto .caracteristicas {
  display: flex;
  align-items: center;
  padding: 0 0rem 0 3rem;
  flex-grow: 1;
  justify-content: space-between;
  max-width: 100%;
}

@media only screen and (max-width: 1930px) {
  .contenido .franja .texto .caracteristicas {
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .contenido .franja .texto .caracteristicas {
    flex-direction: column;
  }
}

@media only screen and (max-width: 550px) {
  .contenido .franja .texto .caracteristicas {
    padding: 0;
  }
}

.contenido .franja .texto .caracteristicas .item-c {
  text-align: center;
  width: 28%;
}

@media only screen and (max-width: 991px) {
  .contenido .franja .texto .caracteristicas .item-c {
    width: 90%;
    margin-bottom: 1rem;
  }
}

.contenido .franja .texto .caracteristicas .item-c figure {
  margin-bottom: .2rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenido .franja .texto .caracteristicas .item-c figure img.ic-f1 {
  width: 1.8rem;
}

.contenido .franja .texto .caracteristicas .item-c figure img.ic-f2 {
  width: 1.5rem;
}

.contenido .franja .texto .caracteristicas .item-c figure img.ic-f3 {
  width: 3.8rem;
}

.contenido .franja .texto .caracteristicas .item-c h4 {
  font-size: .625rem;
  color: #A8A8A8;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: .4rem;
}

.contenido .franja .texto .caracteristicas .item-c p {
  font-size: .7rem;
  color: #707070;
  font-weight: 300;
  line-height: 1.1;
}

.contenido .franja .w-form {
  position: absolute;
  right: 2.5rem;
  background: #242424;
  padding: 1.2rem 1.5rem;
  width: 21.16rem;
  min-width: 21.16rem;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .contenido .franja .w-form {
    position: relative;
    top: 0;
    right: 0;
    width: calc(100% + 2rem);
    min-width: 100%;
    padding: 1.2rem 1.4rem 2rem;
    margin: 0 -1rem;
  }
}

@media only screen and (max-width: 550px) {
  .contenido .franja .w-form {
    padding: 1.2rem;
  }
}

.contenido .franja .w-form .formulario.oculto {
  visibility: hidden;
  opacity: 0;
}

.contenido .franja .w-form .mensaje {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4rem);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contenido .franja .w-form .mensaje.visible {
  display: flex;
}

.contenido .franja .w-form .mensaje h4 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 900;
  margin: 0 0 1rem;
}

.contenido .franja .w-form .mensaje img {
  width: 9.25rem;
}

.contenido .franja .w-form h1 {
  margin: 0 0 .3rem;
  color: #fff;
  line-height: .8;
  font-size: 1.1rem;
  font-weight: 900;
  text-align: center;
}

.contenido .franja .w-form h1 span {
  font-size: 1rem;
  margin: .5rem 0 1rem;
  color: #fff;
  font-weight: 900;
  display: block;
}

.contenido .franja .w-form .form-group {
  margin-bottom: .7rem;
  padding: 0 .8rem;
}

@media only screen and (max-width: 550px) {
  .contenido .franja .w-form .form-group {
    padding: 0;
  }
}

.contenido .franja .w-form .form-group label {
  font-size: .75rem;
  font-weight: 200;
  color: #fff;
  display: block;
  margin-bottom: .3rem;
}

.contenido .franja .w-form .form-group input {
  width: 100%;
  height: 2rem;
  background: #343131;
  border: none;
  color: #fff;
  padding: 0 .5rem;
  font-size: .8rem;
  font-weight: 200;
}

.contenido .franja .w-form .form-group select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-position: calc(100% - 1rem) center;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 2rem;
  background-color: #343131;
  background-size: .6rem auto;
  color: #fff;
  font-size: .8rem;
  font-weight: 200;
  padding: 0 .5rem;
}

.contenido .franja .w-form .form-submit {
  margin-bottom: 1.4rem;
  margin-top: 1.8rem;
}

.contenido .franja .w-form .form-submit .btn-submit {
  border: none;
  font-size: 1.2rem;
  font-weight: 900;
  color: #000;
  background: #8BC540;
  border-radius: .4rem;
  padding: .45rem 1.2rem .35rem;
  cursor: pointer;
}

.contenido .franja .w-form .form-submit .btn-submit:hover {
  background: #2D823F;
  color: #fff;
}

.contenido .franja .w-form .wsp {
  display: flex;
  align-items: center;
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: bold;
}

.contenido .franja .w-form .wsp img {
  width: 1rem;
  margin-right: .5rem;
}

.contenido .datos-contacto {
  background: #404040;
  padding: 1.3rem 0;
}

.contenido .datos-contacto .w-datos-contacto {
  display: flex;
  padding-right: 22rem;
}

@media only screen and (max-width: 1100px) {
  .contenido .datos-contacto .w-datos-contacto {
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  .contenido .datos-contacto .w-datos-contacto {
    padding-right: 0;
  }
}

.contenido .datos-contacto .w-mapa {
  display: flex;
}

@media only screen and (max-width: 1100px) {
  .contenido .datos-contacto .w-mapa {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .contenido .datos-contacto .w-mapa {
    flex-direction: column-reverse;
  }
}

.contenido .datos-contacto .w-mapa .mapa {
  width: 16.66rem;
  min-width: 16.66rem;
}

.contenido .datos-contacto .w-mapa .mapa#mapa {
  height: 8.5rem;
}

.contenido .datos-contacto .w-mapa .mapa img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .contenido .datos-contacto .w-mapa .mapa {
    width: 50%;
    min-width: 50%;
  }
}

@media only screen and (max-width: 550px) {
  .contenido .datos-contacto .w-mapa .mapa {
    width: 100%;
    min-width: 100%;
  }
}

.contenido .datos-contacto .w-mapa .datos-mapa {
  padding-top: 1rem;
  padding-left: 1.3rem;
}

@media only screen and (max-width: 550px) {
  .contenido .datos-contacto .w-mapa .datos-mapa {
    padding-left: 0;
  }
}

.contenido .datos-contacto .w-mapa .datos-mapa .logo {
  width: 6.8rem;
  margin-bottom: .2rem;
}

.contenido .datos-contacto .w-mapa .datos-mapa .logo img {
  width: 100%;
}

.contenido .datos-contacto .w-mapa .datos-mapa a {
  font-size: .75rem;
  font-weight: 300;
  color: #B5B5B5;
  line-height: 1.1;
  display: block;
}

.contenido .datos-contacto .caracteristicas {
  display: flex;
  align-items: center;
  padding: 0 1rem 0 3rem;
  flex-grow: 1;
  justify-content: space-between;
  max-width: 1000px;
}

@media only screen and (max-width: 1930px) {
  .contenido .datos-contacto .caracteristicas {
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .contenido .datos-contacto .caracteristicas {
    padding: 0;
  }
}

.contenido .datos-contacto .caracteristicas .item-c {
  text-align: center;
}

.contenido .datos-contacto .caracteristicas .item-c figure {
  margin-bottom: .4rem;
  height: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenido .datos-contacto .caracteristicas .item-c figure img.ic-f1 {
  width: 2.3rem;
}

.contenido .datos-contacto .caracteristicas .item-c figure img.ic-f2 {
  width: 1.875rem;
}

.contenido .datos-contacto .caracteristicas .item-c figure img.ic-f3 {
  width: 4.25rem;
}

.contenido .datos-contacto .caracteristicas .item-c p {
  font-size: .625rem;
  color: #A8A8A8;
  font-weight: bold;
  line-height: 1.1;
}

.servicios {
  background: #2f2f2f;
}

.servicios .item-ser {
  display: flex;
  background: #2F2F2F;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser {
    flex-direction: column;
  }
}

.servicios .item-ser.tipo2 {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser.tipo2 {
    flex-direction: column;
  }
}

.servicios .item-ser.tipo2 .texto {
  text-align: right;
  align-items: flex-end;
  padding-left: 5rem;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser.tipo2 .texto {
    padding: 2rem;
    text-align: left;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 550px) {
  .servicios .item-ser.tipo2 .texto {
    padding: 2rem 1rem;
  }
}

.servicios .item-ser.tipo2 .texto h3 {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser.tipo2 .texto h3 {
    text-align: left;
    width: 100%;
  }
}

.servicios .item-ser.tipo2 figure {
  width: 62.45%;
  min-width: 62.45%;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser.tipo2 figure {
    width: 100%;
    min-width: 100%;
    text-align: left;
  }
  .servicios .item-ser.tipo2 figure img {
    width: 90%;
  }
}

.servicios .item-ser.tipo2 picture {
  width: 62.45%;
  min-width: 62.45%;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser.tipo2 picture {
    width: 100%;
    min-width: 100%;
    text-align: left;
  }
  .servicios .item-ser.tipo2 picture img {
    width: 100%;
  }
}

.servicios .item-ser.tipo3 figure {
  width: 67%;
  min-width: 67%;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser.tipo3 figure {
    width: 100%;
    min-width: 100%;
    text-align: right;
  }
  .servicios .item-ser.tipo3 figure img {
    width: 90%;
  }
}

.servicios .item-ser.tipo3 picture {
  width: 67%;
  min-width: 67%;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser.tipo3 picture {
    width: 100%;
    min-width: 100%;
    text-align: right;
  }
  .servicios .item-ser.tipo3 picture img {
    width: 100%;
  }
}

.servicios .item-ser .texto {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 3rem;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser .texto {
    padding: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .servicios .item-ser .texto {
    padding: 2rem 1rem;
  }
}

.servicios .item-ser .texto h3 {
  margin: 0 0 1rem;
  color: #8BC540;
  font-weight: 900;
  font-size: 1.9rem;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser .texto h3 {
    font-size: 1.5rem;
  }
}

.servicios .item-ser .texto p {
  font-size: 1.25rem;
  color: #A8A8A8;
  margin-bottom: 0;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser .texto p {
    font-size: 1.1rem;
  }
}

.servicios .item-ser .texto.small p {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.servicios .item-ser figure {
  width: 60%;
  min-width: 60%;
}

.servicios .item-ser figure img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser figure {
    width: 100%;
    min-width: 100%;
    text-align: right;
  }
  .servicios .item-ser figure img {
    width: 90%;
  }
}

.servicios .item-ser picture {
  width: 60%;
  min-width: 60%;
}

.servicios .item-ser picture img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 991px) {
  .servicios .item-ser picture {
    width: 100%;
    min-width: 100%;
    text-align: right;
  }
  .servicios .item-ser picture img {
    width: 100%;
  }
}

.bodega {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .bodega {
    display: none;
  }
}

.bodega img {
  width: 100%;
  vertical-align: bottom;
}

.bodega .tip {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  z-index: 1;
}

.bodega .tip.tip1 {
  top: 84%;
  left: 69%;
  z-index: 4;
}

.bodega .tip.tip1 .texto {
  width: 7.2rem;
}

.bodega .tip.tip2 {
  top: 34%;
  left: 43%;
  z-index: 4;
}

.bodega .tip.tip2 .texto {
  width: 14.16rem;
  flex-direction: row;
  border-right: 6px solid #8BC540;
  border-left: none;
  left: 1.5rem;
  right: auto;
}

.bodega .tip.tip3 {
  top: 66%;
  left: 88%;
}

.bodega .tip.tip3 .texto {
  width: 12rem;
}

.bodega .tip.tip4 {
  top: 54%;
  left: 76%;
}

.bodega .tip.tip4 .texto {
  width: 15.5rem;
}

.bodega .tip.tip5 {
  top: 20%;
  left: 49%;
}

.bodega .tip.tip5 .texto {
  width: 12rem;
  flex-direction: row;
  border-right: 6px solid #8BC540;
  border-left: none;
  left: 1.5rem;
  right: auto;
}

.bodega .tip.tip6 {
  top: 76%;
  left: 82%;
}

.bodega .tip.tip6 .texto {
  width: 9.5rem;
}

.bodega .tip.tip7 {
  top: 32%;
  left: 24%;
}

.bodega .tip.tip7 .texto {
  width: 16.5rem;
}

.bodega .tip.tip8 {
  top: 45%;
  left: 33.5%;
}

.bodega .tip.tip8 .texto {
  width: 8rem;
}

.bodega .tip.tip9 {
  top: 31%;
  left: 61%;
  z-index: 1;
}

.bodega .tip.tip9 .texto {
  width: 19rem;
  flex-direction: row;
  border-right: 6px solid #8BC540;
  border-left: none;
  left: 1.5rem;
  right: auto;
}

.bodega .tip.tip10 {
  top: 64%;
  left: 48.4%;
}

.bodega .tip.tip10 .texto {
  width: 16rem;
}

.bodega .tip.tip11 {
  bottom: 4%;
  left: 28%;
}

.bodega .tip.tip11 .texto {
  width: 15.2rem;
}

.bodega .tip.tip12 {
  top: 82%;
  left: 1%;
}

.bodega .tip.tip12 .texto {
  width: 17.5rem;
  flex-direction: row;
  border-right: 6px solid #8BC540;
  border-left: none;
  left: 1.5rem;
  right: auto;
}

.bodega .tip.tip13 {
  top: 54%;
  left: 85%;
  z-index: 10;
}

.bodega .tip.tip13 span {
  width: 2.2rem;
  height: 2.2rem;
  background: #8BC540;
  color: #2F2F2F;
  font-size: 1.3rem;
}

.bodega .tip.tip13 span:hover {
  z-index: 10;
}

.bodega .tip.tip13 .texto {
  width: 23.5rem;
  text-align: left;
  top: .5rem;
  padding: 1rem;
}

.bodega .tip.tip13 .texto h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.bodega .tip.tip13 .texto p {
  font-size: .8rem;
}

.bodega .tip.tiph {
  top: 63%;
  left: 17%;
}

.bodega .tip.tiph span {
  width: 2.2rem;
  height: 2.2rem;
  background: #8BC540;
  color: #2F2F2F;
  font-size: 1.1rem;
  font-weight: 900;
}

.bodega .tip.tiph .texto {
  width: 9rem;
}

.bodega .tip span {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8BC540;
  border-radius: 50%;
  background: #046939;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.bodega .tip span:hover + .texto {
  opacity: 1;
  visibility: visible;
}

.bodega .tip .texto {
  font-size: .8rem;
  color: #fff;
  background: #2F2F2F;
  border-left: 6px solid #8BC540;
  padding: .3rem .5rem;
  position: absolute;
  display: block;
  right: 1.5rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.bodega .tip .texto p {
  font-size: .625rem;
  margin: 0;
  display: inline-block;
}

.bodega-mobile {
  position: relative;
  text-align: center;
  border-bottom: 4px solid #8BC540;
  display: none;
}

@media only screen and (max-width: 991px) {
  .bodega-mobile {
    display: block;
  }
}

.bodega-mobile img {
  width: 100%;
  vertical-align: bottom;
  display: none;
}

.bodega-mobile img.visible {
  display: block;
}

.bodega-mobile a {
  font-size: 12px;
  font-weight: 900;
  background: #8BC540;
  display: inline-block;
  padding: .4rem .2rem .3rem;
  position: absolute;
  width: 180px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: uppercase;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.bodega-mobile a.oculto {
  opacity: 0;
  visibility: hidden;
}

.bodegas {
  display: flex;
  background: #1D1D1D;
  padding: 1.5rem 0;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .bodegas {
    flex-direction: column;
    padding-top: 0;
  }
}

@media only screen and (max-width: 550px) {
  .bodegas .w-menu-bodegas.w-menu-bodegas-desktop {
    display: none;
  }
}

.bodegas .w-menu-bodegas.w-menu-bodegas-mobile {
  display: none;
}

@media only screen and (max-width: 550px) {
  .bodegas .w-menu-bodegas.w-menu-bodegas-mobile {
    display: block;
  }
}

.bodegas .texto-bodegas {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  z-index: 99;
  padding: 2rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .5s ease;
}

.bodegas .texto-bodegas.visible {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.bodegas .texto-bodegas .cerrar-bodegas {
  position: absolute;
  top: 1rem;
  right: .6rem;
  background: #8BC540;
  color: #2f2f2f;
  font-size: 1.4rem;
  cursor: pointer;
  width: 26px;
  height: 27px;
  text-align: center;
}

.bodegas .texto-bodegas p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

.bodegas .texto-bodegas p.verde {
  color: #8BC540;
}

.bodegas .texto-bodegas p.sublista {
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.bodegas .izq {
  display: flex;
  align-items: center;
  width: 50%;
  min-width: 50%;
}

@media only screen and (max-width: 991px) {
  .bodegas .izq {
    width: 100%;
    min-width: 100%;
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 550px) {
  .bodegas .izq {
    padding: 2rem 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .bodegas .izq {
    flex-direction: column;
  }
}

.bodegas .izq .texto {
  padding: 2rem 4rem;
}

@media only screen and (max-width: 991px) {
  .bodegas .izq .texto {
    flex-grow: 1;
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .bodegas .izq .texto {
    padding: 0;
    margin-bottom: 2rem;
  }
}

.bodegas .izq .texto h4 {
  color: #A8A8A8;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

.bodegas .izq .texto p {
  font-size: 1rem;
  color: #A8A8A8;
  font-weight: normal;
}

.bodegas .izq .menu-bodegas {
  width: 13rem;
  min-width: 13rem;
}

@media only screen and (max-width: 550px) {
  .bodegas .izq .menu-bodegas {
    width: 100%;
    min-width: 0;
  }
}

.bodegas .izq .menu-bodegas h3 {
  font-size: 1.25rem;
  color: #8BC540;
  margin: 0 0 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.bodegas .izq .menu-bodegas a {
  color: #808080;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
  margin-left: .5rem;
  position: relative;
}

.bodegas .izq .menu-bodegas a .flecha-bodega {
  position: absolute;
  right: -2px;
  z-index: 10;
  display: none;
  top: 0;
}

.bodegas .izq .menu-bodegas a:hover {
  color: #fff;
}

.bodegas .izq .menu-bodegas a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .4rem;
  border-radius: 50%;
  background: #2D823F;
  width: .66rem;
  height: .66rem;
  margin-bottom: .2rem;
}

.bodegas .izq .menu-bodegas a.activo {
  color: #2D823F;
}

.bodegas .izq .menu-bodegas a.activo .flecha-bodega {
  display: block;
}

.bodegas .izq .menu-bodegas a.activo:before {
  background: #8BC540;
}

.bodegas .der {
  position: relative;
  border-left: 2px solid #707070;
}

@media only screen and (max-width: 991px) {
  .bodegas .der {
    border-left: none;
  }
}

.bodegas .der .linea {
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
}

@media only screen and (max-width: 991px) {
  .bodegas .der .linea {
    display: none;
  }
}

.bodegas .der .panel-bodega {
  display: none;
}

.bodegas .der .panel-bodega.visible {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 550px) {
  .bodegas .der .panel-bodega.visible {
    flex-direction: column;
  }
}

.bodegas .der .w-menu-bodegas-mobile {
  width: 100%;
  padding: 0 1rem 1rem;
}

.bodegas .der .w-menu-bodegas-mobile h3 {
  font-size: 1.25rem;
  color: #8BC540;
  margin: 0 0 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.bodegas .der .w-menu-bodegas-mobile .btn-cotiza {
  font-weight: 900;
  color: #000;
  background: #8BC540;
  font-size: .9rem;
  padding: .4rem .6rem .3rem;
  border-radius: .4rem;
  text-align: center;
  width: 8rem;
  cursor: pointer;
  transition: all .3s ease;
}

.bodegas .der .w-menu-bodegas-mobile .btn-cotiza:hover {
  background: #2D823F;
  color: #fff;
}

.bodegas .der .w-menu-bodegas-mobile .btn-cotiza.oculto {
  opacity: 0;
  visibility: hidden;
}

.bodegas .der .w-m-bodegas {
  display: flex;
}

.bodegas .der .menu-bodegas {
  width: 13rem;
  min-width: 13rem;
}

@media only screen and (max-width: 550px) {
  .bodegas .der .menu-bodegas {
    width: 50%;
    min-width: 50%;
  }
}

.bodegas .der .menu-bodegas h3 {
  font-size: 1.25rem;
  color: #8BC540;
  margin: 0 0 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.bodegas .der .menu-bodegas a {
  color: #808080;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
  margin-left: .5rem;
  position: relative;
}

@media only screen and (max-width: 550px) {
  .bodegas .der .menu-bodegas a {
    margin-left: 0;
    font-size: .9rem;
  }
}

.bodegas .der .menu-bodegas a .flecha-bodega {
  position: absolute;
  right: -2px;
  z-index: 10;
  display: none;
  top: 0;
}

.bodegas .der .menu-bodegas a:hover {
  color: #fff;
}

.bodegas .der .menu-bodegas a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .4rem;
  border-radius: 50%;
  background: #2D823F;
  width: .66rem;
  height: .66rem;
  margin-bottom: .2rem;
}

.bodegas .der .menu-bodegas a.activo {
  color: #2D823F;
}

.bodegas .der .menu-bodegas a.activo .flecha-bodega {
  display: block;
}

.bodegas .der .menu-bodegas a.activo:before {
  background: #8BC540;
}

.bodegas .der .datos {
  width: 12rem;
  min-width: 12rem;
  padding: 2rem 1rem 2rem 2.5rem;
}

@media only screen and (max-width: 550px) {
  .bodegas .der .datos.datos-desktop {
    display: none;
  }
}

.bodegas .der .datos.datos-mobile {
  display: none;
}

@media only screen and (max-width: 550px) {
  .bodegas .der .datos.datos-mobile {
    display: block;
    padding-right: 0;
    border-left: 1px solid #6e6e6e;
  }
}

@media only screen and (max-width: 550px) {
  .bodegas .der .datos {
    width: 50%;
    min-width: 50%;
    padding: 0rem 1rem;
  }
}

.bodegas .der .datos h4 {
  color: #8BC540;
  margin: 0 0 .5rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.bodegas .der .datos .item {
  margin-bottom: 1rem;
}

.bodegas .der .datos .item .nombre-item {
  font-size: .75rem;
  color: #fff;
}

.bodegas .der .datos .item .valor-item {
  font-size: 1.125rem;
  color: #fff;
}

.bodegas .der .datos .item.strong .nombre-item {
  font-weight: 600;
}

.bodegas .der .datos .item.strong .valor-item {
  font-weight: 600;
}

.bodegas .der .datos .btn-cotiza {
  font-weight: 900;
  color: #000;
  background: #8BC540;
  font-size: .9rem;
  padding: .4rem .6rem .3rem;
  border-radius: .4rem;
  text-align: center;
  width: 8rem;
  cursor: pointer;
  transition: all .3s ease;
}

.bodegas .der .datos .btn-cotiza:hover {
  background: #2D823F;
  color: #fff;
}

.bodegas .der .datos .btn-cotiza.oculto {
  opacity: 0;
  visibility: hidden;
}

.bodegas .der .img-bodega {
  padding-right: 1rem;
  position: relative;
}

@media only screen and (max-width: 550px) {
  .bodegas .der .img-bodega .img-bodega-desktop {
    display: none;
  }
}

.bodegas .der .img-bodega .img-bodega-mobile {
  display: none;
}

@media only screen and (max-width: 550px) {
  .bodegas .der .img-bodega .img-bodega-mobile {
    display: block;
  }
}

.bodegas .der .img-bodega img {
  width: 100%;
  transition: all .3s ease;
}

.bodegas .der .img-bodega span {
  width: 2rem;
  height: 2rem;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-size: 2rem;
  transition: all .3s ease;
}

@media only screen and (max-width: 550px) {
  .bodegas .der .img-bodega {
    padding-right: 0;
    height: 300px;
  }
}

.bodegas .der .img-bodega:hover img {
  opacity: .5;
}

.bodegas .der .img-bodega:hover span {
  opacity: .8;
}

.bodegas .der .form-bodega {
  position: absolute;
  background: #1d1d1d;
  width: calc(100% - 12rem);
  height: 100%;
  right: 0;
  padding: 1.5rem 4rem;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  transform: translateX(100%);
}

@media only screen and (max-width: 550px) {
  .bodegas .der .form-bodega {
    top: 0;
    width: 100%;
    height: 300px;
    padding: 1rem 2rem;
  }
}

.bodegas .der .form-bodega.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.bodegas .der .form-bodega .cerrar-bodega {
  position: absolute;
  color: #8BC540;
  top: .5rem;
  right: 3rem;
  cursor: pointer;
  font-size: 1.2rem;
}

@media only screen and (max-width: 550px) {
  .bodegas .der .form-bodega .cerrar-bodega {
    right: 1rem;
    top: 0;
  }
}

.bodegas .der .form-bodega .form-group {
  margin-bottom: .6rem;
}

.bodegas .der .form-bodega .form-group label {
  display: block;
  font-size: .7rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: .2rem;
}

.bodegas .der .form-bodega .form-group input {
  width: 100%;
  height: 1.8rem;
  background: #343131;
  padding: 1rem .5rem;
  color: #fff;
  font-size: .7rem;
  border: none;
}

.bodegas .der .form-bodega .form-submit {
  text-align: right;
  margin-top: 1rem;
}

.bodegas .der .form-bodega .form-submit .submit-bodega {
  font-weight: 900;
  color: #000;
  background: #8BC540;
  font-size: .9rem;
  padding: .4rem 1.2rem .3rem;
  border-radius: .4rem;
  display: inline-block;
  text-align: center;
  border: none;
  text-transform: uppercase;
  width: 7.7rem;
}

.bodegas .der .form-bodega .form-submit .submit-bodega:hover {
  background: #2D823F;
  color: #fff;
}

.s-mapa {
  display: flex;
  background: #2b2b2b;
}

@media only screen and (max-width: 991px) {
  .s-mapa {
    flex-direction: column;
  }
}

.s-mapa .w-mapa {
  width: 65%;
  min-width: 65%;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .s-mapa .w-mapa {
    height: 400px;
    width: 100%;
    min-width: 100%;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-mapa .w-mapa {
    height: 380px;
    width: 100%;
    min-width: 100%;
    margin-bottom: 1.5rem;
  }
}

.s-mapa .w-mapa .mask {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .s-mapa .w-mapa .mask {
    display: none;
  }
}

.s-mapa .w-mapa .mapa {
  width: 100%;
  height: 100%;
}

.s-mapa .datos-mapa {
  width: 35%;
  min-width: 35%;
  padding: 1.5rem 3rem 2rem 3rem;
}

@media only screen and (max-width: 991px) {
  .s-mapa .datos-mapa {
    width: 100%;
    min-width: 100%;
    padding: 1.5rem 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-mapa .datos-mapa {
    padding: 0rem 1rem 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-mapa .datos-mapa.datos-mapa-desktop h2 {
    display: none;
  }
  .s-mapa .datos-mapa.datos-mapa-desktop .simbologia {
    display: none;
  }
}

.s-mapa .datos-mapa.datos-mapa-mobile {
  display: none;
}

@media only screen and (max-width: 550px) {
  .s-mapa .datos-mapa.datos-mapa-mobile {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
}

.s-mapa .datos-mapa h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: 900;
  color: #8BC540;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .s-mapa .datos-mapa .w-datos {
    display: flex;
  }
}

@media only screen and (max-width: 550px) {
  .s-mapa .datos-mapa .w-datos {
    flex-direction: column;
  }
}

.s-mapa .datos-mapa .simbologia {
  width: 14rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .s-mapa .datos-mapa .simbologia {
    margin-right: 6rem;
  }
}

@media only screen and (max-width: 768px) {
  .s-mapa .datos-mapa .simbologia {
    margin-right: 3rem;
  }
}

.s-mapa .datos-mapa .simbologia .item {
  position: relative;
  display: flex;
  margin-bottom: .4rem;
}

.s-mapa .datos-mapa .simbologia .item .img-simb {
  width: 1.66rem;
  min-width: 1.66rem;
  text-align: center;
  margin-right: .3rem;
}

.s-mapa .datos-mapa .simbologia .item .img-simb img {
  margin: 0 auto;
  vertical-align: top;
}

.s-mapa .datos-mapa .simbologia .item p {
  font-weight: bold;
  font-size: .6rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.1;
}

.s-mapa .datos-mapa .simbologia .item p.big {
  font-size: .7rem;
}

.s-mapa .datos-mapa .simbologia .item.s1 img {
  width: 1rem;
}

.s-mapa .datos-mapa .simbologia .item.s2 img {
  width: .8rem;
}

.s-mapa .datos-mapa .simbologia .item.s3 img {
  width: .55rem;
}

.s-mapa .datos-mapa .simbologia .item.s4 img {
  width: .55rem;
}

.s-mapa .datos-mapa .simbologia .item.s5 img {
  width: .55rem;
}

.s-mapa .datos-mapa .simbologia .item.s6 img {
  width: .55rem;
}

.s-mapa .datos-mapa .simbologia .item.s7 img {
  width: .55rem;
}

.s-mapa .datos-mapa .simbologia .item.s8 img {
  width: 1.2rem;
}

.s-mapa .datos-mapa .tiempos {
  position: relative;
  text-align: center;
  width: 15.2rem;
}

.s-mapa .datos-mapa .tiempos h3 {
  font-size: 1rem;
  color: #fff;
  font-weight: 900;
  background: #2b2b2b;
  text-align: center;
  display: inline-block;
  padding: .2rem;
  margin: 0 auto;
  transform: translateY(1rem);
}

.s-mapa .datos-mapa .tiempos .w-tiempos {
  width: 100%;
  border: 1px solid #fff;
  padding: 1.5rem .4rem .4rem;
}

.s-mapa .datos-mapa .tiempos .w-tiempos .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-mapa .datos-mapa .tiempos .w-tiempos .item p {
  font-size: .7rem;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.fancybox-image {
  background: #1d1d1d;
}

footer {
  background: #242424;
  padding: 4rem 0;
}

@media only screen and (max-width: 550px) {
  footer {
    padding: 2rem 0;
  }
}

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

@media only screen and (max-width: 550px) {
  footer .wrap {
    flex-direction: column;
  }
}

footer .texto {
  text-align: right;
}

@media only screen and (max-width: 550px) {
  footer .texto {
    text-align: center;
    margin-bottom: 1rem;
  }
}

footer .texto p {
  font-size: .917rem;
  color: #B5B5B5;
  font-weight: 300;
  margin-bottom: 0;
}

footer .texto p a {
  color: #7C7C7C;
  font-weight: bold;
  text-decoration: none;
}

footer .texto p a img {
  vertical-align: middle;
  margin-right: .2rem;
  width: 1rem;
}

footer .logo {
  width: 8.2rem;
  margin-left: 2rem;
}

footer .logo img {
  width: 100%;
}
/*# sourceMappingURL=estilos.css.map */