/* Tokens */
/* Colors */

:root {

    --white: #fff;
    --cta: #00C9FF;
    --cta-hover: #00abd9;
    --border-cta-hover: #00a1cc;
    --golden: #B09656;
    --coolblue: #213242;
    --darkblue: #182530;
    --soft-grey: #EEEEEE;
    --grey: #444444;
    --black: #000000;
}

/* body {
    width: 100%;
    height: 100%;
}
 */
/*  New Landing */
div#gform_wrapper_71 {
    background-color: #ffff;
    border-radius: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.box-form {
    max-width: 600px;
    margin: 0 auto;
}

.box-form .embed-responsive.embed-responsive-16by9 {
    display: none;
}

.table-form p strong{
	color: #000;
}

section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .container,
.page-block.block-texto.max-width.block-texto-center p{
    max-width: none !important;
}

.page-block.block-texto.max-width.block-texto-center p{
	color:#fff;
}

section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form h2 {
    color: #fff;
    text-align: center;
}

.table-form p{
	    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}
section.page-block.block-hero.block-align-center.block-color-white.block-separar-true.header-video-minec.has-video.reveal-opacity {
    height: 100vh;
}
 .page-block.block-texto.masonry-layout img {
    margin-bottom: 0 !important;
}

/* Typographys */

.home h2 {
    font-size: 64px;
}

.golden {
    color: var(--golden);
}

.white {
    color: var(--white);
}

.timer {
    top: -40px;
    position: relative;
}


/* Header Minec */
header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    background-color: transparent !important;
    width: 100%;
    max-width: 100%;
    z-index: 10000;
    /* transition: all 200ms cubic-bezier(0.05, 1.04, 0.72, 0.98), top 600ms cubic-bezier(0.05, 1.04, 0.72, 0.98); */
    transition: all 200ms cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

header:hover {
    background-color: transparent !important;
}

body.page.scrolled header {
    background-color: var(--white) !important;
}

header a.link-logo {
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

body.page.scrolled header a.link-logo {
    width: 180px;
}

header a.link-logo :hover {
    text-decoration: none;
}

header a.link-logo span.claim {
    color: var(--white);
    text-transform: uppercase;
}

body.page.scrolled header a.link-logo span.claim {
    font-size: 12px;
    color: #1A1A1A;
}

header a.link-logo:hover {
    text-decoration: none;
}

#header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    transition: 1s all;
    width: 100%;
}

header #header-top {
    background-color: #000;
}

#header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0 24px;
    transition: all 300ms cubic-bezier(0.05, 1.04, 0.72, 0.98);
    gap: var(--S);
    width: 100%;
}

#header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-top .desktop-menu ul {
    display: flex;
}

#header-top .desktop-menu ul li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    position: relative;
}

body #header-top .desktop-menu ul li a {
    color: #B09554;
}

body #header-top .desktop-menu ul li a:hover {
    color: #fff;
}

#header-top a img.logo-mini {
    width: 85px;
    height: auto;
}


body.page.scrolled #header-nav {
    padding: 10px 40px;
}


.logo {
    background-image: url('https://minec.es/summit/wp-content/uploads/2024/05/logo_summit.svg');
    width: 220px;
    height: 83px;
    background-repeat: no-repeat;
    transition: 1s all;
    cursor: pointer;
}

body.page.scrolled .logo {
    background-image: url('https://minec.es/summit/wp-content/uploads/2024/05/logo_minec_summit_golden.svg');
    width: 166px;
    height: 62px;
}

.logo-minec {
    background-image: url('https://minec.es/summit/wp-content/uploads/2024/05/logo_minec_header.svg');
    width: 128px;
    height: 84px;
    background-repeat: no-repeat;
    transition: 1s all;
    cursor: pointer;
}

body.page.scrolled .logo-minec {
    background-image: url('https://minec.es/summit/wp-content/uploads/2024/06/logo_minec_golden.svg');
    width: 100px;
    height: 66px;
    opacity: 0.85;
}


.desktop-menu nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.desktop-menu nav li+li {
    /* margin-left: 30px; */
    margin-left: 24px;
}

.desktop-menu ul li.button-cta a {
    background-color: var(--cta);
    border-radius: 7px;
    padding: 4px 12px;
    color: #fff;
    font-weight: bold;
    transition: 300ms cubic-bezier(0.05, 1.04, 0.72, 0.98);
    cursor: pointer;
}


.desktop-menu ul li.button-cta a:hover {
    text-decoration: none;
    background-color: var(--cta-hover);
    border-color: var(--border-cta-hover);
}

#header-nav .desktop-menu ul li a {
    color: var(--white);
    font-size: 15px;
    /* font-size: 16px; */
}

body.page.scrolled #header-nav .desktop-menu ul li a {
    color: #1A1A1A;
}

body.page.scrolled #header-nav .desktop-menu ul li.button-cta a {
    color: var(--white);
}

.full-menu {
    display: none;
    position: fixed;
    z-index: 100000;
}

/* Hero Home */

section.page-block.block-2_textos.block-2_textos-transparent .container {
    padding: 0 !important;
}

