:root {
    --brand-color-bg: #d8b989 !important; 
} 
@font-face {
  font-family: "GaramondR", serif;
  src: url("fonts/EBGaramond-Regular.ttf") ;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "GaramondB", serif;
  src: url("fonts/EBGaramond-Bold.ttf") ;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "DoulosN", serif;
  src: url("fonts/DoulosSIL-Regular") ;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FuturaN", sans-serif;
  src: url("fonts/Nunito-Regular.ttf") ;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FuturaB", sans-serif;
  src: url("fonts/Nunito-Bold.ttf") ;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }

@font-face {
   font-family: "FuturaL", sans-serif;
  src: url("fonts/Nunito-Light.ttf") ;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }
  
* {padding: 0;}

html {
  scroll-behavior: smooth;
}
.display-mobile  {display:none !important;}

body {
	background-color: #fff;
    color: #444546;
	margin:0 auto;
  overflow-x:hidden;
}
h2, h3 {font-family:GaramondR !important;}
h1 {font-size:2.5rem; font-family: DoulosN !important; font-style: italic; text-align:center;}
h2 {font-size:2 rem;}   

ul {margin-left:25px;}

p {font-size: 16px;
    letter-spacing: 0;}
 a{text-decoration:none !important; color:#000;}
.raya {
    width: 7.5rem;
    border-bottom: 1px solid #d8b989;
    margin: 1.25rem auto;
    display: block;
}
.boton {margin-bottom: 0px !important;
    background: #000;
    padding: 20px !important;
    color: #fff !important;

}
#section2{padding-top:30px; padding-bottom:20px;}
/************** Slider **************/

.slider-mobile { display:none;}
* { box-sizing: border-box; }
.video-background {
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: -webkit-fill-available;
    z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orderby-displaynumber {display:none;}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

/****************video player ***********/
.fullscreen-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**************************** Slider */



.slider-top {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-top img {    
    line-height: 0;
    position: relative;
    z-index: 0;
    width:100%;
}


/***************************/


  /************ Header - Menu ***********/
#myBtn {float: left;
    margin-top: 22px;
    margin-left: 15px;
       position:absolute;
       z-index:999;}
#header {
   width:100%; 
   height:90px;
   position:fixed;
   z-index:999999;
  background: rgb(241, 239, 235);
}
#header:hover {
   background-color:#f1efeb;
}
#top{
   margin: 0 auto; 
   border-bottom: 1px solid #ddd; 
   height:90px;
  color:#fff;
}
#header-izq {float:left; margin-top: 22px; margin-left:50px;}
#header-izq p{margin:0px;}
#header-izq a, #header-der a, #tel {text-decoration:none; color:#000;}
#header-der {float: right; position: relative; margin-top: -59px; margin-right:50px;}
.hide {display: none;}
.tel:hover + .hide {
   display: block; 
   color: #fff; 
   background-color:#4e2200;
   position:absolute; 
   z-index:999999;
   font-size:1.5rem; 
   margin:23px 120px;
}
.fa {margin: 8px; font-size:20px !important;}
.logo {
  width:339px; 
  margin:0 auto;
}
.logo img {
   height: 77px; 
   margin: 0 auto; 
   display: block;
}
.reservation-boton{
  font-family:GaramondR;
    background-color: #999975;
    color:#fff;
    padding: 7px 30px;
   text-decoration: none; 
    font-size:12px; 
  font-weight:bold;
  margin-left:10px;
}
.reservation-boton:hover { background-color: #d8b989; color:#fff !important;}
#lang {color: #fff;
    font-size: 17px;
    margin: 0px 7px;
       position:relative;
      top:3px;}
#lang1 {color: #fff; font-size: 17px; margin: 0px 20px; float:right; position:relative; display:none; top:3px;}
#tel1 {color: rgb(0, 0, 0);
    margin-right: 10px;
    position: relative;
    top: 2px;}
