* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: transparent;
}

html.loader:after {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px;
    font-size: 50px;
    text-align: center;
    color: white;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    z-index: 9999;
}

html.loader:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.anim_04 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.div_wrap_small {
    max-width: 910px;
    margin: 0 auto;
}

.div_wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.div_wrap_big {
    max-width: 1240px;
    margin: 0 auto;
}

.div_wrap_small:after,
.div_wrap:after,
.div_wrap_big:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

div.clear {
    clear: both;
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .div_wrap_small {
        max-width: 740px;
    }

    .div_wrap {
        max-width: 880px;
    }

    .div_wrap_big {
        max-width: 990px;
    }
}

@media screen and (max-width: 1023px) {
    .div_wrap_small,
    .div_wrap,
    .div_wrap_big {
        max-width: 670px;
    }
}

@media screen and (max-width: 767px) {
    .div_wrap_small,
    .div_wrap,
    .div_wrap_big {
        max-width: 450px;
    }
}

@media screen and (max-width: 499px) {
    .div_wrap_small,
    .div_wrap,
    .div_wrap_big {
        max-width: 350px;
    }
}

@media screen and (max-width: 399px) {
    .div_wrap_small,
    .div_wrap,
    .div_wrap_big {
        max-width: 280px;
    }
}

html, body {
    min-height: 100%;
    font-family: 'SharpGrotesk-Light20', 'Arial', 'Helvetica', sans-serif;
    background-color: #f4ece4;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
}

body::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.bloque_texto_100 {
    padding-top: 200px;
    padding-bottom: 100px;
}

.bloque_texto_100 h1,
.bloque_texto_100 h2,
.bloque_texto_100 h3,
.bloque_texto_100 h4,
.bloque_texto_100 h5,
.bloque_texto_100 h6 {
    margin-top: 40px;

    font-family: 'SharpGrotesk-SemiBold25';
    font-weight: normal;
    color: black;
    margin-bottom: 15px;
}

.bloque_texto_100 h1:first-child,
.bloque_texto_100 h2:first-child,
.bloque_texto_100 h3:first-child,
.bloque_texto_100 h4:first-child,
.bloque_texto_100 h5:first-child,
.bloque_texto_100 h6:first-child {
    margin-top: 0px;
}

.bloque_texto_100 a {
    color: black;
    text-decoration: underline;
}

.bloque_texto_100 h1 {
    font-size: 30px;
    line-height: 35px;
}


.bloque_texto_100 h2 {
    font-size: 27px;
    line-height: 32px;
}

.bloque_texto_100 h3 {
    font-size: 22px;
    line-height: 22px;
}

.bloque_texto_100 h4 {
    font-size: 18px;
    line-height: 18px;
}

.bloque_texto_100 h5 {
    font-size: 18px;
    line-height: 23px;
}

.bloque_texto_100 p,
.bloque_texto_100 li {
    font-family: 'SharpGrotesk-Light20';
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 23px;
}

.bloque_texto_100 b,
.bloque_texto_100 strong {

    font-family: 'SharpGrotesk-SemiBold25';
    font-weight: normal;
}

.bloque_texto_100 li {
    margin-bottom: 7px;
}

.bloque_texto_100 ul,
.bloque_texto_100 ol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 40px;
}

.bloque_texto_100 ul li {
    list-style: disc;
}

.bloque_texto_100 ol li {
    list-style: decimal;
}

.bloque_texto_100 ol ol li {
    list-style: lower-alpha;
}

.bloque_texto_100 table {
    width: 100%;
    font-family: 'SharpGrotesk-Light20';
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
    border-collapse: collapse;
}

.bloque_texto_100 table td {
    border: 1px solid black;
    padding: 10px;
}

.bloque_texto_100 table td p {
    margin-bottom: 0;
}

.bloque_texto_100 table thead tr:first-child td,
.bloque_texto_100 table thead tr:first-child td p {
    font-family: 'SharpGrotesk-Light20';
}

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


    .bloque_texto_100 h1,
    .bloque_texto_100 h2,
    .bloque_texto_100 h3,
    .bloque_texto_100 h4,
    .bloque_texto_100 h5,
    .bloque_texto_100 h6 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .bloque_texto_100 h1:first-child,
    .bloque_texto_100 h2:first-child,
    .bloque_texto_100 h3:first-child,
    .bloque_texto_100 h4:first-child,
    .bloque_texto_100 h5:first-child,
    .bloque_texto_100 h6:first-child {
        margin-top: 0px;
    }

    .bloque_texto_100 a {
        color: black;
        text-decoration: underline;
    }

    .bloque_texto_100 h1 {
        font-size: 22px;
        line-height: 22px;
    }


    .bloque_texto_100 h2 {
        font-size: 20px;
        line-height: 23px;
    }

    .bloque_texto_100 h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .bloque_texto_100 h4 {
        font-size: 16px;
        line-height: 16px;
    }

    .bloque_texto_100 h5 {
        font-size: 14px;
        line-height: 16px;
    }

    .bloque_texto_100 p,
    .bloque_texto_100 li {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }


    .bloque_texto_100 ul,
    .bloque_texto_100 ol {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 25px;
    }


    .bloque_texto_100 table {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .bloque_texto_100 table td {
        padding: 5px;
    }

}