section.page-block.block-2_textos.block-2_textos-transparent {
    padding-top: 140px;
}

section.page-block.block-2_textos.block-2_textos-transparent .container .row .col-sm-6:nth-child(1) {
    flex: 0 0 60%;
    max-width: 60%;
}

section.page-block.block-2_textos.block-2_textos-transparent .container .row .col-sm-6:nth-child(2) {
    flex: 0 0 40%;
    max-width: 40%;
}

section.page-block.block-2_textos.block-2_textos-transparent .container .row .col-sm-6:nth-child(1) .block-content {
    /* gap: 1em; */
    padding-right: 40px;
}


section.page-block.block-columns.block-columns-transparent.header-minec {
    min-height: 100vh;
    display: flex;
    align-items: center;
    max-width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url('https://minec.es/summit/wp-content/uploads/2024/05/img_header_frame.jpg');
}

section.page-block.block-hero.block-align-left.block-color-white.block-separar-true.has-video.reveal-opacity {
    height: 100vh;
    justify-content: center;
    margin-bottom: 0;
}

section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form {
    /*  background: linear-gradient(var(--coolblue), var(--darkblue)); */
    background: linear-gradient(var(--coolblue), black)
}

section.page-block.block-columns.block-columns-transparent.header-minec h1 {
    font-size: 160px;
    /*     font-size: clamp(2.5rem, 28.571vw + -4.286rem, 10rem);
    line-height: clamp(3.745rem, 35.257vw + -4.629rem, 13rem); */
    color: var(--white);
    line-height: 135px;
    margin-bottom: 20px;
}

section.page-block.block-columns.block-columns-transparent.header-minec p {
    color: var(--white);
}

a.link {
    text-decoration: underline;
    font-weight: bold;
}

/* Form */

section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .container {
    max-width: 600px;
    width: 100%;
    padding: 0 20px;
    margin: 40px auto;
}

section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .row-form .description p {
    font-weight: 400;
    margin: 0 !important;
}

section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .page-block.block-texto img {
    margin-bottom: 0;
}

/* Hero Home */

/* section.page-block.block-2_textos.block-2_textos-transparent .container {
    padding: 0 !important;
} */

section.page-block.block-hero.block-hero-columns.header-minec {
    padding-top: 140px;
}

section.page-block.block-hero.block-hero-columns.header-minec .container .row .col-sm-6:nth-child(1) {
    flex: 0 0 60%;
    max-width: 60%;
}

section.page-block.block-hero.block-hero-columns.header-minec .container .row .col-sm-6:nth-child(2) {
    flex: 0 0 40%;
    max-width: 40%;
}

section.page-block.block-hero.block-hero-columns.header-minec .row .col-sm-6:nth-child(1) .block-content {
    /* gap: 1em; */
    padding-right: 40px;
}


section.page-block.block-hero.block-hero-columns.header-minec {
    min-height: 100vh;
    display: flex;
    align-items: center;
    max-width: 100%;
    position: relative;
    /*     background-position: center;
    background-size: cover;
    background-image: url('https://minec.es/summit/wp-content/uploads/2024/05/img_header_frame.jpg'); */
}

section.page-block.block-hero.block-hero-columns.header-minec h1 {
    font-size: 160px;
    /*     font-size: clamp(2.5rem, 28.571vw + -4.286rem, 10rem);
    line-height: clamp(3.745rem, 35.257vw + -4.629rem, 13rem); */
    color: var(--white);
    line-height: 135px;
    margin-bottom: 20px;
}

section.page-block.block-hero.block-align-left.block-color-white.block-separar-true.header-video-minec.has-video.reveal-opacity h1 {
    font-size: 160px;
}

section.page-block.block-hero.block-hero-columns.header-minec p {
    color: var(--white);
}

section.page-block.block-hero.block-hero-columns.header-minec a.link {
    text-decoration: underline;
    font-weight: bold;
}


.gchoice input {
    width: auto !important;
}

input.gform_next_button {
    cursor: pointer;
}

input.gform_next_button:hover {
    background-color: var(--cta-hover);
    border-color: var(--border-cta-hover);
}

div#gf_progressbar_wrapper_67 {
    text-align: right;
    color: var(--cta);
}


section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form div#gf_progressbar_wrapper_67 {
    text-align: left;
}

section.page-block.block-columns.block-columns-transparent.header-minec p.claim-form,
section.page-block.block-hero.block-hero-columns.header-minec p.claim-form,
p.claim-form {
    color: var(--white);
    font-weight: bold;
    /* font-size: 18px; */
    font-size: 16px;
    text-align: right;
    margin-bottom: 14px;
}

section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form p.claim-form {
    text-align: left;
}

div#gform_confirmation_message_67 {
    font-size: 20px;
    color: #fff;
}

.round-spot {
    position: absolute;
    background-color: var(--golden);
    padding: 20px;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    top: -60px;
    left: -110px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transform: rotate(-20deg);
}

section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .round-spot {
    top: -74px;
    left: initial;
    right: -90px;
}

.round-spot p {
    font-weight: bold;
    font-size: 25px;
    color: var(--white);
    line-height: 25px;
    margin-bottom: 0;
}

