/*******************************************************************************
********************************************************************************
**************************** ESTILOS PERSONALIZADOS ****************************
********************************************************************************
*******************************************************************************/



/*	------------------------------------------------------------------------------------------------------------------------------------------------
	
				TIPOS

		------------------------------------------------------------------------------------------------------------------------------------------------ */

/*@font-face {
	font-family: 'Gotham';
	src: url('../fonts/GothamMedium.eot');
	src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/GothamMedium.woff2') format('woff2'),
	url('../fonts/GothamMedium.woff') format('woff'),
	url('../fonts/GothamMedium.ttf') format('truetype'),
	url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
	font-weight: 500;
	font-style: normal;
}*/

/*@font-face {
	font-family: 'AdobeCaslonProItalic';
	src: url('../fonts/ACaslonPro-Italic.eot');
	src: url('../fonts/ACaslonPro-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/ACaslonPro-Italic.woff2') format('woff2'),
	url('../fonts/ACaslonPro-Italic.woff') format('woff'),
	url('../fonts/ACaslonPro-Italic.ttf') format('truetype'),
	url('../fonts/ACaslonPro-Italic.svg#ACaslonPro-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}*/

/*@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gotham-Book.woff2') format('woff2'),
	url('../fonts/Gotham-Book.woff') format('woff'),
	url('../fonts/Gotham-Book.ttf') format('truetype'),
	url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBold';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gotham-Bold.woff2') format('woff2'),
	url('../fonts/Gotham-Bold.woff') format('woff'),
	url('../fonts/Gotham-Bold.ttf') format('truetype'),
	url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}*/





/*	------------------------------------------------------------------------------------------------------------------------------------------------
	
				GENERAL

		------------------------------------------------------------------------------------------------------------------------------------------------ */

body {
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    font-size: 14px;
}

p {
    margin-bottom: 10px;
    line-height: 150%;
}

a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-size: cover;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.image-right {
    flex-direction: row-reverse;
}

.cflex1 {
    min-height: 400px;
    background-size: auto 100%;
}

.nd-region {
    padding-bottom: 0px !important;
}

#Content .col-xs-1,
#Content .col-sm-1,
#Content .col-md-1,
#Content .col-lg-1,
#Content .col-xs-2,
#Content .col-sm-2,
#Content .col-md-2,
#Content .col-lg-2,
#Content .col-xs-3,
#Content .col-sm-3,
#Content .col-md-3,
#Content .col-lg-3,
#Content .col-xs-4,
#Content .col-sm-4,
#Content .col-md-4,
#Content .col-lg-4,
#Content .col-xs-5,
#Content .col-sm-5,
#Content .col-md-5,
#Content .col-lg-5,
#Content .col-xs-6,
#Content .col-sm-6,
#Content .col-md-6,
#Content .col-lg-6,
#Content .col-xs-7,
#Content .col-sm-7,
#Content .col-md-7,
#Content .col-lg-7,
#Content .col-xs-8,
#Content .col-sm-8,
#Content .col-md-8,
#Content .col-lg-8,
#Content .col-xs-9,
#Content .col-sm-9,
#Content .col-md-9,
#Content .col-lg-9,
#Content .col-xs-10,
#Content .col-sm-10,
#Content .col-md-10,
#Content .col-lg-10,
#Content .col-xs-11,
#Content .col-sm-11,
#Content .col-md-11,
#Content .col-lg-11,
#Content .col-xs-12,
#Content .col-sm-12,
#Content .col-md-12,
#Content .col-lg-12 {
    min-height: 0px !important;
}

.scroll-down {
    bottom: 70px;
}

.big_line {
    background-color: #c0b296;
    height: 100px;
    width: 1px;
    margin: -50px auto;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.small_line {
    background-color: #c0b296;
    height: 60px;
    width: 1px;
    margin: -30px auto 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-l-30 {
    padding-left: 30px;
}

.ver_solomovil {
    display: none;
}

.no_ver_movil {
    display: block;
}



/* ---- menu ----------------------------------- */

.main-nav .full-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    width: 92%;
}

.main-nav.dark {
    background-color: rgba(0, 0, 0, 1);
    height: 55px !important;
}

.main-nav.dark .logo {
    height: 55px !important;
}

.main-nav.dark .logo img {
    height: 30px !important;
    width: auto !important;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-nav.dark.transparent {
    background-color: rgba(0, 0, 0, 0) !important;
    height: 85px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.main-nav.transparent .logo {
    height: 85px !important;
}

.main-nav.transparent .logo img {
    height: 48px !important;
    width: auto !important;
    padding: 0;
}

.inner-nav ul {
    margin-right: -15px;
}

.inner-nav ul li {
    margin-left: 0;
}

.main-nav.dark .inner-nav ul li a {
    color: #fff;
    line-height: 65px !important;
    padding: 0 15px;
}

.main-nav.dark .inner-nav ul li a:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #c0b296;
}

.main-nav.dark.transparent .inner-nav ul li a {
    line-height: 95px !important;
}

.main-nav.dark.transparent .inner-nav ul li a:hover {
    color: #fff;
}

.main-nav.dark .inner-nav ul.mn-sub {
    background: rgba(0, 0, 0, 1);
    margin-top: 0px !important;
    border-top: 1px solid rgba(255, 255, 255, .3);
    width: auto;
}

.main-nav.dark .inner-nav ul.mn-sub li a,
.main-nav.dark .inner-nav ul.mn-sub li.active a {
    text-transform: uppercase;
    text-align: center;
    line-height: 55px !important;
    height: 45px !important;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
    cursor: pointer;
}

.main-nav.dark .inner-nav ul.mn-sub li a:hover,
.main-nav.dark .inner-nav ul.mn-sub li.active a:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #c0b296 !important;
}





/* ---- footer ----------------------------------- */

#Footer {
    background-color: #000;
}