#rombo{display:none; float:left; width:48px; margin-left:60px;}

#reservation-boton  {
  font-family:GaramondR;
    float: right;
    position: relative;
    margin-top: 0px;
    background-color: #999975;
    color:#fff;
    padding: 7px 30px;
   text-decoration: none; 
    font-size:12px; 
  font-weight:bold;
  display:none;
  float:left;
}
#fa6 {display:none; color:#000; float:left; cursor:pointer;}
#jbDropDownContainer118 {position:relative; float:right; z-index:99999999;}

.header{

position: relative;
    max-width: 100%;
    display:flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    height: 78px;
    display:none;
}
.header a{
    text-decoration:none;
    color:#000;
 }
.header ul{
    list-style:none;
    margin:0px;
}
#der, #izq {width:180px !important; }
#tel1, #tel2 {display:none;}

.menu-items {
    display:flex;
    align-items:center;
}
.menu-items li {
    padding: 10px 20px;
    transition: background 0.3s ease-in-out;
    font-size: 12px;
    letter-spacing: 2px;
    text-align:center;
      line-height: 19px;
}
.mega-menu {
      background: #f1efeb;
    position:absolute;
    left:0;
    width:100%;
  margin-top: 0px;
    top:76px;
    opacity:0;
    visibility:hidden;
    transition: all 0.3s ease;
}
.mega-menu .content{
    padding:2.5rem;
    width:100%;
   max-width: 1200px;
    margin: 0 auto;
}