/* COOKIES */
.smsCookie {
    background-color: rgba(0, 0, 0, 0.7);
    color: #9A9A9A;
    position: fixed;
    top: 110%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.smsCookie.open {
    top: 0;
}

.smsCookie .bg_light {
    color: white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
}

.smsCookie .bg_light > div {
    background-color: #3977bb;
    padding: 50px 40px;
    box-sizing: border-box;
}

.smsCookie .bg_light .cols {
    overflow: hidden;
}

.smsCookie .bg_light .cols > div {
    float: left;
}

.smsCookie .bg_light .cols > div.col_1 {
    width: 180px;
}

.smsCookie .bg_light .cols > div.col_1 a {
    width: 140px;
    display: block;
}

.smsCookie .bg_light .cols > div.col_1 a img {
    display: block;
    width: 100%;
}

.smsCookie .bg_light .cols > div.col_2 {
    width: calc(100% - 310px - 180px);
    font-size: 19px;
    line-height: 22px;
    text-align: justify;
}

.smsCookie .bg_light .cols > div.col_2 a {
    text-decoration: underline;
    font-weight: bold;
    color: white;
}

.smsCookie .bg_light .cols > div.col_3 {
    width: 310px;
    box-sizing: border-box;
    padding-left: 50px;
    text-align: center;
}

.smsCookie .bg_light .cols > div.col_3 a.link {
    text-decoration: underline;
    cursor: pointer;
}

.smsCookie .bg_light .cols > div.col_3 a.btn {

    font-family: 'SharpGrotesk-SemiBold25';
    width: 100%;
    height: 57px;
    box-sizing: border-box;
    border: 3px solid #dd951b;
    background-color: #dd951b;
    line-height: 51px;
    font-size: 20px;
    color: #3977bb;
    display: block;
    cursor: pointer;
    text-align: center;
    margin-bottom: 30px;
}


.smsCookie .bg_light .cols > div.col_3 a.btn:hover {
    color: #3977bb;
    background-color: white;
    border: 3px solid #dd951b;
}

.smsCookie .bg_light .cols > div.col_3 a.btn.btn_rc {
    border: 3px solid #dd951b;
    background-color: #3977bb;
    color: white;
}

.smsCookie .bg_light .cols > div.col_3 a.btn.btn_rc:hover {
    border: 3px solid #dd951b;
    background-color: white;
    color: #3977bb;
}


.smsCookie .for_configurar {
    font-size: 15px;
    line-height: 20px;
    color: white;
    max-height: 110%;
    overflow-y: scroll;
}

.smsCookie .for_configurar p {
    margin-bottom: 25px;
}

.smsCookie .for_configurar p a {
    color: white;
    text-decoration: underline;
}


.smsCookie a.comoBtn {
    color: white;
    margin-left: 15px;
    font-size: 50px;
    padding: 0;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    vertical-align: bottom;
}

.smsCookie a.comoBtn.comoBtnAAnalitica,
.smsCookie a.comoBtn.comoBtnAPublicitarias,
.smsCookie a.comoBtn.comoBtnAPersonalizacion {
    color: red;
}

.smsCookie a.comoBtn.comoBtnRAnalitica,
.smsCookie a.comoBtn.comoBtnRPublicitarias,
.smsCookie a.comoBtn.comoBtnRPersonalizacion {
    color: green;
}

.smsCookie a.comoBtn.selected {
    display: none;
}

.smsCookie a.comoBtn i {
    line-height: 30px;
}

.smsCookie .for_configurar {
    margin: 0 auto;
    margin-top: 0px;
    border: 2px solid #dd951b;
    padding: 30px;
    text-align: left;
    background-color: black;
    box-sizing: border-box;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1120px;
}

.smsCookie .for_configurar ul {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 25px;
}

.smsCookie .for_configurar ul li {
    list-style: disc;
}

.smsCookie .for_configurar a.btn {

    font-family: 'SharpGrotesk-SemiBold25';
    width: 300px;
    height: 57px;
    box-sizing: border-box;
    border: 3px solid #dd951b;
    background-color: #dd951b;
    line-height: 51px;
    font-size: 20px;
    color: black;
    display: block;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

.smsCookie .for_configurar a.btn:hover {
    background-color: black;
    border: 3px solid black;
    color: #dd951b;
}

@media screen and (max-width: 1279px) {
    .smsCookie .for_configurar {
        width: 880px;
    }

    .smsCookie .bg_light {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .smsCookie .bg_light .cols > div.col_1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .smsCookie .bg_light .cols > div.col_2 {
        width: calc(100% - 310px);
    }


}

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

    .smsCookie .for_configurar {
        width: 90%;
    }

    .smsCookie .bg_light {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .smsCookie .bg_light .cols > div.col_2 {
        width: 100%;
    }

    .smsCookie .bg_light .cols > div.col_3 {
        width: 100%;
        padding: 0;
        overflow: hidden;
        margin-top: 30px;
    }

    .smsCookie .bg_light .cols > div.col_3 a.link {
        float: left;
        margin-top: 15px;
    }

    .smsCookie .bg_light .cols > div.col_3 a.btn {
        width: 300px;
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .smsCookie .for_configurar {
        max-height: 95%;
        overflow-y: auto;
    }


    .smsCookie .bg_light {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .smsCookie .bg_light .cols > div.col_1 {
        margin-bottom: 15px;
    }

    .smsCookie .bg_light .cols > div.col_2 {
        font-size: 12px;
        line-height: 15px;
    }

    .smsCookie .bg_light .cols > div.col_3 {
        margin-top: 15px;
    }

    .smsCookie .bg_light .cols > div.col_3 a.link {
        font-size: 12px;
        line-height: 15px;
        margin-top: 15px;
        display: block;
        text-align: center;
        float: none;
    }

    .smsCookie .bg_light .cols > div.col_3 a.btn {
        height: 37px;
        border-width: 2px;
        line-height: 33px;
        font-size: 15px;
        width: 200px;
        margin: 0 auto;
        float: none;
        margin-top: 15px;
    }

    .smsCookie .for_configurar {
        font-size: 14px;
        line-height: 17px;
    }

    .smsCookie .for_configurar a.btn {
        height: 37px;
        border-width: 2px;
        line-height: 33px;
        font-size: 15px;
        width: 250px;
        margin: 0 auto;
        float: none;
        margin-top: 15px;
    }
}

/* ALERTS */

.alert {
    border: 1px solid #ccc;
    background-color: rgba(204, 204, 204, 0.81);
    font-family: 'SharpGrotesk-Light20';
    padding: 20px;
    min-width: 250px;
    min-height: 50px;
    border-radius: 4px;
    box-sizing: border-box;
}

.alert a {
    color: white !important;
    text-decoration: underline !important;
}

.alert.alert-danger {
    border: 1px solid #ff0000;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
}

.alert.alert-success {
    border: 1px solid #00b000;
    background-color: rgba(0, 176, 0, 0.8);
    color: white;
}

.alert.alert-warning {
    border: 1px solid rgba(211, 188, 18, 1);
    background-color: rgba(211, 188, 18, 1);
    color: black;
}

.alert.alert-warning a {
    color: black !important;
}

.alert .close {
    background-color: transparent;
    color: white;
    font-size: 20px;
    cursor: pointer;
}


.alert {
    bottom: 50% !important;
    right: 50% !important;
    width: 300px !important;
    height: auto !important;
    margin-right: -150px !important;
    margin-top: -50px !important;
    text-align: center !important;
}

.btn_punto {
    text-align: center;
    width: 140px;
    background-color: white;
    color: #dd951b;
    border-radius: 32px;
    box-sizing: border-box;
    border: 1px solid white;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.btn_punto:hover {
    background-color: #dd951b;
    color: white;
}

.btn_punto.btn_icon_right {
    padding-right: 10px;
    position: relative;
}

.btn_punto.btn_icon_right i {
    position: absolute;
    top: 0;
    right: 10px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
}


form .btn_punto.btn_icon_right {
    padding-right: 10px;
    position: relative;
    height: 52px;
    line-height: 50px;
    font-size: 24px;
}

form .btn_punto.btn_icon_right i {
    position: absolute;
    top: 0;
    right: 20px;
    height: 52px;
    line-height: 50px;
    font-size: 26px;
}

form .row_form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

form .row_form .col_form {
    padding: 0 15px;
    width: 100%;
}

form .row_form .col_form:first-child {
    padding-left: 0;
}

form .row_form .col_form:last-child {
    padding-right: 0;
}


form .row_form .col_form .wrap_campo {
    position: relative;
}

form .row_form .col_form .wrap_campo .label_select,
form .row_form .col_form .wrap_campo .label_input {
    position: relative;
}

form .row_form .col_form .wrap_campo .label_select label.label_especial,
form .row_form .col_form .wrap_campo .label_input label.label_especial {

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    font-size: 15px;
    line-height: 20px;
    color: #3977bb;
    display: block;
    position: absolute;
    left: 0px;
    top: 13px;
    z-index: 10;
}

form .row_form .col_form .wrap_campo .label_select.focused label.label_especial,
form .row_form .col_form .wrap_campo .label_select.is_edited label.label_especial,
form .row_form .col_form .wrap_campo .label_input.focused label.label_especial,
form .row_form .col_form .wrap_campo .label_input.is_edited label.label_especial {
    margin-top: -33px;
}


form .row_form .col_form .wrap_campo .label_select i {
    position: absolute;
    top: 0px;
    right: 0;
    color: #3977bb;
    line-height: 46px;
    font-size: 20px;
    height: 46px;
    width: 46px;
    text-align: center;
}

form .row_form .col_form .wrap_campo .label_select label.label_especial span,
form .row_form .col_form .wrap_campo .label_input label.label_especial span {
    color: #dd951b;
    display: inline-block;
    margin-left: 5px;
}

form .row_form .col_form .wrap_campo .label_select select,
form .row_form .col_form .wrap_campo .label_select .select2-container .select2-selection--single,
form .row_form .col_form .wrap_campo .label_input input,
form .row_form .col_form .wrap_campo .label_input textarea {
    font-family: 'SharpGrotesk-Light20';
    height: 46px;
    box-sizing: border-box;
    border-bottom: 1px solid #3977bb;
    background-color: transparent;
    line-height: 46px;
    font-size: 15px;
    width: 100%;
    padding: 0px;
    color: #000000;
    border-radius: 0 !important;
}

form .row_form .col_form .wrap_campo .label_input textarea {
    min-height: 150px;
    height: auto;
}


form .row_form .col_form .wrap_campo .label_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

form .row_form .col_form .wrap_campo .label_select select.error,
form .row_form .col_form .wrap_campo .label_input input.error,
form .row_form .col_form .wrap_campo .label_input textarea.error {
    border-color: red;
}

form .row_form .col_form .wrap_campo.conError div.conError,
form .row_form .col_form .wrap_campo.conError div.conError,
form .row_form .col_form .wrap_campo.conError div.conError {
    border-color: red;
    line-height: 20px;
    font-size: 13px;
    color: red;
}

form .row_form .col_form .wrap_campo.conError .label_select .select2-container .select2-selection--single {
    border-color: red;
}

form .row_form .col_form .campos_obligatorios {
    color: #dd951b;
    font-size: 13px;
    line-height: 13px;
}

form .row_form .col_form .btn_punto {
    text-align: left;
    padding-left: 30px;
    width: 340px;
    color: #3977bb;
}

form .row_form .col_form .btn_punto:hover {
    background-color: #3977bb;
    color: white;
}

.textos_intro_seccion {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}

.textos_intro_seccion .col_titulo {
    width: 480px;
    box-sizing: border-box;
    padding-right: 20px;
    font-family: 'SharpGrotesk-Book20';
    color: white;
    font-size: 45px;
    line-height: 50px;
}

.textos_intro_seccion .col_texto {
    width: calc(100% - 480px);
    padding-top: 60px;
    font-size: 20px;
    line-height: 30px;
    color: #dd951b;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background-color: transparent;
}

.header_sticky header {
    background-color: #3977bb;
}

body.pagina header {
    background-color: #3977bb;
}

header .div_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    max-height: 0;
    height: 100%;
    background-color: #f4ece4;
}


.open_menu header .div_menu {
    max-height: 100%;
}

header .estructura_header {
    padding: 20px 0;
    overflow: hidden;
}

header .estructura_header .logo {
    width: 170px;
    float: left;
}

header .estructura_header .logo a {
    display: block;
}

header .estructura_header .logo a img {
    width: 100%;
}

header .estructura_header .right-header {
    width: calc(100% - 170px);
    float: left;
    overflow: hidden;
    padding-top: 10px;
}

header .estructura_header .right-header .organiza {
    width: 180px;
    float: right;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    color: white;
    overflow: hidden;
}

header .estructura_header .right-header .organiza .texto {
    width: calc(100% - 95px);
    float: left;
}

header .estructura_header .right-header .organiza .imagen {
    width: 90px;
    margin-left: 5px;
    float: left;
}

header .estructura_header .right-header .organiza img {
    display: block;
    width: 100%;
    margin-top: 9px;
}

header .estructura_header .right-header .contacto {
    width: 140px;
    float: right;
    margin-left: 40px;
}

header .estructura_header .right-header .menu {
    width: 80px;
    float: right;
    margin-left: 40px;
}

header > .div_wrap .estructura_header .right-header .menu .icon_menu {
    text-align: right;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

header > .div_wrap .estructura_header .right-header .menu .icon_menu i {
    color: #dd951b;
    margin-left: 5px;
    font-size: 10px;
    line-height: 30px;
    vertical-align: top;
}

header .estructura_header .right-header .menu_mobile {
    float: right;
    margin-left: 40px;
    display: none;
    color: #dd951b;
    font-size: 35px;
    line-height: 30px;
}

header > .div_menu .estructura_header .right-header .menu {
    width: 140px;
}

header > .div_menu .estructura_menu ul {
    margin-bottom: 45px;
}

header > .div_menu .estructura_menu ul li {
    border-bottom: 2px solid #dd951b;
}

header > .div_menu .estructura_menu ul li a {
    font-family: 'SharpGrotesk-Book20';
    color: #3977bb;
    line-height: 45px;
    padding: 27px 0;
    font-size: 35px;
    display: block;
}

header > .div_menu .estructura_footer_menu {
    color: #dd951b;
}

header > .div_menu .estructura_footer_menu a {
    display: inline-block;
    margin-right: 20px;
    color: #3977bb;
    font-size: 15px;
    line-height: 15px;
}

header > .div_menu .estructura_footer_menu a i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 15px;
    vertical-align: top;
}

header > .div_menu .estructura_footer_menu a:first-child {
    color: #dd951b;
    text-transform: uppercase;
}

header > .div_menu .estructura_footer_menu a:first-child i {
    font-size: 10px;
}

footer {
    position: relative;
    z-index: 13;
    background-color: #3977bb;
}

footer .f_azul {
    padding-bottom: 80px;
}

footer .f_blanco {
    background-color: #ffffff;
    padding-top: 80px;
}

footer .footer_top,
footer .footer_middle {
    padding-top: 80px;
}

footer .footer_kit img {
    max-width: 100%;
}


footer .titulo {
    color: #000000;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer .titulo i {
    margin-right: 5px;
    font-size: 10px;
    line-height: 15px;
    vertical-align: top;
    color: white;
}

footer .f_blanco .titulo i {
    color: #3977bb;
}

footer .footer_links ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
}

footer .footer_links ul li {
    padding: 0 20px;
}

footer .footer_links ul li:first-child {
    padding-left: 0px;
}

footer .footer_links ul li:last-child {
    padding-right: 0px;
}

footer .footer_links ul li img {
    display: block;
    max-width: 100%;
}


footer .footer_cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

footer .footer_cols > div {
    width: 545px;
}

footer .footer_cols > div:last-child {
    width: 150px;
}

footer .footer_cols > div .contenido {
    padding-left: 20px;
}

footer .footer_cols > div .contenido p {
    font-size: 15px;
    line-height: 22px;
    color: white;
}


footer .footer_cols > div .contenido p a {
    color: white;
}

footer .footer_cols > div .contenido > a {
    font-size: 15px;
    line-height: 22px;
    color: white;
    display: block;
}

footer .footer_cols > div .contenido > a i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 22px;
    vertical-align: top;
}


footer .footer_bottom {
    border-top: 1px solid black;
    padding: 25px 0;
    margin-top: 70px;
    font-size: 13px;
    line-height: 15px;
    color: black;
}

footer .footer_bottom a {
    color: black;
    text-decoration: underline;
}

footer .footer_bottom .footer_cols > div:last-child {
    text-align: right;
}

#banner_home {
    background-image: url("../images/imagen-home.jpg");
    background-size: 1690px auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #3977bb;
    padding-top: 160px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 8;
    padding-bottom: 100px;
}

#banner_home .titulo_fecha {
    background-color: #dd951b;
    width: 670px;
    line-height: 44px;
    font-size: 25px;
    font-family: 'SharpGrotesk-SemiBold25';
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 40px;
}

#banner_home .titulo_texto {
    text-transform: uppercase;
    line-height: 100px;
    font-family: 'SharpGrotesk-Medium10';
    font-size: 120px;
    margin-bottom: 90px;
    padding-top: 85px; /* AJUSTES POR KITAR LOS TEXTO */
}

