*,*::before,*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

em,strong {
    font-style: normal;
    font-weight: normal;
    font-family: "TelefonicaWeb-Bold",arial,sans-serif
}

input:focus {
    outline: none;
    box-shadow: 0
}

input::placeholder {
    opacity: 1
}

ul {
    list-style: none
}

label {
    display: block
}

.desktopo,.modal-optimize-btn {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9;
    border-radius: 50px 0 0 50px;
    left: calc(100% - 60px);
    cursor: pointer;
    bottom: 100px;
    width: 230px;
    background: #5cb615;
    padding: 5px 10px;
    transition: 300ms ease-in-out;
    border: 2px solid #5cb615
}

.desktopo:hover,.modal-optimize-btn:hover {
    left: unset;
    right: 0
}

.desktopo_pulse,.modal-optimize-btn_pulse {
    animation: pulse 2s infinite
}

.desktopo_pulse:hover,.modal-optimize-btn_pulse:hover {
    animation: none
}

.desktopo-txt,.modal-optimize-btn-txt {
    color: #fff;
    font-size: 15px
}

.desktopo-txt small,.modal-optimize-btn-txt small {
    font-size: 14px;
    display: block;
    opacity: .8
}

.desktopo-image,.modal-optimize-btn-image {
    margin-right: 10px
}

.movistar-modal {
    top: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,.5);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    overflow-y: auto
}

.movistar-modal_seccion {
    position: relative;
    margin: 0px auto;
    background: #fff;
    display: flex;
    width: 100%;
    max-width: 750px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.3);
    transition: all .1s ease-in-out;
    overflow: hidden
}

.movistar-modal_seccion.exitawait::before {
    content: none
}

.movistar-modal_seccion.exitawait .movistar-modal_left-title {
    font-size: 26px;
    margin-bottom: 40px
}

.movistar-modal_seccion.exitawait .movistar-modal_left span {
    margin-top: 50px
}

.movistar-modal_seccion.exitawait .movistar-modal_left img {
    margin: auto 0 -20px -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px)
}

.movistar-modal_seccion::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 35px;
    height: 35px;
    width: 100%;
    margin-right: 5px;
    margin-right: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PHBhdGggZD0iTTkuNCAxMC4yYy0xLjYgMC00LjUuOC01LjkgNi4zLS43IDIuNS0uOCA1LjItLjMgNy44LjQgMi4yIDEgNC4zIDEuOCA2LjQuMi40LjQuOC43IDEuMi41LjYgMS40LjggMi4yLjYuOC0uNSAxLjEtMS40LjgtMi4zLS4xLS43LS4zLTEuNS0uNi0yLjItLjYtMS42LTEtMy4zLTEuMi01LS4xLTEuOS43LTIuMSAxLjItMi4yLjgtLjIgMS41LjcgMi4yIDEuOC43IDEuMyAyLjIgMy43IDMuMiA1LjYgMS4xIDIuMSAzLjMgMy40IDUuNyAzLjMgMy0uMSA1LjEtMS4yIDYuMy00LjguNi0yLjMgMS40LTQuNSAyLjMtNi43IDEuMS0yLjMgMi41LTMuNiAzLjctMy4yIDEuMS4zIDEuNCAxLjQgMS40IDMuMSAwIDEuNC0uMiAzLS4yIDQuMS0uMS42LS4xIDEuMi0uMSAxLjcgMCAuOS42IDEuOCAxLjUgMiAxLjEgMCAyLjEtLjcgMi4zLTEuNy4yLS41LjMtMSAuMy0xLjUuMy0yIC40LTQuMS4yLTYuMS0uMS0yLjUtLjctNS0xLjctNy40LS45LTIuMS0yLjMtMy40LTQuMS0zLjUtMi4xLS4yLTQuNCAxLjItNS42IDMuOC0xLjIgMi40LTIuMSA0LjktMi42IDYuMS0uNCAxLjItMS40IDIuMS0yLjcgMi4yLTEuNi4yLTIuOS0xLTMuOC0yLjYtMS0xLjctMi4xLTMuNC0zLjQtNC45LS43LTEuMi0yLjEtMi0zLjYtMS45eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
    background-size: 35px
}

.movistar-modal ul {
    list-style: none
}

.movistar-modal ul li {
    padding-left: 10px;
    position: relative;
    margin-top: 5px;
    font-size: 13px
}

.movistar-modal ul li::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg)
}

.movistar-modal_left {
    background: #019df4;
    padding: 0 20px 20px 20px;
    max-width: 250px;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column
}

.movistar-modal_left span {
    margin-top: auto
}