.footer-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 0;
    width: 92%;
}

.footer-content p {
    color: #777;
    font-size: 13px;
    margin-bottom: 5px;
}

.footer-logo img {
    max-width: 100px;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
}

.footer-menu ul li {
    line-height: 100%;
    margin-bottom: 8px;
}

.footer-menu ul li a {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #c0b296;
    font-size: 16px;
}

.footer-menu ul li a:hover {
    color: #fff;
}

.footer-policies ul li a {
    color: #777;
    font-size: 13px;
    display: inline-block;
}

.footer-policies ul li a:hover {
    color: #c0b296;
}

.footer-copyright {
    text-align: right;
}

.footer-copyright a {
    opacity: 0.5;
}

.footer-copyright a:hover {
    opacity: 1;
}

.footer-copyright a img {
    max-width: 180px;
    margin-top: 40px;
    width: 90%;
}

a.link-to-top {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: rgba(192, 178, 150, .2);
    font-size: 30px;
    border: 1px solid rgba(192, 178, 150, .2);
}

a.link-to-top:hover {
    color: rgba(192, 178, 150, 1);
    border: 1px solid rgba(192, 178, 150, 1);
}





/* ---- resaltado color ----------------------------------- */

::selection {
    background: #111111;
    color: #c0b296;
}

::-webkit-selection {
    background: #111111;
    color: #c0b296;
}

::-moz-selection {
    background: #111111;
    color: #c0b296;
}






/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						COOKIES
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */


#sliding-popup.sliding-popup-bottom {
    background: rgba(109, 94, 79, 0.7);
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 50px 0;
    background: rgba(0, 0, 0, .9);
}

#sliding-popup .popup-content #popup-text h2 {
    font-size: 21px;
    margin-bottom: 10px;
}

#sliding-popup .popup-content #popup-text p {
    color: #c0b296 !important;
    font-size: 16px;
    margin: 0;
    line-height: 150%;
}

#sliding-popup .popup-content #popup-buttons {
    padding-top: 20px;
}

#sliding-popup .popup-content #popup-buttons button {
    border: 1px solid #c0b296;
    background: none;
    color: #c0b296;
    padding: 7px 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin: 0 0 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#sliding-popup .popup-content #popup-buttons button:hover {
    border: 1px solid #c0b296;
    background: #c0b296;
    color: #111;
}






/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						AGE  GATE
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */


.age-gate {
    background-color: rgba(0, 0, 0, 0.9);
}

.age-gate__content-js-content {
    padding: 0;
    background: rgba(50, 50, 50, 0.9);
    min-height: 550px;
    height: calc(100% - 40px);
    max-height: 680px;
    max-width: 600px;
    margin: 0px auto;
    padding: 0px 4%;
}

.age-gate__content-js-content .age-gate__logo {
    background-image: url("/sites/default/files/logo@2x.png");
}

.age-gate .form-row {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.age-gate .form-row label {
    display: block;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    height: 21px;
}

.age-gate .selectize-input,
.age-gate #year {
    border: 1px solid #c0b296;
    color: #c0b296;
    padding: 15px 20px;
    border-radius: 0;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.age-gate .selectize-input::after {
    border-color: #c0b296 transparent transparent transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.age-gate .selectize-input:hover,
.age-gate .selectize-input.dropdown-active,
.age-gate #year:hover {
    border: 1px solid #fff;
    padding: 15px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .9);
}

.age-gate .selectize-input:focus,
.age-gate #year:focus {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .9);
}

.age-gate .selectize-control.single .selectize-input.input-active {
    border-radius: 0;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(0, 0, 0, .9);
}

.age-gate .selectize-control.single .selectize-input:hover::after {
    border-color: #fff transparent transparent transparent !important;
}

.age-gate .selectize-control.single .selectize-input.input-active::after {
    border-color: transparent transparent #fff transparent !important;
}

.age-gate .selectize-control.single .selectize-input.input-active::before {
    display: none;
}

.age-gate .selectize-dropdown {
    background-color: rgba(0, 0, 0, .9);
    border: 1px solid #fff;
    color: #fff;
}

.age-gate .selectize-dropdown .option.active {
    background-color: none;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.age-gate .selectize-dropdown .option.active {
    background-color: #c0b296;
    color: #333;
}

.age-gate ::placeholder {
    color: #c0b296 !important;
    letter-spacing: 0.1em;
}

.age-gate .form-row.form-row-checkbox {
    margin-bottom: 0px;
    margin-top: 0px;
    float: left;
    width: 96%;
    margin-left: 4%;
}

input[type="checkbox"]+label::before,
input[type="radio"]+label::before {
    border: solid 1px #c0b296;
    height: 20px;
    width: 20px;
    line-height: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 5px;
}

input[type="checkbox"]:checked+label::before,
input[type="radio"]:checked+label::before {
    background: #c0b296;
    border-color: #c0b296;
    color: #111;
    content: '\f00c';
}

.age-gate .form-row.form-row-checkbox label {
    text-transform: initial;
    color: #999;
    margin: 5px 0;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    padding-left: 30px;
}

.age-gate .form-row.form-row-checkbox label a {
    color: #c0b296;
    text-decoration: none;
}

.age-gate .form-row.form-row-checkbox label a:hover {
    color: #fff;
}

.age-gate .form-row .js-enter {
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .9);
    background-color: rgba(255, 255, 255, .1);
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline-color: #c0b296;
    margin-top: 25px;
}

