/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/*------------------------------------------------------------------ OPEN:GLOBAL STYLES ----------- */

/* comportamiento general */
body {
    font-weight: normal;
}

.et_pb_row,
.container {
    width: 90%;
}

.et_pb_module.et_pb_text ul {
    padding: 0;
}

.et_pb_module.et_pb_text ul li {
    list-style: none;
    background-image: url(/wp-content/uploads/2020/11/guion-list.png);
    background-repeat: no-repeat;
    background-position: top 11px left;
    background-size: 3px;
    padding-left: 15px;
    margin-bottom: 10px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    width: 100%;
    padding: 10px 20px 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    font-size: 12px;
    background-image: url(/wp-content/uploads/2021/01/guion-select.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 6px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}

select:hover {
    opacity: 1;
}

select::-ms-expand {
    display: none;
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {

    .et_pb_row,
    .container {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }
}

/* comportamiento general */

/* selección texto*/
::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

p::-moz-selection {
    color: #fff;
}

p::selection {
    color: #fff;
}

/* fin selección texto */

/* pre-header */
#top-header-custom {
    padding: 10px 0 0;
    transition: all 0.3s ease-in-out;
}

.et-fixed-header #top-header-custom {
    padding: 0;
    background-color: #f9f9f9;
}

#top-header-custom .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#top-header-custom .topbar-content {
    margin: 0;
    float: right;
}

#menu-top-bar-menu li {
    margin-right: 40px;
    float: left;
}

#menu-top-bar-menu li a {
    text-transform: uppercase;
    color: #000;
    opacity: 0.4;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

#menu-top-bar-menu li:first-child a {
    background-image: url(/wp-content/uploads/2020/12/login.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 13px;
    padding-right: 20px;
}

#menu-top-bar-menu li a:hover {
    opacity: 1;
}

.select-lenguages .et_pb_section,
.select-lenguages .et_pb_row {
    padding: 0;
    margin: 0;
}

.select-lenguages select {
    padding: 0;
    height: 30px;
    line-height: 30px;
    border: none;
    opacity: 0.2;
    font-size: 13px;
    background-position: center right;
    width: 160px;
}

#top-header-custom .et-social-icons {
    margin: 0 0 0 25px;
    float: right;
}

#top-header-custom .et-social-icons li {
    margin-left: 15px;
}

#top-header-custom .et-social-icons li a {
    font-size: 16px;
    opacity: 1 !important;
}

#top-header-custom .et-social-icons li a::before {
    color: #000;
    opacity: 0.4;
    font-size: 16px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

#top-header-custom .et-social-icons li a:hover::before {
    opacity: 1;
}

/* newsletter topbar */
#top-header-custom .newsletter-top {
    padding: 0 15px;
}

#top-header-custom .newsletter-top a {
    text-transform: uppercase;
    color: #000;
    opacity: 0.4;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

#top-header-custom .newsletter-top a:hover {
    opacity: 1;
}

/* search topbar */
.search-form-container {
    position: relative;
    max-width: 200px;
    float: right;
    margin-left: 70px;
}

#top-header-custom .search-form-container form {
    width: 200px !important;
    position: relative;
    max-width: 200px !important;
}

.search-form-container .et-search-form input::-webkit-input-placeholder {
    /* Edge */
    color: #000;
    font-style: italic;
    opacity: 0.7;
}

.search-form-container .et-search-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-style: italic;
    opacity: 0.7;
}

.search-form-container .et-search-form input::placeholder {
    color: #000;
    font-style: italic;
    opacity: 0.7;
}

.search-form-container .et-search-form input {
    position: relative;
    border-radius: 20px;
    padding: 0 15px;
    border: 0.5px solid #000;
    right: 0;
    opacity: 0.4;
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    letter-spacing: 0.03em;
}

.search-form-container .et-search-form input:hover,
.search-form-container .et-search-form input:focus {
    opacity: 1;
}

.et-fixed-header .search-form-container .et-search-form input {
    height: 21px;
    line-height: 21px;
    margin: 4px 0 4px;
    font-size: 11px;
}

.search-form-container .et-search-form button {
    position: absolute;
    height: 26px;
    right: 0;
    padding: 0;
    border: none;
    border-radius: 13px;
    width: 26px;
    margin: 2px;
    background: #bbb;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search-form-container .et-search-form:hover button {
    opacity: 0.4;
}

.search-form-container .et-search-form button:hover {
    opacity: 1;
    background: #000;
}

.et-fixed-header .search-form-container .et-search-form button {
    height: 17px;
    width: 17px;
    margin: 6px 2px;
}

.search-form-container .et-search-form button .dashicons-search {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}

.et-fixed-header .search-form-container .et-search-form button .dashicons-search {
    font-size: 11px;
    line-height: 17px;
    width: 17px;
    height: 17px;
}

/* fin search topbar */

/* ----------------------------------- 768px */
@media (max-width: 768px) {
    #top-header-custom .topbar-content {
        float: left;
    }

    .select-lenguages select {
        margin-right: 50px;
    }

    .search-form-container {
        max-width: 150px;
        margin-left: 30px;
    }

    #top-header-custom .search-form-container form {
        width: 150px !important;
    }

    .search-form-container .et-search-form input {
        width: 150px;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    #top-header-custom {
        padding: 5px 0 0;
    }

    #menu-top-bar-menu li {
        margin-left: 0;
        margin-right: 0;
    }

    #menu-top-bar-menu li a {
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        letter-spacing: 0.03em;
    }

    #menu-top-bar-menu li:first-child a {
        background-size: 11px;
        padding-right: 15px;
    }

    .select-lenguages select {
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        width: 115px;
        letter-spacing: 0.03em;
        background-size: 4px;
        margin-right: 20px;
    }

    #top-header-custom .et-social-icons li {
        margin-left: 10px;
    }

    #top-header-custom .et-social-icons li a::before {
        font-size: 11px;
        height: 20px;
        line-height: 20px;
    }

    .search-form-container {
        max-width: 120px;
        margin-left: 20px;
    }

    #top-header-custom .search-form-container form {
        width: 120px !important;
        margin-top: -1px;
    }

    .search-form-container .et-search-form input {
        width: 120px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        padding: 0 10px;
    }

    .search-form-container .et-search-form button {
        height: 17px;
        width: 17px;
        line-height: 16px;
        top: 3px;
    }

    .search-form-container .et-search-form button .dashicons-search {
        font-size: 11px;
        line-height: 16px;
        height: 16px;
        width: 16px;
    }
}

/* fin pre-header */

/* header */
#main-header {
    box-shadow: none;
}

#et-top-navigation .mobile_menu_bar {
    display: flex;
    flex-flow: row-reverse;
    height: 32px;
    width: 90px;
    line-height: 31px;
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

#et-top-navigation .mobile_menu_bar:hover {
    color: #861424;
}

#et-top-navigation .mobile_menu_bar::before {
    color: #000;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
}

#et-top-navigation .mobile_menu_bar:hover::before {
    color: #861424;
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    #main-header .logo_container {
        width: calc(100% - 32px);
        margin-left: -3px;
    }

    #main-header #et-top-navigation {
        margin-right: -5px;
    }
}

/* fin header */

/* footer */
#row-footer-top .et_pb_column:first-child {
    width: 240px;
}

#row-footer-top .et_pb_column:last-child {
    width: calc(100% - 240px);
}

#newsletter-footer .et_pb_contact_field {
    width: calc((100% - 117px) / 3);
    margin: 0 0 0 -1px;
    padding: 0;
    float: left;
    clear: none;
}

#newsletter-footer .et_pb_contact_field input {
    padding: 0 16px;
    height: 50px;
    line-height: 50px;
}

#newsletter-footer .et_pb_contact_form {
    margin-left: 0;
}

#newsletter-footer .et_contact_bottom_container {
    width: 120px;
    float: left;
    margin: 0;
}

#newsletter-footer .et_contact_bottom_container button {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    height: 50px;
    line-height: 50px !important;
}

.social-icons-footer ul {
    text-align: center;
}

.social-icons-footer ul li {
    display: inline-block !important;
}

#row-footer-menus ul li {
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}

#row-footer-menus ul li a {
    padding: 0;
    line-height: 1em;
}