.round-spot span.small-note {
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    margin-top: 4px;
}

.table-form .row-form.cab {
    border-top: 0;
}

.table-form .row-form {
    padding: 8px 0;
    border-top: 1px solid var(--black);
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    align-items: center;
}

section.page-block.block-columns.block-columns-transparent.header-minec .table-form .row-form .description,
section.page-block.block-hero.block-hero-columns.header-minec .table-form .row-form .description,
section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .table-form .row-form .description {
    display: flex;
    flex-basis: 65%;
    padding-top: 0;
    position: relative;
}

section.page-block.block-columns.block-columns-transparent.header-minec .table-form,
section.page-block.block-hero.block-hero-columns.header-minec .table-form {
    padding-bottom: 10px;
}

section.page-block.block-columns.block-columns-transparent.header-minec .table-form .row-form .regular,
section.page-block.block-columns.block-columns-transparent.header-minec .table-form .row-form .promo,
section.page-block.block-hero.block-hero-columns.header-minec .table-form .row-form .regular,
section.page-block.block-hero.block-hero-columns.header-minec .table-form .row-form .promo,
section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .row-form .regular,
section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .row-form .promo {
    display: flex;
    /*  flex-basis: 20%; */
    padding-top: 0;
    flex-basis: 33%;
    padding-top: 0;
    justify-content: center;
}

/* section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .row-form .promo {
    display: none;
} */

section.page-block.block-columns.block-columns-transparent.header-minec .table-form .row-form p,
section.page-block.block-hero.block-hero-columns.header-minec .table-form .row-form p,
.table-form .row-form p {
    font-size: 16px;
    color: var(--black);
    font-weight: bold;
    margin-bottom: 0;
}

section.page-block.block-columns.block-columns-transparent.header-minec .table-form .row-form .description p,
section.page-block.block-hero.block-hero-columns.header-minec .table-form .row-form .description p {
    font-weight: normal;
}

section.page-block.block-columns.block-columns-transparent.header-minec .table-form .row-form .promo p,
section.page-block.block-hero.block-hero-columns.header-minec .table-form .row-form .promo p,
section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .table-form .row-form .promo p {
    color: var(--cta);
}

div#gform_wrapper_67 {
    background-color: #ffff;
    border-radius: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

input#gf_coupon_button {
    font-size: 15px;
    padding: 7px !important;
    margin: 0;
    margin-left: 0 !important;
}



.description img {
    width: 12px;
    height: auto;
    padding-top: 4px;
    position: relative;
    top: -4px;
}

.page-block.block-texto .description img {
    margin-bottom: 0;
}

tooltip {
    position: relative;
    /* making the .tooltip span a container for the tooltip text */
    border-bottom: 1px dashed #000;
    /* little indicater to indicate it's hoverable */
}

.tooltip:before {
    content: attr(data-text);
    /* here's the magic */
    position: absolute;
    font-size: 14px;

    /* vertically center */
    top: 50%;
    transform: translateY(-50%);

    /* move to right */
    left: 100%;
    margin-left: 15px;
    /* and add a small left margin */

    /* basic styles */
    width: 300px;
    padding: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    text-align: left;

    display: none;
    /* hide by default */
}

.tooltip:hover:before {
    display: block;
}

.tooltip:after {
    content: "";
    position: absolute;

    /* position tooltip correctly */
    left: 100%;
    margin-left: -5px;

    /* vertically center */
    top: 50%;
    transform: translateY(-50%);

    /* the arrow */
    border: 10px solid #000;
    border-color: transparent black transparent transparent;

    display: none;
}

.tooltip:hover:before,
.tooltip:hover:after {
    display: block;
}

/* Grid Cards */

section.page-block.block-imagen_texto.block-color-white.block-full-width.premios.block-separar-false.reveal-opacity {
    height: auto;
    align-items: center;
}

section.page-block.block-imagen_texto.block-color-white.block-full-width.premios.block-separar-false.reveal-opacity .container {
    display: block;
}

.box-card .icon {
    position: absolute;
    right: 40px;
    top: 40px;
}

.box-card .icon img {
    width: 50px;
    height: auto;
}

#list-cards ul {
    margin-left: 16px;
    padding-left: 0;
}

#list-cards ul li {
    margin-bottom: 0;
    padding-bottom: 5px;
}

#list-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
}

#list-cards .box-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #f5f5f5;
    padding: 40px;
    height: auto;
    overflow: hidden;
    justify-content: space-between;
}

#list-cards .box-card .content p,
#list-cards .box-card .content li {
    color: black;
}

#list-cards .box-card .content h3 {
    color: var(--golden);
    padding-bottom: 55px;
    width: 80%;
}

#list-cards .box-card .content li::marker {
    color: var(--golden);
}

#list-cards .box-card .content li {
    margin-bottom: 5px;
}

/* Talents */

section.grid-talents {
    background: linear-gradient(var(--black), var(--coolblue));
}

#list-talents {
    /*     display: grid; */
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 32px;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2.2rem;
    justify-content: center;
}