.movistar-modal_left-title {
    margin-top: auto;
    margin-bottom: 30px;
    font: 16px "TelefonicaWeb-Bold",arial,sans-serif
}

.movistar-modal_left-subtitle {
    font: 15px "TelefonicaWeb-Light",arial,sans-serif
}

.movistar-modal_left img {
    margin: 30px auto -20px;
    max-width: 140px;
    position: relative
}

.movistar-modal_retry {
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    padding: 16px 5px;
    width: 100%;
    color: #fff;
    font: 14px "TelefonicaWeb-Bold",arial,sans-serif;
    transition: opacity .2s;
    background: #019df4;
    max-width: 200px
}

.movistar-modal_retry:hover {
    opacity: .8
}

.movistar-modal_form {
    margin: 30px 0;
    width: 100%
}

.movistar-modal_form button {
    background: transparent;
    border-width: 0;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    padding: 16px 5px;
    width: 100%;
    color: #fff;
    font: 14px "TelefonicaWeb-Bold",arial,sans-serif;
    transition: opacity .2s;
    background: #019df4
}

.movistar-modal_form button:focus {
    outline: none
}

.movistar-modal_form button:hover {
    opacity: .8
}

.movistar-modal_group {
    height: 48px;
    position: relative;
    margin-bottom: 15px;
    width: 100%
}

.movistar-modal_group.half {
    width: calc(50% - 5px)
}

.movistar-modal_group input,.movistar-modal_group select {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 0 10px;
    padding-left: 10px;
    font: 15px "TelefonicaWeb-Regular",arial,sans-serif;
    transition: border .2s,padding-left .2s
}

.movistar-modal_group input::placeholder,.movistar-modal_group select::placeholder {
    color: #b6b7b7
}

.movistar-modal_group input:focus,.movistar-modal_group select:focus {
    outline: none;
    border: 1px solid #019df4
}

.movistar-modal_group select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat
}

.movistar-modal_group.active input {
    padding-left: 15px !important
}

.movistar-modal_group.active label {
    top: calc(50% - 30px);
    background: #fff;
    font-size: 12px;
    color: #7b7b7b
}

.movistar-modal_group label {
    display: inline-block;
    background: transparent;
    position: absolute;
    top: calc(50% - 10px);
    left: 10px;
    margin-bottom: 0;
    padding: 0 5px;
    transition: top .2s;
    cursor: text;
    pointer-events: none;
    font: 15px "TelefonicaWeb-Regular",arial,sans-serif
}

.movistar-modal .minput-rut input {
    padding-left: 45px
}

.movistar-modal .minput-telefono input {
    padding-left: 65px
}

.movistar-modal_next {
    display: block;
    font-size: 13px;
    text-align: center
}

.movistar-modal_formlater {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.movistar-modal_formlater_column {
    width: calc(50% - 10px)
}

.movistar-modal_later {
    background: transparent;
    border-width: 0;
    font: 14px "TelefonicaWeb-Light",arial,sans-serif;
    background: transparent;
    color: #019df4;
    transition: all .1s ease-in-out;
    cursor: pointer
}

.movistar-modal_later:focus {
    outline: none
}

.movistar-modal_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border: 1px solid #019df4;
    border-radius: 50px;
    z-index: 4
}

.movistar-modal_close::before,.movistar-modal_close::after {
    content: "";
    width: calc(100% - 14px);
    position: absolute;
    height: 2px;
    background: #019df4;
    top: calc(50% - 1px);
    left: 7px
}

.movistar-modal_close::before {
    transform: rotate(-45deg)
}

.movistar-modal_close::after {
    transform: rotate(45deg)
}

.movistar-modal_header {
    text-align: center
}

.movistar-modal_header .motitle {
    font: 20px "TelefonicaWeb-Bold",Arial;
    color: #fff;
    margin-bottom: 35px
}

.movistar-modal_header p {
    font: 18px "TelefonicaWeb-Light",arial,sans-serif;
    text-transform: none;
    margin-bottom: 15px
}

.movistar-modal_body {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto
}

.movistar-modal_body-title {
    font: 20px "TelefonicaWeb-Bold",arial,sans-serif;
    margin-bottom: 10px
}

.movistar-modal_slideDown {
    margin-top: 0px;
    transition: all .3s ease-in-out
}