.age-gate .form-row .js-enter:hover {
    border: 1px solid rgba(192, 178, 150, 1);
    color: rgba(0, 0, 0, .9);
    background-color: rgba(192, 178, 150, 1);
}

.age-gate .form-row a img {
    max-width: 180px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
}

.age-gate .form-row a:hover img {
    opacity: 1;
}





/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						HOME
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ---- imagen fullscreen ----------------------------------- */

.home-text {
    vertical-align: bottom;
    padding-bottom: 8%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.header-title {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 80px;
    max-width: 90%;
    margin: 0 auto 10px;
}

.header-text {
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    font-size: 18px;
    text-align: center;
    max-width: 1170px;
    width: 92%;
    margin: 0px auto;
}

.visita-cabecera .header-text {
    /* Para que quede mas centrado en Visita la Bodega */
    max-width: 1000px;
}

/* ---- bloques ----------------------------------- */

.row.block_home_text_movil {
    padding: 100px 0 80px;
    background-color: #6d5e4e;
    color: #fff;
}

.flex-general .cflex1 {
    background-position: center;
    -webkit-transition: all 10s ease-in-out;
    -moz-transition: all 10s ease-in-out;
    -o-transition: all 10s ease-in-out;
    transition: all 10s ease-in-out;
}

.flex-general .cflex1:hover {
    background-size: auto 120%;
}

.flex-general .cflex2 {
    background-image: url('../../../../default/files/texture_bg.jpg');
    background-size: 1250px auto;
    display: flex;
    min-height: 650px;
    align-items: center;
}

.flex-general .cflex2 .div-with-texture {
    max-width: 400px;
    margin: 0 auto;
    width: 80%;
}

.flex-general.block_home_enologo .cflex2 .div-with-texture {
    max-width: 500px;
    margin: 0 0 0 auto;
    width: 70%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.flex-block-title {
    color: #6d5e4e;
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 40px;
    margin-top: 0;
}

.flex-general .cflex2 p {
    color: #444;
}

.enlaces_bloque {
    margin: 35px 0 0;
    padding: 0;
}

.enlaces_bloque li {
    list-style: none;
    margin-bottom: 10px;
}

.enlaces_bloque li p {
    display: inline-block;
}

.enlaces_bloque li p a {
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    color: #6d5e4e;
    display: inline-block;
    line-height: 18px;
}

.enlaces_bloque li p a::after {
    border-bottom: 3px solid #6d5e4e;
    width: 90%;
    content: "";
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.enlaces_bloque li p a:hover {
    color: #c0b296;
    text-decoration: none;
}

.enlaces_bloque li p a:hover::after {
    border-bottom: 3px solid #c0b296;
    width: 20px;
}

.flex-general.block_home_enologo .cflex2 {
    background: none;
    padding: 0;
}

.block_home_enologo {
    background-position: center;
}

.block_home_enologo .flex-block-title {
    color: #c0b296;
}

.flex-general.block_home_enologo .cflex2 p {
    color: #fff;
}





/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						NUESTROS VINOS
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */


.row.nuestros-vinos-content {
    background-size: 1000px auto;
    padding: 80px 5% 70px;
}

.vino-content {
    margin-bottom: 50px;
}

.vino-content .row {
    display: flex;
    /* align-items: center; */
}

.vino-content .vino-image {
    text-align: center;
    padding-right: 0;
}

.vino-content .vino-image img {
    max-height: 600px;
}

.vino-content .vino-description {
    padding-right: 0;
}

.vino-description .vino-content-pdf {
    position: absolute;
    bottom: 60px;
}

.vino-content .vino-description .vino-content-title {
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    text-transform: uppercase;
    color: #888 !important;
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 120%;
}

.vino-content .vino-description .vino-content-description {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #6d5e4e;
    font-size: 17px;
    line-height: 130%;
}

.btn-mod.btn-small {
    padding: 10px 17px 4px;
    letter-spacing: 1px;
    background: #444;
    border: 1px solid #444;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.vino-description a.btn-icon {
    position: absolute;
    bottom: 25px;
    display: block;
}

.btn-mod.btn-small:hover {
    background: #c0b296;
    border: 1px solid #c0b296;
}

.btn-icon>span {
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 15px;
    padding-right: 10px;
    opacity: 1;
    height: auto;
    line-height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-icon:hover>span {
    color: #fff;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none transform: none;
}





/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						VINOS FICHAS
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */


.info_vino_ficha {
    background-image: url("/sites/default/files/texture_bg_1.jpg");
    background-size: 1000px auto;
    padding: 80px 0 0;
}

.vinos-tabs-ficha,
.vinos-nutricional-ficha {
    max-width: 1440px;
    margin: 0 auto;
    width: 92%;
}

.info_vino_ficha div .row {
    display: flex;
}

.vinos-tabs-ficha .botella-vino {
    text-align: center;
}

.vinos-tabs-ficha .botella-vino img {
    max-height: 500px;
}

.vinos-tabs-ficha .datos-vino {
    padding-top: 20px;
}

.vinos-tabs-ficha .tpl-tabs {
    border-bottom: 1px solid #c0b296;
}

.vinos-tabs-ficha .tpl-tabs li a {
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    color: #c0b296;
    font-size: 14px;
    padding: 5px 15px 5px 10px;
    border: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.vinos-tabs-ficha .tpl-tabs li a:hover {
    color: #6d5e4e;
    border: none;
    background: none;
}

.vinos-tabs-ficha .tpl-tabs li.active a {
    color: #6d5e4e;
    background: none;
}

.vinos-tabs-ficha .tpl-tabs-cont {
    padding: 20px 10px;
    color: #444;
    font-size: 14px;
}

.vinos-tabs-ficha .tpl-tabs-cont ul {
    padding-left: 0;
}

.vinos-tabs-ficha .tpl-tabs-cont ul li {
    list-style: none;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    margin-bottom: 10px;
    line-height: 21px;
    display: block;
    float: left;
    width: 100%;
}

.vinos-tabs-ficha .tpl-tabs-cont ul li p {
    display: block;
    float: left;
    width: calc(100% - 150px);
    padding-bottom: 10px;
}

.vinos-tabs-ficha .tpl-tabs-cont ul li p.vino-dato {
    width: 150px;
    color: #6d5e4e;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
}

.vinos-tabs-ficha .tpl-tabs-cont ul li strong {
    text-transform: uppercase;
    display: inline-block;
    width: 150px;
    color: #6d5e4e;
    font-weight: normal;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
}

.datos-vino .btn-mod.btn-small {
    position: absolute;
    bottom: 50px;
    left: 15px;
}

.datos-premio {
    padding-top: 20px;
}

.datos-premio p {
    margin-bottom: 15px;
}

.datos-premio .tab-pane.active {
    padding-left: 10px;
}

.datos-premio .premio {
    color: #6d5e4e;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    margin-bottom: 0;
}

.vinos-nutricional-ficha {
    margin-top: 80px;
    padding-bottom: 80px;
}

.vinos-nutricional-ficha h3 {
    color: #6d5e4e;
    font-size: 16px;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    margin-bottom: 15px;
}

.vinos-nutricional-ficha .table {
    border: none;
}

.vinos-nutricional-ficha .table tr {
    background: none !important;
}

.vinos-nutricional-ficha .table th,
.vinos-nutricional-ficha .table td {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c0b296;
    padding: 15px 0 5px;
}

.vinos-nutricional-ficha .table th {
    font-family: 'Montserrat', Roboto, arial, sans-serif;
}

.vinos-nutricional-ficha .table td.text-center {
    color: #6d5e4e;
}

.vinos-nutricional-ficha p {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #6d5e4e;
    font-size: 16px;
}

.vinos-nutricional-ficha p a {
    text-decoration: none;
    font-weight: bold;
    color: #6d5e4e;
}

.vinos-nutricional-ficha p a:hover {
    color: #c0b296;
}

.vinos-pie {
    text-align: center;
}

.vinos-pie .flex-block-title {
    color: #fff;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 100%;
    margin-bottom: 15px;
}

.vinos-pie .block_home_enologo.bg_img_bottom {
    background-position: center bottom;
}

.vinos-pie .block_home_enologo.bg_img_bottom.ysios-los-prados {
    background-position: center center;
}

.vinos-pie .block_home_enologo .cflex2 p {
    color: #c0b296;
}

.vinos-pie .block_home_enologo .cflex2 .cita-enologo {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.vinos-pie .block_home_enologo .separacion-enologo {
    display: inline-block;
    width: 1px;
    background-color: #c0b296;
    height: 25px;
    margin-bottom: 5px;
}

.vinos-pie .enlaces_bloque li p a {
    color: #fff;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
}

.vinos-pie .enlaces_bloque li p a:hover {
    color: #c0b296;
}

.vinos-pie .enlaces_bloque li p a::after {
    border-bottom: 2px solid #fff;
    margin: 0 auto;
}

.vinos-pie .enlaces_bloque li p a:hover::after {
    border-bottom: 2px solid #c0b296;
}





/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						ÚNASE AL CLUB YSIOS
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */


.formulario-section {
    background-size: 1250px auto;
    background-repeat: inherit;
    padding: 80px 0;
}

.formulario-section ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #c0b296;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.formulario-section ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #c0b296;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.formulario-section :-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #c0b296;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.formulario-section :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #c0b296;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.formulario-section :hover::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6d5e4e;
}

.formulario-section :hover::-moz-placeholder {
    /* Firefox 19+ */
    color: #6d5e4e;
}

.formulario-section :hover:-ms-input-placeholder {
    /* IE 10+ */
    color: #6d5e4e;
}

.formulario-section :hover:-moz-placeholder {
    /* Firefox 18- */
    color: #6d5e4e;
}

.formulario-section .form-group {
    margin-bottom: 30px !important;
}

.formulario-section .form-group label,
.formulario-section .form-item label {
    margin-bottom: 0;
}

.formulario-section .form-group input,
.formulario-section .form-group textarea {
    border: 1px solid #c0b296;
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #6d5e4e;
    font-size: 16px !important;
    letter-spacing: 0.03em;
    box-shadow: none !important;
    padding: 9px 10px 7px !important;
    height: 40px !important;
}

.formulario-section .form-group textarea {
    height: 100px !important;
}

.formulario-section .form-group input:hover {
    border: 1px solid #c0b296;
    background-color: #c0b296;
}

.formulario-section .form-group input:focus {
    border: 1px solid #6d5e4e;
    background-color: #6d5e4e;
    color: #fff;
}

.formulario-section .form-group.webform-component--row--col--politica {
    margin-bottom: 10px !important;
}

.formulario-section .form-group .form-checkboxes {
    padding-left: 0;
}

.formulario-section .form-group .form-checkboxes input {
    display: none;
}

.formulario-section .form-group .form-checkboxes label {
    padding-right: 0;
    margin: 0;
    padding-top: 3px;
    padding-left: 30px;
}

.formulario-section .form-group .form-checkboxes label::before {
    background-color: #fff;
    color: #6d5e4e;
    line-height: 18px;
}

.formulario-section .form-group .form-checkboxes label:hover::before {
    border: 1px solid #6d5e4e;
}

.formulario-section .form-group .form-checkboxes label a {
    color: #6d5e4e;
    display: inline-block;
}

.formulario-section .form-group .form-checkboxes label a:hover {
    color: #c0b296;
}

.formulario-section .webform-component--row--col--resumen {
    border-top: 1px dotted #c0b296;
    border-bottom: 1px dotted #c0b296;
    padding: 30px 0 10px;
    margin-bottom: 15px !important;
}

.formulario-section .webform-component--row--col--resumen table {
    margin-bottom: 0;
    border: none !important;
}

.formulario-section .webform-component--row--col--resumen table tr td {
    border: none;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #6d5e4e;
    text-align: justify;
}

.formulario-section .webform-component--row--col--resumen table tr td strong {
    text-transform: uppercase;
    font-size: 13px;
    color: #6d5e4e;
    font-weight: normal;
}

.formulario-section .webform-component--row--col--boton-enviar {
    position: inherit !important;
    text-align: center;
    margin-top: 140px !important;
}

.captcha {
    text-align: center;
    margin-top: -160px;
    margin-bottom: 50px;
}

.g-recaptcha {
    display: inline-block;
    margin: 0 auto;
}

#user-login .captcha {
    margin-top: 30px;
    margin-bottom: 20px;
}




/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						VISITE LA BODEGA
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */


#enoturismo_experiencias {
    background-image: url("/sites/default/files/texture_bg_1.jpg");
    background-size: 1250px auto;
    padding: 60px 5% 70px;
    text-align: center;
}

.bloque-servicio-bodega {
    text-align: center;
    margin: 50px 0 50px;
    cursor: pointer;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.bloque-servicio-bodega .promociones {
    padding: 0 20px;
}

.bloque-servicio-bodega .fondo-imagen-servicio {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    background-size: auto 100%;
    background-position: center;
    border-radius: 50%;
    border: 1px solid #c0b296;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.bloque-servicio-datos h3 {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #6d5e4e;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 100%;
    height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bloque-servicio-datos .descripcion {
    color: #494949;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 90px;
    overflow: hidden;
}

.bloque-servicio-datos .descripcion p {
    height: 55px;
}

.bloque-servicio-datos .subtitulo {
    color: #9b8e74;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bloque-servicio-datos .subtitulo div {
    display: inline-block;
    padding: 0 20px;
    line-height: 34px;
    height: 25px;
}

.bloque-servicio-datos .subtitulo div.subtitulo-precio {
    border-right: 1px solid #9b8e74;
}

.bloque-servicio-datos .subtitulo div svg {
    margin-right: 5px;
}

.bloque-servicio-datos .subtitulo .subtitulo-precio svg {
    transform: rotate(45deg);
    font-size: 12px;
}


/* ---- hover servicios ----------------------------------- */

.bloque-servicio-bodega:hover .fondo-imagen-servicio {
    background-size: auto 120%;
    border: 1px solid #111;
}

.bloque-servicio-bodega:hover .bloque-servicio-datos h3,
.bloque-servicio-bodega:hover .bloque-servicio-datos .descripcion,
.bloque-servicio-bodega:hover .bloque-servicio-datos .subtitulo {
    color: #111;
}

.bloque-servicio-bodega:hover .small_line {
    background-color: #111
}





/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						ELIGE RESERVA / visite la bodega
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */


.visitas-reservas-b1 {
    color: #444;
    background-size: 1250px auto;
    padding: 100px 0;
    background-color: #fff;
    background-repeat: inherit;
}

.container_visitas {
    max-width: 1440px;
    margin: 0 auto;
    width: 92%;
}

.container_visitas .container-columnas-visitas {
    display: flex;
}

.container_visitas .left-column {
    padding-right: 30px;
}

.visitas-reservas-b1 .item {
    float: left;
    width: 150px;
    text-align: left;
    text-transform: uppercase;
    line-height: 21px;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    color: #6d5e4e;
    margin-bottom: 10px;
}

.visitas-reservas-b1 .value {
    float: left;
    width: calc(100% - 150px);
    text-align: left;
    line-height: 21px;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    margin-bottom: 10px;
}

.visitas-reservas-b1 .value a {
    color: #6d5e4e;
}

.visitas-reservas-b1 .value a:hover {
    color: #c0b296;
    display: inline-block;
    padding: 0;
}

.container_visitas .cita-previas-class {
    font-style: italic;
    text-align: left;
    border-left: 5px solid #c0b296;
    float: left;
    width: 100%;
    height: 15px;
    padding-left: 7px;
    line-height: 25px;
    color: #c0b296;
    margin: 20px 0;
}

#visitas-compartir {
    position: absolute;
    bottom: 0;
}

#visitas-compartir a {
    color: #6d5e4e;
    display: inline-block;
    padding: 0;
}

#visitas-compartir a:hover {
    color: #c0b296;
}

#visitas-compartir svg {
    font-size: 13px;
    padding-right: 5px;
    width: auto;
}

.container_visitas .right-column {
    text-align: left;
}

.container_visitas .right-column .visitas-reservas-title {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 32px;
    line-height: 40px;
    margin: 50px 0 20px;
    color: #6d5e4e;
}

.container_visitas .descripcion a {
    color: #6d5e4e;
    text-decoration: none !important;
    display: inline-block;
}

.container_visitas .descripcion a:hover {
    color: #c0b296;
}

.bloque-paso-1 .ui-accordion .ui-accordion-header {
    color: #444;
    margin: 0;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    padding: 16px 0 10px;
    border-radius: 0;
    border-top: 1px dotted #c0b296;
}

.bloque-paso-1 .ui-accordion .ui-accordion-header:first-child {
    border-top: none;
}

.bloque-paso-1 .ui-accordion .ui-accordion-header .ui-icon-plus,
.bloque-paso-1 .ui-accordion .ui-accordion-header .ui-icon-minus {
    background-position: 0;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    padding: 0;
}

.bloque-paso-1 .ui-accordion .ui-accordion-header .ui-icon-plus {
    background-image: url(../images/mas.svg);
}

.bloque-paso-1 .ui-accordion .ui-accordion-header .ui-icon-minus {
    background-image: url(../images/menos.svg);
}

.bloque-paso-1 .ui-accordion .ui-accordion-content {
    padding: 10px 0 30px 35px;
    overflow: hidden;
}

.container_visitas .text-acordeon {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 21px;
    padding: 0 15px 0 0;
    line-height: 21px;
    color: #444;
    height: 35px;
    text-align: left;
    margin-bottom: 20px;
}

.container_visitas .form-group {
    margin-bottom: 10px;
}

.container_visitas .input-group {
    border: 1px solid #c0b296;
    color: #6d5e4e;
}

.container_visitas .input-group input,
.container_visitas .personas .campo input,
.container_visitas .regalar .campo input {
    height: 33px;
    font-size: 18px;
    padding: 7px 10px 3px;
    letter-spacing: 0.03em;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #fff;
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #6d5e4e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container_visitas .input-group:hover input,
.container_visitas .personas .campo input:hover,
.container_visitas .regalar .campo input:hover {
    background: #c0b296;
}

.container_visitas ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #c0b296;
    opacity: 1;
    font-size: 18px;
    letter-spacing: 0.03em;
}

.container_visitas ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #c0b296;
    opacity: 1;
    font-size: 18px;
    letter-spacing: 0.03em;
}