.mega-menu p {color:#4e2200;}

.mega-menu .content1{
    background: #f1efeb;
    padding:2.5rem;
    display:grid;
    grid-template-areas: 'weddings events rfp rfp';
    gap: 1rem;
    width:100%;
    justify-content: space-between;
}
figure {margin:0px;}
.col1 {display:inline-flex;}
.menu-cell{width: 25%; margin-left: 30px;}
.menu-cell img {width:120px;}
.menu-cell h3 {font-size: 15px; font-family: serif;    color: #4e2200; font-style: italic; padding-top: 13px; font-weight: 500;}
#col4 p {font-size: 13px; line-height: 15px;}
.boton-cel {border: 1px solid; padding: 10px 50px; color: #000 !important;}
.boton-cel:hover { background-color: #d8b989; color:#fff !important;}
.content h2 {text-align: left; font-size: 23px; font-style: italic;}
.content .col {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    line-height:3rem;
    margin-left:20px;
}
  .col-wed {grid-area:weddings;}
  .col-eve {grid-area:events; margin-left:20px;}
  .col-rfp {grid-area:rfp; margin-left:20px;}
.content .col .img-wrapper {
    display:block;
    position:relative;
    width:100%;
    height:71px;
    overflow:hidden;
    margin-bottom: 20px;
}
.content .col .img {
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
}
.content .col img {
    width:71px;
    height:85px;
    transition: transform 0.3s ease-in-out;
    height: auto !important;
    margin: unset !important;
}
.content .col .link-text {
    margin-left: 81px;
    padding-top: 10px;
    display: flex;
    text-transform: uppercase;
}
.content .col .link-text1, .content1 .col-wed .link-text1,.content1 .col-eve .link-text1 {
    font-size: 12px;
    margin-left: 81px;
    padding-top: 16px;
    display: flex;
    line-height: 16px;
    text-transform: uppercase;
}
.content1 .col-wed .link-text1,.content1 .col-eve .link-text1 {margin-left:0px;}
.content .col .link-text2 {
    margin-left: 81px;
    display: flex;
    line-height: 30px;
    color:#999975;
}
.content .col .img-wrapper:hover img {
    transform: scale(1.1);
}
.content .col .img-wrapper .link-text {
  display: inline-block;
  position: relative;
}

.content .col .img-wrapper::after .link-text{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;

}
.content .col .img-wrapper:hover::after .link-text{
  transform: scaleX(1);
  transform-origin: bottom left;
}
.content .col .img-wrapper:hover .link-text, 
.content .col .img-wrapper:hover .link-text1,
.content1 .col-wed .img-wrapper:hover .link-text1,
.content1 .col-eve .img-wrapper:hover .link-text1{
    text-decoration:underline;
}
.content .col h2, .content1 .col-wed h2, .content1 .col-eve h2 {
    background: none;
    font-size: 1rem;
    color:#999975;
    text-align: initial;
    letter-spacing:3px;
}
.separador {
  border-right: 1px solid #ddd; 
  padding-right:20px;
}
.col .mega-links li, .col .mega-links li a { 
  padding: 0 1rem; 
}
.menu-items li:hover .mega-menu {
    top:60px;
    opacity:1;
    visibility: visible;
}

/**************botones *************/
.side-menu {
    position: fixed;
    right: 0;
    top: 42%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Alinea los items a la derecha */
    gap: 10px; /* Espacio entre los iconos */
    padding: 10px 5px;
}

.menu-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 3px;
    transition: all 0.4s ease;
    overflow: hidden; /* Oculta el texto que sobresale */
}

.menu-icon {
    width: 45px;
    height: 45px;
    background-color: #3d1210; /* Turquesa Akumal */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
    border-radius: 50%; /* Redondeado solo a la izquierda */
}

.menu-text {
    background-color: #f4f4f4;
    color: #333;
    padding: 0;
    max-width: 0; /* Empieza con ancho 0 */
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    opacity: 0;
    border-radius: 50px 0px 0px 50px;
}

/* Efecto Hover */
.menu-item:hover .menu-text {
    max-width: 300px; /* Ancho suficiente para el texto largo */
    padding: 0 20px;
    opacity: 1;
    border: 1px solid #c09a24;
    border-right: none;
    margin-right: -15px;
}

.menu-item:hover .menu-icon {
    background-color: #c09a24;
}
/*****************************/


  /***************** Mobile *************/
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    /* z-index: 1; */
    top: 0;
	right: 0;

		background-color:#eceae6 !important;
	opacity:.9;
    /*background-color: rgba(236,240,235) !important; */
    overflow-x: hidden; 
    transition: 0.5s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.overlay-content {
	position: relative;
    top: 50%;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -376px;
}

#myModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 425px; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s;
}

#myBtn { cursor:pointer;}
#overlay {
    height: 100%;
    width: 0;
    position: fixed;
    /* z-index: 1; */
    top: 0;
	right: 0;

		background-color:#373737 !important;
	
    overflow-x: hidden; 
	background: url(/images/layout/rombo-transparente.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#overlay-content {
	position: relative;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}




.overlay a {
    text-decoration: none;
    color: #4e2200;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color:#cf7b00;
    /*color: #000; 
	font-weight:bold;*/

}

.overlay #closebtn {
    cursor:pointer;
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
	position:fixed;
	color:#4e2200;
}

#menu-izq { 
	float: left; 
	text-align:right; 
	width:254px;
	position:fixed;
	top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}

#menu-izq h2 {
font-family: Helvetica-condensed;
    font-size: 40px;
	color:#999975;
/*    color: #4e2200; */
    text-transform: uppercase;
    padding: 10px 0;
    letter-spacing: 3px;
    text-align: left;
    font-weight: 600;
    margin-top: 28px;
}
#menu-izq h3, #menu-der h2 {	
	    font-family: Helvetica-condensed;
    font-size: 35px;
    color: #4e2200;
    text-transform: uppercase;
    padding: 4px 0;
    letter-spacing: 3px;
    margin-bottom: 16px;
    text-align: left;
}
#menu-izq p, #menu-der p { 
    font-size:17px;    
	text-align: justify;
    font-family: Helvetica;
    letter-spacing: 1px;
	color:#4e2200 !important;
	margin: 10px 0px;
}



/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */


/* Style the subnav content - positioned absolute */
#menu-der {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  /*height:800px;
      top: 0;
    width: 50%; */

    margin-left: 244px;
	margin-top:-43px;

}

/* Style the subnav links */
#menu-der a {
  text-decoration: none;
}

/* Add a grey background color on hover */


/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover #menu-der {
  display: block;
}




.subnavbtn {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.subnavbtn::after {
    content: '';
    display: block;
    width: 0;
    background: #fff;
    transition: width .3s;
	max-width:90px;
	
}

/**.subnavbtn:hover::after {
   width: 10%;
   position:absolute;
	margin-top:-12px;
	padding-top:1px;
	margin-left:130px;
    //transition: width .3s;
}
**/

.subnav:hover::before{ 
    content: '';
    position: absolute;
    height: 1px;
    background-color: #4e2200;
    width: 20rem;
    margin-top: 12px;
    left: inherit;
    right: 23px;
    width: 98px;
    height: 1px;
}

.linea { 
display:none;
}
  /************ Menu mobile ***************/

  nav1 .m-menu ul h2{font-size:30px; font-weight: normal;}
  nav1 .m-menu li label{line-height: 30px !important;font-weight: 600; margin-right:15px;}
  nav1 .m-menu li img{width:80px;}
 

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: 40px;
    color: #000;
    opacity: 1;}

li {list-style:none;font-family: sans-serif;}
.bullet {list-style:disc;}
nav1 .m-menu__checkbox {
  display: none;
}
nav1 label.m-menu__toggle {
  cursor: pointer;
}
nav1 .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
/*  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);*/
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
      background: rgb(241, 239, 235);
  border-radius:0px;
  border:none;
  background-image: url(/images/layout/rombo-transparente.png);
    background-position: 50% 86%;
    background-repeat: no-repeat;
    background-size: contain;
}
nav1 .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 50;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav1 .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav1 .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav1 .m-menu .m-menu {
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
nav1 .m-menu ul {
  height: 100%;
  overflow-y: auto;
  margin-left:2rem;
}
nav1 .m-menu ul li a, nav1 .m-menu ul li label {
  display: block;
  text-align: left;
  line-height: 30px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
}
nav1 .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav1 .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav1 .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav1 .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav1 .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wrapper {
  width: 480px;
  height: 667px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.center-item img {width:170px;}
.center-item {display: flex; align-items: center; padding:0px 20px;}
.left30 {margin-left:30px;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {    position: relative;
    display: flex;
   flex-direction: column;
    pointer-events: auto;
    outline: 0;
    border: none;
    border-radius: 0px;}
/* The Close Button */
.close {
color: #000;
    float: right;
    font-size: 43px;
    font-weight: bold;
    margin-left: 20px;
    opacity: 1;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
  #myModal {top: 75px;
    padding-top: 0px;
    border: none;}

/******************************/
#contenido {
	color:#333;
	margin-left:auto;
	margin-right:auto;
        font-family: Arial,sans-serif;
       letter-spacing: 1px;
  margin-top:90px;
  background:#fff;
}
.t1200 {
    max-width: 938px;
    width: 94%;
    margin: 0 auto;
}
.producto, .producto1 {
    width: 224px;
    background: #fff;
    float: left;
    margin: 5px;
    border: 1px solid;
}
.producto1 {border:none;}

.producto a {
    text-decoration: none;
}
.producto p {
    font-size: 19px;
    text-align: center;
    color: #373737;
    padding: 4px 0;
    letter-spacing: 3px;
    margin-bottom: 16px;
    clear: both;
    font-weight: bold;
}
.producto img, .producto1 img {
    width: 222px;
    margin-bottom: -7px;
}


/******* footer *********/
#footer {
    clear: both;
    padding: 0px;
    width: 100%;
    background-color: #999975;
	bottom:0;
	z-index:999;
}

#footer p {
    font-size: 18px;
    color: #fff;
    margin: 1px;
    text-align: center;
}
#footer a {
    color: #fff;
    margin: 20px;
  text-decoration: none;
}
#footer img { margin:40px;}