#list-talents .box-talent {
    /*    display: flex;
    flex-direction: column; */
    border-radius: 20px;
    background: linear-gradient(to bottom, #EEEEEE 0%, #C1C1C1 54%, #888888 100%);
    padding: 20px 20px 0 20px;
    /*  height: 570px; */
    height: 580px;
    overflow: hidden;
    justify-content: space-between;
    flex-basis: 31%;
}

#list-talents .box-talent span.tag {
    padding: 6px 12px;
    background-color: var(--golden);
    width: fit-content;
    display: block;
    color: var(--white);
    font-weight: bold;
    font-size: 15px;
    border-radius: 20px;
    display: block;
    margin-bottom: 2em;
}

#list-talents .box-talent .picture {
    display: flex;
    justify-content: center;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

#list-talents .box-talent p {
    margin-bottom: 0;
}


/* Banners */

section.grid-banners {
    background: linear-gradient(var(--coolblue), var(--darkblue));
}

section.grid-banners .list-banners-destacados {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 10px 0;
}


section.grid-banners .list-banners-destacados .column-1,
section.grid-banners .list-banners-destacados .column-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

section.grid-banners .list-banners-destacados .banner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

section.grid-banners .list-banners-destacados .banner img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

section.grid-banners .list-banners-destacados .banner .text {
    padding: 30px;
    position: absolute;
    z-index: 10;
}

section.grid-banners .list-banners-destacados .banner .text h3 {
    /* font-size: 60px; */
    font-size: 48px;
}

section.grid-banners .list-banners-destacados .banner .text.white h3 {
    color: var(--white);
}

section.grid-banners .list-banners-destacados .banner .text.golden h3 {
    color: var(--golden);
}


/* Program */

