body{
font-family: 'Open Sans', sans-serif;
font-size:15px;
color: #000;
}

html{
    box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

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

img { width: 100%;
height: auto;}
body {
    margin: 0;
    padding: 0;
}

h1, h2, h3{
   font-family: 'Open Sans', sans-serif;
    
}

/*TOPS*/
.contenedor-tops {
    max-width: 1100px;
    margin: 0 auto;
}

.lineas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 60%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.lineas div {
    height: 4px;
    
    margin-right: 3px;
}

.color1{ background: #000;}
.color2{ background: #000;}
.color3{ background: #000;}

.whats {
    position: fixed;
    bottom: 0px;
    background: #83838c;
    color: #fff;
    padding: 11px;
    border-radius: 0px;
    width: fit-content;
    max-width: 220px;
    right: -250px;
    right: 0px !important;
    /* font-weight: 100 !important; */
    z-index: 10;
    border-top-left-radius: 10px;
}
.whats a {
    color: #fff;
    display: grid;
    grid-template-columns: 19% 70%;
    font-size: 18px;
    font-weight: 100;
    grid-gap: 15px;
    
}
.whats i {
    font-size: 43px;
}
.botonera-movil{
    display: none;
}
.redes ul {
    list-style: none;
    display: flex;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-gap: 10px;
    font-size: 21px;
    /* width: fit-content; */
    float: right;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-top: 11px;
    justify-content: space-around;
    width: fit-content;
}
.informacion strong {
    font-size: 14px;
    display: block;
}
.informacion span {
    float: left;
}
.informacion {
    font-size: 10px;
}
.informacion .fa-user {
    font-size: 20px !important;
    /* width: 30px; */
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.boton-botonera {
    display: none;
}
div#abrir {
    position: absolute;
    font-size: 13px;
    background: #e00;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    top: 11px;
    right: -10px;
}
.carro {
    position: relative;
}
.spa {
    clear: both;
}
/*HEADER*/
.contenedor-header {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 17% 83%;
    align-items: center;
    position: relative;
}
a.logo {
    margin-top: 0px;
    padding-bottom: 10px;
}
.header {
    width: 100%;
    position: absolute;
    z-index: 1;
    transition: .5s all ease;

}
.blanco{
    background: #fff;
}
.informacion span {
    color: #000;
}
.header.menu-fixed {
    position: fixed;
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 37%);
    -webkit-box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 37%);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.37);
    z-index: 10;
}
.menu-fixed a.logo {
    margin-top: 10px;
    padding-bottom: 10px;
}
.tops {
    width: 100%;
    margin: 0 auto;
    transition: .5s all ease;
    /* background: #eee; */
    padding-bottom: 13px;
    margin-bottom: 18px;
    border-bottom: solid 1px #cccccc52;
}
ul#menu-menu-principal {
    width: fit-content;
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}
ul#menu-menu-principal li a {
    display: block;
    padding: 10px;
    color: #080808;
    position: relative;
    font-size: 15px !important;

}
.negra ul#menu-menu-principal li a {
    display: block;
    padding: 10px;
    color: #000;
    position: relative;
}
div#menu_uno ul li {
    position: relative;
}
ul.sub-menu {
    margin: 0px;
    padding: 0px;
    background: #fff;
    min-width: 250px;
    position: absolute;
    list-style: none;
    left: 50% !important;
    transform: translate(-50%);
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 37%);
    -webkit-box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 37%);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.37);
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.desplega.prendido{
    background: #CBCBD1;
    color: #fff !important;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.desplega.prendido a{
    color: #000 !important;
}
ul.sub-menu li a {
    color: #000 !important;
    padding: 10px 20px !important;
    transition: .5s all ease;
}
.current-menu-item a {
    font-weight: 700;
}
ul.sub-menu li a:hover {
    color: #000 !important;
    padding: 10px 20px !important;
    background:#DEDEDE;
}
.menu-fixed ul#menu-menu-principal li a {
    display: block;
    padding: 10px;
    color: #000;
}
.menu-fixed .tops {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    background: transparent;
    display: none;
}
.menu-fixed .botonera_uno {
    padding-top: 0px;
    padding-bottom: 16px;
}
.redes ul li {
    cursor: pointer;
}
.redes a {
    color: #000000;
    margin: 0px 8px;
    width: fit-content;
    float: left;
}
/*CARRITO*/
.carrito.animated.fadeIn {
    overflow: auto;
    padding-bottom: 60px;
}