/* ----------------------------------- 980px */
@media (max-width: 980px) {
    #row-footer-menus .et_pb_menu__menu {
        display: block;
    }

    #row-footer-menus .et_mobile_nav_menu {
        display: none;
    }

    #row-footer-menus .et_pb_column {
        width: 30%;
        margin-left: 5%;
        margin-right: 0;
    }

    #row-footer-menus .et_pb_column .et_pb_menu__wrap {
        justify-content: inherit;
    }

    #row-footer-menus .et_pb_column:first-child,
    #row-footer-menus .et_pb_column:last-child {
        margin-left: 0;
    }

    #row-footer-menus .et_pb_column:last-child {
        width: 100%;
        display: flex;
        align-items: center;
    }

    #row-footer-menus .et_pb_column:last-child .column-oiv .et_pb_text_inner {
        display: flex;
        align-items: center;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    #row-footer-top .et_pb_column:first-child {
        width: 150px !important;
        margin: 0 auto !important;
        float: none;
    }

    #newsletter-footer .et_pb_contact_field {
        width: 100%;
        margin: -1px 0 0 0;
    }

    #newsletter-footer .et_pb_contact_field input {
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
    }

    #newsletter-footer .et_contact_bottom_container {
        width: 100%;
        margin: -1px 0 0;
    }

    #newsletter-footer .et_contact_bottom_container button {
        height: 40px;
        line-height: 40px !important;
    }

    #row-footer-top #btn-black .et_pb_module_inner {
        text-align: center;
        margin-bottom: 10px;
    }

    .social-icons-footer ul {
        text-align: center;
    }

    .social-icons-footer ul li .dsm_icon_list_icon {
        padding: 0 15px 0 0 !important;
    }

    #row-footer-menus .et_pb_column {
        width: 100%;
        margin: 0 0 15px;
    }

    #row-footer-menus .et_pb_column:last-child {
        margin-top: 10px;
        display: block;
        margin-bottom: 5px;
    }

    #row-footer-menus .et_pb_column:last-child .column-oiv .et_pb_text_inner {
        display: block;
    }

    #row-footer-menus ul {
        display: block;
        width: 100%;
        margin: 0;
    }

    #row-footer-menus ul li {
        text-align: center;
        display: block;
    }

    #row-footer-menus .et_pb_menu__menu {
        display: block;
        width: 100%;
    }
}

/* fin footer */

/* botón white - botón black */
#btn-white .et_pb_button_module_wrapper,
#btn-black .et_pb_button_module_wrapper {
    width: auto;
    display: inline-block;
}

#btn-white .et_pb_button_module_wrapper::before,
#btn-black .et_pb_button_module_wrapper::before {
    content: "";
    background-color: #fff;
    height: 30px;
    width: 5px;
    display: block;
    margin: 0;
    opacity: 1;
    margin-bottom: -30px;
    transition: all 0.3s ease-in-out;
}

#btn-black .et_pb_button_module_wrapper::before {
    background-color: #000;
}

#btn-white .et_pb_button_module_wrapper:hover::before,
#btn-black .et_pb_button_module_wrapper:hover::before {
    width: 100%;
}

#btn-white .et_pb_button_module_wrapper .et_pb_button,
#btn-black .et_pb_button_module_wrapper .et_pb_button {
    padding: 0 35px 0 18px !important;
    height: 30px;
    line-height: 30px !important;
}

#btn-black .et_pb_button_module_wrapper .et_pb_button {
    color: #000000 !important;
    border-width: 0px !important;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

#btn-black .et_pb_button_module_wrapper .et_pb_button:hover {
    color: #ffffff !important;
    background-image: initial !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

body .et_pb_section .et_pb_column #btn-white.dsm_button .et_pb_button_module_wrapper .et_pb_button::after,
body .et_pb_section .et_pb_column #btn-black.dsm_button .et_pb_button_module_wrapper .et_pb_button::after {
    font-size: 21px !important;
    margin-top: 0px !important;
    line-height: 30px !important;
    content: "\35" !important;
    opacity: 1;
    margin-left: 0px;
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {

    #btn-white .et_pb_button_module_wrapper::before,
    #btn-black .et_pb_button_module_wrapper::before {
        height: 20px;
        margin-bottom: -25px;
    }

    #btn-white .et_pb_button_module_wrapper .et_pb_button,
    #btn-black .et_pb_button_module_wrapper .et_pb_button {
        height: 20px;
        line-height: 20px !important;
    }

    body .et_pb_section .et_pb_column #btn-white.dsm_button .et_pb_button_module_wrapper .et_pb_button::after,
    body .et_pb_section .et_pb_column #btn-black.dsm_button .et_pb_button_module_wrapper .et_pb_button::after {
        font-size: 18px !important;
        line-height: 20px !important;
    }
}

/* fin botón white - botón black */

/*------------------------------------------------------------------ CLOSE:GLOBAL STYLES */

/*------------------------------------------------------------------ OPEN: HOME ----------- */

#presentation-text .et_pb_module_inner {
    text-align: center;
}

.block-home-last-award .last_award {
    display: flex;
    align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.block-home-last-award .home-award-content {
    width: 50%;
    padding: 200px 30px 0;
    margin: 0 0 0 auto;
}

.block-home-last-award .home-award-year-type h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px;
    padding: 10px 0;
}

.block-home-last-award .home-award-title h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 0.95em;
    letter-spacing: 2px;
}

.block-home-last-award .home-award-region h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 12px;
    padding: 10px 0;
}

.block-home-last-award #btn-white {
    margin-left: 0 !important;
    padding: 40px 0 40px !important;
    text-align: left;
}

/* section newsletter registration */
#section-news-registration p strong {
    font-weight: 500;
}

#section-news-registration h3 strong {
    display: block;
    font-size: 21px;
    font-weight: 400;
}

#section-news-registration #btn-white .et_pb_module_inner {
    text-align: center;
}

/* fin section newsletter registration */

#section-capital-tourism .block-home-last-award .home-award-content #btn-white a {
    color: #fff !important;
}

#section-capital-tourism .block-home-last-award .home-award-content #btn-white a:hover {
    color: #000 !important;
}

/* btn dinamico news home */
body.home #page-container .section-list-post .post-content #btn-black .et_pb_button:hover {
    color: #fff !important;
}

/* ----------------------------------- 1024px */
@media (max-width: 1024px) {
    .block-home-last-award .home-award-content {
        padding: 200px 20px 0;
    }

    .block-home-last-award .home-award-year-type h4 {
        font-size: 10px;
        line-height: 10px;
        padding: 8px 0;
    }

    .block-home-last-award .home-award-title h3 {
        font-size: 21px;
        letter-spacing: 1px;
    }

    .block-home-last-award .home-award-region h4 {
        font-size: 8px;
        line-height: 10px;
        padding: 8px 0;
        letter-spacing: 1px;
    }
}

/* ----------------------------------- 768px a 767px */
@media only screen and (max-width: 768px) and (min-width: 767px) {
    .block-home-last-award .home-award-content {
        padding: 200px 30px 0;
    }

    .block-home-last-award .home-award-year-type h4 {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 0;
    }

    .block-home-last-award .home-award-title h3 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .block-home-last-award .home-award-region h4 {
        font-size: 10px;
        letter-spacing: 2px;
        line-height: 12px;
        padding: 10px 0;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    #section-home-slider .tparrows {
        display: none;
    }

    .block-home-last-award .home-award-content {
        padding-top: 100px;
    }

    .block-home-last-award #btn-white {
        padding: 30px 0 30px !important;
    }

    #section-news-registration h3 strong {
        font-size: 14px;
    }
}

/*------------------------------------------------------------------ CLOSE: HOME */

/*------------------------------------------------------------------ OPEN: CITY DETAIL SCREEN ----------- */

/* section info principal */
#section-capital-infopcpal h1 em {
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 60px;
    display: block;
    line-height: 60px;
}

/* fin section info principal */

/* section photo credits */
#section-photo-credits h5 {
    border-left: 10px solid #d3d3d3;
    padding-left: 10px;
    padding-bottom: 0;
    line-height: 10px;
    margin-top: 3px;
}

#section-photo-credits ul {
    padding: 15px 0 0 30px;
}

#section-photo-credits ul li {
    padding: 0 15px 0 10px;
    margin-bottom: 5px;
    background-image: url(/wp-content/uploads/2021/02/guion-list-credits.png);
    line-height: 18px;
    font-style: italic;
    background-position: top 7px left;
}

#section-photo-credits ul li em {
    font-style: normal;
    font-weight: 600;
    color: #ccc;
    padding-right: 10px;
}

#section-photo-credits ul li strong {
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-style: normal;
    color: #999;
}

/* fin section photo credits */

/* ----------------------------------- 1024px a 769px */
@media only screen and (max-width: 1024px) and (min-width: 769px) {

    /* section info principal */
    #section-capital-infopcpal .et_pb_row:last-child .et_pb_column:first-child .et_pb_text {
        padding-right: 0 !important;
    }

    #section-capital-infopcpal .et_pb_row:last-child .et_pb_column:first-child .et_pb_text h2 {
        font-size: 24px;
        line-height: 1.5em;
    }

    /* fin section info principal */

    /* section wines */
    #section-capital-wines .et_pb_column:first-child .et_pb_text {
        width: 60%;
    }

    /* fin section wines */

    /* section wine tourism */
    #section-capital-tourism .et_pb_column:first-child .et_pb_module {
        max-width: 80%;
    }

    /* fin section wine tourism */

    /* section economy */
    #section-capital-economy .et_pb_row:last-child .et_pb_column:first-child {
        margin-right: 0;
    }

    #section-capital-economy .et_pb_row:last-child .et_pb_column:first-child h3 {
        font-size: 36px;
    }

    /* fin section economy */

    /* section climate */
    #section-capital-climate .et_pb_column:last-child .et_pb_module {
        max-width: 90%;
    }

    /* fin section climate */

    /* section links */
    #section-capital-links .et_pb_column:first-child {
        width: calc(40% - 30px) !important;
        margin-right: 30px;
    }

    #section-capital-links .et_pb_column:last-child {
        width: calc(60% - 40px) !important;
    }

    #section-capital-links .et_pb_column:last-child .et_pb_text {
        width: 90%;
    }

    /* fin section links */
}

