/*nav*/

.fullmenu {
	display: none;
	position: fixed;
	width: 100%;
	height: 50%;
	left: -100%;
	top: 0;
	text-align: center;
	/* background: rgb(239, 44, 123); */
	box-shadow: 4px -5px 6px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	z-index: 10004;
	-webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.fullmenu img {
	opacity: 1;
}
.fullmenu:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 0;
	width: 50%;
	max-width: 319px;
	height: 33%;
	/*background: url(../images/backs/bambus.png) no-repeat;*/

	background-size: contain;
	pointer-events: none;
}
.mostrar_menu {
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.fullmenu .mod_menu {
	position: absolute;
	overflow: hidden;
	/*background-size:30%;*/

	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-moz-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-o-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
}
.fullmenu.mostrar_menu .mod_menu {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.fullmenu .mod_menu:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.fullmenu .cont_menu_redes {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -4px;
	margin-top: 10%;
}
.fullmenu ul {
	display: block;
	position: relative;
    padding-top: 40px;
}
.fullmenu ul li {
	position: relative;
	display: block;
	width: 100%;
}
.fullmenu ul li a {
	position: relative;
	display: block;
	margin: .3em 0;
	/* font-family: 'Segoe UI', sans-serif; */
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	font-size: 1.8em;
	font-weight: 200;
	line-height: 2em;
	letter-spacing: normal;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	/* border-left-width: 2px; */
	/* border-left-style: solid; */
	/* border-left-color: #fff; */
	padding-left: 0;
}
.fullmenu ul li a:hover, .fullmenu ul li.current a {
	/*background:rgba(0,144,69,.3);*/
	color: #4daebc;
}
/*termina nav*/



/*lines button*/



button.lines-button {
	display: none;
	position: fixed;
	top: 13px;
	right: 0;
	padding: 46px 20px;
	margin: 0;
	line-height: 5px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	background: none;
	border: 0;
	z-index: 10005;
}
.lines-button:hover {
	opacity: 1;
}
.lines-button:active {
	transition: 0;
}
.lines {
	position: relative;
	display: block;
	width: 60px;
	height: 5px;
	background: #ffffff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.lines:before, .lines:after {
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #ffffff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	left: 0;
	content: '';
	-webkit-transform-origin: 60px center;
	-moz-transform-origin: 60px center;
	transform-origin: 60px center;
}
.lines:before {
	top: 14px;
}
.lines:after {
	top: -14px;
}
.lines-button:hover .lines:before {
	top: 16px;
}
.lines-button:hover .lines:after {
	top: -16px;
}
.lines-button.close {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.lines-button.x.close .lines {
	background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0 !important;
	width: 60px;
}
.lines-button.x.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/*termina lines button*/
.fullmenu.mostrar_menu:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 90%;
}
.fullmenu.mostrar_menu ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    margin: 0 0 0;
}
.fullmenu .menu, .fullmenu.mostrar_menu .menu {
    padding-left: 0;
}
@media screen and (max-width:1680px) {
.btns a {
    padding-left: 40%;
    padding-right: 5%;
    text-align: left;
}
.btn_ver2 {
    padding-left: 40%;
}  
}
@media screen and (max-width:1660px) {
 
}
@media screen and (max-width:1550px) {

}
@media screen and (max-width:1480px) {

}
@media screen and (max-width:1440px) {
 
}
@media screen and (max-width:1390px) {

}
@media screen and (max-width:1366px) {
body {
    font-size: 18px;
}
/*anchos====================*/
.wrapper {
   max-width: 1000px;
}  
.cont_contacto.contenedores {
    max-width: 1000px;
}
header .wrapper {
    max-width: 1000px;
}
/*terminan anchos====================*/  
.cont_contacto .rsform {
    padding: 180px 35px 0;
} 
}
@media screen and (max-width:1280px) {

}
 @media screen and (max-width:1200px) {
.columnas.cont_productos .columna.col4 {
    height: 480px !important;
} 
body {
    font-size: 16px;
}  
.cont_contacto.contenedores {
    margin: 30px auto 0;
} 
.cont_contacto .rsform {
    padding: 213px 35px 0;
}   
}
 @media screen and (max-width:1180px) {
body {
    font-size: 16px;
}
/*anchos====================*/
.wrapper {
   max-width: 950px;
}  
.cont_contacto.contenedores {
    max-width: 950px;
}
header .wrapper {
    max-width: 950px;
}
/*terminan anchos====================*/ 

}

 @media screen and (max-width:1124px) {
 
}
 @media screen and (max-width:1100px) {

}  
 @media screen and (max-width:1024px) {
header .wrapper {
    max-width: 900px;
    width: 90%;
}   

  
}

 @media screen and (max-width:1000px) {

}


 @media screen and (max-width:900px) {
/*anchos====================*/
.wrapper {
   max-width: initial;
   width: 90%;
}  
.cont_contacto.contenedores {
    max-width: initial;
      width: 90%;
}
header .wrapper {
    max-width: initial;
    width: 90%;
}
.titt_contacto .wrapper:after {
    right: 72px;
    width: 300px;
    height: 272px;
}  
.cont_contacto .rsform {
    padding: 111px 35px 0;
} 
.secc_sucursales .columna.col4 {
    width: 100%;
} 
.secc_sucursales a span.txt_verde.txt_correo {
    font-size: 1em;
}   
}
 @media screen and (max-width:850px) {
 .header {
	height: 55px;
    width: 100%;
    left: 0;
    top: 20px;
}
   section#galeria .columna {
      max-height: 148px;
      overflow: hidden;
  }
.logo {
    width: 150px;
    top: -13px;
}
/*.headervisible .logo {
	top: 10px;
}*/
.mainmenu {
	display: none;
}
.fullmenu {
	display: block;
	background: #110e0b;
	height: 100%;
	width: 50%;
}
button.lines-button {
	display: block;
	padding: 30px 20px;
	line-height: 4px;
}
.lines {
	width: 40px;
	height: 4px;
}
.lines:before,  .lines:after {
	width: 40px;
	height: 4px;
}
.lines:before {
	top: 10px;
}
.lines-button:hover .lines:before {
	top: 12px;
}
.lines:after {
	top: -10px;
}
.lines-button:hover .lines:after {
	top: -12px;
}
.lines-button.x.close .lines:before,  .lines-button.x.close .lines:after {
	width: 40px;
}
.fullmenu ul li a {
	font-size: 1.2em;
	margin: 0;
	text-align: center;
}

.fullmenu.mostrar_menu .menu {
    /*background: rgb(37, 37, 37);*/
    margin: 0;
}
header.header.woodheader ~.main_menu {
    display: none;
}
   .main_menu {
      display:  none;
  }
.fullmenu.mostrar_menu ul {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
 .fullmenu ul {
    /*margin-top: 40% !important;*/
    position: absolute;
   /* left: 15%;
    top: 35%;
    bottom: auto;
    right: auto;*/
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0; 
    overflow: auto;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
      -webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -moz-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -o-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
}
.fullmenu ul li a {
    line-height: 3em;
}
  header.header:after {
      display: none;
  }
.pag_internas {
    margin-top: 70px;
}   
}
 @media screen and (max-width:768px) {
.columnas.cont_productos .columna.col4 {
    width: 33.33333334%;
    height: 410px !important;
} 
.secc_sucursales:after {
    width: 100%;
    height: 62px;
} 
   .redes a {
    line-height: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.redes .custom {
    width: 70%;
    top: 17px;
}

.main_banner {
    margin-top: 73px;
}

.redes {
    height: 27px;
    top: -7px;
}
}
@media screen and (max-width:740px) {
.fullmenu ul li a {
    font-size: 1em;
    line-height: 2em !important;
    margin: 0;
    text-align: center;
}
h1 {
    font-size: 3em;
}  
h3 {
    font-size: 2.3em;
} 
h5 {
    font-size: 2em;
} 
h4 {
    font-size: 1.45em;
}  
.text_vineria h4 {
    font-size: 1.8em;
} 
h6 {
    font-size: 1em;
} 
h2 {
    font-size: 3.5em;
}  
.secc_vineria {
    padding: 110px 0 5%;
}  
}

@media screen and (max-width:680px) {
  
.fullmenu ul li a {
    line-height: 2em;
} 
.secc_vineria .columnas, .secc_vineria .columnas .col5{
    width: 100%;
    display: block;
} 
.padd_top_105 {
    padding-top: 55px !important;
}
.secc_vineria h1, .secc_vineria h4 {
    text-align: center;
}
  div#sidebar-der, div#content {
    width: 100%;
}

.row div[class*="width"] {
    width: 100%;
}

div#productos {
    padding-top: 98px;
}
}
@media screen and (max-width: 650px)
#form_contacto .formResponsive .formHorizontal .rsform-block {
   text-align: center !important;
}
.formResponsive .formBody {
    text-align: center !important;
}
}
@media only screen and (max-width: 600px) and (orientation:landscape) {
 
}
 @media screen and (max-width:600px) {
 .header {
    height: 60px;
}

button.lines-button {
    padding: 25px 20px;
}

.lines {
	width: 30px;
	height: 2px;
}
.lines:before, .lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 8px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:before {
    top: 8px;
}
.lines-button:hover .lines:after {
    top: -8px;
}
.fullmenu {
	height: auto;
}
.text_vineria .padd_top_105 {
    padding-top: 55px !important;
}
.datos_contacto {
    width: 100%;
    display: block;
    padding: 1% 30px 1% 30px;
}
.cont_contacto .rsform {
    padding: 43px 35px 0;
    width: 100%;
    display: block;
}  
.mapa_vineria, .mapa_vineria iframe {
    width: 100% !important;
    height: 200px;
}   
.titt_contacto .wrapper:after {
    right: 0;
    width: 200px;
    height: 190px;
}   
#contacto .bg_negro {
    padding: 59px 4% 35px;
} 
   .whatsapp a {
    margin-left: 80% !important;
}
}


