/*<----------------voivov---------------->*/
* {
  box-sizing: border-box;
}

::selection {
  background-color: #888;
  color: white;
}

html {
  /*font-size: 0.94vw;*/
}

body {
  //cursor: url("../img/cursor.png"), auto;
  font-family: "Roboto Condensed", Sans-serif;
  color: #fff;
  background-color: #180c00;
  //background-color: #b5800a;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  background-image: url("../img/tramado.png");
  background-repeat: repeat;
}

body::-webkit-scrollbar {
  width: 0.8rem;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.1);
}

body::-webkit-scrollbar-thumb {
  background-color: #fff;
  //outline: 1px solid black;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #1b1300;
  font-weight: 400;
  transition: all .3s ease;
}

a:hover {
  color: #ff0000;
}

section {
  position: relative;
}

b {
  color: #ff0000;
}

h1 {
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #000;
  margin-top: 150px;
  margin-bottom: 0;
}

ul li {
  color: #1b1300;
  //list-style-type: disc;
  text-decoration: none;
  list-style: none;
  /* Bullet Color */
}

strong {
  color: #fff;
  font-weight: 600;
}

input.cja {
  width: 250px;
  height: 26px;
  border-style: solid;
  border-color: #d6d6d6;
  border-width: 1px;
}

button {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 35px;
  margin: -55px 5px -20px 5px;
  transition: all .3s ease;
}

button:hover {
  color: #fff;
  background-color: #1b1300;
}

button:visited {
  color: #fff;
  background-color: #1b1300;
}

.cabecera {
  position: relative;
  padding-bottom: 0;
  background-color: #fff;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  width: 100%;
  z-index: 3000;
}

.caja {
  width: 300px;
  background: #ff0000;
  background: -webkit-linear-gradient(to right, #ff0000, #930000);
  background: linear-gradient(to right, #ff0000, #930000);
}

.cabecera .logo-a img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  margin-left: 70px;
  margin-top: 16px;
  width: 160px;
}

.container {
  width: 1270px;
  //background-color: rgba(255, 255, 255, 0.05);
}

///<---------------menu--------------->///.
.cja-vacia {
  width: 100%;
  height: 40px;
  background-color: #000;
  z-index: 3;
}

.cja-vacia p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 5px;
}

.cja-menu {
  width: 100%;
  z-index: 3;
  margin-bottom: 0;
}

.menu, .sub-menu {
  display: flex;
  justify-content: center;
}

.menu p {
  color: #1b1300;
  padding: 0 15px 0 15px;
  margin-bottom: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  //border-right: 1px solid rgba(0,0,0, 0.5);
}

.menu p:hover {
  color: #ff0000;
}

.menu .contac {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.caja-sub-menu {
  height: 35px;
  background: #e6e6e6;
}

.sub-menu p {
  text-align: center;
  color: #1b1300;
  padding: 0 15px 0 15px;
  //margin-top: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.sub-menu p:hover {
  color: #ff0000;
}

.bold {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.icon-menu img {
  margin-left: 3px;
  margin-right: 3px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  transition: all .3s ease;
}

.icon-menu img:hover {
  transform: scale(1.09);
}

.selec-idioma {
  width: 120px;
  height: 25px;
  border-color: #d5d5d5;
  color: #1b1300;
  font-family: "Roboto Condensed", Sans-serif;
}

.hamb {
  display: none;
  position: fixed;
  color: #ff0000;
}

///<---------------menu--------------->///
.fila {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.columna-100-caja {
  width: calc(100% - 300px);
}

.columna-100-caja-m- {
  //width: calc(100% - 300px);
  width: 100%;
  background-color: #fff;
  margin-left: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -8px;
}

.columna-100 {
  width: 100%;
}

.columna-70 {
  width: 70%;
}

.columna-60 {
  width: 60%;
}

.columna-50 {
  width: 50%;
}

.columna-40 {
  width: 40%;
}

.columna-40-c {
  width: 40%;
}

.columna-30 {
  width: 30%;
}

.columna-20 {
  width: 20%;
}

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

.flex-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-coffes {
  flex-direction: column;
}

.space-bt-buy {
  margin-top: 20px;
}

.fond-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255);
  margin-bottom: 10px
}

.fond-section-d {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255);
}

.fond-section-f {
  display: flex;
  padding-top: 0;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255);
  margin-bottom: 10px
}

.lista1, .lista2, .lista3 {
  display: none;
  //margin-left: 300px;
  position: absolute;
  height: 280px;
  width: calc(100% - 300px);
  background-color: #fff;
  z-index: 3001;
  margin-top: 0;
  border-radius: 0 0 0 5px;
  filter: drop-shadow(3px 3px 3px rgba(1, 1, 1, 0.1));
}