p.woocommerce-mini-cart__buttons.buttons a:first-child {
    background:#a3a3af;
    color: #fff;
}

.carrito.animated.fadeIn {
    background:#DFDFE3;
    z-index: 31;
    position: fixed;
    height: 100vh;
    right: -50%;
    width: 50%;
    max-width: 500px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 37%);
    -webkit-box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 37%);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.37);
}
.velo_carro {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: #dfdfe3a6;
    z-index: 30;
}
li.woocommerce-mini-cart-item.mini_cart_item {
    display: grid;
    grid-template-columns: 3% 20% 60%;
    align-items: center;
    grid-gap: 15px;
    padding: 10px;
    /* background: #171616; */
    border-radius: 0px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    grid-row-gap: 0px;
}
p.woocommerce-mini-cart__total.total {
    background: transparent;
    padding: 10px;
    border-radius: 5px;
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 21px;
    border-bottom: transparent;
    text-align: left;
}
p.woocommerce-mini-cart__buttons.buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
p.woocommerce-mini-cart__buttons.buttons a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 10px;
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    border-radius: 5px;
    font-size: 14px;
    border: none;
}
.mini-cart-content {
    max-width: 87%;
    color: #000;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border: solid 1px #eee;
    border-radius: 10px;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    list-style: none;
    padding: 0px;
    margin: 0px;
    color: #000;
}
.nombre-producto {
    text-align: left;
    font-size: 16px;
    grid-column: 3;
    grid-row: 1;
}
a.remove.remove_from_cart_button {
    height: 20px;
    color: #000;
    text-decoration: none;
    width: 20px;
    /* background: #464646; */
    border-radius: 50%;
    font-weight: 700;
    font-size: 22px;
}
.mini_cart_item .quantity {
    display: block;
    font-weight: 700;
    text-align: left;
    padding-top: 10px;
}
.tit-carro {
    color: #000;
    font-size: 30px;
    padding: 15px 30px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: solid 1px #eee;
}
p.woocommerce-mini-cart__empty-message {
    color: #000;
    padding-top: 30px;
}
a.close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #000;
    font-size: 20px;
    background: #fff;
    /* padding: 20px; */
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: .5s all ease;
}
a.close:hover {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 20px;
    background: #000;
    /* padding: 20px; */
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/*BANNER*/
.saltito {
    /* height: 125px; */
    /* background: #000; */
}


.cero .carousel-cell {
      opacity: 0 !important;
      transition: opacity 1s ease !important;
    }
.cero .carousel-cell.is-selected {
        opacity: 1 !important;
      }


.cero {
    height: 700px;
    margin: 0 auto;
}

@media(max-width:812px){
    .cero, .cero .carousel-cell {
    height: 700px;
    margin: 0 auto;
}
}

.cero .carousel-cell {
    width:100%;
    height: 700px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff !important;
    border-radius: 0px;
    counter-increment: carousel-cell;
}
.carousel {
    background: #fff !important;
}
.cero{
    margin-bottom: 0px !important;
}
.banner {
    min-height: 7c00px;
    width: 100%;
    display: grid;
    align-items: CENTER;
    background: #585858;
    padding-top: 100px;
    background-size: cover !important;
    background-position: top !important;
    color: #fff;
    position: relative;
    background: hidden;
    background-repeat: no-repeat !important;
}
@media(max-width:812px){
    .cero, .cero .carousel-cell {
    height: 700px;
    margin: 0 auto;
}
    .contenedor-seccion.text-mensaje.padding-10 {
    font-size: 13px;
    padding: 10px 12px;
}
}
.cover {
    object-fit: cover;
}


.velo1 {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 150px;
    background: rgb(0,0,0);
    background: linear-gradient(
0deg
, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 81%);
    left: 0px;
}
.contenedor-banner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.textos-banner {
    max-width: 50%;
}
.textos-banner h2 {
    font-size: 60px;
    font-weight: 400;
    margin: 0px;
    line-height: 45px;
    padding: 10px 0px;
}
.textos-banner h2 span {
    font-size: 40px;
}
.etiqueta {
    font-size: 30px;
}
a.boton-banner {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    border: solid;
    border-radius: 50px;
    margin-top: 20px;
    transition: .5s all ease;
}
a.boton-banner:hover {
    color: #fff;
    background: #d3b580;
    border: solid 2px #d3b580;
}
.valor {
    font-size: 82px;
    font-weight: 600;
    padding-bottom: 20px;
}
.pc{ display: block;}
.telefono{display: none;}

.slideshow-image {
    min-height: 700px;
    display: grid;
    align-items: center;
}

@media(max-width:812px){
    
.pc{ display: none;}
.telefono{display: block;}
   .textos-banner {
    max-width: 100%;
} 
   .slideshow-image {
    max-width: 80%;
    margin: 0 auto;
    min-height: 560px;
    display: grid;
    align-items: end;
} 
    .contenedor-banner {
    z-index: 1;
}
    
    .etiqueta {
    font-size: 16px;
}
    .textos-banner h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0px;
    line-height: 33px;
    padding: 10px 0px;
}
    .textos-banner h2 span {
    font-size: 32px;
}
    .valor {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 20px;
}
    .velo1 {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 700px;
    /* background: rgb(0,0,0); */
    /* background: linear-gradient( 
0deg
 , rgba(0,0,0,0) 0%, rgba(0,0,0,1) 81%); */
    left: 0px;
    background: rgb(0,64,117);
    background: linear-gradient(
180deg
, rgba(0,64,117,0) 0%, rgba(0,0,0,0.9570203081232493) 100%);
}
}
/*PRIMER CONTENIDO*/
.primer-contenido {
    background: #f5f5f5;
}
.contenedor-cajas {
    max-width: 1100px;
    margin: -77px auto 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 40px 0px;
    z-index: 1;
    position: relative;
}
.caja {
    display: grid;
    grid-template-columns: 100%;
    transition: .5s all ease;
}
.texto-caja {
    padding: 15px;
}
.caja:hover {
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 17%);
    -webkit-box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.17);
    background: #e4e4e6;
    transform: scale(1.05);
}
.caja h3 {
    margin: 0px;
}
.icono-caja {
    font-size: 35px;
}
.texto-caja p {
    font-size: 13px;
    line-height: 18px;
}

