﻿@charset "utf-8";
/* CSS Document */
body, html {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    background: #fff;
    font-size: 14px;
    scroll-behavior: smooth;
    background-color: #151d21;
}

a {
    cursor: pointer;
}


.form_cont {
    width: 100%;
    max-width: 600px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 15px;
    margin: auto;
    color: #737373;
    font-size: 20px;
    text-align: center;
    display: table;
    /*border:1px solid #e4e4e4;*/
}

.form_cont_title {
    box-sizing: border-box;
    color: #595959;
}

.content_izq {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-top: 15px;
    padding-right: 8px;
    padding-left: 50px;
    height: 480px;
}

.content_der {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 8px;
    overflow: hidden !important;
}

.content_izq_footer {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding-top: 0px;
    padding-right: 10px;
    text-align: left;
    padding-left: 20px;
}

.content_der_footer {
    width: 66.6%;
    float: left;
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
}

.content_full {
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
}

.content_cb {
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
}

    .content_cb a {
        color: #3cb99b;
        text-decoration: none;
    }

    .content_cb[status="error"] {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #d11515;
        margin-top: 15px;
        padding-bottom: 15px;
    }

.form_w {
    max-width: 400px;
    float: right;
    margin-right: 20px;
}

.input {
    height: 50px;
    background-color: transparent;
    border: 2px solid #fff;
    width: 100%;
    max-width: 450px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    font-family: inherit;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    outline: none;
}

    .input[disabled], .input[disabled="disabled"] {
        background-color: #f4f4f4;
    }

    .input:hover {
        border: 2px solid #00e09a;
    }

    .input:focus {
        border: 2px solid #00e09a;
    }

    .input[status="error"] {
        border: 2px solid #ff2424;
    }

.form_error {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    box-sizing: border-box;
    padding: 15px 15px 0px 15px;
    border: 0px solid transparent;
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #ff2424;
}

select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    /*background-image: url(img/arrow.png);*/
    background-repeat: no-repeat;
    background-position: center right 10px;
    cursor: pointer;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0.8; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f9f9f9;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #f9f9f9;
}

*[margin_top="10"] {
    margin-top: 10px;
}


.button {
    height: 48px;
    line-height: 34px;
    box-sizing: border-box;
    color: #2b393f;
    background-color: #00e09a;
    border: solid 0px transparent;
    font-size: 18px;
    font-family: inherit;
    font-weight: bold;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin-top: 15px;
    width: 270px;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
}

.buttonRecuperar {
    height: 48px;
    line-height: 34px;
    box-sizing: border-box;
    color: #2b393f;
    background-color: #ff8000;
    border: solid 0px transparent;
    font-size: 18px;
    font-family: inherit;
    font-weight: bold;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin-top: 15px;
    width: 270px;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
}


.button:hover, .button:active {
    background-color: #fefefe;
}

/*HEADER*/

.header .input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    margin-top: 28px;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 140px;
    float: right;
}

.header select.input option {
    color: #666;
}

.header .button {
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    max-width: 300px;
    margin-top: 28px;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 140px;
    float: right;
    text-transform: uppercase;
}

    .header .button:hover, .header .button:active {
        background-color: #fefefe;
    }