section.block-program {
    background: linear-gradient(var(--darkblue), #10181F);
}

section.block-program .button-container {
    display: grid;
    margin-bottom: 2em;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

section.block-program .button-container button {
    display: flex;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid var(--white);
    transition: 1s all;
    justify-content: center;
}

section.block-program .button-container button span {
    padding: 10px;
    font-size: 20px;
    color: var(--white);
}

section.block-program .button-container button.active {
    background-color: var(--golden);
    border: 1px solid var(--golden);
}

section.block-program .button-container button.active span {
    font-weight: bold;
    color: var(--black);
}

section.block-program .cab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

section.block-program .cab .date {
    text-transform: uppercase;
}


section.block-program .cab button.pdf {
    border: none;
    border: 1px solid var(--grey);
    background-color: transparent;
    border-radius: 10px;
    display: flex;
}

section.block-program .cab button.pdf a {
    color: var(--grey);
    font-size: 16px;
    font-weight: bold;
    padding: 10px 40px;
}

section.block-program .separador {
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #12C2E9 0%, #C471ED 90%);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 35px;
}

section.block-program .separador h4 {
    font-size: 28px;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 0;
}

/* .frame-programa {
    background-color: var(--white);
    border-radius: 20px;
} */

.programa-workshop,
.programa-congreso {
    padding: 50px 30px;
    background-color: var(--white);
    border-radius: 20px;
    display: none;
    opacity: 0;
    transition: 2s all;
}


.programa-workshop.active,
.programa-congreso.active {
    display: block;
    opacity: 1;
}


.frame-programa .row {
    padding: 16px 0;
    border-top: 1px solid var(--golden);
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    margin-right: 20px;
    margin-left: 20px;
}

.frame-programa .programa-congreso .row {
    gap: 0;
}

.row.short {
    padding: 0;
    border: 0;
    gap: 0;
}

.row.short .time,
.row.short .title {
    border-top: 1px solid var(--golden);
    padding: 16px 0;
}

.row.launch .time {
    padding-left: 10px;
}

/* .row.short .time{
    margin-left:16px;
} */

.frame-programa .row.launch {
    border: none;
    background-color: #f5f5f5;
    margin: 0;
    display: flex;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 40px;
    padding: 30px 0;
}

.frame-programa .row.launch p {
    margin-bottom: 0;
}

.frame-programa .row.launch .time p {
    background: linear-gradient(90deg, #12C2E9 0%, #C471ED 90%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.frame-programa .row .local {
    display: flex;
    flex-basis: 30%;
}

.frame-programa .row .time {
    display: flex;
    flex-basis: 20%;
}

.frame-programa .row .title {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
}

.frame-programa .row .local p {
    font-size: 20px;
    color: var(--golden);
    font-weight: bold;
}

.frame-programa .row .time p {
    font-size: 22px;
    color: var(--golden);
}

.frame-programa .row .title p {
    font-size: 22px;
    color: var(--black);
}

.frame-programa .row .title p.note {
    font-size: 18px;
}

/* Tickets */


section.page-block.block-tickets {
    height: auto;
    /*     display: flex; */
    align-items: center;
    max-width: 100%;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url('https://minec.es/summit/wp-content/uploads/2024/05/img_background_tickets.jpg');
    position: relative;
}

.img-lanyard {
    position: absolute;
    top: 300px;
    right: -200px;
}

.img-lanyard img {
    position: relative;
    height: 700px;
}

.table-tickets {
    max-width: 850px;
    width: 100%;
}

.table-tickets .title-promo {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.title-promo span {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
    border: 1px solid var(--white);
    border-radius: 50px;
    padding: 8px 26px;
}

section.page-block.block-tickets .table-tickets .row {
    padding: 25px 0;
    border-top: 1px solid var(--white);
    display: flex;
    flex-wrap: nowrap;
    gap: 4em;
    /* justify-content: flex-start; */
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}


section.page-block.block-tickets .table-tickets .row .prices {
    display: flex;
    gap: 4em;
}

section.page-block.block-tickets .table-tickets .row .prices .early-price {
    display: none;
}

section.page-block.block-tickets .table-tickets .row .text {
    display: flex;
    /* flex-basis: 50%; */
    flex-basis: 70%;
    flex-direction: column;
}

section.page-block.block-tickets .table-tickets .row h3,
section.page-block.block-tickets .table-tickets .row p,
section.page-block.block-tickets .table-tickets .row span {
    color: var(--white);
}

section.page-block.block-tickets .table-tickets .row h3 {
    margin-bottom: 20px;
}

section.page-block.block-tickets .table-tickets .row p {
    margin-bottom: 0;
}

section.page-block.block-tickets .table-tickets .row span {
    display: block;
    font-size: 28px;
    padding: 8px 26px;
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    font-weight: bold;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
}

section.page-block.block-tickets .table-tickets .row span note {
    font-size: 21px;
}

button.cta {
    border: none;
    background-color: var(--cta);
    border: 1px solid var(--cta);
    border-radius: 7px;
    padding: 8px 20px;
    cursor: pointer;
    transition: 300ms cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

button.cta:hover {
    background-color: var(--cta-hover);
    border-color: var(--border-cta-hover);
}

button.cta a {
    font-size: 20px;
    color: var(--white);
    font-weight: bold;
}

button.cta a:hover {
    text-decoration: none;

}


/* Video */

section.page-block.block-video.block-video-rounded {
    background-color: var(--soft-grey);
}
/* 
.page-block.block-video .video-embed {
    border-radius: 2rem;
} */

section.page-block.block-video.block-video-rounded .video-embed{
    border-radius: 2rem;
}

section.page-block.block-video.block-video-rounded h2 {
    text-align: center;
    background: linear-gradient(90deg, #12C2E9 0%, #C471ED 50%, #F64F59 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding-bottom: 40px;
}


/* Localizacion */

.text-gradient {
    background: linear-gradient(90deg, #12C2E9 0%, #C471ED 50%, #F64F59 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.block-imagen_mas_texto img {
    /* border-radius: 20px 0 0 20px; */
    border-radius: 20px;
    object-fit: cover;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px !important;
    top: -38px !important;
    ;
    content: '•';
    opacity: .25;
    color: #fff !important;
}

div.values {
    padding-top: 30px;
}

.values .block-grid-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 2em;
}

.values .block-grid-item img {
    height: 80px;
}

.values .block-grid-item h3 {
    color: var(--golden);
    font-size: 24px;
    line-height: 28px;
}


/* body.home .page-block.block-imagen_mas_texto.estirar_imagen .the-imagen img{
    width:initial!important;
}
 */

/* Localización */

.home section.page-block.block-imagen_mas_texto.estirar_imagen {
    padding-bottom: 40px;
}

/* Maps */

section.page-block.block-maps.block-texto-.block-texto- {
    padding-top: 0;
}

/* Bienevenido */

section.page-block.block-columns.block-columns.bienvenido {
    background-color: var(--black);
}


section.page-block.block-columns.block-columns.bienvenido .row {
    padding-top: 20px;
}

section.page-block.block-columns.block-columns.bienvenido p {
    color: var(--white);
}


section.page-block.block-columns.block-columns.bienvenido .col-sm-6.align-center {
    text-align: center;
}

section.page-block.block-columns.block-columns.bienvenido .col-sm-6.align-center img.doctor {
    max-width: 440px;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* FAQ */

.page-block.block-faqs .faqs {
    border-radius: 0 !important;
}


.faqs.faq .faq {
    border-top: 1px solid #1a1a1a !important;
}


/* .page-block.block-faqs .faq-answer {
    max-height: 0;
} */

.page-block.block-faqs .faq-answer div {
    padding-bottom: 1em;
}

.page-block.block-faqs .faq-question {
    /*   background-color: red; */
    position: relative;
    width: 100%;
    /*     padding: 28px 0; */
    padding: 24px 2em 24px 0 !important;
    cursor: pointer;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: auto;
}

/* .page-block.block-faqs input:checked ~ .faq-answer{
    margin-bottom: 2em;
} */

.page-block.block-faqs .faq-question::after {
    background: none !important;
    color: var(--black) !important;
    font-size: 45px !important;
    font-weight: normal !important;
}


/* Partner */

section.page-block.block-columns.partner {
    background-color: #f5f5f5;
}

main .separador hr {
    position: relative;
    max-width: 100% !important;
    width: 100%;
    border-top: 1px solid var(--black);
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

main .separador hr:before {
    display: none !important;
}

section.page-block.block-columns.partner .separador span {
    font-size: 20px;
    color: var(--black);
    font-weight: bold;
}

section.page-block.block-columns.partner .row-brands {
    /* display: flex; */
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(300px, 3fr));
    padding: 2em 0;
}

section.page-block.block-columns.partner .row-brands a {
    text-align: center;
}


section.page-block.block-columns.partner .row-brands img {
    transition: 1s;
    max-width: 200px;
    width: 100%;
    height: auto;
}

section.page-block.block-columns.partner .row-brands img:hover {
    transform: scale(1.05);
}


/* Concurso */

.page-block.block-columns.block-columns-black {
    background-color: #000;
}

.page-block.block-columns.block-columns-dark-blue {
    background-color: #16232e;
}

/* Footer */

footer {
    background-color: var(--black) !important;
    border-top: none !important;
}

footer .footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2em;
    flex-wrap: wrap;
}

footer .info {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
    width: auto;
}

footer .info img {
    width: 180px;
    height: auto;
    transition: 1s;
}

footer .info img:hover {
    transform: scale(1.05);
}

footer .info img.logo-minec {
    max-width: 110px;
}

footer .info span {
    color: var(--white);
    font-size: 20px;
}

/* footer .links {
    display: flex;
    gap: 2em;
    width: auto;
} */

footer .links {
    display: grid;
    gap: 2em;
    /* width: auto; */
    grid-template-columns: 1fr 1fr 1fr;
}

footer .links .box-round {
    min-width: 240px;
    width: 100%;
    padding: 20px 16px;
    border-radius: 20px;
    background-color: #1A1A1A;
    min-height: 200px;
}

footer .links .box-round h4 {
    font-size: 20px;
}

footer .links .box-round p {
    font-size: 16px;

}

footer .links .box-round p a {
    color: #B9B9B9;
}

footer .links .box-round p a:hover {
    color: var(--cta);
}

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

    .desktop-menu {
        display: none;
    }

    #hamburguer {
        display: block;
        position: fixed;
        right: 0;
        top: 1em;
        width: 2.5em;
        height: 2.5em;
        margin: 2.4em 40px;
        z-index: 100000000;
        cursor: pointer !important;
        transition: 1s;
    }

    body #hamburguer .lines {
        background-color: #fff;
        width: 100%;
        height: 3px;
        margin: 7px 0;
        transition: 1s;
    }

    body.page.scrolled #hamburguer {
        top: 0;
        margin: 1.5em 40px;
    }

    body.page.scrolled #hamburguer .lines {
        background-color: var(--golden);
        cursor: pointer;
    }

    body.page.scrolled #hamburguer.close-hamburguer .lines {
        background-color: #fff;
        cursor: pointer;
    }

    body #hamburguer.close-hamburguer .lines {
        background-color: #fff;
        cursor: pointer;
        margin: 11px 0;
    }

    body #hamburguer.close-hamburguer .line-top {
        transform: translateY(180%) rotate(45deg);
    }

    body #hamburguer.close-hamburguer .line-mid {
        display: none;
    }

    body #hamburguer.close-hamburguer .line-bottom {
        transform: translateY(-300%) rotate(135deg);
    }

    #header-nav {
        justify-content: flex-start;
        gap: 2em;
    }

    .full-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: var(--golden);
        text-align: center;
        left: -100%;
        transition: all 1000ms ease-in-out;
        opacity: 0.9;
        top: 0;
    }

    .full-menu nav ul {
        padding: 0;
    }

    .full-menu nav ul li {
        list-style: none;
        text-align: center;
    }

    .full-menu nav li a {
        font-size: 34px;
        color: #fff;
        font-weight: 400;
        opacity: 1;
        position: relative;
        padding: 20px 50px 20px 50px;
        text-decoration: none;
        display: block;
        transition: 0.2s;
    }

    /* Hero Home */

    section.page-block.block-2_textos.block-2_textos-transparent {
        padding-top: 60px;
    }

    section.page-block.block-hero.block-hero-columns.header-minec {
        padding-top: 0;
    }

    section.page-block.block-2_textos.block-2_textos-transparent .container .row .col-sm-6:nth-child(1),
    section.page-block.block-hero.block-hero-columns.header-minec .container .row .col-sm-6:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.page-block.block-2_textos.block-2_textos-transparent .container .row .col-sm-6:nth-child(2),
    section.page-block.block-hero.block-hero-columns.header-minec .container .row .col-sm-6:nth-child(2) {
        flex: 0 0 100%;
        max-width: 600px;
        margin: 0 auto;
        margin-top: 80px;
    }

    section.page-block.block-hero.block-hero-columns.header-minec .container .row .col-sm-6:nth-child(2) {
        margin-top: 20px;
    }

    section.page-block.block-columns.block-columns-transparent.header-minec h1,
    section.page-block.block-hero.block-hero-columns.header-minec h1 {
        font-size: 120px;
        line-height: 120px;
        margin-bottom: 20px;
        margin-top: 80px;
    }


    section.page-block.block-hero.block-align-left.block-color-white.block-separar-true.header-video-minec.has-video.reveal-opacity h1 {
        font-size: 100px;
    }

    section.page-block.block-columns.block-columns-transparent.header-minec p.claim-form,
    section.page-block.block-hero.block-hero-columns.header-minec p.claim-form,
    section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form p.claim-form,
    p.gf_progressbar_title {
        text-align: left;
    }


    section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form p.gf_progressbar_title {
        text-align: left !important;
    }

    .round-spot,
    section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .round-spot {
        top: -70px;
        left: initial;
        right: -45px;
        height: 160px;
        width: 160px;
    }



    .round-spot p {
        font-size: 20px;
        line-height: 22px;
    }
}



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

    section.page-block.block-imagen_mas_texto.orden-1.estirar_imagen .row {
        display: flex;
        flex-direction: column;
    }

    section.page-block.block-imagen_mas_texto.orden-1.estirar_imagen .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-block.block-imagen_mas_texto.orden-1 .the-imagen {
        order: 2 !important;
    }

    .slick-track {
        height: 400px;
    }

    /*  .page-block.block-imagen_mas_texto.estirar_imagen .the-imagen img{
        max-height: 450px;
    } */

    footer {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    footer .footer-nav {
        gap: 4em;
    }

    footer .info {
        flex-direction: row;
        justify-content: center;
        gap: 2.5em;
        width: 100%;
    }

    footer .links {
        display: flex;
        gap: 3em;
        width: 100%;
    }

    footer .links .box-round {
        min-width: auto;
    }
}