#banner_home .titulo_ubicacion {
    margin-bottom: 50px;
    font-family: 'SharpGrotesk-Book25';
    line-height: 30px;
    font-size: 25px;
    text-transform: uppercase;
}

#banner_home a.btn_punto {
    position: relative;
    height: 52px;
    line-height: 50px;
    font-size: 24px;
    width: 350px;
    margin-bottom: 310px;
    margin-top: 110px; /* AJUSTES POR KITAR LOS TEXTO */
}

#banner_home .flecha {
    margin-bottom: 140px;
}

#banner_home .texto_blanco {
    padding-left: 470px;
    font-family: 'SharpGrotesk-Book20';
    line-height: 35px;
    font-size: 25px;
    text-align: left;
}

#banner_home .icon_corazon {
    position: absolute;
    bottom: 370px;
    left: 50%;
    margin-left: -400px;
    width: 130px;
}

#banner_home .icon_share {
    position: absolute;
    bottom: 270px;
    left: 50%;
    margin-left: -600px;
    width: 100px;
}

#banner_home .icon_web {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -315px;
    width: 160px;
}

#banner_home .icon_corazon img,
#banner_home .icon_share img,
#banner_home .icon_web img {
    display: block;
    width: 100%;
}

#asistir_evento {
    padding-top: 125px;
    padding-bottom: 140px;
    position: relative;
    z-index: 9;
}