.container_visitas :-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #c0b296;
    opacity: 1;
    font-size: 18px;
    letter-spacing: 0.03em;
}

.container_visitas :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #c0b296;
    opacity: 1;
    font-size: 18px;
    letter-spacing: 0.03em;
}

.container_visitas .input-group:hover ::-webkit-input-placeholder,
.container_visitas .campo :hover::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6d5e4e;
}

.container_visitas .input-group:hover ::-moz-placeholder,
.container_visitas .campo :hover::-moz-placeholder {
    /* Firefox 19+ */
    color: #6d5e4e;
}

.container_visitas .input-group:hover :-ms-input-placeholder,
.container_visitas .campo :hover :-ms-input-placeholder {
    /* IE 10+ */
    color: #6d5e4e;
}

.container_visitas .input-group:hover :-moz-placeholder,
.container_visitas .campo :hover :-moz-placeholder {
    /* Firefox 18- */
    color: #6d5e4e;
}

.container_visitas .input-group .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #fff;
    color: #c0b296;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container_visitas .input-group:hover .input-group-addon {
    color: #6d5e4e;
    background: #c0b296;
}

.container_visitas .next-accordion.btn-continuar {
    border: none;
    padding: 0 15px;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
}

.container_visitas .next-accordion.btn-continuar .btn {
    border-radius: 0;
    background: none;
    border: 1px solid #6d5e4e;
    color: #6d5e4e;
    height: 35px;
    padding: 12px 15px 0;
    margin-bottom: 10px;
}