.features {
    background-color: #fff;
    max-width: 250px;
    width: auto;
    height: auto;
    min-height: 265px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.content_table {
    display: table-cell;
    vertical-align: middle;
    max-width: 500px;
}

.cargando {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.9);
    background-image: url(img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 500;
}

.contenedor {
    width: 100%;
    max-width: 1380px;
    margin: auto;
    box-sizing: border-box;
    display: table;
}


.header {
    height: 100px;
    /*border-bottom: 10px solid #0095C8;*/
    box-sizing: border-box;
    background: #2b393f;
    margin: auto;
}

.header_cont {
    max-width: 1380px;
    margin: auto;
}

.contenedor_logo {
    max-width: 250px;
    margin: auto;
    text-align: left;
    float: left;
    padding-left: 50px;
}

.contenedor_nav {
    width: 50%;
    max-width: 940px;
    margin: auto;
    text-align: right;
    float: right;
    padding-right: 50px;
}

.contenedor_header_text {
    float: right;
    color: #57AFD7;
    line-height: 68px;
    font-size: 16px;
    font-weight: bold;
}

.header_img {
    max-width: 190px;
    margin: auto;
    margin-top: 24px;
}

.form_text {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
}

.contenedor_button {
    text-align: left;
}

.desc_item {
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #717171;
    font-size: 14px;
    line-height: 18px;
    min-height: 412px;
}

    .desc_item div {
        color: #57AFD7;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }

@media (max-width: 500px) {
    .desc_item {
        min-height: 5px;
    }

    .footer_cont {
        text-align: center;
    }

    .footer_cont_logo {
        width: 100%;
    }

    .footer_cont_txt {
        width: 100%;
    }
}

/*HEADER*/


.nav_bar {
    height: auto;
    width: auto;
}


    .nav_bar a {
        float: right;
        color: #fff;
        text-align: center;
        padding: 14px 16px;
        padding-top: 35px;
        font-weight: normal;
        font-size: 16px;
        text-decoration: none;
        vertical-align: middle;
    }

        .nav_bar a:hover {
            color: #00e09a;
        }


/*SECTION 2*/

.section_2 {
    width: 100%;
}

    .section_2 .slider_cont_der {
        height: 650px;
        width: 50%;
        float: right;
        box-sizing: border-box;
        padding-left: 80px;
        text-align: center;
        display: table;
    }

    .section_2 .slider_cont_izq {
        width: 50%;
        padding-right: 120px;
    }

        .section_2 .slider_cont_izq .txt_1_slider {
            max-width: 410px;
        }

    .section_2 .contenedor {
        max-width: 400px;
        margin: auto;
    }

    .section_2 .txt_1_slider {
        font-size: 42px;
        line-height: 44px;
    }

    .section_2 .button {
        background-color: #00e09a;
        color: #fff;
        width: 100%;
    }

        .section_2 .button:hover {
            background-color: #fff;
            color: #00e09a;
        }




.icon_cont {
    max-width: 370px;
    margin: auto;
    text-align: left;
    padding-top: 20px;
}

.icon {
    padding-top: 20px;
    min-height: 80px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 80px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 40px;
    font-size: 22px;
}

    .icon[icon="1"] {
        background-image: url(img/ico-1.png);
    }

    .icon[icon="2"] {
        background-image: url(img/ico-2.png);
    }

    .icon[icon="3"] {
        background-image: url(img/ico-3.png);
    }

    .icon[icon="4"] {
        background-image: url(img/ico-4.png);
    }

.error_form {
    color: #fff;
}

.txt_red {
    color: #c8102c;
}

.section_2_txt {
    float: right;
}

/*SECTION 2B*/

.section_2b {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .section_2b .contenedor {
        max-width: 600px;
        margin: auto;
    }

    .section_2b .button {
        background-color: #00e09a;
        color: #fff;
        width: 100%;
        max-width: 450px;
    }

        .section_2b .button:hover {
            background-color: #fff;
            color: #00e09a;
        }


/*SECTION 3*/

.section_3 {
    height: auto;
    background: #e0ebed;
    padding-top: 50px;
}

.section_3_bg {
    min-height: 375px;
    height: auto;
    background: #e0ebed;
    width: 100%;
}

.section_3 .txt_1 {
    font-size: 24px;
    line-height: 35px;
    padding-top: 50px;
    background-position: 80% 0% !important;
    background-size: auto 50% !important;
    text-align: center !important;
}

.section_3 .txt2 {
    font-size: 16px !important;
    padding-top: 20px;
    text-align: center !important;
}

.section_3 .slider_cont_der {
    height: auto;
    width: 50%;
    padding-right: 0px;
    text-align: left;
}

.section_3 .slider_cont_izq {
    height: 550px;
    width: 50%;
    padding-left: 0px;
    text-align: right;
}

.section_3 .slider_cont_der img {
    width: 100%;
    max-width: 600px;
    text-align: left;
}

.section_3 .slider_cont_izq img {
    width: 100%;
    max-width: 600px;
    text-align: right;
}



/*SECTION 4*/

.section_4 {
    max-height: 600px;
    height: auto;
    background: #1ca8cc;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 100px;
}

    .section_4 .txt_1_slider {
        font-size: 32px;
        color: #fefefe;
        padding-bottom: 30px;
    }

.logos_d {
    width: 100%;
    max-width: 940px;
}

.logos_m {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 400px;
    margin: auto;
}


/*SECTION 5*/


.section_5 .txt_1_slider {
    font-size: 32px;
    line-height: 36px;
}

.section_5 .slider_cont_izq {
    display: table;
}

    .section_5 .slider_cont_izq img {
        width: 100%;
    }

.section_5 .slider_cont_der {
    display: table;
}

.section_5 .button:hover {
    background: #2b393f;
    color: #fff;
}

.txt_1_slider {
    text-align: left;
    font-size: 56px;
    line-height: 58px;
    color: #1ca8cc;
    font-weight: bold;
    box-sizing: border-box;
    max-width: 700px;
    margin: auto;
}

.txt_2_slider {
    text-align: left;
    font-size: 26px;
    line-height: 40px;
    color: #00e09a;
    font-weight: normal;
    padding-bottom: 30px;
    margin-top: 10px;
}

.icon_txt1 {
    text-align: center;
    font-size: 24px;
    color: #00adec;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 25px;
}

.icon_txt2 {
    text-align: center;
    font-size: 16px;
    color: #515151;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
    max-width: 200px;
    margin: auto;
}

.txt_1 {
    text-align: left;
    font-size: 40px;
    color: #515151;
    font-weight: bold;
    padding-bottom: 25px;
    padding-top: 15px;
    text-transform: uppercase;
}

.txt_2 {
    text-align: left;
    color: #515151;
    font-size: 24px;
    width: 100%;
    max-width: 350px;
    padding-bottom: 30px;
}

.form_title {
    font-size: 28px;
    font-weight: bold;
    color: #ffb100;
    padding-bottom: 0px;
}

.legal_form {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.slider {
    height: auto;
    background: #2b393f;
    position: relative;
    ;
}

    .slider .contenedor {
        padding-left: 0px;
        padding-right: 0px;
    }

.slider_cont_izq {
    height: 625px;
    width: calc(55% - 50px);
    float: left;
    box-sizing: border-box;
    padding-left: 50px;
    text-align: center;
    display: table;
}

.slider_cont_der {
    height: 625px;
    width: calc(45% - 50px);
    float: right;
    padding-right: 50px;
    overflow: hidden !important;
    text-align: right;
}

    .slider_cont_der img {
        height: auto;
        width: 600px;
        padding-top: 50px;
    }

#id_form_ok .form_cont, #id_form_ko .form_cont {
    background: none;
    margin: 0px;
    padding-top: 0px;
    color: #fff;
}

#id_form_ok .form_cont_title, #id_form_ko .form_cont_title {
    color: #fff;
    font-weight: bold;
}

.img_form {
    height: 430px;
    float: left;
}

/*FOOTER*/

.footer {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    background-color: #2b393f;
    color: #fff;
}

.footer_cont {
    width: 100%;
    margin: auto;
    text-align: center;
    display: table;
    font-size: 12px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer_cont_logo {
}

.footer_cont_txt {
    box-sizing: border-box;
    padding-top: 15px;
}

    .footer_cont_txt div {
        color: #fff;
        margin-bottom: 5px;
    }

    .footer_cont_txt a {
        color: #fff;
        text-decoration: none;
    }

        .footer_cont_txt a:hover {
            color: #00c8ff;
            text-decoration: none;
        }

.legal_footer {
    background: #151d21;
    height: auto;
    padding-top: 5px;
    min-height: 60px;
}

.footer_txt {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
    line-height: 20px;
    font-size: 14px;
}

    .footer_txt a {
        color: #fff;
        text-decoration: none;
    }

ul.footer_txt li {
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
}


#id_form_ok .form_cont, #id_form_ko .form_cont {
    background: none;
    margin: 0px;
    color: #49af42;
}

#id_form_ok .form_cont_title, #id_form_ko .form_cont_title {
    color: #49af42;
    font-weight: bold;
    font-size: 36px;
}

.icon_nav {
    width: 36px;
    display: none;
}

/**** MEDIA ****/

@media (max-width: 930px) {

    .form_cont {
        margin: auto !important;
        margin-top: 0px;
    }

    .slider .slider_cont_der {
        padding-right: 0px;
    }

    .section_2_txt {
        float: none;
    }

    .legal_footer {
        text-align: center !important;
        padding-left: 0 !important;
    }

    .slider_cont_izq .contenedor_button {
        text-align: center !important;
    }

    .slider_cont_izq {
        height: auto !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100% !important;
        box-sizing: border-box;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section_3 .slider_cont_izq {
        padding-bottom: 0px;
    }

    .slider_cont_der {
        height: auto;
        width: 100% !important;
        text-align: center !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .slider_cont_der img {
            width: 100% !important;
            padding-top: 50px;
        }

    .section_2 .slider_cont_der {
        height: auto;
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .section_3 .slider_cont_izq {
        max-width: 500px;
        float: none;
        margin: auto;
    }

    .section_3 .slider_cont_der {
        max-width: 500px;
        float: none;
        margin: auto;
    }

    .txt_1_slider {
        text-align: center !important;
        padding-top: 50px;
    }

    .txt_2_slider {
        text-align: center !important;
        max-width: 500px;
        margin: auto;
        padding-top: 20px;
    }

    .footer_txt {
        text-align: center;
    }

    .icon {
        margin: auto;
    }

    .section_5 .slider_cont_der {
        padding-bottom: 100px;
    }

    .contenedor_button {
        text-align: center !important;
    }
}


@media (max-width: 768px) {

    .img_form {
        display: none;
    }

    .margin-m {
        margin-bottom: 35px !important;
    }

    .input {
        height: 50px;
        font-size: 16px;
    }

    .form_cont {
        padding: 20px;
        padding-top: 10px;
    }

    .form_cont_title {
        box-sizing: border-box;
        padding-bottom: 18px;
        font-size: 16px;
    }

    .form_w {
        max-width: 100%;
        margin-right: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .txt_2_slider {
        max-width: 350px;
        margin: auto;
        padding-top: 15px;
    }

    .logos_d {
        display: none !important;
    }

    .logos_m {
        display: block !important;
    }

    .content_izq_footer {
        text-align: center;
        padding-bottom: 20px;
        width: 100%;
    }

    .content_der_footer {
        width: 100%;
    }
}

@media (max-width: 640px) {

    .nav_bar_desktop {
        display: none !important;
    }

    .nav_bar a {
        padding-top: 15px !important;
    }

    .icon_nav {
        display: block !important;
    }

    .txt_1_slider {
        padding-top: 0px;
        font-size: 28px !important;
        line-height: 30px !important;
    }

    .txt_2_slider {
        font-size: 20px !important;
        line-height: 22px !important;
        width: 100% !important;
    }

    .txt_1 {
        font-size: 26px !important;
    }

    .title_cont {
        padding-top: 0 !important;
    }

    .header {
        height: 80px;
        padding-left: 20px;
    }


    .header_img {
        max-width: 120px;
        padding-top: 0;
    }

    .icon {
        max-width: 200px;
    }

    .contenedor_logo {
        padding-left: 0px;
    }

    .content_izq_footer {
        padding-left: 0px;
        padding-right: 0px
    }

    .footer_txt {
        max-width: 140px;
        margin: auto;
        line-height: 35px;
    }

    ul.footer_txt li {
        margin-right: 0px;
    }
}

/*********ARREGLO HOME******/
.slider_cont_izq .slider_cont_izq_cell_middle {
    display: table-cell;
    vertical-align: middle;
}

.section_2, .section_5 {
    background-color: #fff;
}

    .section_2 .contenedor {
        max-width: 100%;
    }

    .section_2 .slider_cont_izq {
        background-color: #fff;
        padding-top: 80px;
    }

    .section_2 .slider_cont_der {
        background-color: #00e09a;
        padding-top: 80px;
    }

        .section_2 .slider_cont_der .txt_1_slider {
            color: #fff;
            text-align: center;
        }

        .section_2 .slider_cont_der .txt_2_slider {
            color: #2b393f;
            text-align: center;
            padding-bottom: 0px;
        }

        .section_2 .slider_cont_der .txt_3_slider {
            color: #2b393f;
            text-align: center;
        }

            .section_2 .slider_cont_der .txt_3_slider img {
                width: 100%;
                max-width: 450px;
                margin-bottom: -10px;
            }

.section_2b {
    background-color: #2b393f;
}

    .section_2b .txt_1_slider {
        color: #fff;
        text-align: center;
    }

    .section_2b .txt_2_slider {
        color: #00e09a;
        text-align: center;
    }

    .section_2b .contenedor_button {
        text-align: center;
    }

.section_3 .contenedor, .section_4 .contenedor {
    max-width: 1380px;
}

    .section_4 .contenedor div {
        text-align: center;
    }

.section_5 .txt_2_slider {
    color: #2b393f;
}

.section_3_quote {
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-top: 80px;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 50px;
}

.section_3_quote_text {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 25px;
    text-align: center;
    border-radius: 80px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.section_3_quote span.quote, .section_3_quote_text_name {
    color: #00e09a;
}

.section_3_quote_text_img_top {
    position: absolute;
    top: -30px;
    left: calc(50% - 54px);
    width: 108px;
    height: 66px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 108px;
    background-image: url(img/img_quote_2.png);
}

.section_3_quote_text_img_bottom {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 54px);
    width: 108px;
    height: 66px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 108px;
    background-image: url(img/img_quote_2.png);
    transform: rotate(180deg);
}



/****************************/
.display_none {
    display: none;
}

.padding_top_15 {
    padding-top: 15px;
    box-sizing: border-box;
}

.uppercase {
    text-transform: uppercase;
}

textarea {
    height: auto !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
/***REGISTRO***************/

#id_form_ok, #id_form_ko {
    color: #fff;
}

    #id_form_ok img, #id_form_ko img {
        width: 100%;
        padding-top: 0px;
        max-width: 120px;
    }

.registro_form #id_form_ok, .registro_form #id_form_ko {
    color: #666;
}

#id_form_ok span, #id_form_ko span {
    font-size: 18px;
}

.registro_form #id_form_error {
    color: #ff2424;
}

.registro_form.form_default {
    background-color: inherit;
}

.form_default input, .form_default input::placeholder, .form_default select, .form_default select:disabled, .form_default .input_optin, .form_default .input_optin a {
    color: #ffffff !important;
}

    .form_default select option {
        color: #666 !important;
    }

        .form_default select option:disabled {
            color: #ddd !important
        }


.registro_header {
    box-sizing: border-box;
    height: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.registro_header_cont {
    box-sizing: border-box;
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: bold;
    color: #00b9f0;
    line-height: 42px;
    max-width: 800px;
}

.registro_header_cont_subtitle {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    box-sizing: border-box;
    padding-top: 20px;
}

.registro_logo {
    max-width: 250px;
    margin: auto;
    text-align: center;
    float: none;
    display: inline-block;
    padding-left: 0px;
}


@media (max-width: 768px) {
    .registro_header_cont {
        font-size: 30px;
    }

    .registro_header_cont_subtitle {
        font-size: 18px;
    }
}

.registro_form {
    background-color: #f3f3f3;
    box-sizing: border-box;
    padding: 50px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: left;
}

.registro_form_grid {
    width: 100%;
    max-width: 820px;
    margin: auto;
    display: table;
}

.registro_form_cell {
    float: left;
    box-sizing: border-box;
    padding: 10px;
    display: table;
}

    .registro_form_cell[type="33"] {
        width: 33.33%;
    }

    .registro_form_cell[type="25"] {
        width: 25%;
    }

    .registro_form_cell[type="50"] {
        width: 50%;
    }

    .registro_form_cell[type="100"] {
        width: 100%;
    }


@media (max-width: 820px) {
    .registro_form_cell[type="25"] {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .registro_form_cell[type="50"] {
        width: 100%;
        float: none;
    }

    .registro_form_cell[type="33"] {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .registro_form_cell[type="33"] {
        width: 100%;
        float: none;
    }

    .registro_form_cell[type="25"] {
        width: 100%;
        float: none;
    }
}

.registro_form label {
    cursor: pointer;
    color: #ffffff;
}

.registro_form .input {
    margin-top: 0px;
    color: #666;
    border: 2px solid #8b8b8b;
    max-width: 100% !important;
}

.registro_form .input_optin {
    height: auto;
    font-size: 14px;
}

.registro_form .input[disabled], .registro_form_cell.input[disabled="disabled"] {
    background-color: #f4f4f4;
}

.registro_form .input:hover {
    border: 2px solid #00e09a;
}

.registro_form .input:focus {
    border: 2px solid #00e09a;
}

.registro_form .input[status="error"] {
    border: 2px solid #ff2424;
}

.registro_form .input::placeholder {
    color: #666;
}

.registro_form .input_tlf .layer_language_flag_ext {
    color: #666;
}

.registro_form_title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 20px;
    display: table;
    float: none;
}

.registro_form select option:disabled {
    color: #ddd !important;
}

/***USUARIO*****/
.usuario_menu {
    width: 100%;
    display: block;
}

.usuario_menu_item {
    width: 33.33%;
    box-sizing: border-box;
    border: 4px solid #f3f3f3;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    color: #0095C8;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    background-color: #90a1a8;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    transition: 0.5s;
}

    .usuario_menu_item:hover, .usuario_menu_item:active {
        background-color: #00e09a;
    }

.registro_form_cell[type="100_usuario"] {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .usuario_menu_item {
        border: 2px solid #f3f3f3;
        font-size: 14px;
    }

    .registro_form_cell[type="100_usuario"] {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width: 470px) {
    .usuario_menu_item {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .usuario_menu_item {
        font-size: 11px;
    }
}

.usuario_menu_item[estado="seleccionado"] {
    background-color: #2b393f;
}

.oferta {
    color: #666;
    border: 2px solid #8b8b8b;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 10px;
}

    .oferta:hover, .oferta:active {
        border: 2px solid #00e09a;
    }

    .oferta a {
        text-decoration: none;
        color: inherit;
    }

.oferta_fecha {
    font-size: 12px;
}

.oferta_titulo {
    font-size: 16px;
    color: #1ca8cc;
    font-weight: bold;
    text-transform: uppercase;
}

.oferta_empty {
    font-size: 14px;
    color: #ff2424;
}

.registro_form_cell[type="100_subsector"] {
    width: calc(100% - 40px);
    margin-left: 40px;
}



/***************************/

.button_intereses {
    width: 100%;
    margin-top: 0px;
}

.preferencias_list {
    width: 100%;
    display: table;
}

.preferencias_item {
    width: 100%;
    display: table-row;
    transition: 0.25s;
}

    .preferencias_item:hover {
        background-color: #f8f8f8;
    }

    .preferencias_item div {
        box-sizing: border-box;
        padding-top: 10px;
        padding-bottom: 10px;
        display: table-cell;
        border-top: 1px solid #ccc;
        vertical-align: middle;
    }

.preferencias_item_type {
    width: 80px;
    text-align: center;
    cursor: default;
}

.preferencias_item_text {
    width: calc(100% - 10px);
    padding-left: 10px;
    cursor: default;
}

.preferencias_item_del {
    width: 30px;
    text-align: center;
    color: #ff2424;
    font-weight: bold;
    cursor: pointer;
    border-left: 1px dotted #ccc;
}

.preferencias_item_type {
    border-right: 1px dotted #ccc;
    box-sizing: border-box;
}

.preferencias_item[type="include"] .preferencias_item_type {
    color: #29b000;
}

.preferencias_item[type="exclude"] .preferencias_item_type {
    color: #ff2424;
}

/******************/
.layer_language {
    position: fixed;
    right: 5px;
    bottom: 85px;
    border-radius: 20px;
    background-color: #FFF;
    width: 65px;
    height: 30px;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.4);
    transition: 0.25s;
    z-index: 2000;
}

    .layer_language:hover, .layer_language:active {
        -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
        box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
    }

.layer_language_close {
    position: absolute;
    top: 0px;
    right: 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #151d21;
    transition: 0.25s;
}

    .layer_language_close:hover, .layer_language_close:active {
        color: #d72828;
    }

.layer_language_flag, .layer_language_flag_btn {
    margin-left: 5px;
    margin-top: 5px;
    width: 35px;
    height: 20px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -webkit-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.6);
    cursor: pointer;
    transition: 0.25s;
}

    /*ES*/
    .layer_language_flag[flag="es"], .layer_language_flag_btn[flag="es"] {
        background-image: url(img/flags/4x3/es.svg);
    }

    .layer_language_flag[flag="mx"], .layer_language_flag_btn[flag="mx"] {
        background-image: url(img/flags/4x3/mx.svg);
    }

    .layer_language_flag[flag="ar"], .layer_language_flag_btn[flag="ar"] {
        background-image: url(img/flags/4x3/ar.svg);
    }

    .layer_language_flag[flag="co"], .layer_language_flag_btn[flag="co"] {
        background-image: url(img/flags/4x3/co.svg);
    }

    .layer_language_flag[flag="cl"], .layer_language_flag_btn[flag="cl"] {
        background-image: url(img/flags/4x3/cl.svg);
    }

    .layer_language_flag[flag="pr"], .layer_language_flag_btn[flag="pr"] {
        background-image: url(img/flags/4x3/pr.svg);
    }

    .layer_language_flag[flag="cr"], .layer_language_flag_btn[flag="cr"] {
        background-image: url(img/flags/4x3/cr.svg);
    }

    .layer_language_flag[flag="uy"], .layer_language_flag_btn[flag="uy"] {
        background-image: url(img/flags/4x3/uy.svg);
    }
    /*EN*/
    .layer_language_flag[flag="en"], .layer_language_flag_btn[flag="en"],
    .layer_language_flag[flag="gb"], .layer_language_flag_btn[flag="gb"] {
        background-image: url(img/flags/4x3/gb.svg);
    }

    .layer_language_flag[flag="us"], .layer_language_flag_btn[flag="us"] {
        background-image: url(img/flags/4x3/us.svg);
    }

    .layer_language_flag[flag="au"], .layer_language_flag_btn[flag="au"] {
        background-image: url(img/flags/4x3/au.svg);
    }

    .layer_language_flag[flag="ca"], .layer_language_flag_btn[flag="ca"] {
        background-image: url(img/flags/4x3/ca.svg);
    }
    /*IT*/
    .layer_language_flag[flag="it"], .layer_language_flag_btn[flag="it"] {
        background-image: url(img/flags/4x3/it.svg);
    }
    /*FR*/
    .layer_language_flag[flag="fr"], .layer_language_flag_btn[flag="fr"] {
        background-image: url(img/flags/4x3/fr.svg);
    }
    /*NL*/
    .layer_language_flag[flag="nl"], .layer_language_flag_btn[flag="nl"] {
        background-image: url(img/flags/4x3/nl.svg);
    }

    .layer_language_flag[flag="be"], .layer_language_flag_btn[flag="be"] {
        background-image: url(img/flags/4x3/be.svg);
    }
    /*DE*/
    .layer_language_flag[flag="de"], .layer_language_flag_btn[flag="de"] {
        background-image: url(img/flags/4x3/de.svg);
    }
    /*SV*/
    .layer_language_flag[flag="sv"], .layer_language_flag_btn[flag="sv"] {
        background-image: url(img/flags/4x3/se.svg);
    }

    .layer_language_flag[flag="se"], .layer_language_flag_btn[flag="se"] {
        background-image: url(img/flags/4x3/se.svg);
    }
    /*DA*/
    .layer_language_flag[flag="da"], .layer_language_flag_btn[flag="da"] {
        background-image: url(img/flags/4x3/dk.svg);
    }

    .layer_language_flag[flag="dk"], .layer_language_flag_btn[flag="dk"] {
        background-image: url(img/flags/4x3/dk.svg);
    }
    /*FI*/
    .layer_language_flag[flag="fi"], .layer_language_flag_btn[flag="fi"] {
        background-image: url(img/flags/4x3/fi.svg);
    }
    /*NB*/
    .layer_language_flag[flag="nb"], .layer_language_flag_btn[flag="nb"] {
        background-image: url(img/flags/4x3/no.svg);
    }

    .layer_language_flag[flag="no"], .layer_language_flag_btn[flag="no"] {
        background-image: url(img/flags/4x3/no.svg);
    }

    /*BR*/
    .layer_language_flag[flag="br"], .layer_language_flag_btn[flag="br"] {
        background-image: url(img/flags/4x3/br.svg);
    }

    /*PT*/
    .layer_language_flag[flag="pt"], .layer_language_flag_btn[flag="pt"] {
        background-image: url(img/flags/4x3/pt.svg);
    }

    /*TR*/
    .layer_language_flag[flag="tr"], .layer_language_flag_btn[flag="tr"] {
        background-image: url(img/flags/4x3/tr.svg);
    }



.layer_language_select {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 20px;
    background-color: #FFF;
    width: 160px;
    height: auto;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.4);
    transition: 0.25s;
    box-sizing: border-box;
    padding: 5px;
    padding-top: 0px;
    display: none;
}

    .layer_language_select .layer_language_flag {
        margin-left: 0px;
        margin-top: 0px;
        float: left;
    }

.layer_language_option {
    margin-top: 5px;
    height: 20px;
    cursor: pointer;
    transition: 0.25s;
}

    .layer_language_option:hover, .layer_language_option:active, .layer_language_option[sel="true"] {
        color: #1ca8cc;
    }


.layer_language_option_text {
    float: left;
    line-height: 20px;
    height: 20px;
    vertical-align: text-top;
    box-sizing: border-box;
    padding-left: 5px;
}

.input_tlf {
    position: relative;
}

    .input_tlf .layer_language_flag {
        margin: 0px;
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 1;
        cursor: pointer;
    }

    .input_tlf input {
        position: relative;
        padding-left: 95px;
        z-index: 0;
    }

    .input_tlf .layer_language_flag_ext {
        margin: 0px;
        position: absolute;
        top: 13px;
        left: 50px;
        font-size: 16px;
        color: #fff;
        z-index: 1;
        cursor: pointer;
        box-sizing: border-box;
        padding-left: 5px;
    }

    .input_tlf select {
        position: absolute;
        width: 70px;
        height: 30px;
        z-index: 2;
        top: 10px;
        left: 15px;
        opacity: 0;
    }
/****/
.pop_pol_cookies {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-sizing: border-box;
    padding: 15px;
    z-index: 1000;
    background-color: #fff;
    font-size: 12px;
    -webkit-box-shadow: 0px -1px 41px -4px rgba(0,0,0,0.55);
    box-shadow: 0px -1px 41px -4px rgba(0,0,0,0.55);
    display: none;
}

.modal_alert_overflow {
    position: fixed;
    z-index: 100;
    overflow: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    /*display: none;*/
}

.modal_alert {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    display: table;
}

.modal_alert_row {
    display: table-row;
}

.modal_alert_cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 20px;
}

.modal_alert_cont {
    background-color: #FFF;
    width: 100%;
    max-width: 500px;
    display: inline-block;
    -webkit-box-shadow: 0px -1px 20px -4px rgb(0 0 0 / 20%);
    box-shadow: 0px -1px 20px -4px rgb(0 0 0 / 20%);
    border-radius: 30px;
    box-sizing: border-box;
    padding: 30px;
}

.modal_alert_cont_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    color: #00e09a;
}