@media only screen and (max-width: 1050px) {
    #list-talents .box-talent {
        flex-basis: 47%;
    }
}

@media only screen and (max-width: 992px) {
    section.page-block.block-hero.block-align-center.block-color-white.block-separar-true.header-video-minec.has-video.reveal-opacity {
        margin-bottom: 0;
    }
}

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

    .frame-programa .row {
        flex-direction: column;
        gap: 0;
    }

    .row.short .title {
        border-top: 0;
    }

    .row.short .time {
        padding-bottom: 0;
    }

    .row.short .time p {
        margin-bottom: 0;
    }

    .frame-programa .row p {
        margin-bottom: 0.5em;
    }

    /*     .frame-programa .programa-workshop .row p{
        margin-bottom: 0;
    } */
    .programa-workshop,
    .programa-congreso {
        padding: 40px 30px 20px;

    }

    .frame-programa .row.launch {
        flex-direction: row;
        gap: 2em;
    }

    section.block-program .separador h4 {
        font-size: 24px;
    }

    .frame-programa .row {
        margin-right: 0;
        margin-left: 0;
    }

    .frame-programa .row.launch .local {
        display: none;
    }

    .frame-programa .row.launch .time,
    .frame-programa .row.launch .title {
        flex-basis: auto;
    }

    .frame-programa .row.launch {
        padding: 1.5em;
    }
}