/* ----------------------------------- 768px */
@media (max-width: 768px) {

    /* section info principal */
    #section-capital-infopcpal h1 em {
        font-size: 48px;
        line-height: 48px;
    }

    /* fin section info principal */

    /* section economy */
    #section-capital-economy h3 {
        text-shadow: 1px -1px 3px rgba(0, 0, 0, 0.75);
    }

    /* fin section economy */

    #section-capital-wines .et_pb_column:first-child {
        margin-bottom: 0;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {

    /* section info principal */
    #section-capital-infopcpal h1 em {
        font-size: 30px;
        line-height: 30px;
    }

    /* fin section info principal */

    /* section economy */
    #section-capital-economy h3 {
        text-shadow: none;
    }

    /* fin section economy */

    #section-capital-wines .et_pb_column:first-child {
        margin-bottom: 0;
    }

    /* section photo credits */
    #section-photo-credits ul {
        padding: 15px 0 0 20px;
    }

    #section-photo-credits ul li {
        line-height: 1.5em;
    }

    #section-photo-credits ul li em {
        padding-right: 5px;
    }

    #section-photo-credits ul li strong {
        font-size: 9px;
        letter-spacing: 0.03em;
        padding-left: 5px;
    }

    /* fin section photo credits */
}

/*------------------------------------------------------------------ CLOSE: CITY DETAIL SCREEN */

/*------------------------------------------------------------------ OPEN: CAPITALS LIST ----------- */

.capital-list-item {
    width: calc(100% / 3 - 30px);
    display: flex;
    float: left;
    flex-wrap: wrap;
    margin: 0 15px 50px;
}

.capital-list-item .capital-list-col-img {
    width: 100% !important;
}

.capital-list-item .capital-list-col-img img {
    position: relative;
    object-fit: cover;
    transition: all 1.5s ease-in-out;
}

.capital-list-item:hover .capital-list-col-img img {
    transform: scale(1.1) rotate(3deg);
}

.capital-list-item .capital-list-col-text {
    width: calc(100% - 50px) !important;
    margin-left: 50px;
    margin-top: -70px;
    transition: all 0.3s ease-in-out;
    padding-bottom: 30px;
}

.capital-list-item:hover .capital-list-col-text {
    background-color: #fcfcfc;
}

/* ----------------------------------- 1024px */
@media (max-width: 1024px) {
    .capital-list-item {
        width: calc(100% / 3 - 20px);
        margin: 0 10px 50px;
    }

    .capital-list-item .capital-list-col-text {
        width: calc(100% - 30px) !important;
        margin-left: 30px;
        margin-top: -50px;
    }
}

/* ----------------------------------- 1024px a 769px */
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .capital-list-item .capital-list-col-text {
        padding: 20px 0 15px 20px;
        width: calc(100% - 20px) !important;
        margin-left: 20px;
    }

    .capital-list-item .capital-list-col-text .et_pb_text {
        height: 70px !important;
    }

    .capital-list-item .capital-list-col-text h2 {
        font-size: 21px !important;
    }

    .capital-list-item .capital-list-col-text h3 {
        font-size: 14px !important;
    }
}