.container_visitas .next-accordion.btn-continuar .btn:hover {
    background: #6d5e4e;
    border: 1px solid #6d5e4e;
    color: #fff;
}

.bloque-paso-1 .ui-accordion .ui-accordion-header .valor-elegido {
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    float: right;
    padding-top: 2px;
    color: #6d5e4e;
}

.bloque-paso-1 .ui-accordion .ui-accordion-header.ui-accordion-header-collapsed {
    color: #6d5e4e;
}

.bloque-paso-1 .ui-accordion .ui-accordion-header.ui-accordion-header-collapsed .ui-icon {
    opacity: .5;
}

.bloque-paso-1 .ui-accordion .ui-accordion-header.ui-state-disabled {
    opacity: 1;
    color: #b4b2ac;
}

.bloque-paso-1 .ui-accordion .ui-accordion-header.ui-state-disabled .ui-icon {
    opacity: .2;
}

.container_visitas .personas .campo,
.container_visitas .disponibilidad .disponibilidad-response {
    padding-top: 10px;
}

.container_visitas .campo label {
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.container_visitas .personas .campo input {
    border: 1px solid #c0b296;
    height: 35px;
}

.container_visitas .personas .next-accordion.btn-continuar {
    padding: 0;
    margin-top: 36px;
}

.container_visitas .disponibilidad .disponibilidad-response .horarios-radio label::before {
    background: #fff;
    color: #6d5e4e;
    line-height: 18px;
    font-size: 12px;
}

.container_visitas .disponibilidad .disponibilidad-response .horarios-radio label:hover::before {
    background: #c0b296;
}

.container_visitas .disponibilidad .disponibilidad-response .horarios-radio label {
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    margin-right: 20px;
    padding-left: 30px;
    padding-top: 6px;
}

.container_visitas .regalar .campo {
    padding: 10px 0 0;
}

.container_visitas .regalar .campo input {
    border: 1px solid #c0b296;
    height: 35px;
    width: 400px;
    margin-bottom: 20px;
    padding-top: 5px;
}

.container_visitas .reservar {
    padding: 30px 0 0 !important;
    text-align: center;
}

.container_visitas .reservar .btn-reservar {
    padding-bottom: 9px;
}

.container_visitas .reservar .btn-reservar svg {
    transform: rotate(45deg);
    font-size: 12px;
    margin-right: 7px;
}





/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						COMPRA OK - KO / visite la bodega
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */


.section_compra_ko .home-text {
    padding-bottom: 10%;
}

.section_compra_ko .header-text strong {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 10px;
}

.section_compra_ok .header-text strong {
    margin-top: 20px;
    margin-bottom: 0px;
}

.finalizar_compra .cont_btn_imprimir {
    display: inline-block;
}





/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						PÁGINAS LEGAL  /  Política de privacidad  /  Términos y condiciones  /  Política de cookies
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */


.legales {
    background-size: 1250px auto;
    background-repeat: inherit;
    padding: 80px 0;
}

.container_legales {
    max-width: 1440px;
    margin: 0 auto;
    width: 92%;
    text-align: justify;
}

.cont_legal h3 {
    color: #6d5e4e;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 50px;
}

.cont_legal .list-indice-legal {
    border-top: 1px dotted #c0b296;
    border-bottom: 1px dotted #c0b296;
    margin: 50px 0 20px;
    padding: 30px 0 20px;
    list-style: none;
}

.cont_legal .list-indice-legal li {
    margin: 10px 0;
}

.cont_legal .list-indice-legal li a {
    display: inline-block;
    color: #6d5e4e;
    font-size: 15px;
}

.cont_legal .list-indice-legal li a:hover {
    color: #111;
}

.cont_legal .list-indice-legal li a strong {
    width: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #444;
}

.bloque-texto-legal {
    margin: 0;
    float: left;
    width: 100%;
    padding-left: 20px;
}

.bloque-texto-legal h4 {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #6d5e4e;
    margin: 10px 0px;
    font-size: 24px;
}

.bloque-texto-legal h4 span {
    font-family: 'Montserrat', Roboto, arial, sans-serif;
    font-size: 18px;
    color: #c0b296;
    padding-right: 5px;
    margin-left: -20px;
}

.bloque-texto-legal p strong,
.bloque-texto-legal ul li strong {
    font-family: 'Montserrat', Roboto, arial, sans-serif;
}

.bloque-texto-legal p a,
.bloque-texto-legal ul li a {
    display: inline-block;
    color: #6d5e4e;
    font-family: 'Montserrat', Roboto, arial, sans-serif;
}

.bloque-texto-legal p a:hover,
.bloque-texto-legal ul li a:hover {
    color: #c0b296;
}

.bloque-texto-legal ul.list {
    margin: 0;
    padding: 0 0 10px 10px;
    list-style: none;
}

.bloque-texto-legal ul.list li {
    margin-bottom: 10px;
    background-image: url("/sites/default/files/flechita.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 10px;
    background-size: 4px auto;
    float: left;
    width: 100%;
}

.table_legal {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px 30px 0;
    margin: 25px 0 40px;
    background-color: rgba(255, 255, 255, 0.1);
}

.table_legal table,
.table_legal table tr,
.table_legal table tr td {
    border: none;
    background: none !important;
}

.table_legal table tr td {
    padding: 10px 0 10px;
}

.table_legal table tr td:first-child {
    padding-right: 20px;
}

.table_legal table tr td strong {
    text-transform: uppercase;
    font-size: 13px;
    color: #6d5e4e;
    font-weight: normal;
}

.table_legal.table-cookies table tr th,
.table_legal.table-cookies table tr td {
    border: none;
    padding: 10px 20px 10px 0;
}

.table_legal.table-cookies table tr th:last-child,
.table_legal.table-cookies table tr td:last-child {
    padding-right: 0;
}

.table_legal.table-cookies table tr th {
    font-size: 11px;
    color: #111;
    font-style: italic;
}














/* ------------------------------------------------------------------------------------------------------------------------------------------------
				------------------------------------------------------------------------------------------------------------------------------------------------
				------------------------------------------------------------------------------------------------------------------------------------------------
			
						ESTILOS RESPONSIVE
		
				------------------------------------------------------------------------------------------------------------------------------------------------
				------------------------------------------------------------------------------------------------------------------------------------------------
				------------------------------------------------------------------------------------------------------------------------------------------------ */




/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						GENERAL
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */


/* -------------------------------------------------------------------------------------------------------------------------- 767px */
@media (max-width: 767px) {

    .ver_solomovil {
        display: block;
    }

    .no_ver_movil {
        display: none;
    }

    .container_visitas .container-columnas-visitas {
        display: block;
    }

}




/* ---- menu ----------------------------------- */

/* -------------------------------------------------------------------------------------------------------------------------- 1024px */
@media (max-width: 1024px) {

    .main-nav.dark .mobile-nav {
        text-align: right;
    }

    .main-nav.dark.transparent .mobile-nav {
        height: 22px !important;
        line-height: 10px !important;
        width: 18px !important;
        margin: 32px 0 30px;
    }

    .main-nav.dark .mobile-nav .svg-inline--fa {
        font-size: 18px;
    }

    .main-nav.dark .mobile-nav.small-height {
        height: 22px !important;
        line-height: 10px !important;
        width: 18px !important;
        margin: 17px 0 16px;
    }

    .main-nav.mobile-on.dark .inner-nav {
        width: 110%;
        max-width: 110%;
        left: -5%;
        border: none;
    }

    .main-nav.mobile-on.dark .inner-nav ul {
        background-color: #c0b296;
        margin: 0;
    }

    .main-nav.mobile-on.dark .inner-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .main-nav.mobile-on.dark .inner-nav ul li.menu-separacion {
        display: none;
    }

    .main-nav.mobile-on.dark .inner-nav ul li.js-opened {
        border-bottom: 0;
    }

    .main-nav.mobile-on.dark .inner-nav ul li a {
        padding: 0 5%;
        border: none;
        line-height: 51px !important;
        font-size: 14px;
        height: 50px !important;
    }

    .main-nav.mobile-on.dark .inner-nav ul li a:hover {
        background-color: rgba(255, 255, 255, .2);
        color: #333;
    }

    .main-nav.mobile-on.dark .inner-nav ul li.js-opened ul.mn-sub li {
        padding: 0;
        width: 50%;
        float: left !important;
    }

    .main-nav.mobile-on.dark .inner-nav ul li.js-opened ul.mn-sub li.first {
        border-right: 1px solid rgba(255, 255, 255, .2);
        border-bottom: 0;
    }

}




/* ---- footer ----------------------------------- */

/* -------------------------------------------------------------------------------------------------------------------------- 767px */
@media (max-width: 767px) {

    .footer-address {
        margin-top: -5px;
    }

    .footer-menu ul li {
        text-align: right;
        margin-bottom: 10px;
    }

    .footer-policies,
    .footer-copyright {
        margin-top: 20px;
        text-align: left;
    }

    .footer-copyright a img {
        margin-top: 10px;
    }

}




/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						COOKIES
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */

/* -------------------------------------------------------------------------------------------------------------------------- 1280px */
@media (max-width: 1280px) {

    #sliding-popup .popup-content {
        max-width: 92%;
    }

    #sliding-popup .popup-content #popup-text h2 {
        font-size: 20px;
    }

    #sliding-popup .popup-content #popup-buttons {
        padding-top: 15px;
    }

    #sliding-popup .popup-content #popup-buttons button {
        font-size: 12px;
    }

}


