* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
    color: #ff4335;
    text-decoration: none;
}

a:hover {
    color: #cc2114;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: 'maxwell_boldregular';
    src: url('fonts/maxwell_bold-webfont.woff2') format('woff2'),
        url('fonts/maxwell_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Raleway', sans-serif;
}

.seccion {
    height: 100vh;
}

.flex_wrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex_wrap.box_foot {
    flex-wrap: nowrap;
    gap: 10px;
}

.box_flex {
    display: flex;
    display: -webkit-flex;
    width: 50%;
    align-items: center;
}

.sec-ppal {
    background: url(images/bg-bul-final.jpg) no-repeat center;
    background-size: cover;
}

.sec_tres {
    background: #f0f0f0;
}

h1,
h2,
h3 {
    /* font-family: 'maxwell_boldregular', Arial, sans-serif; */
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
    line-height: 60px;
    font-weight: 900;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
}

h1.titppal {
    font-size: 60px;
    line-height: 54px;
}

.empty_space {
    height: 32px;
    width: 100%;
}

.logo {
    display: block;
}

.logo img {
    width: 60%;
    transition-duration: 450ms;
}

.logo small {
    font-size: 10px;
    margin-left: 10px;
    font-weight: 600;
    background: #ff4234;
    display: table;
    padding: 5px;
    color: #fff;
    border-radius: 2px 5px;
}

.header {
    padding: 10px 0 15px;
    width: 100%;
    height: auto;
    transition-duration: 450ms;
}

.fixed {
    /* position: fixed; */
    top: 0;
    left: 0;
    height: 90px;
    background: #fff;
    z-index: 10;
    transition-duration: 450ms;
}

.fixed .logo img {
    width: 41%;
    transition-duration: 450ms;
}

.fono a {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Bebas Neue', cursive;
    color: #111;
}

.principal {
    margin: 6% 0 30px;
}

.nav_botones {
    margin-top: 30px;
}

.btn_principal {
    border: 0;
    background: linear-gradient(45deg, #ff4438, #ff4438);
    border-radius: 3px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    color: #fff;
    line-height: 2;
    padding: 5px 25px;
    margin: 10px 10px 10px 0;
    cursor: pointer;
}

/* .btn_principal.AgZoom {
    display:none !important;
} */

.outline {
    background: transparent;
    color: #111;
    font-size: 14px;
    text-decoration: underline;
    box-shadow: none;
}

.ef_sombra:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, .45);
    transition-duration: 450ms;
}

.fadeIn {
    display: none;
}

.txt_big {
    font-size: 20px;
}

/**
* Sección 2 *
**/
.tit_centro {
    font-size: 45px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0px 8px #ffffffad;
    font-weight: 600;
    letter-spacing: -1px;
}

.tit_centro span {
    display: block;
    font-size: 65px;
    font-weight: 900;
}

.bg_sec_boxes {
    padding: 100px 0;
    background: #fff url(images/bg-cj3.jpg) no-repeat center;
    background-size: cover;
}

.bg_sec_boxes h3 {
    font-size: 60px;
    font-weight: 900;
    margin: 0;
    line-height: 50px;
}

.bg_sec_boxes h2 {
    font-size: 80px;
    line-height: 75px;
}

.box_steps {
    border: 5px solid #fff;
    height: 300px;
    margin: 10px auto;
    width: 95%;
}

.img_int {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.pdt100 {
    padding-top: 100px;
}

#fadeDos {
    opacity: 0;
    top: 100px;
    position: relative;
}