/* ----------------------------------- 768px */
@media (max-width: 768px) {
    .capital-list-item {
        width: calc(100% / 2 - 20px);
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    .capital-list-item {
        width: calc(100% / 1 - 10px);
        margin: 0 5px 50px;
    }

    .capital-list-item .capital-list-col-text:last-child {
        width: calc(100% - 30px) !important;
        margin-left: 30px !important;
        margin-top: -60px !important;
        padding: 20px 0 10px 20px;
    }

    .capital-list-item .capital-list-col-text .et_pb_text {
        height: auto !important;
    }
}

/*------------------------------------------------------------------ close: CAPITAL LIST */

/*------------------------------------------------------------------ open: EXPERIENCES LIST ----------- */

.list-experiences .capital-list-item {
    width: calc(100% / 2 - 50px);
    margin: 0 25px 50px;
}

.list-experiences .capital-list-item:nth-child(2n + 1) {
    clear: both;
}

.list-experiences .capital-list-item .capital-list-col-text {
    width: calc(100% - 70px) !important;
    margin-left: 70px;
    margin-top: -100px;
}

/* ----------------------------------- 1024px */
@media (max-width: 1024px) {
    .list-experiences {
        width: calc(90% + 50px);
    }

    .download-pdf-guide {
        max-width: 200px !important;
    }

    .list-experiences .capital-list-item .capital-list-col-text .et_pb_text {
        height: auto !important;
        padding-right: 0px !important;
    }

    .list-experiences .experience-number {
        font-size: 130px;
    }

    .list-experiences .capital-list-item {
        width: calc(100% / 2 - 40px);
        margin: 0 20px 50px;
    }

    .list-experiences .capital-list-item .capital-list-col-text {
        width: calc(100% - 20px) !important;
        margin-left: 20px;
        margin-top: -50px;
        padding: 25px 0 25px 25px;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    .list-experiences .capital-list-item {
        width: calc(100% / 1 - 10px);
        margin: 0 5px 50px;
    }

    .list-experiences .capital-list-item .capital-list-col-text .et_pb_text {
        padding-right: 15px !important;
    }
}

/*------------------------------------------------------------------ close: EXPERIENCES LIST */

/*------------------------------------------------------------------ open: EXPERIENCE TOUR ----------- */

.winetour-experiences ul::after {
    border: none;
}

.winetour-experiences ul li {
    margin-right: 30px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding-bottom: 50px;
    margin-bottom: -1px;
}

.winetour-experiences ul li.et_pb_tab_active {
    border-bottom-color: #000;
}

.winetour-experiences ul li a {
    padding: 30px 20px 30px;
    background-image: url(/wp-content/uploads/2020/12/baggage-corner-t-l.svg), url(/wp-content/uploads/2020/12/baggage-corner-t-r.svg), url(/wp-content/uploads/2020/12/baggage-corner-b-l.svg), url(/wp-content/uploads/2020/12/baggage-corner-b-r.svg) !important;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    background-size: 25px;
    overflow: inherit !important;
    border: 1px solid #000 !important;
    width: 250px;
    text-align: center;
}

.winetour-experiences ul li.et_pb_tab_active a {
    background-color: #f6f6f6;
}

.winetour-experiences ul li a::before {
    background-image: url(/wp-content/uploads/2020/12/baggage-handle.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 25px;
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    margin: -25px auto 0;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
}

.winetour-experiences .et_pb_all_tabs .et_pb_tab {
    border-top: 1px solid #ddd;
    padding: 40px 0;
}

.winetour-experiences .et_pb_all_tabs .et_pb_tab h5 {
    text-transform: lowercase;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
    letter-spacing: 2px;
}

.winetour-experiences .et_pb_all_tabs .et_pb_tab h5 strong {
    font-weight: 700;
    text-transform: uppercase;
}

.winetour-experiences .et_pb_all_tabs .et_pb_tab ul {
    padding-left: 30px;
    list-style: none;
}

.winetour-experiences .et_pb_all_tabs .et_pb_tab ul li {
    background-image: url(/wp-content/uploads/2020/11/guion-list.png);
    background-repeat: no-repeat;
    background-position: top 11px left;
    background-size: 3px;
    padding-left: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/* ----------------------------------- 768px */
@media (max-width: 768px) {
    .row-touroperadora {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    .winetour-experiences ul.et_pb_tabs_controls li {
        margin-right: 20px;
        width: calc(100% / 2 - 10px);
        float: left;
    }

    .winetour-experiences ul.et_pb_tabs_controls li:nth-child(2n) {
        margin-right: 0;
    }
}

/*------------------------------------------------------------------ close: EXPERIENCE TOUR */

/*------------------------------------------------------------------ open: BEST OF WINE TOURISM ----------- */

.row-head-list-awards .et_pb_image {
    width: 460px;
    display: flex;
    align-items: center;
}

.row-head-list-awards .et_pb_image::before,
.row-head-list-awards .et_pb_image::after {
    content: "";
    display: inline-block;
    width: 120px;
    height: 0.5px;
    background-color: #000;
}

.row-head-list-awards .et_pb_image .et_pb_image_wrap {
    display: inline-block;
    margin: 0 50px;
}

.row-head-list-awards .et_pb_image img {
    width: 120px;
}

.campo-info-awarded .et_pb_image_wrap span {
    padding-top: 6px;
}

.campo-info-awarded .et_pb_blurb_container {
    padding-left: 8px;
    margin-top: 0px;
    letter-spacing: 0.03em;
}

/* block filters awards */
.row-filters-awards .et_pb_column {
    text-align: center;
}

.row-filters-awards .block-filter {
    float: left;
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
}

.row-filters-awards .block-filter .facetwp-facet {
    margin-bottom: 0;
}

.row-filters-awards .block-filter.block-region-filter select {
    border-color: #861424;
    color: #861424;
    opacity: 0.4;
}

.row-filters-awards .block-filter.block-region-filter select:hover {
    opacity: 1;
}

/* fin block filters awards */




/* block portfolio awards */
.list-bowt .fwpl-row,
.list-cards .fwpl-row {
    display: block;
}

/* img awarded list */
.list-bowt .fwpl-row .list-bowt-img,
.list-cards .fwpl-row .list-card-img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: 270px;
    overflow: hidden;
}

.list-bowt .fwpl-row .list-bowt-img img,
.list-cards .fwpl-row .list-card-img img {
    transition: all 1.5s ease-in-out;
    object-fit: cover;
    height: 100%;
}

.list-bowt .fwpl-row:hover .list-bowt-img img,
.list-cards .fwpl-row:hover .list-card-img img {
    transform: scale(1.1) rotate(3deg);
}

/* fin img awarded list */

.list-bowt .fwpl-row .content-info-bowt,
.list-cards .fwpl-row .content-info-card {
    background-color: #fff;
    padding: 30px 15px 30px 53px;
    margin-top: -70px;
    position: relative;
    width: calc(100% - 50px);
    margin-left: 50px;
    transition: all 0.3s ease-in-out;
}

.list-bowt .fwpl-row:hover .content-info-bowt,
.list-cards .fwpl-row:hover .content-info-card {
    background-color: #fcfcfc;
}

/* year awarded list */
.list-bowt .fwpl-row .list-bowt-year,
.list-cards .fwpl-row .list-card-region {
    line-height: 13px;
    display: inline-block;
    margin-left: -23px;
}

.list-bowt .fwpl-row .list-bowt-year .fwpl-tax-year_award,
.list-cards .fwpl-row .list-card-region .fwpl-tax-region {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 13px;
    border-left-width: 13px;
    border-left-style: solid;
    height: 13px;
    display: inline-block;
    padding-left: 10px;
    transition: all 0.3s ease-in-out;
}

.list-cards .fwpl-row .list-card-region .fwpl-tax-region {
    color: #cccccc;
}

.list-bowt .global-winner .fwpl-row .list-bowt-year .fwpl-tax-year_award {
    color: #ceba12;
    border-left-color: #ceba12;
}

.list-bowt .regional-winner .fwpl-row .list-bowt-year .fwpl-tax-year_award {
    color: #ccc;
    border-left-color: #ccc;
}

.list-bowt .global-winner .fwpl-row:hover .list-bowt-year .fwpl-tax-year_award,
.list-bowt .regional-winner .fwpl-row:hover .list-bowt-year .fwpl-tax-year_award {
    color: #000;
    border-left-color: #000;
}

/* fin year awarded list */

/* type awarded list */
.list-bowt .fwpl-row .list-bowt-type {
    line-height: 13px;
    display: inline-block;
    margin-left: 5px;
}

.list-bowt .fwpl-row .list-bowt-type .fwpl-tax-type_award {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 13px;
    height: 13px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.list-bowt .global-winner .fwpl-row .list-bowt-type .fwpl-tax-type_award {
    color: #ceba12;
}

.list-bowt .regional-winner .fwpl-row .list-bowt-type .fwpl-tax-type_award {
    color: #ccc;
}

.list-bowt .global-winner .fwpl-row:hover .list-bowt-type .fwpl-tax-type_award,
.list-bowt .regional-winner .fwpl-row:hover .list-bowt-type .fwpl-tax-type_award {
    color: #000;
}

/* fin type awarded list */

/* category awarded list */
.list-bowt .fwpl-row .list-bowt-category {
    line-height: 15px;
    padding-top: 7px;
    height: 40px;
}

.list-bowt .fwpl-row .list-bowt-category .fwpl-tax-project_category {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.list-bowt .global-winner .fwpl-row .list-bowt-category .fwpl-tax-project_category {
    color: #ceba12;
}

.list-bowt .regional-winner .fwpl-row .list-bowt-category .fwpl-tax-project_category {
    color: #ccc;
}

.list-bowt .global-winner .fwpl-row:hover .list-bowt-category .fwpl-tax-project_category,
.list-bowt .regional-winner .fwpl-row:hover .list-bowt-category .fwpl-tax-project_category {
    color: #000;
}

/* fin category awarded list */

/* title awarded list */
.list-bowt .fwpl-row .list-bowt-title,
.list-cards .fwpl-row .list-card-title {
    margin-top: 15px;
    line-height: 1em;
    height: 75px;
}

.list-bowt .fwpl-row .list-bowt-title h2,
.list-cards .fwpl-row .list-card-title h2 {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    overflow: hidden;
    height: 75px;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.list-bowt .global-winner .fwpl-row:hover .list-bowt-title h2 {
    color: #ceba12;
}

.list-bowt .regional-winner .fwpl-row:hover .list-bowt-title h2 {
    color: #ccc;
}

/* fin title awarded list */

/* region awarded list */
.list-bowt .fwpl-row .list-bowt-region,
.list-cards .fwpl-row .list-card-rol {
    margin-top: 5px;
}

.list-bowt .fwpl-row .list-bowt-region .fwpl-tax-region,
.list-cards .fwpl-row .list-card-rol .fwpl-tax-rol {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.list-bowt .global-winner .fwpl-row:hover .list-bowt-region .fwpl-tax-region {
    color: #ceba12;
}

.list-bowt .regional-winner .fwpl-row:hover .list-bowt-region .fwpl-tax-region {
    color: #ccc;
}

/* fin region awarded list */
/* fin block portfolio awards */

/* block pagination awards */
.row-awards-pagination .facetwp-facet {
    margin-bottom: 0;
}

.row-awards-pagination .facetwp-pager {
    text-align: center;
}

.row-awards-pagination .facetwp-pager a {
    color: #000;
    padding: 0 30px;
    border-right: 0.5px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.row-awards-pagination .facetwp-pager a:hover {
    color: #861424;
}

.row-awards-pagination .facetwp-pager a:last-child {
    border-right: none;
}

.row-awards-pagination .facetwp-pager a.active {
    font-weight: 800;
}

.row-awards-pagination .facetwp-pager a.active:hover {
    color: #000;
}

/* fin block pagination awards */

/* ----------------------------------- 1024px */
@media (max-width: 1024px) {
    .fwpl-layout.list-bowt {
        grid-template-columns: 1fr 1fr;
    }

    .list-bowt .fwpl-row .content-info-bowt {
        width: calc(100% - 29px) !important;
        margin-left: 30px;
        margin-top: -50px;
    }

    .list-bowt .fwpl-row .list-bowt-img {
        height: 220px;
    }
}

/* ----------------------------------- 768px */
@media (max-width: 768px) {
    .list-bowt .fwpl-row .list-bowt-title h2 {
        font-size: 18px;
        line-height: 19px;
    }

    .list-bowt .fwpl-row .list-bowt-year .fwpl-tax-year_award {
        font-size: 14px;
        line-height: 11px;
        border-left-width: 11px;
        height: 11px;
    }

    .list-bowt .fwpl-row .list-bowt-type .fwpl-tax-type_award {
        font-size: 14px;
        line-height: 11px;
        height: 11px;
    }

    .list-bowt .fwpl-row .list-bowt-category .fwpl-tax-project_category {
        font-size: 11px;
    }

    .list-bowt .fwpl-row .content-info-bowt {
        padding: 20px 0 30px 50px;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    .campo-info-awarded .et_pb_blurb_container {
        padding-left: 0;
        margin-top: 0px;
    }

    .row-head-list-awards .et_pb_image {
        width: 100%;
        justify-content: center;
    }

    .row-head-list-awards .et_pb_image::before,
    .row-head-list-awards .et_pb_image::after {
        width: 70px;
    }

    .row-head-list-awards .et_pb_image .et_pb_image_wrap {
        margin: 0 30px;
    }

    .row-head-list-awards .et_pb_image img {
        width: 80px;
    }

    .row-filters-awards .block-filter {
        width: 100%;
        margin: 0 0 10px;
    }

    .fwpl-layout.list-bowt {
        grid-template-columns: 1fr;
    }

    .list-bowt .fwpl-row .list-bowt-category {
        padding-top: 0px;
        height: auto;
        padding-bottom: 10px;
    }

    .list-bowt .fwpl-row .list-bowt-title {
        margin-top: 10px;
        height: auto;
        padding-bottom: 5px;
    }

    .list-bowt .fwpl-row .list-bowt-title h2 {
        font-size: 18px;
        line-height: 19px;
        height: auto;
    }

    .list-bowt .fwpl-row .list-bowt-region .fwpl-tax-region {
        font-size: 10px;
    }

    .row-awards-pagination .facetwp-pager a {
        padding: 0 25px;
        font-size: 10px;
        line-height: 10px;
    }
}

/*------------------------------------------------------------------ close: BEST OF WINE TOURISM */

/*------------------------------------------------------------------ open: ABOUT THE AWARDS ----------- */

#section-capital-infopcpal.section-about-awards h1 em {
    font-size: 36px;
}

#list-categories-awards .et_pb_blurb {
    width: 50%;
    float: left;
    padding: 0 30px;
    margin-bottom: 50px !important;
}

#list-categories-awards .et_pb_blurb:nth-child(2n + 1) {
    clear: both;
}

#list-categories-awards .et_pb_blurb h4 {
    margin-top: 20px;
}

#list-categories-awards .et_pb_blurb .et_pb_blurb_description {
    font-style: italic;
}

#list-categories-awards #btn-black {
    width: 170px;
    margin: 30px auto 0;
}

/* ----------------------------------- 768px */
@media (max-width: 768px) {
    #list-categories-awards .et_pb_blurb {
        padding: 0 15px;
        margin-bottom: 40px !important;
    }

    #section-capital-infopcpal.section-about-awards h1 em {
        font-size: 30px;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    #list-categories-awards .et_pb_blurb {
        padding: 0;
        margin-bottom: 40px !important;
        width: 100%;
    }
}

/*------------------------------------------------------------------ close: ABOUT THE AWARDS */

/*------------------------------------------------------------------ open: AWARDED ficha ----------- */

.et_pb_module.text-award-aditional-info ul li {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
    float: left;
    margin-bottom: 20px;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5em;
}

.text-award-aditional-info ul li:nth-child(2n + 1) {
    clear: both;
}

.text-award-aditional-info ul li:nth-child(2n) {
    margin-right: 0;
}

.et_pb_module.text-award-aditional-info ul li strong {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5em;
    font-style: normal;
    padding-bottom: 3px;
}

.img-pcpl-awarded-ficha .et_pb_image_wrap,
.img-pcpl-awarded-ficha img {
    width: 100%;
}

.mapa-ficha-awarded .acf-map {
    height: 600px;
    border: none;
    margin: 0;
}

/* ----------------------------------- 768px */
@media (max-width: 768px) {
    .mapa-ficha-awarded .acf-map {
        height: 450px;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    .mapa-ficha-awarded .acf-map {
        height: 300px;
    }

    .et_pb_module.text-award-aditional-info ul li {
        width: 100%;
        margin-right: 0;
        background-position: top 7px left;
    }
}

/*------------------------------------------------------------------ close: AWARDED ficha */

/*------------------------------------------------------------------ open: MAP AWARDS ----------- */

.row-filters-awards.row-filter-map .block-filter {
    width: calc(100% / 3 - 20px);
}

.row-map-bowt .facetwp-map-filtering {
    display: none;
}

/* fichas dentro mapa */
.row-map-bowt .gm-style .gm-style-iw-c {
    padding: 0px;
    width: 300px;
}

.row-map-bowt .gm-style-iw-d {
    overflow: inherit !important;
}

.row-map-bowt .marker_map img {
    width: 100%;
}

.row-map-bowt .gm-style .gm-style-iw-c button {
    top: 10px !important;
    right: 10px !important;
    background-color: #fff !important;
    border-radius: 5px;
    width: 24px !important;
    height: 24px !important;
}

.row-map-bowt .gm-style .gm-style-iw-c button img {
    width: 16px !important;
    height: 16px !important;
    margin: 4px !important;
}

.row-map-bowt .marker_map h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 20px 15px 10px 20px;
    margin-top: -40px;
    background-color: #fff;
    position: relative;
    margin-left: 30px;
    line-height: 18px;
}

.row-map-bowt .marker_map .address {
    margin-left: 30px;
    padding-left: 20px;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.03em;
}

.row-map-bowt .marker_map .more {
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.row-map-bowt .marker_map .more a {
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
    font-size: 10px;
    font-weight: 700;
    border: 0.5px solid #000;
    padding: 5px 10px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.row-map-bowt .marker_map .more a:hover {
    background-color: #000;
    color: #fff;
}

/* fin fichas dentro mapa */

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    .row-filters-awards.row-filter-map .block-filter {
        width: 100%;
        margin: 0 0 10px;
    }
}

/*------------------------------------------------------------------ close: MAP AWARDs */

/*------------------------------------------------------------------ open: ABOUT languages ----------- */

.img-about-languages span,
.img-about-languages span img {
    width: 100%;
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {}

/*------------------------------------------------------------------ close: ABOUT languages */

/*------------------------------------------------------------------ open: CONTACT ----------- */

.block-capital-contact {
    width: calc(100% / 3 - 60px);
    margin: 0 30px;
    float: left;
}

.block-capital-contact:nth-child(3n + 4) {
    clear: both;
}

.block-capital-contact h2 {
    padding-bottom: 5px;
}

.campo-info-awarded span.et-pb-icon {
    padding-top: 4px;
}

.campo-info-awarded.campo-dato-link .et-pb-icon,
.campo-info-awarded.campo-dato-link .et_pb_blurb_description {
    transition: all 0.3s ease-in-out;
}

.campo-info-awarded.campo-dato-link:hover .et-pb-icon,
.campo-info-awarded.campo-dato-link:hover .et_pb_blurb_description {
    color: #861425;
}

/* form */
.formcontact-gwc {
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.formcontact-gwc .formcontact-item {
    margin: 0 15px 30px;
    float: left;
    width: calc(100% - 30px);
}

.formcontact-gwc .formcontact-item.formcontact-item-name,
.formcontact-gwc .formcontact-item.formcontact-item-lastname,
.formcontact-gwc .formcontact-item.formcontact-item-email,
.formcontact-gwc .formcontact-item.formcontact-item-company {
    width: calc(50% - 30px);
    float: left;
}

.formcontact-gwc .formcontact-item select.wpcf7-form-control,
.formcontact-gwc .formcontact-item input.wpcf7-form-control,
.formcontact-gwc .formcontact-item textarea.wpcf7-form-control {
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
    text-transform: inherit;
    font-weight: 400;
}

.formcontact-gwc .formcontact-item select.wpcf7-form-control:hover,
.formcontact-gwc .formcontact-item input.wpcf7-form-control:hover,
.formcontact-gwc .formcontact-item textarea.wpcf7-form-control:hover {
    opacity: 1;
}

.formcontact-gwc .formcontact-item .wpcf7-form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
    font-style: italic;
    opacity: 1;
}

.formcontact-gwc .formcontact-item .wpcf7-form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-style: italic;
    opacity: 1;
}

.formcontact-gwc .formcontact-item .wpcf7-form-control::placeholder {
    color: #000;
    font-style: italic;
    opacity: 1;
}

.formcontact-item .dsm-contact-form-7-select::after {
    display: none;
}

.formcontact-gwc .formcontact-item textarea.wpcf7-form-control {
    height: 150px;
    line-height: 24px;
    padding: 16px;
}

.formcontact-gwc .formcontact-item .wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    font-size: 11px;
    right: 16px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
}

form .wpcf7-validation-errors,
form .wpcf7-mail-sent-ok {
    float: left;
    margin: 0 !important;
    padding: 5px 15px !important;
}

.formcontact-gwc .formcontact-item.formcontact-item-acceptance,
.formcontact-gwc .formcontact-item.formcontact-item-consent {
    margin-top: -10px;
}

.formcontact-item-acceptance span.wpcf7-list-item,
.formcontact-item-consent span.wpcf7-list-item {
    margin: 0;
    width: 100%;
}

.formcontact-item-acceptance span.wpcf7-list-item input,
.formcontact-item-consent span.wpcf7-list-item input {
    margin-left: 0;
    float: left;
}

.formcontact-item-acceptance span.wpcf7-list-item label .wpcf7-list-item-label,
.formcontact-item-consent span.wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 13px;
    color: #666;
    float: left;
    width: calc(100% - 25px);
    margin-left: 5px;
    line-height: 18px;
}

.formcontact-gwc .formcontact-item.formcontact-item-btn:hover {
    color: #000;
    background-color: #fff;
}

/* fin form */

/* ----------------------------------- 1024px */
@media (max-width: 1024px) {
    .block-capital-contact {
        width: calc(100% / 2 - 60px);
    }

    .block-capital-contact:nth-child(3n + 4) {
        clear: inherit;
    }

    .block-capital-contact:nth-child(2n + 1) {
        clear: both;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    .block-capital-contact {
        width: 100%;
        margin: 0;
    }

    .formcontact-gwc {
        width: 100%;
        margin: 0;
    }

    .formcontact-gwc .formcontact-item {
        margin: 0 0 30px;
        width: 100%;
    }

    .formcontact-gwc .formcontact-item.formcontact-item-name,
    .formcontact-gwc .formcontact-item.formcontact-item-lastname,
    .formcontact-gwc .formcontact-item.formcontact-item-email,
    .formcontact-gwc .formcontact-item.formcontact-item-company {
        width: 100%;
    }
}

/*------------------------------------------------------------------ close: CONTACT */

/*------------------------------------------------------------------ open: NEWSLETTER REGISTRATION ----------- */

.block-newsltter-registration .formcontact-gwc .formcontact-item {
    margin: 0 15px 30px;
    float: left;
    width: calc(50% - 30px);
}

.block-newsltter-registration .formcontact-gwc .formcontact-item-interest {
    border: 0.5px solid #000;
    opacity: 0.4;
    font-size: 13px;
    font-style: italic;
    padding: 0 16px;
    line-height: 50px;
    transition: all 0.3s ease-in-out;
}

.block-newsltter-registration .formcontact-gwc .formcontact-item-interest:hover {
    opacity: 1;
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    .block-newsltter-registration .formcontact-gwc .formcontact-item {
        margin: 0 0 15px;
        width: 100%;
    }
}

/*------------------------------------------------------------------ close: NEWSLETTER REGISTRATION */

/*------------------------------------------------------------------ open: PRIVACY POLICY ----------- */

#section-privacy-policy h4 {
    margin-top: 20px;
}

#section-privacy-policy ul {
    padding-bottom: 1em;
}