.espacio {
  width: 300px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.espacio img {
  filter: drop-shadow(3px 3px 3px rgba(1, 1, 1, 0.1));
}

.lista1 .margin-ul {
  margin-left: 12%;
}

.lista2 .margin-ul {
  margin-left: 12%;
}

.lista3 .margin-ul {
  margin-left: 12%;
}

.colorw-caja {
  background-color: #fff;
  width: 350px;
  height: 480px;
  border-radius: 5px;
}

.bandera {
  margin-right: 10px;
  filter: drop-shadow(3px 3px 3px rgba(1, 1, 1, 0.1));
}

///---------------tarjetas--------------->///
.-colorw-caja p {
  font-weight: 400;
  font-size: 1.7rem;
  color: #180c00;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

.tarjeta-taza {
  font-weight: 400;
  font-size: 1.7rem;
  color: #180c00;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

.tarjeta {
  width: 250px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  margin: 10px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  transition: all .3s ease;
}

.tarjeta:hover {
  transform: scale(1.03);
}

.tarjeta-txt {
  font-weight: 400;
  font-size: 1.5rem;
  color: #1b1300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.tarjeta-txt2 {
  font-weight: 200;
  font-size: 0.8rem;
  color: #180c00;
  text-align: center;
  margin-top: -7px;
  margin-bottom: 0;
  padding: 0;
}

.tarjeta-more {
  width: 350px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  margin: 10px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  transition: all .3s ease;
}

.tarjeta-more:hover {
  transform: scale(1.03);
}

.tarjeta-more .tarjeta-more-txt {
  font-weight: 400;
  font-size: 1.4rem;
  color: #1b1300;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

///<---------------tarjetas---------------///
.container .fond-section-d img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  margin-top: 50px;
  margin-bottom: 50px;
}

.story-txt {
  font-size: 1.2rem;
  color: #180c00;
  padding: 5px 50px 0 10px;
}

.filter-img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}

.tarjeta-lets, .tarjeta-lets-d {
  width: 350px;
  height: 350px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  margin: 10px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}

.tarjeta-lets img {
  transform: scale(1);
  transition: all .3s ease;
}

.tarjeta-lets img:hover {
  transform: scale(1.1);
}

.tarjeta-lets-d {
  margin-top: -50px;
}

.tarjeta-lets-d img {
  transform: scale(1);
  transition: all .3s ease;
}

.tarjeta-lets-d img:hover {
  transform: scale(1.1);
}

.img-vfarmer {
  margin-top: 20px;
  //margin-bottom: 20px;
  width: 85%;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}

.caja-precios {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.caja-precio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
}

.caja-precio img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}

.txt-price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1b1300;
  padding-bottom: 5px;
  margin: 20px 20px 0 20px;
}

.txt-grs {
  font-size: 1.2rem;
  color: #1b1300;
  margin-top: -5px;
  padding-top: 5px;
}

.btn-price {
  color: #fff;
  font-weight: 600;
  padding: 2px 20px 2px 20px;
  background-color: #ff0000;
  border-radius: 5px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  cursor: pointer;
  transition: all .3s ease;
}

.btn-price:hover {
  background-color: #930000;
  transform: scale(1.1);
}

///<---------------a story---------------///
/*----------------contactos------------------>*/
.container-contactos {
  //width: 1270px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 8px;
}

.container-contactos .txt-contactos,
.txt-contactos-2 {
  color: #180c00;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 15px;
  padding-bottom: 0;
  margin: 5px;
  margin-left: -10px;
  z-index: 3001;
}

.container-contactos .txt-contactos-2 {
  margin-top: 10px;
}

.container-contactos .contac-cja {
  color: #180c00;
  font-size: 1rem;
  width: 90%;
  height: 30px;
  border-style: solid;
  border-radius: 5px;
  border-color: #d5d5d5;
  border-width: 1px;
  margin-left: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
}

.container-contactos .textarea {
  color: #180c00;
  font-size: 1rem;
  margin-top: 5px;
  width: 90%;
  height: 100px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  resize: vertical;
  resize: none;
}

.container-contactos .btn-enviar .btn {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 5px;
  background-color: #ff0000;
  width: 100px;
  //margin-top: 7px;
  margin-left: 0;
  //margin-bottom: 20px;
  border: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.container-contactos .btn-enviar .btn:hover {
  background-color: #930000;
}

.container-contactos .columna-100-bt {
  width: 100%;
  height: 20px;
}

.container-contactos .mapa {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 540px;
}

.container-contactos .mapa img {
  //margin-left: 20px;
  filter: drop-shadow(9px 9px 9px rgba(0, 0, 0, 0.2));
}

#errorNombre, #errorEmail, #errorMensaje {
  font-size: 0.9rem;
}

/*<----------------contactos------------------*/
/*-------------------footer------------------*/
footer {
  //position: relative;
}

.pre-footer {
  width: 100%;
  height: 150px;
  background-color: #1b1300;
  display: flex;
  justify-content: center;
}