#asistir_evento > .div_wrap > .titulo {
    font-family: 'SharpGrotesk-Book20';
    line-height: 46px;
    font-size: 40px;
    color: #3977bb;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#asistir_evento > .div_wrap > .subtitulo {
    font-family: 'SharpGrotesk-Book20';
    line-height: 30px;
    font-size: 24px;
    color: #dd951b;
    text-align: center;
    margin-bottom: 50px;
}

#asistir_evento > .div_wrap > .texto {
    line-height: 30px;
    font-size: 19px;
    text-align: center;
    margin-bottom: 80px;
}

#asistir_evento > .div_wrap > .texto p {
    margin-bottom: 20px;
}

#asistir_evento > .div_wrap > .texto p a {
    color: black;
    text-decoration: underline;
}

#asistir_evento > .div_wrap > .texto p i {
    font-family: 'SharpGrotesk-LightItalic20';
    font-size: 15px;
}

#asistir_evento > .div_wrap > .wrap_fechas {
    width: 540px;
    margin: 20px auto;
    text-align: center;
    font-family: 'SharpGrotesk-Book20';
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

#asistir_evento > .div_wrap > .wrap_fechas .titulo {
    color: #dd951b;
}


#asistir_evento > .div_wrap > .wrap_fechas .fechas {
    background-color: #3977bb;
    color: white;
}

#conoce_experiencias {
    position: relative;
    z-index: 10;
    padding-bottom: 320px;
}

#conoce_experiencias > .circulo {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#conoce_experiencias > .circulo:before {
    content: "";
    position: absolute;
    width: 1690px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    background-color: #3977bb;
    top: 0;
    left: 50%;
    margin-left: -845px;
    z-index: 9;
    aspect-ratio: 1;
}

#conoce_experiencias > .circulo:after {
    content: "";
    position: absolute;
    top: 800px;
    left: 0;
    height: 10000px;
    width: 100%;
    background-color: #3977bb;
    z-index: 9;
}

#conoce_experiencias .div_wrap,
#conoce_experiencias .div_wrap_small,
#conoce_experiencias .imagen_full_interacion {
    position: relative;
    z-index: 10;
}


#conoce_experiencias > .div_wrap > .titulo {
    font-family: 'SharpGrotesk-Book20';
    line-height: 46px;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 200px;
}


#conoce_experiencias > .div_wrap > .texto {
    line-height: 30px;
    font-size: 19px;
    text-align: center;
    margin-bottom: 80px;
    color: white;
}


#conoce_experiencias .div_wrap .flecha {
    text-align: center;
    margin-bottom: 80px;
}


#conoce_experiencias .cols_expositores {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 80px;
}

#conoce_experiencias .cols_expositores > div {
    width: 100%;
}

#conoce_experiencias .cols_expositores > div img {
    display: block;
    width: 100%;
}

#conoce_experiencias .imagen_full_interacion img {
    display: block;
    width: 100%;
    margin-top: 100px;
}


#conoce_experiencias .icon_hand {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: 315px;
    width: 130px;
    z-index: 10;
}