/*------------------------------------------------------------------ close: PRIVACY POLICY */

/*------------------------------------------------------------------ open: COOKIES ----------- */

#moove_gdpr_cookie_info_bar {
    width: 90% !important;
    max-width: 600px;
    bottom: 20px !important;
    left: 20px !important;
    border: none !important;
    padding: 30px 40px;
    max-height: initial !important;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #000 !important;
    content-visibility: inherit !important;
    transition: all 0.3s ease-in-out;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
    left: -660px !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding: 0 !important;
    flex-wrap: wrap;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
    color: #fff !important;
    font-weight: 400;
    margin-bottom: 10px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p .change-settings-button,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-style: italic;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    text-align: left;
    padding: 0 !important;
    margin-top: 15px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
    margin: 0 10px 0 0 !important;
    border: 0.5px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 5px 20px;
    font-weight: 600;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:hover {
    background-color: #fff;
    color: #000;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.change-settings-button {
    background: none !important;
    color: rgba(255, 255, 255, 0.3) !important;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    opacity: 1 !important;
    box-shadow: none !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.change-settings-button:hover {
    color: rgba(255, 255, 255, 0.8) !important;
    border: 0.5px solid rgba(255, 255, 255, 0.8);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
    top: 0;
    position: absolute;
    margin: 0;
    right: -52px;
    width: 50px;
    height: 50px;
    background-color: #000;
    border: 1px solid #000;
    box-shadow: none;
    cursor: pointer;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover {
    background-color: #fff;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn .moovegdpr-arrow-close {
    height: 30px;
    top: 0;
    color: #fff;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover .moovegdpr-arrow-close {
    color: #000;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn .moovegdpr-arrow-close::before,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn .moovegdpr-arrow-close::after {
    height: 30px;
    top: 0;
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    #moove_gdpr_cookie_info_bar {
        padding: 20px 20px;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
        padding: 0;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
        font-size: 12px;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
        margin-top: 20px;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
        font-size: 11px;
        padding: 5px 15px;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
        top: -52px;
        right: 0;
    }
}

/*------------------------------------------------------------------ close: COOKIES */

/*------------------------------------------------------------------ open: SCROLL TO TOP ----------- */

.et_pb_scroll_top.et-pb-icon {
    background: #000;
    border-radius: 0;
    right: 20px;
    bottom: 20px;
    border: 0.5px solid #000;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.et_pb_scroll_top.et-pb-icon:hover {
    background: #fff;
    border: 0.5px solid #000;
    color: #000;
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {}

/*------------------------------------------------------------------ close: SCROLL TO TOP */

/*------------------------------------------------------------------ open: MEDIA KIT ----------- */

#media-kit-form .formcontact-gwc .formcontact-item.formcontact-item-select {
    width: calc(50% - 30px);
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    #media-kit-form .formcontact-gwc .formcontact-item.formcontact-item-select {
        width: 100%;
    }
}