.movistar-modal_content {
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.movistar-modal_content p {
    color: #000;
    width: 100%;
    text-align: center;
    font: 20px "TelefonicaWeb-Bold",arial,sans-serif;
    margin-bottom: 20px
}

.movistar-modal_content button {
    background: transparent;
    border-width: 0;
    margin: 0 15px;
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    font: 26px "TelefonicaWeb-Light",arial,sans-serif;
    padding: 10px 15px;
    color: #fff;
    background: #019df4;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.6);
    text-align: left;
    width: 100%;
    transition: opacity .2s
}

.movistar-modal_content button:hover {
    opacity: .8
}

.movistar-modal_content button:focus {
    outline: none
}

.movistar-modal_content button small {
    display: block;
    font: 16px "TelefonicaWeb-Light",arial,sans-serif
}

.movistar-modal_content button img {
    position: relative;
    margin: 0 10px -30px -30px
}

.movistar-modal_imglist {
    max-width: 40px;
    width: 100%;
    margin-right: 15px
}

.movistar-modal_hidden {
    visibility: hidden;
    opacity: 0
}

.movistar-modal .error {
    position: absolute;
    text-align: center;
    background: red;
    color: #fff;
    top: -25px;
    padding: 8px 5px;
    border-radius: 4px;
    font-size: 12px;
    right: 0px;
    z-index: 6
}

.movistar-modal .error::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 2px;
    transform: rotate(45deg);
    bottom: -4px;
    right: 28px
}

#movistar-callme .movistar-modal_seccion::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PHBhdGggZD0iTTkuNCAxMC4yYy0xLjYgMC00LjUuOC01LjkgNi4zLS43IDIuNS0uOCA1LjItLjMgNy44LjQgMi4yIDEgNC4zIDEuOCA2LjQuMi40LjQuOC43IDEuMi41LjYgMS40LjggMi4yLjYuOC0uNSAxLjEtMS40LjgtMi4zLS4xLS43LS4zLTEuNS0uNi0yLjItLjYtMS42LTEtMy4zLTEuMi01LS4xLTEuOS43LTIuMSAxLjItMi4yLjgtLjIgMS41LjcgMi4yIDEuOC43IDEuMyAyLjIgMy43IDMuMiA1LjYgMS4xIDIuMSAzLjMgMy40IDUuNyAzLjMgMy0uMSA1LjEtMS4yIDYuMy00LjguNi0yLjMgMS40LTQuNSAyLjMtNi43IDEuMS0yLjMgMi41LTMuNiAzLjctMy4yIDEuMS4zIDEuNCAxLjQgMS40IDMuMSAwIDEuNC0uMiAzLS4yIDQuMS0uMS42LS4xIDEuMi0uMSAxLjcgMCAuOS42IDEuOCAxLjUgMiAxLjEgMCAyLjEtLjcgMi4zLTEuNy4yLS41LjMtMSAuMy0xLjUuMy0yIC40LTQuMS4yLTYuMS0uMS0yLjUtLjctNS0xLjctNy40LS45LTIuMS0yLjMtMy40LTQuMS0zLjUtMi4xLS4yLTQuNCAxLjItNS42IDMuOC0xLjIgMi40LTIuMSA0LjktMi42IDYuMS0uNCAxLjItMS40IDIuMS0yLjcgMi4yLTEuNi4yLTIuOS0xLTMuOC0yLjYtMS0xLjctMi4xLTMuNC0zLjQtNC45LS43LTEuMi0yLjEtMi0zLjYtMS45eiIgZmlsbD0iIzAxOWRmNCIvPjwvc3ZnPg==")
}

#modalLoading .movistar-modal_seccion,#infoModal .movistar-modal_seccion {
    display: flex;
    flex-direction: column;
    padding: 40px 0
}

#modalLoading .movistar-modal_seccion .motitle,#infoModal .movistar-modal_seccion .motitle {
    color: #000;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font: 28px "TelefonicaWeb-Bold",arial,sans-serif
}

#modalLoading .movistar-modal_seccion p,#infoModal .movistar-modal_seccion p {
    color: #86888c;
    font-size: 16px
}

#modalLoading .movistar-modal_seccion img,#infoModal .movistar-modal_seccion img {
    max-width: 100px;
    width: 100%;
    margin: 0 auto 20px
}

#modalLoading .movistar-modal_close,#infoModal .movistar-modal_close {
    border-color: #019df4
}

#modalLoading .movistar-modal_close::before,#modalLoading .movistar-modal_close::after,#infoModal .movistar-modal_close::before,#infoModal .movistar-modal_close::after {
    background: #019df4
}

#movistar-callme_later .movistar-modal_left img {
    max-width: 230px;
    width: 100%
}

#movistar-callme_later .movistar-modal_left-title {
    margin-top: auto
}

#movistar-callme_later .movistar-modal_left ul {
    margin-bottom: auto
}