/*FOOTER*/
.footer {
    background: #DFDFE3;
    color: #000;
    padding: 50px;
} 

.logo-pagos img {
    max-width: 164px;
}
.logo-pagos {
    text-align: right;
    padding-top: 26px;
    display: block;
    float: right;
}
.item-footer .logo {
    padding-top: 20px !important;
    float: left;
    text-align: right;
    width: 100%;
}
.item-footer h3 {
    color: #000000;
    font-weight: 300;
}
.contenedor-footer {
    display: grid;
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
div#menu_foot ul {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 29px;
}
.datos ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}
.redes-footer ul {
    display: flex;
    list-style: none;
    padding: 0px;
    font-size: 26px;
    margin: 0px;
}
.redes-footer li {
    margin: 10px 10px 0px 0px;
}
.redes-footer li a {
    color: #83838d;
}
div#menu_foot a {
    color: #83838d;
}
.item-footer h3 {
    color: #83838d;
}
.datos {
    color: #83838d;
}
.footer h3 {
    font-weight: 300;
}
.redes-footer {
    float: right;
    width: fit-content;
}

.item-footer .logo img {
    max-width: 200px !important;
    float: right;
}

/*OTROS DESTACADOS*/
.otros-destacados {
    background: #F2F0EC;
    width: 100%;
    min-height: 600px;
}