@media only screen and (max-width: 845px) and (orientation: landscape) {
    section.page-block.block-hero.block-hero-columns.header-minec h1 {
        margin-top: 300px;
    }
}

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

    section.page-block.block-columns.block-columns-transparent.header-minec h1,
    section.page-block.block-hero.block-hero-columns.header-minec h1 {
        font-size: 100px;
        line-height: 94px;
    }

    .home h2 {
        font-size: 48px;
    }

    section.grid-banners .list-banners-destacados .banner .text h3 {
        font-size: 36px;
    }

    section.grid-banners .list-banners-destacados .banner .text {
        padding: 20px;
    }

    section.page-block.block-columns.block-columns.bienvenido .row {
        padding-top: 20px;
        flex-direction: column;
        gap: 2em;
    }

    section.page-block.block-columns.block-columns.bienvenido .row .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.page-block.block-columns.block-columns.bienvenido .row .col-sm-6:nth-child(1) {
        order: 2;
    }

    section.page-block.block-columns.block-columns.bienvenido .col-sm-6.align-center img.doctor {
        max-width: 400px;
    }

    .home section.page-block.block-imagen_mas_texto.estirar_imagen {
        padding-bottom: 20px;
    }

    /* section.page-block.block-tickets {

    } */

    .img-lanyard {
        position: absolute;
        right: 0;
        /* height: 1000px; */
        top: 0;
    }

    /*  .img-lanyard img {
        height: 550px;
    } */

    .img-lanyard img {
        width: 400px;
        height: auto;
    }
}

@media only screen and (max-width: 800px) {
    #list-cards {
        grid-template-columns: 1fr;
        padding-bottom: 40px;
    }

    #list-cards .box-card {
        padding: 30px;
    }

    .box-card .icon {
        position: absolute;
        right: 30px;
        top: 30px;
    }
}

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

    section.page-block.block-2_textos.block-2_textos-transparent,
    section.page-block.block-hero.block-hero-columns.header-minec {
        padding-top: 30px;
    }

    section.page-block.block-hero.block-hero-columns.header-minec {
        margin-bottom: 0 !important;
    }

}