@media all and (max-width: 768px) {
    .movistar-modal {
        align-items:flex-start;
        padding: 5px
    }

    .movistar-modal p {
        font-size: 13px
    }

    .movistar-modal_seccion {
        flex-wrap: wrap
    }

    .movistar-modal_seccion::before {
        content: none
    }

    .movistar-modal_seccion.exitawait .movistar-modal_left-title {
        font-size: 17px;
        margin-bottom: 5px
    }

    .movistar-modal_seccion.exitawait .movistar-modal_left span {
        margin-top: 0
    }

    .movistar-modal_seccion.exitawait .movistar-modal_left img {
        margin: auto 0 -10px -10px;
        margin-right: 0px;
        width: 100%;
        max-width: 80px;
        margin-right: 10px
    }

    .movistar-modal_content {
        padding: 50px 20px 30px
    }

    .movistar-modal_content button {
        margin: 15px 0px
    }

    .movistar-modal_left {
        width: 100%;
        max-width: 100%;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        padding: 40px 45px 10px 10px
    }

    .movistar-modal_left img {
        margin: 0 10px 0 0px;
        max-width: 70px;
        align-self: flex-end
    }

    .movistar-modal_left-title {
        margin-bottom: 5px;
        font-size: 16px
    }

    .movistar-modal_close {
        border-color: #fff
    }

    .movistar-modal_close::before,.movistar-modal_close::after {
        background: #fff
    }

    .movistar-modal_body {
        width: calc(100% - 30px);
        padding: 20px 0
    }

    .movistar-modal_form {
        margin: 30px 0 20px
    }

    .movistar-modal_group.half {
        width: 100%
    }

    #movistar-callme .movistar-modal_close {
        border-color: #019df4
    }

    #movistar-callme .movistar-modal_close::before,#movistar-callme .movistar-modal_close::after {
        background: #019df4
    }

    #modalLoading .movistar-modal_seccion,#infoModal .movistar-modal_seccion {
        padding: 40px 0
    }

    #modalLoading .movistar-modal_seccion .motitle,#infoModal .movistar-modal_seccion .motitle {
        font-size: 20px
    }

    #movistar-callme_later .movistar-modal_left img {
        max-width: 70px;
        width: 100%;
        margin-right: 15px
    }

    #movistar-callme_later .movistar-modal_left br {
        display: none
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(72,169,16,.8)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(72,169,16,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(72,169,16,0)
    }
}

@media all and (max-width: 520px) {
    .desktopo,.modal-optimize-btn {
        left:0;
        width: 100%;
        border: 0;
        bottom: 0;
        animation: none;
        border-radius: 8px 8px 0 0
    }

    .desktopo.hide-b,.modal-optimize-btn.hide-b {
        bottom: -100%
    }
}

.optimize-modal {
    padding: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 450px
}

.optimize-modal-title {
    width: 100%;
    text-align: center;
    color: #000;
    width: 100%;
    font: 20px "TelefonicaWeb-Bold",arial,sans-serif;
    margin-bottom: 30px
}

.optimize-modal-subtitle {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    font: 16px "TelefonicaWeb-Light",arial,sans-serif
}

.optimize-modal-img {
    margin-right: 20px
}

.optimize-modal-link {
    width: 100%;
    display: flex;
    font-size: 15px;
    align-items: center;
    color: #fff;
    padding: 20px 15px;
    background: #019df4;
    border-radius: 8px;
    text-align: left;
    margin-bottom: 10px
}

.optimize-modal-link small {
    display: block;
    font-size: 14px;
    color: #000
}

.optimize-modal-lnormal {
    background: #fff;
    color: #019df4;
    border: 1px solid #bbe2fc;
    transition: all .2s ease-in-out
}

.optimize-modal-lnormal:hover {
    background-color: #e8f9ff
}

.optimize-modal-midcol {
    width: calc(50% - 5px);
    text-align: center;
    padding: 10px
}

.optimize-modal-midcol small {
    font-size: 12px;
    color: #959595
}

.optimize-modal-midcol span {
    width: 100%
}

.optimize-modal-back {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #019df4;
    font: 13px "TelefonicaWeb-Bold",arial,sans-serif
}

.optimize-modal-back i {
    margin-left: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #019df4;
    border-right: 2px solid #019df4;
    transform: rotate(45deg)
}

@media all and (max-width: 768px) {
    .optimize-modal {
        padding:30px 15px
    }

    .optimize-modal-img {
        margin-right: 10px
    }

    .optimize-modal-link {
        font-size: 14px
    }

    .optimize-modal .optimize-modal-title {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 15px
    }

    .optimize-modal .movistar-modal_close {
        border: 1px solid #019df4
    }

    .optimize-modal .movistar-modal_close::after,.optimize-modal .movistar-modal_close::before {
        background: #019df4
    }
}

/*# sourceMappingURL=bundle.min.css.map */