.botonera-movil{
    
}

ul#menu-menu-1 li a i {
    display: none !important;
}
ul#menu-menu-1 li a:hover {
    background: #d3b580;
    color: #000;
    border-radius: 10px;
}
.menu-item .fa-chevron-right {
    position: absolute;
    top: 17px;
    left: 10px;
    font-size: 7px;
}
.menu-item:hover .fa-chevron-right  {
    color:#000 !important;
}
ul#menu-menu-1 .sub-menu li a:hover {
    border-radius: 0px;
}
@media(max-width:812px){
    
ul#menu-menu-2 li {
    position: relative;
    margin-left: -1px;
}
ul#menu-menu-2 li a i {
    position: absolute;
    left: 0px;
    font-size: 21px;
    display: block;
    top: 8px;
}
    ul#menu-menu-2 li.prendido a i {
    left: 10px;
  
}
    .menu-item .fa-chevron-right {
    position: absolute;
    top: 17px;
    left: 16px;
    font-size: 7px;
}

    ul#menu-menu-2 li a {
    padding-left: 38px !important;
    display: block;
}
    
    .contenedor-cajas {
    max-width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 40px 0px;
}
  .boton-botonera {
    display: block;
    color: #fff;
    background: #83838d;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
}
    .caja {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
}
    .botonera_uno {
    display: none;
}
   
.botonera-movil {
    right: -100%;
    height: 100vh;
    background: #DFDFE3;
    z-index: 10000000000;
    position: fixed;
    width: 100%;
    color: #000;
    padding: 15px;
    top: 0px;
    overflow: scroll;
    display: block;
}
   div#menu_dos li a {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #9898984f;
    color: #000;
    font-size: 16px;
}
    div#menu_dos ul {
    list-style: none;
    padding: 0px;
}
 a.cerrado {
    color: #000;
    font-size: 38px;
    position: absolute;
    right: 13px;
}
    .botonera-movil h3 {
    font-size: 30px;
    margin: 0px;
    margin-left: 10px;
}
    ul.sub-menu {
    margin: 0px;
    padding: 0px;
    background: #fff;
    min-width: 250px;
    position: relative;
    list-style: none;
    left: 50% !important;
    transform: translate(-50%);
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 0%);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0);
    border-radius: 0px;
    overflow: hidden;
    display: none;
    border: none !important;
    background: #f1f1f1;
}
   .desplega.prendido {
    background: #d3d3d8;
    color: #000 !important;
    border-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
    img.lo {
    max-width: 131px;
}
    .carrito.animated.fadeIn {
    background: #FFF;
    z-index: 100000;
    position: fixed;
    height: 100vh;
    right: -50%;
    width: 50%;
    max-width: 500px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 37%);
    -webkit-box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 37%);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.37);
    top: 0px;
}
    
    
}

.centru {
    max-width: 1100px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    padding: 60px;
}
.centru.dos-columnas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    font-size: 14px;
    line-height: 20px;
}
.minus{
    padding-bottom: 0px;
}
.minus-dos{
    padding-top: 30px;
}
@media( max-width:812px){
   
    .centru.dos-columnas {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    font-size: 14px;
    line-height: 20px;
}
    .minus{
    padding-bottom: 0px;
}
.minus-dos{
    padding-top:0px;
}
    .centru {
    max-width: 90%;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    padding: 60px 0px;
}
}

.modal {
    height: 100%;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
    display: ;
}
.fondo-modal{
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center !Important;
    display: grid;
    align-items: center;
}
.contenedor-modal {
    max-width: 500px;
    margin: -300px auto 0px;
    width: 100%;
    position: relative;
    padding-top: 140px;
}
.logo-modal {

}
.botones-modal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 38px 0px;
    max-width: 300px;
    margin: 0 auto;
}
a.btn-modal {
    text-align: center;
    color: #CD9C2C;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0px;
    border-right: solid 1px;
    transition: .5s all ease;
}

a.btn-modal:hover {
    color: #fff;
    background: rgb(205, 156, 44);
    transform: scale(1.1);
}