#conoce_experiencias .icon_people {
    position: absolute;
    top: -77px;
    left: 50%;
    margin-left: -550px;
    width: 160px;
    z-index: 10;
}

#conoce_experiencias .icon_marker {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -415px;
    width: 150px;
    z-index: 10;
}

#conoce_experiencias .icon_phone {
    position: absolute;
    bottom: 295px;
    left: 50%;
    margin-left: -560px;
    width: 95px;
    z-index: 10;
}

#conoce_experiencias .icon_hand img,
#conoce_experiencias .icon_people img,
#conoce_experiencias .icon_marker img,
#conoce_experiencias .icon_phone img {
    display: block;
    width: 100%;
}


.presentacion_productos_div {
    position: relative;
    z-index: 12;
    padding-top: 150px;
    padding-bottom: 300px;
}

.presentacion_productos_div .intro {
    margin-bottom: 50px;
}

.presentacion_productos_div .intro .titulo {
    font-family: 'SharpGrotesk-Book20';
    line-height: 46px;
    font-size: 40px;
    color: #dd951b;
    text-align: left;
    margin-bottom: 50px;
}


.presentacion_productos_div .intro .texto {
    line-height: 30px;
    font-size: 19px;
    text-align: left;
    margin-bottom: 80px;
    color: #3977bb;
}


.presentacion_productos_div .listado_productos {
    margin-bottom: 120px;
}

.presentacion_productos_div .listado_productos > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dd951b;
    padding: 40px 0;
}

.presentacion_productos_div .listado_productos > div:first-child {
    border-top: 1px solid #dd951b;
}

.presentacion_productos_div .listado_productos > div .concepto {
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding-right: 100px;
}

.presentacion_productos_div .listado_productos > div .concepto .titulo {
    color: #3977bb;
    font-family: 'SharpGrotesk-Book20';
    line-height: 30px;
    font-size: 29px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.presentacion_productos_div .listado_productos > div .link {
    width: 250px;
    text-align: center;
    color: #dd951b;
    line-height: 25px;
    font-size: 13px;
}

.presentacion_productos_div .listado_productos > div .link .btn_punto {
    text-align: left;
    padding-left: 30px;
    width: 250px;
    color: #ffffff;
    background-color: #3977bb;
    border-color: #3977bb;
    height: 52px;
    line-height: 50px;
    font-size: 24px;
}

.presentacion_productos_div .listado_productos > div .link .btn_punto i {
    right: 20px;
    height: 52px;
    line-height: 50px;
    font-size: 26px;
}

.presentacion_productos_div .listado_productos > div .link .btn_punto:hover {
    background-color: #ffffff;
    color: #3977bb;
}

.presentacion_productos_div .icon_hand {
    position: absolute;
    bottom: 125px;
    left: 50%;
    margin-left: -550px;
    width: 130px;
    z-index: 10;
}

.presentacion_productos_div .icon_corazon {
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -130px;
    width: 75px;
    z-index: 10;
}

.presentacion_productos_div .icon_people_4 {
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: 120px;
    width: 430px;
    z-index: 10;
}


.presentacion_productos_div .icon_people_2 {
    position: absolute;
    top: -355px;
    left: 50%;
    margin-left: -80px;
    width: 700px;
    z-index: 10;
}

.presentacion_productos_div .icon_hand img,
.presentacion_productos_div .icon_corazon img,
.presentacion_productos_div .icon_people_2 img,
.presentacion_productos_div .icon_people_4 img {
    display: block;
    width: 100%;
}

#masterclass {
    position: relative;
    z-index: 11;
    background-color: #dd951b;
    padding-bottom: 140px;
}

#masterclass .intro {
    margin-bottom: 50px;
}

#masterclass .intro .titulo {
    font-family: 'SharpGrotesk-Book20';
    line-height: 46px;
    font-size: 40px;
    color: #3977bb;
    text-align: left;
    margin-bottom: 50px;
    padding-top: 200px;
}


#masterclass .intro .texto {
    line-height: 30px;
    font-size: 19px;
    text-align: left;
    margin-bottom: 80px;
    color: #ffffff;
}


#masterclass .cols_espacios {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 70px;
}

#masterclass .cols_espacios > div {
    padding: 0 18px;
    width: 100%;
}

#masterclass .cols_espacios > div:first-child {
    padding-left: 0;
}

#masterclass .cols_espacios > div:last-child {
    padding-right: 0;
}


#masterclass .cols_espacios > div .zona {
    background-color: #f4ece4;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 40px 45px;
    aspect-ratio: 1;
    background-image: url("../images/icon_pdf.png");
    background-position: bottom 50px right 50px;
    background-repeat: no-repeat;
    background-size: 45px;
    display: block;
    opacity: 1;
}

#masterclass .cols_espacios > div .zona:hover {
    transform: scale(1.05, 1.05);
    opacity: 0.9;
}

#masterclass .cols_espacios > div .zona .titulo_icono {
    overflow: hidden;
    margin-bottom: 20px;
}

#masterclass .cols_espacios > div .zona .titulo_icono .titulo {
    font-family: 'SharpGrotesk-Book20';
    line-height: 20px;
    font-size: 16px;
    color: #3977bb;
    text-transform: uppercase;
}

#masterclass .cols_espacios > div .zona .contenido {
    color: #dd951b;
    line-height: 22px;
    font-size: 18px;
}


#masterclass .cols_espacios .btn_punto {
    text-align: left;
    padding-left: 30px;
    width: 280px;
    color: #ffffff;
    background-color: #3977bb;
    border-color: #3977bb;
}

#masterclass .cols_espacios .btn_punto:hover {
    background-color: #ffffff;
    color: #3977bb;
}


#masterclass .icon_phone {
    position: absolute;
    top: -47px;
    left: 50%;
    margin-left: -560px;
    width: 95px;
    z-index: 10;
}

#masterclass .icon_marker {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -415px;
    width: 150px;
    z-index: 10;
}


#masterclass .icon_people_3 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -550px;
    width: 380px;
    z-index: 10;
}

#masterclass .icon_phone img,
#masterclass .icon_marker img,
#masterclass .icon_people_3 img {
    display: block;
    width: 100%;
}


@media screen and (max-width: 1279px) and (min-width: 1024px) {

    footer .footer_cols > div {
        width: 420px;
    }

    #banner_home .titulo_fecha {
        font-size: 20px;
    }

    #banner_home .titulo_texto {
        line-height: 80px;
        font-size: 100px;
        margin-bottom: 110px;
    }


    #masterclass .cols_espacios > div .zona .titulo_icono .titulo {
        line-height: 18px;
        font-size: 14px;
    }


    #masterclass .cols_espacios > div .zona .contenido {
        line-height: 19px;
        font-size: 15px;
    }

    .presentacion_productos_div .icon_people_2 {
        margin-left: -150px;
    }

    #masterclass .cols_espacios > div .zona {
        background-position: bottom 34px right 35px;
        background-size: 35px;
    }

}