/*------------------------------------------------------------------ close: MEDIA KIT */

/*------------------------------------------------------------------ open: PEOPLE'S CHOICE AWARD - votaciones ----------- */

.list-link-category .category-link {
    width: calc(100% / 7 - 10px);
    float: left;
    margin: 0 5px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.list-link-category .category-link:hover {
    opacity: 1;
}

.list-link-category .category-link .et_pb_main_blurb_image {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.list-link-category .category-link .et_pb_main_blurb_image span {
    width: 60px;
    padding: 6px;
    transition: all 0.3s ease-in-out;
}

.list-link-category .category-link:hover .et_pb_main_blurb_image span {
    padding: 0;
    opacity: 1;
}

.list-link-category .category-link .et_pb_main_blurb_image {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}

.list-link-category .category-link .et_pb_blurb_container {
    display: block;
    width: 100%;
    padding: 0;
}

.list-link-category .category-link .et_pb_blurb_container h4 {
    position: relative;
    text-align: center;
    padding: 5px 0 10px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.list-link-category .category-link .et_pb_blurb_container h4 span {
    position: relative;
    z-index: 1;
}

.list-link-category .category-link:hover .et_pb_blurb_container h4 {
    color: #861424;
}

.list-link-category .category-link .et_pb_blurb_container h4::before {
    content: "";
    background-color: #000;
    width: 5px;
    height: 1px;
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 0 auto 20px;
    line-height: 0;
}

.list-link-category .category-link:hover .et_pb_blurb_container h4::before {
    width: 100%;
    background-color: #861424;
    height: 2px;
    margin-bottom: 14px;
}

/* ----------------------------------- 768px */
@media (max-width: 768px) {
    .list-link-category .category-link {
        width: calc(100% / 7 - 4px);
        margin: 0 2px;
    }

    .list-link-category .category-link .et_pb_blurb_container h4 {
        font-size: 11px;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    .list-link-category .category-link {
        width: 100%;
        margin: 0 0 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ddd;
    }

    .list-link-category .category-link:last-child {
        border-bottom: none;
    }

    .list-link-category .category-link .et_pb_blurb_content {
        display: flex;
        align-items: center;
    }

    .list-link-category .category-link .et_pb_main_blurb_image {
        width: 30px;
        padding: 0;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .list-link-category .category-link .et_pb_main_blurb_image span {
        width: 30px;
        padding: 0;
    }

    .list-link-category .category-link .et_pb_blurb_container h4::before {
        display: none;
    }

    .list-link-category .category-link .et_pb_blurb_container h4 {
        font-size: 11px;
        padding: 0;
        text-align: left;
    }
}

/*------------------------------------------------------------------ close: PEOPLE'S CHOICE AWARD - votaciones */

/*------------------------------------------------------------------ open: AWARD NOMINEES - votaciones listado ----------- */

#section-list-nominees .facetwp-facet {
    margin-bottom: 0;
}

#section-list-nominees .facetwp-facet .facetwp-radio {
    width: calc(100% / 7 - 10px);
    float: left;
    margin: 0 5px;
    background-position: center top 6px;
    background-size: 48px;
    padding: 75px 0 0;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

#section-list-nominees .facetwp-facet .facetwp-radio.checked {
    opacity: 1;
    font-weight: 700;
    background-size: 60px;
}

#section-list-nominees .facetwp-facet .facetwp-radio:hover {
    opacity: 1;
    background-size: 60px;
    background-position: center top;
    color: #861424;
}

#section-list-nominees .facetwp-facet .facetwp-radio:nth-child(1) {
    background-image: url(/wp-content/uploads/2021/01/accommodation.svg);
}

#section-list-nominees .facetwp-facet .facetwp-radio:nth-child(2) {
    background-image: url(/wp-content/uploads/2021/01/architecture-landscapes.svg);
}

#section-list-nominees .facetwp-facet .facetwp-radio:nth-child(3) {
    background-image: url(/wp-content/uploads/2021/01/art-culture.svg);
}

#section-list-nominees .facetwp-facet .facetwp-radio:nth-child(4) {
    background-image: url(/wp-content/uploads/2021/01/innovative-wine-tourism-experiences.svg);
}

#section-list-nominees .facetwp-facet .facetwp-radio:nth-child(5) {
    background-image: url(/wp-content/uploads/2021/01/sustainable-wine-tourism-practices.svg);
}

#section-list-nominees .facetwp-facet .facetwp-radio:nth-child(6) {
    background-image: url(/wp-content/uploads/2021/01/wine-tourism-restaurants.svg);
}

#section-list-nominees .facetwp-facet .facetwp-radio:nth-child(7) {
    background-image: url(/wp-content/uploads/2021/01/wine-tourism-services.svg);
}

#section-list-nominees .facetwp-facet .facetwp-radio::before {
    content: "";
    background-color: #000;
    width: 3%;
    height: 1px;
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 0 auto 20px;
    line-height: 0;
}

#section-list-nominees .facetwp-facet .facetwp-radio.checked::before {
    width: 35px;
    height: 2px;
    margin-bottom: 14px;
}

#section-list-nominees .facetwp-facet .facetwp-radio:hover::before {
    width: 40%;
    background-color: #861424;
    height: 1px;
    margin-bottom: 15px;
}

#section-list-nominees .facetwp-facet .facetwp-radio .facetwp-counter {
    display: none;
}

.row-filters-awards.row-filters-nominees .block-filter {
    width: calc(100% / 2 - 20px);
    margin: 0 auto 50px !important;
    float: none;
}

.row-filters-awards.row-filters-nominees .block-filter select {
    padding: 20px 30px 20px 25px;
    color: initial;
    border-color: initial;
}