@media screen and (max-width:540px) {
.secc_sucursales .columnas {
    width: 100%;
    display: block;
}
.secc_sucursales .columna {
	display: block;
    width: 100%;
}
.columnas.cont_productos .columna.col4 {
    width: 33.33333334%;
    height: 335px !important;
}
.secc_productos h5 {
    font-size: 2.2em;
}  
  .djslider-default .navigation-container {
    top: 33% !important;
}

.djslider-default .navigation-container img {
    max-width: 30px;
}
}



 @media screen and (max-width:480px) {
 
/*header y menu*/

.header {
    height: 55px;
}
.logo {
    width: 122px;
    top: -5px;
}
.redes a {
    padding: 0 16px;
}

.redes {
    /* top: 50px; */
}
button.lines-button {
	padding: 20px 15px;
	line-height: 2px;
}
.lines {
	width: 30px;
	height: 2px;
}
.lines:before,  .lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 8px;
}
.lines-button:hover .lines:before {
	top: 10px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:after {
	top: -10px;
}
.lines-button.x.close .lines:before,  .lines-button.x.close .lines:after {
	width: 30px;
}
.fullmenu ul li.active a:before {
    top: 9%;
}
.fullmenu ul li a {
    font-size: 1em;
    line-height: 2.5em !important;
}
.secc_productos h5 {
    font-size: 2em;
}
h2 {
    font-size: 4em;
} 
h4 {
    font-size: 2em;
}   
}

@media screen and (max-width:440px) {
.columnas.cont_productos .columna.col4 {
    height: 273px !important;
}
.secc_productos h5 {
    font-size: 1.7em;
} 
.secc_vineria p {
    text-align: center;
}  
}
@media screen and (max-width:425px) {
button.lines-button {
    top: 25px;
}
.secc_productos, .secc_sucursales, .mod_contacto {
    padding: 62px 0 62px;
}  
  
}  
  
@media screen and (max-width:414px) {
.columnas.cont_productos .columna.col4 {
    height: 270px !important;
    width: 85%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.secc_productos h5 {
    font-size: 2.4em;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    -webkit-text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    -moz-text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
}
h2 {
    font-size: 3.7em;
}  
.text_vineria .padd_top_105 {
    padding-top: 25px !important;
}  
}
@media screen and (max-width:375px) {
 h2 {
    font-size: 3.5em;
}
}
 @media screen and (max-width:320px) {
.secc_sucursales a span.txt_verde.txt_correo {
    font-size: .85em;
}
}

/*terminan estilos responsive*/