@media screen and (max-width: 1023px) {
    header .estructura_header .right-header .menu_mobile {
        display: block !important;
    }

    form .row_form {
        display: block;
        margin-bottom: 0px;
    }

    form .row_form .col_form {
        padding: 0px !important;
        margin-bottom: 50px;
        width: 100%;
    }

    form .row_form .col_form .btn_punto {
        line-height: 60px;
        height: 62px;
        font-size: 20px;
        width: 100%;
    }

    form .row_form .col_form .btn_punto.btn_icon_right i {
        right: 25px;
        height: 62px;
        line-height: 60px;
        font-size: 26px;
    }


    header .estructura_header .right-header .contacto,
    header .estructura_header .right-header .menu {
        display: none !important;
    }

    footer .f_azul {
        padding-bottom: 30px;
    }

    footer .f_blanco {
        padding-top: 30px;
    }

    footer .footer_links ul {
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }

    footer .footer_links ul li {
        padding: 0px;
        padding-bottom: 20px;
        width: calc(100% / 3);
        box-sizing: border-box;
    }

    footer .footer_links ul li:nth-child(2),
    footer .footer_links ul li:nth-child(5) {
        text-align: center;
    }

    footer .footer_links ul li:nth-child(3) {
        text-align: right;
    }

    footer .footer_links ul li img {
        width: 200px;
        display: inline-block;
    }

    footer .footer_middle {
        padding-top: 0px;
    }

    footer .footer_cols {
        display: block;
    }

    footer .footer_cols > div {
        width: 100% !important;
        padding-top: 30px;
    }


    footer .footer_bottom {
        padding: 15px 0;
        padding-bottom: 30px;
        margin-top: 30px;
    }

    footer .footer_bottom .footer_cols > div {
        padding-top: 10px !important;
    }

    footer .footer_bottom .footer_cols > div:last-child {
        text-align: left;
    }

    #banner_home {
        padding-bottom: 170px;
    }

    #banner_home .btn_punto {
        display: none !important;
    }

    #banner_home .titulo_texto {
        margin-bottom: 50px !important;
    }

    #banner_home .texto_blanco {
        padding-left: 0px;
        text-align: center;
        margin-top: 300px;
        line-height: 40px;
        font-size: 29px;
    }

    #banner_home .icon_corazon {
        bottom: 625px;
        margin-left: 205px;
    }

    #banner_home .icon_share {
        bottom: 525px;
        margin-left: -335px;
    }

    #banner_home .icon_web {
        bottom: -85px;
        margin-left: 70px;
    }

    #asistir_evento {
        padding-top: 150px;
        padding-bottom: 130px;
    }

    #asistir_evento > .div_wrap > .titulo {
        line-height: 56px;
        font-size: 50px;
        margin-bottom: 60px;
    }

    #asistir_evento > .div_wrap > .texto {
        font-size: 20px;
    }

    #asistir_evento > .div_wrap > .texto br {
        display: none !important;
    }

    #asistir_evento > .div_wrap > .wrap_fechas {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 120px;
    }


    #conoce_experiencias {
        position: relative;
        z-index: 10;
        padding-bottom: 320px;
        padding-top: 140px;
    }


    #conoce_experiencias .div_wrap .flecha {
        display: none !important;
    }

    #conoce_experiencias > .div_wrap > .titulo {
        padding-top: 50px;
    }

    #conoce_experiencias .icon_hand {
        top: -25px;
        margin-left: 210px;
    }

    #conoce_experiencias .icon_people {
        top: -140px;
        margin-left: -370px;
    }

    #conoce_experiencias .cols_expositores {
        flex-wrap: wrap;
        margin-bottom: 28px;
    }

    #conoce_experiencias .cols_expositores > div {
        width: calc(50% - 14px);
    }

    #conoce_experiencias .icon_marker,
    #conoce_experiencias .icon_phone {
        display: none !important;
    }

    .presentacion_productos_div {
        padding-bottom: 320px;
        padding-top: 100px;
    }

    .presentacion_productos_div .intro .texto {
        padding-left: 0px;
    }

    .presentacion_productos_div .listado_productos {
        margin-bottom: 100px;
    }

    .presentacion_productos_div .listado_productos > div {
        padding: 30px 0;
    }

    .presentacion_productos_div .listado_productos > div .concepto {
        width: calc(100% - 50px);
        padding-right: 0px;
    }

    .presentacion_productos_div .listado_productos > div .link {
        width: 50px;
    }

    .presentacion_productos_div .listado_productos > div .link .btn_punto {
        width: 50px;
        height: 50px;
        font-size: 0px;
        color: #3977bb;
    }

    .presentacion_productos_div .listado_productos > div .link .btn_punto.btn_icon_right i {
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        text-align: center;
        color: white;
    }

    .presentacion_productos_div .listado_productos > div .link .btn_punto.btn_icon_right i:before {
        content: "\f061";
    }


    .presentacion_productos_div .icon_hand {
        bottom: 270px;
        margin-left: -420px;
    }

    .presentacion_productos_div .icon_corazon {
        bottom: 140px;
        margin-left: -200px;
    }

    .presentacion_productos_div .icon_people_4 {
        margin-left: -50px;
    }


    .presentacion_productos_div .icon_people_2 {
        top: -355px;
        margin-left: -355px;
    }

    #masterclass {
        padding-bottom: 80px;
        padding-top: 150px;
    }

    #masterclass .div_wrap .flecha {
        display: none !important;
    }

    #masterclass .intro .titulo {
        padding-top: 0;
    }

    #masterclass .cols_espacios {
        display: block;
        margin-bottom: 0px;
    }

    #masterclass .cols_espacios > div {
        padding: 0px !important;
        margin-bottom: 30px !important;
    }

    #masterclass .cols_espacios > div .zona {
        aspect-ratio: auto;
    }

    #masterclass .cols_espacios > div .zona .titulo_icono {
        margin-bottom: 20px;
    }

    #masterclass .cols_espacios > div .zona .titulo_icono .titulo br {
        display: none;
    }

    #masterclass .cols_espacios > div .zona {
        background-position: top 30px right 30px;
        background-size: 30px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    #masterclass .icon_phone,
    #masterclass .icon_marker {
        display: none;
    }


    #masterclass .icon_people_3 {
        bottom: -130px;
        margin-left: -400px;
        width: 380px;
    }

}

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

    form .row_form .col_form .btn_punto {
        line-height: 50px;
        height: 52px;
        font-size: 16px;
    }

    form .row_form .col_form .btn_punto.btn_icon_right i {
        height: 52px;
        line-height: 50px;
        font-size: 22px;
    }

    footer .footer_links ul li img {
        width: 135px;
        display: inline-block;
    }

    #banner_home {
        background-size: 1280px auto;
        padding-bottom: 115px;
        padding-top: 120px;
    }

    #banner_home .titulo_fecha {
        width: 100%;
        line-height: 37px;
        font-size: 18px;
        margin-bottom: 30px;
    }

    #banner_home .titulo_texto {
        line-height: 70px;
        font-size: 80px;
        margin-bottom: 70px;
    }

    #banner_home .titulo_ubicacion {
        margin-bottom: 30px;
        line-height: 25px;
        font-size: 20px;
    }

    #banner_home .texto_blanco {
        margin-top: 200px;
        line-height: 26px;
        font-size: 19px;
    }

    #banner_home .icon_corazon {
        bottom: 380px;
        margin-left: 135px;
        width: 80px;
    }

    #banner_home .icon_share {
        bottom: 325px;
        margin-left: -220px;
        width: 65px;
    }

    #banner_home .icon_web {
        bottom: -53px;
        margin-left: 40px;
        width: 105px;
    }

    #asistir_evento {
        padding-top: 95px;
        padding-bottom: 65px;
    }

    #asistir_evento > .div_wrap > .titulo {
        line-height: 43px;
        font-size: 37px;
        margin-bottom: 20px;
    }


    #asistir_evento > .div_wrap > .subtitulo {
        line-height: 29px;
        font-size: 24px;
        margin-bottom: 50px;
    }

    #asistir_evento > .div_wrap > .texto {
        font-size: 17px;
    }

    #asistir_evento > .div_wrap > .texto p i {
        font-size: 11px;
    }

    #asistir_evento > .div_wrap > .wrap_fechas {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 70px;
        width: 100%;
    }

    #conoce_experiencias {
        padding-bottom: 220px;
        padding-top: 100px;
    }



    #conoce_experiencias > .div_wrap > .titulo {
        line-height: 43px;
        font-size: 37px;
        margin-bottom: 20px;
    }


    #conoce_experiencias > .div_wrap > .texto {
        font-size: 17px;
    }

    #conoce_experiencias > .div_wrap > .titulo br {
        display: none !important;
    }

    #conoce_experiencias > .circulo:before {
        width: 1280px;
        margin-left: -640px;
        min-height: 1280px;
    }

    #conoce_experiencias .icon_people {
        top: -90px;
        margin-left: -235px;
        width: 100px;
    }

    #conoce_experiencias .icon_hand {
        top: -15px;
        margin-left: 140px;
        width: 90px;
    }

    .presentacion_productos_div .icon_people_2 {
        top: -235px;
        margin-left: -235px;
        width: 460px;
    }


    .presentacion_productos_div {
        padding-bottom: 250px;
        padding-top: 90px;
    }

    .presentacion_productos_div .intro {
        margin-bottom: 30px;
    }

    .presentacion_productos_div .intro .titulo {
        margin-bottom: 40px;
        line-height: 37px;
        font-size: 32px;
    }

    .presentacion_productos_div .intro .texto {
        line-height: 18px;
        font-size: 13px;
    }

    .presentacion_productos_div .listado_productos {
        margin-bottom: 60px;
    }

    .presentacion_productos_div .listado_productos > div {
        padding: 20px 0;
    }

    .presentacion_productos_div .listado_productos > div .hora {
        margin-bottom: 10px;
        line-height: 35px;
        font-size: 35px;
    }

    .presentacion_productos_div .listado_productos > div .concepto .titulo {
        line-height: 25px;
        font-size: 21px;
    }

    .presentacion_productos_div .listado_productos > div .concepto .texto {
        line-height: 21px;
        font-size: 16px;
    }


    .presentacion_productos_div .content_boton .btn_punto {
        line-height: 50px;
        height: 52px;
        font-size: 16px;
        width: 310px;
    }

    .presentacion_productos_div .content_boton .btn_punto.btn_icon_right i {
        height: 52px;
        line-height: 50px;
        font-size: 22px;
    }

    .presentacion_productos_div .icon_hand {
        bottom: 180px;
        margin-left: -275px;
        width: 90px;
    }

    .presentacion_productos_div .icon_corazon {
        bottom: 100px;
        margin-left: -130px;
        width: 55px;
    }

    .presentacion_productos_div .icon_people_4 {
        margin-left: -30px;
        width: 280px;
    }

    #masterclass {
        padding-top: 100px;
        padding-bottom: 50px;
    }


    #masterclass > .div_wrap > .intro > .titulo {
        line-height: 43px;
        font-size: 37px;
        margin-bottom: 20px;
    }


    #masterclass > .div_wrap > .intro > .texto {
        font-size: 17px;
    }
    #masterclass .cols_espacios > div .zona {
        border-top-left-radius: 55px;
        border-bottom-right-radius: 55px;
        padding: 40px 45px;
        padding-right: 35px;
    }

    #masterclass .cols_espacios > div .zona .titulo_icono {
        height: 50px;
    }

    #masterclass .cols_espacios > div .zona .titulo_icono .titulo {
        width: calc(100% - 40px);
        line-height: 21px;
        font-size: 16px;
    }

    #masterclass .cols_espacios > div .zona .titulo_icono .icono {
        width: 40px;
    }

    #masterclass .cols_espacios > div .zona .contenido {
        line-height: 18px;
        font-size: 12px;
    }

    #masterclass .cols_espacios .btn_punto {
        margin-top: 90px;
        line-height: 50px;
        height: 52px;
        font-size: 16px;
        width: 310px;
    }

    #masterclass .cols_espacios .btn_punto.btn_icon_right i {
        height: 52px;
        line-height: 50px;
        font-size: 22px;
    }

    #masterclass .icon_people_3 {
        bottom: -85px;
        margin-left: -260px;
        width: 250px;
    }

}