.footer {
    max-width: 1500px;
    margin: 0 auto;
}
.footer-fijo {
    background-color: #f6f6f6;
    height: 54px;
}
.footer-fijo-contenido { 
      max-width: 1500px;
    margin: 0 auto;
    padding-top: 28px;
}

.footer-fijo img {margin:5px !important;}

.menu-footer {
  width: 693px;
    margin: 0 auto;
}
}

/********************************************/
/******** Virtuemart **************/
.orderby-displaynumber { display:none;}
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img { width:100%;}
.vm-product-rating-container, .PricebasePriceVariant, .PricepriceWithoutTax { display:none !important;}

.vm-product-descr-container-1 a{
	text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
p.product_s_desc { display:none;}
.vm-product-descr-container-1 p{ font-size:12px !important;}
.vm-product-descr-container-1 h2{ padding-bottom:10px; letter-spacing:2px; }
.category-view { 
    max-width: 1320px;
    width:100%;
    margin: 0 auto;
}

.spacer { padding:0px !important;}

.product-container {
    margin: 8px !important;
     background: antiquewhite;

}
.vmcustom-textinput { max-width: 500px; width:96%;}
.productdetails-view {
   max-width:950px;
   width:100%;
   margin: 0 auto !important;
      margin-top: 150px !important;
}
.product-description {margin:20px !important;}
.product-container h1 {
    font-size: 33px;
    line-height: 39px;
    text-align:center;
  padding-top: 30px;
}
.vm3pr-0 {display: none;}
.vm-product-descr-container-1, .vm3pr-4, .vm3pr-15, .vm3pr-2, .vm3pr-3 { margin:0px 8px;}

.product-price { margin: 0 0 6px;text-align: center; float:none; padding:15px; min-height: initial !important;}
.vm-price-desc { display:none;}
.PricesalesPrice { font-size:20px; color: #111 !important;font-weight: bold !important;font-family: Arial,sans-serif;}
.cf4all_no_color_btn { height:auto !important; padding: 5px 2px!important;}
div.vm-details-button { margin-bottom:20px !important; display:none;}
.vm3pr-0 { display: none;}

span.quantity-controls input.quantity-plus { height:14px !important;}
span.quantity-controls {height: 37px;}
.addtocart-button { padding:2px 7px !important;}
.PricebillTotal { color:#000 !important;}
#ProOPC span {font-size:13px !important;}
#ProOPC {padding-top:200px;}
.back-to-category {display:none;}
.chosen-container-single .chosen-single {width:80%;}
.jb-dropdown-cart, .jb-cart-list  {margin-left:-90px !important;}
.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {font-size:19px; font-family:arial !important;}

/************* modulo ofertas *************/

.wrapper-offer {
    max-width: 1148px;
    width: 100%;
    position: relative;
    margin:0 auto;
}

.wrapper-offer i {
    height: 50px;
    width: 50px;
    background: #d7b989;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25 rem;
    font-weight:bold;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wrapper-offer i:first-child {
    left: -22px;
    z-index:999;
}

.wrapper-offer i:last-child {
    right: -22px;

}

.wrapper-offer .carousel-offer {
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
}
.wrapper-offer ul {margin:0px; padding:0px;}
  
.carousel-offer::-webkit-scrollbar {
    display: none;
}

.carousel-offer :where(.card, .img) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carousel-offer.no-transition {
  scroll-behavior: auto;
}
.carousel-offer.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel-offer.no-transition {
    scroll-behavior: auto;
}

.carousel-offer.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel-offer .card {
    scroll-snap-align: start;
    height: 400px;
    list-style: none;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card {background-color:none; border:none !important;}
     .carousel-text1 {margin-top: -92px;
    color: #fff;
    text-align: center;
    position: relative;}
/*.card .img {
    background: green;
    width: 145px;
    height: 145px;
    border-radius: 50%;

}

.card .img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
}
*/
  .img img {width:100%;}
.card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.card span {
    color: #6a6d78;
    font-size: 1.31rem;

}
.carousel-text1 h3 {font-size:1.5rem;}
input {height:30px;}
  
@media screen and (max-width: 900px) {
    .wrapper-offer .carousel-offer {
        grid-auto-columns: calc((100% / 2) - 9px);

    }
}

@media screen and (max-width: 570px) {
    .wrapper-offer .carousel-offer {        grid-auto-columns: 100%;}

.display-mobile  {display:block !important;}
.display-desktop, .recuadro, .header, .tel{display:none !important;}
  .fa {color:#000;}
#header {height: 78px !important;}
#top {background: rgb(241, 239, 235);}
  #button-top {bottom: 58px;}
  .seccion {padding-top:20px;}
  .slider-top {padding-top: 79px;}
  .producto {
    width: 100%;
    background: #fff;
    float: left;
    margin: 0px;
    border: none;
    margin-bottom: 27px;
    border:1px solid;}
  .producto img {
    width: 100%;
    margin-bottom: 30px;
    height:auto !important;
}
      .fa {
        color: #000 !important;
        }
  select {width:90%;}
  .jb-dropdown-cart .jb-cart-list {margin-left: -164px !important;}
  #fancybox-outer, #fancybox-content  {width:100% !important;}
  .vm-btn {width:145px !important;}
  #ProOPC {
    padding-top: 20px;
}
  /************ Menu mobile ***************/
  nav1 .m-menu ul {margin-left:0px;}
  nav1 .m-menu ul h2{font-size:30px;}
  nav1 .m-menu li label{line-height: 30px !important;font-weight: 600; margin-right:15px;}
  nav1 .m-menu li img{width:120px;}
 
#header-izq {margin-left: 40px; margin-top:28px;}

#myBtn {margin-left:5px;}
  #fa5 {color:#128C7E  !important; font-weight:bolder;}
  
li {list-style:none;}
.bullet {list-style:disc;}
nav1 .m-menu__checkbox {
  display: none;
}
nav1 label.m-menu__toggle {
  cursor: pointer;
}

nav1 .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 50;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav1 .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: inline-block;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav1 .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav1 .m-menu .m-menu {
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
nav1 .m-menu ul {
  height: 100%;
  overflow-y: auto;
  padding-top:0px;
  margin-left:2rem;
}
nav1 .m-menu ul li a, nav1 .m-menu ul li label {
  display: block;
  text-align: left;
  line-height: 30px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  width:85%;
}
nav1 .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav1 .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav1 .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: inline-block;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom:20px;
}
nav1 .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav1 .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wrapper {
  width: 480px;
  height: 667px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.ceter-item img {width:170px;}
.center-item {display: flex; align-items: center; padding:20px;}
.left30 {margin-left:30px;}

/* The Close Button */
.close {
color: #000;
    float: right;
    font-size: 43px;
    font-weight: bold;
    margin-left: 20px;
    opacity: 1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
  ul h2{font-size: 40px;
    color: #d8b989;}
.row-offer {display:block;}
  .wedd-packages-col {width:100%;}
  .wedd-packages-col li {list-style:disc}
  .boton-wed{right:68px;}
  .carousel-cell {width: 80%;}
.col-xl-4 {width:auto!important;}
.tab button { padding: 12px 0px;}
  .tabcontent img {
    width: 100%;
    height: 370px;}

.mar80 {width:99%;}
 .col-tab1 h3 {margin-top:14px;;} 
 .col-tab1 h5 {margin: 0px; padding: 0px;} 
  .col-tab1 a {margin-top: 10px; padding: 4px 30px;}
.col-tab1 {margin-right: 13px; margin-top:0px}
.tab button:after {margin-left: 7px;}
.tabcontent {width: 70%;}
 .tab {width: 29%;}
}
 }