a.btn-modal:last-child {
    border-right: none;
}
.imagen-izquierda {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 522px;
}
.imagen-derecha {
    position: absolute;
    right: -50px;
    bottom: -10px;
    width: 522px;
}

.mob{display: none;}
.pec{display: block;}

@media(max-width:812px){
    
    .pec{display: none;}
.mob{display: block;}
    
    .imga {
    position: relative;
    grid-row: 2;
    width: 100%;
    height: 500px;
}
    .contenedor-modal {
    max-width: 300px;
    margin: 0px auto 0px;
    width: 100%;
    position: relative;
    padding-top: 40px;
    margin-top: 0px;
}
    .imagen-izquierda {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 310px;
}
.imagen-derecha {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 310px;
}
}
/*FORMULARIO CONTACTO*/
.inscripcion input {
    padding: 10px !important;
    border: solid 1px #ccc;
    border-radius: 5px;
}

body img.gform_ajax_spinner {
    display: none !important;
}
input#gform_submit_button_1 {
    background: #418caa;
    color: #fff;
    border: none;
    padding: 10px 30px !important;
    border-radius: 50PX;
}

.error input {
    background: #ffc4c4 !important;
}

.ginput_container_date {
    min-width: 84px;
    margin-top: 4px !important;
}

ul#gform_fields_1 input, ul#gform_fields_1 select {
    background: #eee;
    border: none;
    padding: 15px;
    border-radius: 5px;
}


.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px !important;
}

.gform_wrapper div.validation_error {
    color: #020202 !important;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
    border-top: none !important;
    border-bottom: none !important;
    padding: 16px 20px !important;
    clear: both;
    width: 100%;
    text-align: left !important;
    background: #e8da333d;
}

input#gform_submit_button_1 {
    background: #000000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    border-radius: 5px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color:transparent !Important;
    margin-bottom: 6px!important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0px;
    padding-top: 0px;
    box-sizing: border-box;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 3px !important;
    font-size: 11px;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
    font-size: 13px;
}

textarea#input_1_4 {
    background: #eee;
    border: none;
    border-radius: 5px;
    max-height: 250px;
}
.formulario {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0px;
}

@media(max-width:812px){
    div#gform_wrapper_1 {
    max-width: 90%;
    margin: 0 auto;
}
}

.contenedor-tiendas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    max-width: 1100px;
    margin: 60px auto;
}

.primer-texto {
    max-width: 1100px;
    text-align: center;
    padding-top: 60px;
}

@media(max-width:812px){
    .contenedor-tiendas {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    max-width: 90%;
    margin: 60px auto;
    }
        
    .primer-texto {
    max-width: 90%;
    text-align: center;
    padding-top: 60px;
}


}

/*BUSCADOR*/
.buscador {
    position: fixed;
    z-index: 100000;
    min-height: 145px;
    width: 100%;
    display: grid;
    align-items: center;
    background: #83838d;
    TOP: -140px;
}
.busca {
    /* width: fit-content; */
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
form.search {
    width: fit-content;
    margin: 0 auto;
}
input.search-input {
    min-width: 400px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    font-size: 20px;
}
button.search-submit {
    padding: 9px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    background: #d3b580;
    color: #fff;
}

a.clouse {
    position: absolute;
    color: #fff;
    font-size: 27px;
    right: 20px;
}

.busca span {
    display: block;
    color: #ffffff;
    padding-bottom: 8px;
}

.mensaje.mesaje-fixed {
    display: none;
}

.mensaje {
    background: #83838d;
    color: #fff;
    text-align: center;
}


@media(max-width:812px){
    input.search-input {
    min-width: 225px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    }
    .buscador {
    position: fixed;
    z-index: 1000000;
    min-height: 140px;
    width: 100%;
    display: grid;
    align-items: center;
    background: #3e3e3e;
}
    .busca {
    /* width: fit-content; */
    margin: 0 auto;
    max-width: 70%;
    width: 100%;
}
.redes a {
    color: #000000;
    margin: 0px 8px;
    width: 100%;
    float: left;
}
}