@media screen and (max-width: 499px) {
    header .estructura_header .right-header .menu_mobile {
        display: none !important;
    }
    form .row_form .col_form .btn_punto {
        line-height: 40px;
        height: 42px;
        font-size: 13px;
    }

    form .row_form .col_form .btn_punto.btn_icon_right i {
        height: 42px;
        line-height: 40px;
        font-size: 18px;
        right: 18px;
    }


    header .estructura_header .logo {
        width: 130px;
    }

    header .estructura_header .right-header {
        width: calc(100% - 130px);
        padding-top: 5px;
    }

    footer .footer_top {
        padding-top: 50px;
    }

    footer .footer_links ul li {
        padding-bottom: 10px;
    }

    footer .footer_links ul li img {
        width: 105px;
        display: inline-block;
    }

    #banner_home {
        background-size: 980px auto;
        padding-bottom: 95px;
        padding-top: 80px;
    }

    #banner_home .titulo_fecha {
        line-height: 32px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    #banner_home .titulo_texto {
        line-height: 55px;
        font-size: 65px;
        margin-bottom: 30px !important;
    }

    #banner_home .titulo_ubicacion {
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 15px;
    }

    #banner_home .texto_blanco {
        margin-top: 180px;
        line-height: 21px;
        font-size: 15px;
    }

    #banner_home .icon_corazon {
        bottom: 340px;
        margin-left: 110px;
        width: 70px;
    }

    #banner_home .icon_share {
        bottom: 290px;
        margin-left: -175px;
        width: 50px;
    }

    #banner_home .icon_web {
        bottom: -45px;
        margin-left: 35px;
        width: 90px;
    }


    #asistir_evento {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    #asistir_evento > .div_wrap > .titulo {
        line-height: 33px;
        font-size: 26px;
        margin-bottom: 20px;
    }
    #asistir_evento > .div_wrap > .subtitulo {
        line-height: 23px;
        font-size: 18px;
        margin-bottom: 30px
    }

    #asistir_evento > .div_wrap > .texto {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 30px;
    }

    #asistir_evento > .div_wrap > .texto p i {
        font-size: 9px;
    }

    #asistir_evento > .div_wrap > .wrap_fechas {
        font-size: 15px;
        line-height: 33px;
        margin-bottom: 60px;
    }


    #conoce_experiencias {
        padding-bottom: 220px;
        padding-top: 75px;
    }


    #conoce_experiencias > .div_wrap > .titulo {
        line-height: 33px;
        font-size: 26px;
        margin-bottom: 20px;
    }

    #conoce_experiencias > .div_wrap > .texto {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 60px;
    }



    #conoce_experiencias > .circulo:before {
        width: 980px;
        margin-left: -490px;
        min-height: 980px;
    }

    #conoce_experiencias .icon_people {
        top: -70px;
        margin-left: -185px;
        width: 80px;
    }

    #conoce_experiencias .icon_hand {
        top: -15px;
        margin-left: 110px;
        width: 70px;
    }

    .presentacion_productos_div .icon_people_2 {
        top: -185px;
        margin-left: -185px;
        width: 365px;
    }


    .presentacion_productos_div {
        padding-bottom: 175px;
        padding-top: 60px;
    }

    .presentacion_productos_div .intro .titulo {
        margin-bottom: 30px;
        line-height: 31px;
        font-size: 26px;
    }

    .presentacion_productos_div .intro .texto {
        line-height: 15px;
        font-size: 11px;
    }

    .presentacion_productos_div .listado_productos {
        margin-bottom: 50px;
    }

    .presentacion_productos_div .listado_productos > div {
        padding: 15px 0;
    }

    .presentacion_productos_div .listado_productos > div .hora {
        margin-bottom: 7px;
    }

    .presentacion_productos_div .listado_productos > div .concepto .titulo {
        line-height: 21px;
        font-size: 17px;
    }

    .presentacion_productos_div .listado_productos > div .concepto .texto {
        line-height: 18px;
        font-size: 13px;
    }


    .presentacion_productos_div .content_boton .btn_punto {
        line-height: 40px;
        height: 42px;
        font-size: 13px;
        width: 245px;
        padding-left: 15px;
    }

    .presentacion_productos_div .content_boton .btn_punto.btn_icon_right i {
        height: 42px;
        line-height: 40px;
        font-size: 18px;
    }

    .presentacion_productos_div .icon_hand {
        bottom: 140px;
        margin-left: -215px;
        width: 70px;
    }

    .presentacion_productos_div .icon_corazon {
        bottom: 80px;
        margin-left: -100px;
        width: 40px;
    }

    .presentacion_productos_div .icon_people_4 {
        margin-left: -30px;
        width: 230px;
        bottom: -30px;
    }


    #masterclass {
        padding-top: 80px;
        padding-bottom: 50px;
    }


    #masterclass > .div_wrap .intro .titulo {
        line-height: 33px;
        font-size: 26px;
        margin-bottom: 20px;
    }

    #masterclass > .div_wrap .intro .texto {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 60px;
    }



    #masterclass .cols_espacios > div .zona {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: 35px 40px;
        padding-right: 30px;
    }

    #masterclass .cols_espacios > div .zona .titulo_icono {
        height: 40px;
    }

    #masterclass .cols_espacios > div .zona .titulo_icono .titulo {
        width: calc(100% - 35px);
        line-height: 19px;
        font-size: 14px;
    }

    #masterclass .cols_espacios > div .zona .titulo_icono .icono {
        width: 35px;
    }

    #masterclass .cols_espacios > div .zona .contenido {
        line-height: 16px;
        font-size: 11px;
    }

    #masterclass .cols_espacios .btn_punto {
        margin-top: 70px;
        line-height: 40px;
        height: 42px;
        font-size: 13px;
        width: 245px;
        padding-left: 15px;
    }

    #masterclass .cols_espacios .btn_punto.btn_icon_right i {
        height: 42px;
        line-height: 40px;
        font-size: 18px;
        right: 18px;
    }

    #masterclass .icon_people_3 {
        bottom: -65px;
        margin-left: -220px;
        width: 210px;
    }

    #expositores {
        padding: 60px 0;
    }

    #expositores .titulo {
        margin-bottom: 30px;
        line-height: 31px;
        font-size: 26px;
    }
}