.list-bowt .nominated .fwpl-row:hover .list-bowt-type .fwpl-tax-type_award,
.list-bowt .nominated .fwpl-row:hover .list-bowt-year .fwpl-tax-year_award,
.list-bowt .nominated .fwpl-row:hover .list-bowt-category .fwpl-tax-project_category {
    color: #000;
}

.list-bowt .nominated .fwpl-row:hover .list-bowt-title h2 {
    color: #861424;
}

.list-bowt .nominated .fwpl-row:hover .list-bowt-region .fwpl-tax-region {
    color: #861424;
}

.block-votes-nomine {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
}

.btn-vote-nomine .btn-vote {
    color: #000000;
    border: 0.5px solid #000;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 25px;
    line-height: 1.7em;
    display: inline-block;
    transition: all 400ms ease-in-out 0ms;
}

.btn-vote-nomine .btn-vote:hover {
    color: #fff;
    background-color: #000;
}

.nomine-vote-number {
    margin-right: 20px;
    margin-top: 3px;
}

.nomine-vote-number p {
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.nomine-vote-number p.word-votes {
    font-size: 7px;
    font-weight: 500;
}


.simplefavorite-button{    
    color: #000000;
    border-width: 0.5px !important;
    border-color: #000000;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 6px 25px !important;
    background: #fff;
    border: 1px solid #000;
    line-height: 1.7em !important;
    
}
.simplefavorite-button:hover{
    color:#fff;
    background: #000;
    cursor:pointer;
}
.content-nominated p{
    margin-top:40px;
}
#mdl-aviso-voto{
    color: #861424;
}
#mdl-aviso-voto a{
    font-weight: bold;
}
.favorites-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.favorites-list .nominated{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.favorites-list .nominated:hover{
    background-color: #fcfcfc;
}
.favorites-list .nominated .nominated-img{
    width: 56%;
    height: 164px;
}
.favorites-list .nominated .nominated-img img{
     height: 164px;
     object-fit: cover;
}
.favorites-list .nominated .nominated-wrapper{
    width:100%;
}
.favorites-list .nominated .nominated-wrapper .nominated-category{
    color:#861424;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 13px;
    border-left-width: 13px;
    border-left-style: solid;
    height: 13px;
    display: inline-block;
    padding-left: 10px;
    transition: all 0.3s ease-in-out;
    margin-top:15px;
}
.favorites-list .nominated .nominated-wrapper .nominated-title{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    overflow: hidden;
    height: 50px;
    transition: all 0.3s ease-in-out;
    padding: 0;
    margin-top:15px;
}
.favorites-list .nominated .nominated-wrapper .nominated-region{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    color:#000;
}
.wpcf7 form#award-form.invalid .wpcf7-response-output{
    font-size: 13px !important;
    color: #dc3232 !important;
    border-width: 0.5px;
    border-color: #dc3232;
    float:left;
}
/* logo premiado en listado y en ficha */
.pca_winner {
    position: relative;
}

.pca_winner .fwpl-row::before {
    content: "";
    position: absolute;
    z-index: 1;
    /*background-color: #ceba12;*/
    width: 80px;
    top: 5px;
    left: 5px;
    /*border: 2px solid #fff;*/
    height: 80px;
    display: block;
    /*background-image: url(/wp-content/uploads/2021/12/PCA_winner_2022_w.png);*/
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center;
}

.pca_winner.year2022 .fwpl-row::before {
    background-color: #ceba12;
    border: 2px solid #fff;
    background-image: url(/wp-content/uploads/2021/12/PCA_winner_2022_w.png);
}

.pca_winner.year2023 .fwpl-row::before {
    background-color: #ceba12;
    border: 2px solid #fff;
    background-image: url(/wp-content/uploads/2021/12/PCA_winner_2023_w.png);
}

.pca_winner.year2024 .fwpl-row::before {
    background-color: #ceba12;
    border: 2px solid #fff;
    background-image: url(/wp-content/uploads/2023/11/PCA_winner_2024_w.png);
}

.pca_winner_single {
    position: absolute;
    z-index: 1;
    background-color: #ceba12;
    width: 150px;
    top: 15px;
    left: 15px;
    padding: 20px;
    border: 4px solid #fff;
}

.pca_winner_single.year2022 {
    content: url(/wp-content/uploads/2021/12/PCA_winner_2022_w.png);
}

.pca_winner_single.year2023 {
    content: url(/wp-content/uploads/2021/12/PCA_winner_2023_w.png);
}

.pca_winner_single.year2024 {
    content: url(/wp-content/uploads/2023/11/PCA_winner_2024_w.png);
}

/* fin logo premiado en listado y en ficha */

/* ----------------------------------- 810px */
@media (max-width: 810px) {
    #section-list-nominees .facetwp-facet .facetwp-radio {
        width: calc(100% / 7 - 4px);
        margin: 0 2px;
        font-size: 11px;
    }

    /* logo premiado en listado y en ficha */
    .pca_winner .fwpl-row::before {
        width: 60px;
        height: 60px;
        background-size: 50px;
    }

    /* fin logo premiado en listado y en ficha */
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    #section-list-nominees .facetwp-facet .facetwp-radio {
        width: 100%;
        margin: 0;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ddd;
        background-size: 30px;
        background-position: left center;
        text-align: left;
        padding-left: 45px;
        height: 50px;
        padding-top: 10px;
        line-height: 30px;
    }

    #section-list-nominees .facetwp-facet .facetwp-radio:last-child {
        border-bottom: none;
    }

    #section-list-nominees .facetwp-facet .facetwp-radio:hover {
        background-size: 30px;
        background-position: left center;
    }

    #section-list-nominees .facetwp-facet .facetwp-radio.checked {
        background-size: 35px;
    }

    #section-list-nominees .facetwp-facet .facetwp-radio::before {
        display: none;
    }

    .row-filters-awards.row-filters-nominees .block-filter {
        width: 100%;
        margin: 0 auto !important;
    }

    /* logo premiado en listado y en ficha */

    /* fin logo premiado en listado y en ficha */
}

/*------------------------------------------------------------------ close: AWARD NOMINEES - votaciones listado */

/*------------------------------------------------------------------ open: NOMINEES FICHA - formulario votaciones ----------- */

.formcontact-gwc.formvotes-gwc .formcontact-item select,
.formcontact-gwc.formvotes-gwc .formcontact-item input,
.formcontact-gwc.formvotes-gwc .formcontact-item select {
    font-style: italic;
    background-color: #fff !important;
    width: 100%;
    color: #000;
    border: 0.5px solid #000;
}

.formcontact-gwc.formvotes-gwc .formcontact-item:hover select,
.formcontact-gwc.formvotes-gwc .formcontact-item:hover input {
    opacity: 1;
}

.formcontact-gwc.formvotes-gwc .formcontact-item.formcontact-item-select {
    width: calc(50% - 30px);
    float: left;
}

.formcontact-gwc.formvotes-gwc .formcontact-item.formcontact-item-btn:hover {
    background: none;
}

.formcontact-gwc.formvotes-gwc .formcontact-item.formcontact-item-btn button {
    color: #ffffff !important;
    border-width: 0.5px !important;
    border-color: #000000;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #000000;
    padding-top: 13px !important;
    padding-right: 40px !important;
    padding-bottom: 13px !important;
    padding-left: 40px !important;
    cursor: pointer;
}

.formcontact-gwc.formvotes-gwc .formcontact-item.formcontact-item-btn button:hover {
    color: #000000 !important;
    background-color: #ffffff;
}

.formcontact-gwc.formvotes-gwc .formcontact-item.formcontact-item-btn button::after {
    display: none;
}

#section-voting-form .wpcf7-response-output {
    clear: both;
    margin: 30px 0 !important;
    font-size: 13px;
    border: 0.5px solid #46b450;
    color: #46b450;
}

#section-voting-form form[data-status="invalid"] .wpcf7-response-output,
#section-voting-form form[data-status="unaccepted"] .wpcf7-response-output {
    border: 0.5px solid #dc3232;
    color: #dc3232;
}

.formcontact-gwc.formvotes-gwc .formcontact-item.formcontact-item-acceptance {
    margin-bottom: 15px;
}

.formcontact-gwc.formvotes-gwc .formcontact-item.formcontact-item-acceptance input {
    width: 14px;
}