/**
* seccion 4 *
**/
.analytics {
    background: url(images/bg-analytics.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}

.img_analisis {
    width: 90%;
    margin: 0 auto;
    display: block;
}

/**
* SecciÃ³n 5 *
**/
.sec_dos {
    padding: 100px 0 70px;
}

.funnel_img {
    width: 100%;
    float: left;
}

.box_color_info {
    /* max-width: 70%;
  background: #ff4438; */
    padding: 0 4px;
    margin-left: auto;
    margin-top: 20px;
}

.bg_bul {
    background-image: url(images/bg-bul5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
}

/** Diapo 6 **/
.sec_iconos {
    padding: 50px 0;
}

.sec_iconos h2 {
    text-align: center;
    margin: 30px 0;
}

.icono {
    width: 25%;
}

.texto_icono {
    width: 75%;
}

.box_int_texto {
    padding: 10px;
    margin-top: 10px;
}

.box_int_img img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.box_int_texto h3 {
    font-size: 19px;
    line-height: 1;
    display: block;
}

.box_int_texto p {
    display: block;
    font-size: 15px;
    line-height: 1.2;
}

.final_iconos {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

/*Seccion 7*/
.sec_zoom {
    padding: 100px 0;
}

.sec_zoom h2 {
    margin-bottom: 50px;
}

.box_step {
    padding: 10px;
    margin-bottom: 10px;
}

.box_step h3 {
    font-size: 30px;
    line-height: 1;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.box_step h3 span {
    font-size: 100px;
    line-height: 1;
    opacity: 0.10;
    position: absolute;
    left: calc(50% - 40px);
    bottom: calc(50% - 50px);
}

/**FOOTER**/
.footer {
    padding: 25px 0;
}

.logo_foot {
    max-width: 80%;
    margin: 30px auto 0;
    display: block;
}

.box_foot {
    /* width: 90%; */
    margin: 0 auto 0;
    align-items: center;
}

.box_foot .box_flex {
    width: 20%;
}

.footer h5 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.div_mobile {
    display: none;
}

h1 span,
h2 span {
    color: #ff4335;
}

.contenedor_formulario {
    WIDTH: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 1021;
    overflow-y: auto;
}

.caja_form {
    margin: 10px auto;
    display: block;
    background: transparent;
    border-radius: 10px;
    padding: 0;
    position: relative;
}

.bandera_chile {
    max-width: 25px;
    margin-right: 5px;
}

.ocultar {
    height: 0;
    overflow: hidden;
}

.mapa_bul {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

.input {
    padding: 15px;
    height: auto !important;
}

.bg_caja_form {
    background: #fff;
    margin-top: 10%;
    padding: 25px;
}

.txt-form-pop {
    text-align: center;
    margin-bottom: 20px;
}

.btnCerrar {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    align-self: center;
    align-items: center;
    background: #006064;
    color: #fff;
    position: absolute;
    right: -25px;
    top: -25px;
    padding: 12px;
    cursor: pointer;
    z-index: 999;
}

.dflex {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

.dflex h1 {
    padding: 0;
}

.dflex h3 {
    font-size: 26px;
    color: #ff4335;
    letter-spacing: .8px;
    line-height: 1;
    margin-bottom: 0;
}

.dflex p {
    font-size: 18px;
}

.dflex a.btn_principal {
    max-width: 250px;
    margin: 10px auto;
}



/** RESPONSIVE **/
@media (max-width:460px) {
    .pdt100 {
        padding-top: 30px;
    }

    .txt_desktop,
    .div_desktop {
        display: none;
    }

    .div_mobile {
        display: block;
    }

    h1,
    h2 {
        font-size: 47px;
        line-height: 45px;
        padding-right: 100px;
        font-weight: 700;
        letter-spacing: -1px;
    }

    .principal p {
        /* text-align: center; */
        padding-right: 100px;
    }

    .bg_sec_boxes h2 {
        font-size: 57px;
        line-height: 62px;
    }

    .nav_botones {
        display: flex;
        justify-content: center;
    }

    .nav_botones .btn_principal {
        font-size: 15px;
        padding: 5px 10px;
    }

    .seccion {
        height: auto;
        padding: 80px 0;
    }

    .header {
        height: auto;
    }

    .logo img {
        width: 50%;
        margin: 0;
        display: block;
    }

    /* .fixed .logo img {
    width: 27%;
  } */
    .box_flex.fono_mov {
        width: 100%;
        text-align: center;
        display: block;
    }

    .fono a {
        font-size: 28px;
    }

    .sec-ppal {
        padding-top: 0;
        background-position: 60% center;
    }

    .principal {
        margin-top: 19%;
    }

    .bg_sec_boxes {
        background-position: right center;
    }

    .box_color_info {
        margin: 0 auto 30px;
        max-width: 95%;
        padding: 0;
    }

    .funnel_img {
        float: none;
        margin: 30px auto 0;
        display: block;
    }

    .aligncenter_mob {
        display: block !important;
        margin: 0 auto;
        margin-top: 25px;
    }

    .logo_foot {
        width: 40%;
        margin-top: 40px;
    }

    .logo_ccs {
        width: 40%;
        margin: 0 auto;
        display: table;
    }

    .telefono_mov {
        position: fixed;
        bottom: 30px;
        left: 10px;
        background: #ff4335;
        color: #fff;
        padding: 10px;
        border-radius: 50px;
        font-size: 32px;
        font-weight: bold;
        font-family: 'Bebas Neue', cursive;
    }

    .btn_principal.outline {
        text-align: center;
        margin-top: 10px;
        font-size: 16px;
    }

    .o {
        text-align: center;
        display: block;
        margin-top: 10px;
        font-size: 17px;
    }

    .btn_principal {
        font-size: 14px;
    }

    .caja_form {
        margin-top: 25px;
    }

    .btnCerrar {
        z-index: 1021;
        right: calc(50% - 25px);
    }

    h1.titppal {
        font-size: 43px;
        line-height: 40px;
    }

    .logo small {
        background: transparent;
        padding: 0;
        color: #111;
        text-decoration: underline;
        /* font-size: 8px; */
        font-weight: bold;
    }
}