footer .barra-footer {
  width: 100%;
  height: 250px;
  background-color: #3C3C3C;
  display: flex;
  justify-content: center;
  background-image: url(../img/pie.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.fila-footer {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.footer-tel {
  margin-top: 50px;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
}

.footer-txt {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.footer-txt2 {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -18px;
}

.barra-footer i {
  font-size: 3rem;
  color: #2fb400;
  margin-top: 5px;
  margin-left: 20px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  transition: all .3s ease;
}

.barra-footer i:hover {
  color: #3be200;
  transform: scale(1.1);
}

/*<------------------------@media------------------------->*/
@media (min-width: 1200px) {}

@media (max-width: 1199px) {
  .container {
    width: 960px;
  }

  /*------------------------------------------------------------*/
  @media (max-width: 767px) {
    html {
      font-size: 1rem;
    }

    a {
      color: #fff;
      //font-weight: 200;
    }

    b {
      color: #ff0000;
    }

    h1 {
      font-size: 2rem;
      margin-bottom: 10px;
      ;
    }

    .cabecera {
      position: absolute;
      padding-bottom: 0;
      background-color: #f7f7f7;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 3000;
    }

    .caja {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .menu {
      margin-top: 50%;
      flex-direction: column;
    }

    .menu p {
      border-left: none;
      font-size: 2rem;
      text-align: center;
    }

    .menu .contac {
      border-right: none;
    }

    .hamb {
      ///position: absolute;
      display: block;
      font-size: 2rem;
      color: #ff0000;
      margin-top: -65px;
      right: 0;
      background-color: #fff;
      padding: 7px;
      padding-right: 10px;
      padding-left: 10px;
      border-radius: 5px 0 0 5px;
      z-index: 9001;
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
    }

    .cja-menu.open {
      transform: translateX(0);
    }

    .cja-menu {
      position: fixed;
      width: 100%;
      height: 100%;
      ///background-color: #fff;
      background: -webkit-linear-gradient(to right, #ff0000, #930000);
      background: linear-gradient(to right, #ff0000, #930000);
      padding-top: 7px;
      padding-bottom: 60px;
      padding-right: 15px;
      padding-left: 15px;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      transition: all 0.4s ease;
      z-index: 3000;
      transform: translateX(100%);
    }

    .caja-sub-menu {
      height: 70px;
      background: #e6e6e6;
    }

    .caja-sub-menu p {
      text-align: center;
      font-size: 0.7rem;
      line-height: 1rem;
    }

    .cja-vacia {
      display: none;
    }

    .selec-idioma {
      width: 100px;
      height: 35px;
      font-size: 1.1rem;
      border-color: #d5d5d5;
      color: #1b1300;
      font-family: "Roboto Condensed", Sans-serif;
      margin-right: 20px;
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .cabecera .logo-a img {
      margin-left: 0;
      margin-top: 16px;
      width: 160px;
    }

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

    .flex-column-mb {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .flex-col-mb {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .flex-col-mb img {
      width: 100%;
      margin-top: 30px;
    }

    .index-contac {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .container-contactos .mapa {
      height: auto;
    }

    .container-contactos .txt-contactos, .txt-contactos-2 {
      font-size: 1.3rem;
      text-align: center;
    }

    .container-contactos .contac-cja {
      font-size: 1.2rem;
      width: 350px;
      height: 40px;
    }

    .container-contactos .textarea {
      font-size: 1.2rem;
      width: 350px;
      //height: 40px;
    }

    .container-contactos .btn-enviar .btn {
      font-size: 1.2rem;
      font-weight: 600px;
      width: 350px;
      height: 50px;
      margin-top: 10px;
    }

    .columna-70 {
      width: 100%;
    }

    .columna-60 {
      width: 100%;
    }

    .columna-50 {
      width: 250%;
    }

    .columna-40 {
      width: 100%;
    }

    .columna-40-c {
      display: flex;
      width: 100%;
    }

    .columna-30 {
      width: 100%;
    }

    .columna-20 {
      width: 100%;
    }

    .columna-0 {
      width: 0;
    }

    .img-only {
      width: 100%
    }

    .tabla-manigua img {
      width: 370px;
    }

    .story-txt {
      font-size: 1.2rem;
      padding: 10px;
    }

    .tarjeta-lets-d {
      margin-top: 10px;
    }

    .lets-1ra {
      margin-top: -50px;
    }

    /*<-----------footer------------>*/
    .footer-tel {
      margin-top: 100px;
      margin-bottom: 20px;
      font-size: 2.2rem;
      font-weight: 400;
      text-align: center;
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.9));
    }

    .footer-txt {
      font-size: 1.2rem;
      font-weight: 400;
      text-align: center;
      padding: 0;
      margin-top: 0;
      margin-bottom: -5px;
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
    }

    .footer-txt2 {
      font-size: 1rem;
      font-weight: 400;
      text-align: center;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: -18px;
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
    }

    .barra-footer i {
      font-size: 4rem;
      margin-top: 50px;
      margin-left: 20px;
    }
  }

  /*<-----------@media------------>*/