.formcontact-gwc.formvotes-gwc .terms {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.formcontact-gwc.formvotes-gwc .terms a {
    border: 0.5px dashed #aaa;
    padding: 5px 10px;
    font-size: 12px;
    color: #999;
    transition: all 400ms ease-in-out 0ms;
}

.formcontact-gwc.formvotes-gwc .terms a:hover {
    border: 0.5px dashed #666;
    color: #666;
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {

    .formcontact-gwc.formvotes-gwc .formcontact-item,
    .formcontact-gwc.formvotes-gwc .formcontact-item.formcontact-item-select {
        width: 100%;
        margin-bottom: 15px;
    }

    .formcontact-gwc.formvotes-gwc .formcontact-item.formcontact-item-btn {
        margin-top: 20px;
    }

    #section-voting-form .wpcf7-response-output {
        margin-bottom: 15px !important;
        margin-top: 20px !important;
        line-height: 18px;
        float: left;
        width: 100%;
    }

    .formcontact-gwc.formvotes-gwc .formcontact-item.formcontact-item-acceptance {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

/*------------------------------------------------------------------ close: NOMINEES FICHA - formulario votaciones */

/*------------------------------------------------------------------ open: VOTE VALIDATED - formulario votaciones ----------- */

#section-vote-validate h3 {
    text-transform: uppercase;
    line-height: 1.4em;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-width: 1px;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 48px;
    color: #000000 !important;
}

#section-vote-validate .text-valid {
    margin-bottom: 20px;
    width: 70%;
}

#section-vote-validate .text-nominated-category {
    display: flex;
    /*max-width: 70%;*/
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

#section-vote-validate .text-nominated-category p {
    clear: both;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    padding-bottom: 0;
}

#section-vote-validate .text-nominated-category p em {
    margin: 4px 0 0 15px;
    padding: 0 0 0 10px;
    border-left: 10px solid #e3e3e3;
    line-height: 10px;
    color: #bbbbbb;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    float: left;
    font-style: normal;
    width: 120px;
}

#section-vote-validate .text-nominated-category p strong {
    color: #861424;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding-left: 10px;
    display: block;
    float: left;
    width: calc(100% - 135px);
    line-height: 18px;
}

#section-vote-validate .text-nominated-category p:last-child strong {
    font-weight: 400;
    font-size: 13px;
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    #section-vote-validate .text-nominated-category .et_pb_text_inner {
        width: 100%;
    }

    #section-vote-validate .text-nominated-category p {
        margin-bottom: 20px;
    }

    #section-vote-validate .text-nominated-category p em {
        width: 100%;
        margin-bottom: 7px;
    }

    #section-vote-validate .text-nominated-category p strong {
        width: 100%;
        padding-left: 35px;
    }
}

/*------------------------------------------------------------------ close: VOTE VALIDATED - formulario votaciones */

/*------------------------------------------------------------------ open: GRANT ----------- */

#list-categories-awards .campo-info-awarded.contact-grant {
    width: 100%;
    padding: 0 0 0 16px;
    margin-bottom: 8px !important;
}

#list-categories-awards .row-link-grantform #btn-black {
    width: 300px;
    margin: 30px 0 0;
}

/*------------------------------------------------------------------ close: GRANT */

/*------------------------------------------------------------------ open: CARD PROFILES ----------- */
/* block filters cards profile */
.row-filters-cards .et_pb_column {
    text-align: center;
}

.row-filters-cards .block-filter {
    float: left;
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
}

.row-filters-cards .block-filter .facetwp-facet {
    margin-bottom: 0;
}

.row-filters-cards .block-filter.block-region-filter select {
    border-color: #861424;
    color: #861424;
    opacity: 0.4;
}

.row-filters-cards .block-filter.block-region-filter select:hover {
    opacity: 1;
}

/* fin block filters cards profile */

/* list profiles */
.list-profile-cards .fwpl-layout {
    grid-gap: 24px;
}

.list-profile-cards .fwpl-row .list-card-img img {
    width: 100%;
}

.list-profile-cards .fwpl-row .content-info-card {
    padding: 24px 16px 24px 48px;
    margin-top: -56px;
    width: calc(100% - 32px);
    margin-left: 32px;
}

.list-profile-cards .fwpl-row .list-card-region .fwpl-tax-region {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 11px;
    border-left-width: 11px;
    height: 11px;
    padding-left: 8px;
}

.list-profile-cards .fwpl-row .list-card-title {
    margin-top: 15px;
    line-height: 1em;
    height: 64px;
}

.list-profile-cards .fwpl-row:hover .fwpl-tax-region {
    color: #000;
    border-left-color: #000;
}

.list-profile-cards .fwpl-row .list-card-title h2 {
    font-size: 21px;
    line-height: 22px;
    height: 64px;
}

.list-profile-cards .fwpl-row:hover .list-card-title h2 {
    color: #861424;
}

.list-profile-cards .fwpl-row:hover .fwpl-tax-rol {
    color: #ccc;
}

/* ----------------------------------- 1280px */
@media (max-width: 1280px) {
    .list-profile-cards .fwpl-layout {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 24px;
    }
}

/* ----------------------------------- 1024px */
@media (max-width: 1024px) {
    .list-profile-cards .fwpl-layout {
        grid-template-columns: 1fr 1fr;
    }
}

/* ----------------------------------- 680px */
@media (max-width: 680px) {
    .row-filters-cards .block-filter {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .list-profile-cards .fwpl-layout {
        grid-template-columns: 1fr;
    }

    .list-bowt .fwpl-row .list-bowt-img,
    .list-cards .fwpl-row .list-card-img {
        height: 320px;
    }
}

/* fin list profiles */

/* ficha profile */
.img-profile-card img {
    object-fit: cover;
    height: 560px;
}

.logo-company img {
    filter: brightness(97.5%);
}

.interests-column ul,
.languages-column ul,
.moreinfo-column ul {
    display: flex;
    gap: 12px 24px;
    flex-wrap: wrap;
}

.interests-column .et_pb_module.et_pb_text ul li,
.languages-column .et_pb_module.et_pb_text ul li,
.moreinfo-column .et_pb_module.et_pb_text ul li {
    width: calc(100% / 2 - 12px);
    margin: 0;
    background-position: top 9px left;
    font-size: 16px;
    line-height: 130%;
    font-style: normal;
}

.moreinfo-column .et_pb_module.et_pb_text ul li {
    width: 100%;
}

.moreinfo-column .et_pb_module.et_pb_text ul li a {
    font-weight: 500;
    color: #000000;
}

.moreinfo-column .et_pb_module.et_pb_text ul li a:hover {
    color: #861424;
}

.moreinfo-column div.tit-more-info,
.education-column div.tit-education {
    background-size: contain;
    background-position: center left;
    height: 60px;
    padding-bottom: 0px !important;
    padding-left: 80px !important;
    margin-bottom: 8px !important;
    background-repeat: no-repeat;
    margin-left: -80px;
}

.moreinfo-column div.tit-more-info {
    background-image: url(https://www.greatwinecapitals.com/wp-content/uploads/2023/09/more_information.svg);
}

.education-column div.tit-education {
    background-image: url(https://www.greatwinecapitals.com/wp-content/uploads/2023/09/education.svg);
}

.education-column ul li {
    font-size: 16px;
    font-weight: 600;
}

.education-column ul li p {
    font-weight: normal;
}

.moreinfo-column h3,
.education-column h3 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 60px;
}

.education-column .et_pb_module.et_pb_text {
    margin-bottom: 0;
}

.link-company-profile {
    width: 32px;
    height: 32px;
    float: left;
}

.link-company-profile a {
    padding: 4px;
    /*height: 100%;*/
    width: 100%;
    display: inline-block;
    border: 0.5px solid #000;
    transition: all 0.3s ease-in-out;
}

.link-company-profile a:hover {
    background-color: #000;
}

.link-company-profile a img {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.link-company-profile a:hover img {
    filter: invert(100%);
}

.div_linkedin{
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 14px;
    background-size: initial;
    background-position: center left;
    background-image: url(https://www.greatwinecapitals.com/wp-content/uploads/2023/09/linkedin_profile.svg);
    background-repeat:no-repeat;
    padding-bottom: 1px !important;
    padding-left: 32px !important;
    cursor: pointer;
    text-align: left;
}

a.linkedin {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color:#000000;
    letter-spacing: 0.03em;
    height:100%;
}
    

/* ----------------------------------- 1366px */
@media (max-width: 1366px) {

    .img-profile-card img {
        height: 480px;
    }
}



/* ----------------------------------- 1170px */
@media (max-width: 1170px) {

    .img-profile-card img {
        height: 400px;
    }

    .organization-column,
    .education-column,
    .interests-column,
    .languages-column,
    .moreinfo-column {
        width: 100% !important;
    }

    .organization-column,
    .education-column {
        margin-bottom: 56px !important;
    }
}

/* ----------------------------------- 980px */
@media (max-width: 980px) {

    .img-profile-card img {
        height: 240px;
    }
}

/* ----------------------------------- 810px */
@media (max-width: 810px) {

    .interests-column .et_pb_module.et_pb_text ul li,
    .languages-column .et_pb_module.et_pb_text ul li,
    .moreinfo-column .et_pb_module.et_pb_text ul li {
        width: 100%;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {

    .education-column .et_pb_text_inner div,
    .moreinfo-column .et_pb_text_inner p {
        padding-left: 40px;
    }

    .education-column div.tit-education,
    .moreinfo-column div.tit-more-info {
        height: 40px;
        padding-left: 40px !important;
        margin-left: 0;
        background-size: 32px;
    }
}

/* fin ficha profile */

/*------------------------------------------------------------------ close: CARD PROFILES */

.link-votos a{
    text-transform: uppercase;
  color: #861424;
  opacity: 1;
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  border:1px solid;
  padding:10px;
  font-weight: 600;
}