@media only screen and (max-width:726px) {
    #list-talents .box-talent {
        flex-basis: 100%;

    }
}

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

    .tooltip:before {
        width: 200px;
        height: auto;
    }

    .img-lanyard {
        display: none;
    }

    section.grid-banners .list-banners-destacados {
        grid-template-columns: 1fr;
    }


    section.block-program .button-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    section.block-program .separador h4 {
        font-size: 21px;
    }

    section.block-program .separador {
        margin-bottom: 24px
    }

    section.block-program .cab {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
    }

    section.block-program .cab button.pdf {
        width: fit-content;
        align-self: flex-end;
    }

    section.block-program .cab button.pdf a {
        padding: 8px;
    }

    .table-tickets .title-promo {
        justify-content: flex-start;
    }

    .block-espacer-small {
        height: 20px;
    }

    .table-tickets .title-promo span {
        font-size: 26px;
        margin-bottom: 20px;
    }

    section.page-block.block-tickets .table-tickets .row {
        flex-direction: column;
        gap: 1em;
    }

    section.page-block.block-tickets .table-tickets .row .prices {
        gap: 1em;
    }

    section.page-block.block-tickets .table-tickets .row span {
        width: fit-content;
        font-size: 22px;
    }

    .slick-track {
        height: 280px;
    }

    .row-brands img {
        max-width: 200px;
    }

    footer .links {
        flex-direction: column;
    }

}

@media only screen and (max-width: 480px) {
    .timer {
        top:-20px;
        position: relative;
    }

    .flipdown{
        margin-top:0!important;
    }

    #header-nav {
        gap: 0.5em;
    }

    #hamburguer {
        margin: 1.5em 20px;
    }

    body.page.scrolled #hamburguer {
        top: 0;
        margin: 1.5em 20px;
    }


    body.page.scrolled #header-nav {
        padding: 10px 2%;
    }

    header a.link-logo {
        width: auto;
    }

    body.page.scrolled header a.link-logo {
        width: auto;
    }

    body.page.scrolled .logo-minec {
        width: 95px;
        height: 56px;
    }

    .logo {
        width: 170px;
        height: 62px;
    }

    #header-nav {
        padding: 20px;
    }

    .logo-minec {
        width: 95px;
        height: 56px;
    }

    .tooltip:before {
        width: 180px;
        height: auto;
        padding: 10px 8px 10px 10px;
    }

    .gform_wrapper.gravity-theme .gf_progressbar_title {
        margin-bottom: 0;
    }

    .page-block.block-faqs .faq-question {
        padding: 16px 2em 16px 0 !important;
    }

    section.page-block.block-columns.block-columns-transparent.header-minec .table-form .row-form .regular,
    section.page-block.block-columns.block-columns-transparent.header-minec .table-form .row-form .promo,
    section.page-block.block-hero.block-hero-columns.header-minec .table-form .row-form .regular,
    section.page-block.block-hero.block-hero-columns.header-minec .table-form .row-form .promo,
    section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .row-form .regular,
    section.page-block.block-texto.block-texto-center.max-width.block-texto-transparent.texto-form .row-form .promo {
        flex-basis: 40%;
    }

    .table-form .row-form {
        gap: 0;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .full-menu nav li a {
        font-size: 28px;
        padding: 20px 30px 20px 30px;
    }

    section.page-block.block-columns.block-columns-transparent.header-minec h1 {
        font-size: 68px;
        line-height: 67px;
        margin-top: 40px;
    }

    section.page-block.block-hero.block-align-left.block-color-white.block-separar-true.header-video-minec.has-video.reveal-opacity h1 {
        font-size: 68px;
    }

    .home h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    section.page-block.block-2_textos.block-2_textos-transparent .container .row .col-sm-6:nth-child(2),
    section.page-block.block-hero.block-hero-columns.header-minec .container .row .col-sm-6:nth-child(2) {
        margin-top: 20px;
    }

    section.page-block.block-tickets .table-tickets .row span note {
        font-size: 18px;
    }

    .round-spot {
        display: none;
    }

    .programa-workshop,
    .programa-congreso {
        padding: 30px 20px 10px;
    }

    .frame-programa .row .time p,
    .frame-programa .row .title p {
        font-size: 20px;
    }

    .frame-programa .row .title p {
        margin-bottom: 0;
    }

    .frame-programa .row.launch {
        flex-direction: column;
        gap: 0.5em;
        padding: 10px;
    }

    #list-talents .box-talent {
        height: 500px;
    }

    .values .block-grid-item h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .values .block-grid-item {
        gap: 0;
        margin-top: 1em;
    }

    .home section.page-block.block-imagen_mas_texto.estirar_imagen {
        padding-bottom: 10px;
    }

    section.grid-banners .list-banners-destacados .banner .text h3 {
        font-size: 32px;
    }

    section.page-block.block-tickets .table-tickets .row span {
        font-size: 20px;
    }

    section.page-block.block-columns.partner .separador span {
        font-size: 18px;
    }

    #list-cards .box-card {
        padding: 30px 20px;
    }

    .box-card .icon {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .box-card .icon img {
        width: 45px;
        height: auto;
    }

    section.page-block.block-columns.partner .row-brands {
        flex-direction: column;
    }

    footer {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    footer .info {
        flex-direction: column;
        justify-content: center;
    }

    footer .info img {
        margin: 0 auto;
    }

}