@media screen and (max-width: 399px) {
    header .estructura_header .logo {
        width: 120px;
    }

    header .estructura_header .right-header {
        width: calc(100% - 120px);
        padding-top: 0;
    }

    header .estructura_header .right-header .organiza {
        width: 130px;
        font-size: 11px;
    }

    header .estructura_header .right-header .organiza .texto {
        width: calc(100% - 75px);
    }

    header .estructura_header .right-header .organiza .imagen {
        width: 70px;
        margin-left: 5px;
        float: left;
    }

    #banner_home .titulo_fecha {
        font-size: 11px;
    }

    #banner_home .titulo_texto {
        line-height: 52px;
        font-size: 52px;
    }

    #banner_home .icon_corazon {
        margin-left: 80px;
    }

    #asistir_evento > .div_wrap > .wrap_fechas {
        font-size: 12px;
        line-height: 33px;
        margin-bottom: 60px;
    }

    #conoce_experiencias {
        padding-bottom: 140px;
    }

    #conoce_experiencias .icon_hand {
        margin-left: 85px;
    }

    #masterclass .cols_espacios .btn_punto {
        font-size: 11px;
        width: 215px;
    }

    .presentacion_productos_div .icon_people_2 {
        top: -145px;
        margin-left: -155px;
        width: 300px;
    }

    footer .footer_links ul li img {
        width: 85px;
        display: inline-block;
    }

    #banner_home .icon_corazon {
        bottom: 360px;
    }
    #banner_home .icon_share {
        bottom: 320px;
    }

}