/* -------------------------------------------------------------------------------------------------------------------------- 768px */
@media (max-width: 768px) {

    #sliding-popup .popup-content #popup-text {
        max-width: 100%;
    }

    #sliding-popup .popup-content #popup-buttons {
        padding-top: 20px;
        max-width: 100%;
        float: left;
    }

    #sliding-popup .popup-content #popup-buttons button {
        margin: 0 10px 0 0;
    }

}



/*	------------------------------------------------------------------------------------------------------------------------------------------------
			
						HOME
		
				------------------------------------------------------------------------------------------------------------------------------------------------ */

/* -------------------------------------------------------------------------------------------------------------------------- 1366px */
@media (max-width: 1366px) {

    .header-title {
        font-size: 60px;
        line-height: 100%;
    }

    .header-text {
        font-size: 16px;
    }

}


/* -------------------------------------------------------------------------------------------------------------------------- 1170px */
@media (max-width: 1170px) {

    .main-nav.dark .inner-nav ul li a {
        padding: 0 10px;
        font-size: 12px;
    }

}


/* -------------------------------------------------------------------------------------------------------------------------- 1024px */
@media (max-width: 1024px) {

    .home-text {
        padding-bottom: 12%;
    }

    .header-title {
        font-size: 36px;
        line-height: 100%;
    }

    .header-text {
        font-size: 15px;
    }

    .block_home_enologo {
        background-position: left center;
    }

}