.modal_alert_cont_text {
    margin-top: 20px;
    line-height: 20px;
}

    .modal_alert_cont_text span.span_class {
        color: #1ca8cc;
    }

.modal_alert_cont_msg {
    margin-top: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 10px;
    color: #666;
}

    .modal_alert_cont_msg li {
        text-align: left;
    }

        .modal_alert_cont_msg li span.span_class {
            text-align: left;
            cursor: pointer;
            color: #1ca8cc;
        }

.modal_alert_cell .button {
    width: 100%;
    max-width: 270px;
}

#modalPoliticaPrivacidad .modal_alert_cont_msg {
    border: 0;
    border-radius: 0;
    padding: 0;
}


#modalPoliticaPrivacidad .modal_alert_cont {
    padding-left: 5px;
    padding-right: 5px;
}

table.politica_privacidad {
    font-size: 11px;
    border: 1px solid #f5f5f5;
    border-radius: 30px;
    border-spacing: 0;
}

    table.politica_privacidad td.first {
        border-bottom: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
        padding: 10px;
    }

    table.politica_privacidad td.second {
        border-bottom: 1px solid #f5f5f5;
        padding: 10px;
    }

    table.politica_privacidad td.info {
        padding: 10px;
        border-bottom: 1px solid whitesmoke;
    }

    table.politica_privacidad tr.last td.first {
        border-right: 1px solid #f5f5f5;
        padding: 10px;
        border-bottom: 0;
    }

    table.politica_privacidad tr.last td.second {
        padding: 10px;
        border-bottom: 0;
    }

    table.politica_privacidad tr.last td.info {
        padding: 10px;
        border-bottom: 0;
    }