/* -------------------------------------------------------------------------------------------------------------------------- 1023px */
@media (max-width: 768px) {

    .home-text {
        padding-bottom: 16%;
    }

    .flex-block-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .enlaces_bloque {
        margin: 25px 0 0;
    }

    .flex-general .cflex2 {
        min-height: 550px;
    }

    .flex-general .cflex2 .div-with-texture {
        width: 85%;
    }

    .enlaces_bloque li p a {
        line-height: 16px;
        font-size: 13px;
    }

}


/* -------------------------------------------------------------------------------------------------------------------------- 767px */
@media (max-width: 767px) {

    .home-text {
        padding-bottom: 35%;
    }

    .cflex1,
    .flex-general .cflex2 {
        min-height: 250px;
    }

    .flex-general .cflex2 .div-with-texture {
        padding: 40px 0;
    }

    .flex-general.block_home_enologo .cflex2 .div-with-texture {
        width: 100%;
        padding: 30px 0 10px;
    }

    .block_home_enologo {
        background-position: center center;
    }
    .bloque-paso-1 .ui-accordion .ui-accordion-header{
        padding-bottom: 30px;

    }

}


.cita-enologo {
    display: none;
}


.bg-dark .more-info a{
    color: #6d5e4e;
    margin-bottom: 15px;
    display: block;
    text-decoration: underline;
}