.typeahead__container {
   
}
.typeahead__container button,
.typeahead__container input,
.typeahead__container optgroup,
.typeahead__container select,
.typeahead__container textarea {
    font: inherit;
    /* 1 */
    
    margin: 0;
    /* 2 */
}
.typeahead__container optgroup {
    font-weight: bold;
}
.typeahead__container button,
.typeahead__container input {
    /* 1 */
    
    overflow: visible;
}
.typeahead__container button,
.typeahead__container select {
    /* 1 */
    
    text-transform: none;
}
.typeahead__container button,
.typeahead__container html [type="button"],
.typeahead__container [type="reset"],
.typeahead__container [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
.typeahead__container button::-moz-focus-inner,
.typeahead__container [type="button"]::-moz-focus-inner,
.typeahead__container [type="reset"]::-moz-focus-inner,
.typeahead__container [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
.typeahead__container button:-moz-focusring,
.typeahead__container [type="button"]:-moz-focusring,
.typeahead__container [type="reset"]:-moz-focusring,
.typeahead__container [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
.typeahead__container fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.typeahead__container legend {
    box-sizing: border-box;
    /* 1 */
    
    color: inherit;
    /* 2 */
    
    display: table;
    /* 1 */
    
    max-width: 100%;
    /* 1 */
    
    padding: 0;
    /* 3 */
    
    white-space: normal;
    /* 1 */
}
.typeahead__container textarea {
    overflow: auto;
}
.typeahead__container [type="checkbox"],
.typeahead__container [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    
    padding: 0;
    /* 2 */
}
.typeahead__container [type="number"]::-webkit-inner-spin-button,
.typeahead__container [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.typeahead__container [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    
    outline-offset: -2px;
    /* 2 */
}
.typeahead__container [type="search"]::-webkit-search-cancel-button,
.typeahead__container [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.typeahead__container::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
.typeahead__container::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    
    font: inherit;
    /* 2 */
}
.typeahead__container {
    position: relative;
    font: 14px Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.typeahead__container * {
    box-sizing: border-box;
    outline: 0;
}
.typeahead__query {
    position: relative;
    z-index: 2;
    width: 100%;
}
.typeahead__filter {
    position: relative;
}
.typeahead__filter button {
    min-width: 100%;
    white-space: nowrap;
}
.typeahead__filter button:after {
    display: inline-block;
    margin-left: 4px;
    width: 0;
    height: 0;
    vertical-align: -2px;
    content: "";
    border: 4px solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.typeahead__field {
    font-size: 0;
    position: relative;
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.typeahead__field > * {
    display: table-cell;
    vertical-align: top;
}
.typeahead__query,
.typeahead__filter,
.typeahead__button {
    font-size: 14px;
}
.typeahead__button {
    position: relative;
    font-size: 0;
    width: 1%;
    vertical-align: top;
}
.typeahead__button button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.typeahead__field {
    color: #555;
}
.typeahead__field input,
.typeahead__field textarea,
.typeahead__field [contenteditable],
.typeahead__field .typeahead__hint {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 0 0 2px;
    transition: all ease-in-out .15s;
    appearance: none;
    box-sizing: border-box;
}
.typeahead__field input:focus,
.typeahead__field input:active,
.typeahead__field textarea:focus,
.typeahead__field textarea:active,
.typeahead__field [contenteditable]:focus,
.typeahead__field [contenteditable]:active,
.typeahead__field .typeahead__hint:focus,
.typeahead__field .typeahead__hint:active {
    border-color: #66afe9;
}
.typeahead__field input[type="search"],
.typeahead__field input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
}
.typeahead__field input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.typeahead__container.hint .typeahead__field input,
.typeahead__container.hint .typeahead__field textarea,
.typeahead__container.hint .typeahead__field [contenteditable] {
    background: transparent;
}
.typeahead__container.hint .typeahead__query >:last-child,
.typeahead__hint {
    background: #fff;
}
.typeahead__container button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 32px;
    padding: 6px 12px;
    user-select: none;
    color: #555;
}
.typeahead__container button:hover,
.typeahead__container button:focus {
    color: #3c3c3c;
    background-color: #f5f5f5;
    border-color: #b3b3b3;
}
.typeahead__container button:active,
.typeahead__container button.active {
    background-image: none;
}
.typeahead__container button:focus,
.typeahead__container button:active {
    border-color: #66afe9;
}
.typeahead__container input.disabled,
.typeahead__container input[disabled],
.typeahead__container button.disabled,
.typeahead__container button[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
    background-color: #fff;
    border-color: #ccc;
}
.typeahead__filter,
.typeahead__button {
    z-index: 1;
}
.typeahead__filter button,
.typeahead__button button {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.typeahead__filter:hover,
.typeahead__filter:active,
.typeahead__filter:focus,
.typeahead__button:hover,
.typeahead__button:active,
.typeahead__button:focus {
    z-index: 1001;
}
.typeahead__filter:hover button:focus,
.typeahead__filter:hover button:active,
.typeahead__filter:active button:focus,
.typeahead__filter:active button:active,
.typeahead__filter:focus button:focus,
.typeahead__filter:focus button:active,
.typeahead__button:hover button:focus,
.typeahead__button:hover button:active,
.typeahead__button:active button:focus,
.typeahead__button:active button:active,
.typeahead__button:focus button:focus,
.typeahead__button:focus button:active {
    z-index: 1001;
}
.typeahead__filter + .typeahead__button button {
    margin-left: -2px;
}
.typeahead__container.filter .typeahead__filter {
    z-index: 1001;
}
.typeahead__list,
.typeahead__dropdown {
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-clip: padding-box;
}
.typeahead__result.detached .typeahead__list {
    position: relative;
    z-index: 1041;
    top: initial;
    left: initial;
}
.typeahead__dropdown {
    right: 0;
    left: initial;
    z-index: 1001;
}
.typeahead__list > li {
    position: relative;
    border-top: solid 1px #ccc;
}
.typeahead__list > li:first-child {
    border-top: none;
}
.typeahead__list > li > a,
.typeahead__dropdown > li > a {
    display: block;
    padding: 6px 12px;
    clear: both;
    color: #333;
    text-decoration: none;
}
.typeahead__list > li > a:hover,
.typeahead__list > li > a:focus,
.typeahead__list > li.active > a,
.typeahead__dropdown > li > a:hover,
.typeahead__dropdown > li > a:focus,
.typeahead__dropdown > li.active > a {
    background-color: #f5f5f5;
    color: #3c3c3c;
}
.typeahead__list.empty > li {
    padding: 6px 12px;
    color: #333;
}
.typeahead__list > li.typeahead__group {
    border-color: #bfdef6;
    font-weight: bold;
}
.typeahead__list > li.typeahead__group:first-child {
    border-top: solid 1px #bfdef6;
}
.typeahead__list > li.typeahead__group > a,
.typeahead__list > li.typeahead__group > a:hover,
.typeahead__list > li.typeahead__group > a:focus,
.typeahead__list > li.typeahead__group.active > a {
    cursor: default;
    color: #17639f;
    background: #ecf5fc;
}
.typeahead__list > li.typeahead__group + li.typeahead__item {
    border-color: #bfdef6;
}
.typeahead__container.result .typeahead__list,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.backdrop + .typeahead__backdrop {
    display: block !important;
}
.typeahead__container .typeahead__list,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container + .typeahead__backdrop {
    display: none !important;
}
.typeahead__dropdown li:last-child {
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px #ccc;
}
.typeahead__cancel-button {
    visibility: hidden;
    user-select: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: .8em;
    cursor: pointer;
    background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll center center transparent;
}
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button {
    visibility: visible;
    opacity: .25;
}
#box-street-number .label-2.onbck,
.js-typeahead {
    text-transform: uppercase;
}
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover {
    opacity: .4;
}
.typeahead__search-icon {
    padding: 0 1.25rem;
    width: 16px;
    height: 16px;
    display: block;
    background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent;
}
.typeahead__container.loading .typeahead__query:before,
.typeahead__container.loading .typeahead__query:after {
    transition: all 0s linear, opacity 0.2s ease;
    position: absolute;
    z-index: 3;
    content: '';
    top: 50%;
    right: .55em;
    margin-top: -10.5px;
    width: 21px;
    height: 21px;
    box-sizing: border-box;
    border-radius: 500rem;
    border-style: solid;
    border-width: .1em;
}
.typeahead__container.loading .typeahead__query:before {
    border-color: rgba(0, 0, 0, 0.35);
}
.typeahead__container.loading .typeahead__query:after {
    animation: button-spin 0.6s linear;
    animation-iteration-count: infinite;
    border-color: #fff transparent transparent;
    box-shadow: 0 0 0 1px transparent;
}
@keyframes button-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.aui .cont-ppal .row-section {
    float: left;
    width: 100%;
}
.aui .cont-ppal .row-centered {
    margin: 0 auto;
    float: none;
}
.aui .cont-ppal .row-section-70 {
    width: 70%;
}
@media (max-width: 767px) {
    .aui .cont-ppal .row-section-70 {
        width: 100%;
    }
}
.aui .cont-ppal .f-right {
    float: right;
}
.aui .cont-ppal .bt-medium {
    min-width: 276px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .bt-medium {
        /* min-width: auto; */
        min-width: 100%;
    }
    .aui .cont-ppal .style-mov-1 .blue-square-radios label .radio-box-i {
        width: 100%;
        display: grid;
    }
    .aui .cont-ppal .style-mov-1 #formInstalacion label .radio-box-i .ico-radio {
        width: auto;
    }
     .aui .cont-ppal .style-mov-1 .date-table .no-option{
        background-color: #f3f3f3;
     }
      .aui .cont-ppal .style-mov-1 .date-table .no-option .radio-box-i{
        background-color: #f3f3f3;
      }
      .aui .cont-ppal .style-mov-1 .date-table .no-option input[type="radio"]:checked + .radio-box-i{
            background-color: #00A9E0;
      }
    .aui .cont-ppal .style-mov-1 .date-table .no-option td:first-child span {
        font-size: 14px;
        line-height: 15px;
    }
    .aui .cont-ppal .style-mov-1 .date-table .no-option td:first-child p {
        line-height: 16px;
    }
    .aui .cont-ppal .style-mov-1.direccion-form h2 {
        font-size: 30px;
    }
}
.aui .cont-ppal em {
    font-style: normal;
}
.aui .cont-ppal .row-section-8-4 {
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .aui .cont-ppal .row-section-8-4 {
        padding-left: 3%;
        padding-right: 3%;
    }
}
.aui .cont-ppal .row-section-8-4 > .col-1 {
    float: left;
    width: 67%;
    position: relative;
}
@media (max-width: 767px) {
    .aui .cont-ppal .row-section-8-4 > .col-1 {
        width: 100%;
        margin-bottom: 30px;
    }
}
.aui .cont-ppal .row-section-8-4 > .col-2 {
    float: right;
    width: 30%;
    position: relative;
}
@media (max-width: 767px) {
    .aui .cont-ppal .row-section-8-4 > .col-2 {
        width: 100%;
    }
}
.aui .cont-ppal .row-section-6-6 .col-1 {
    width: 50%;
    float: left;
}
@media (max-width: 767px) {
    .aui .cont-ppal .row-section-6-6 .col-1 {
        width: 100%;
    }
}
.aui .cont-ppal .row-section-6-6 .col-2 {
    float: left;
    width: 50%;
}
@media (max-width: 767px) {
    .aui .cont-ppal .row-section-6-6 .col-2 {
        width: 100%;
    }
    .aui .cont-ppal .box-white-bordered{
       padding: 20px 20px;  
    }
    .ofert-months{
        text-align: left;
        color: #86888C;
    }
}
.aui .cont-ppal .box-white-bordered {
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 20px 30px;
    border: 1px solid #ccc;
}
.aui .cont-ppal .style-mov-1 {
    font-family: telefonica_light;
}
.aui .cont-ppal .style-mov-1 input::-webkit-outer-spin-button,
.aui .cont-ppal .style-mov-1 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.aui .cont-ppal .style-mov-1 .bt-green {
    box-sizing: border-box;
    height: 45px;
    background-color: #5BC500;
    color: #fff;
    border: none;
    font-size: 13px;
    display: initial;
    float: left;
}
.box-address-status .ad-checked li div,
.box-address-status .ad-checked li .ico-ok-tic {
    display: table-cell;
}
.aui .cont-ppal .style-mov-1 #formInstalacion label .radio-box {
    display: block;
    padding: 8px;
    border: 0;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .bt-green {
        font-size: 13px;
        width: 100%;
    }
    .aui .cont-ppal .style-mov-1 .select2 {
        max-width: 100%;
    }
    .aui .cont-ppal .style-mov-1 .address-selector .box-pre-selected .box-white-bordered {
        min-height: 120px;
    }
    .aui .cont-ppal .style-mov-1 .select2 .select2-selection.select2-selection--single {
        max-width: 100% !important;
    }
}
.aui .cont-ppal .style-mov-1 .select2 {
    width: 100% !important;
    max-width: 100%;
}
.aui .cont-ppal .style-mov-1 .select2 .select2-selection {
    height: 45px;
    border-radius: 2px;
}
.aui .cont-ppal .style-mov-1 .select2 .select2-selection .select2-selection__rendered {
    line-height: 45px;
    font-size: 18px;
}
.aui .cont-ppal .style-mov-1 .select2 .select2-selection.select2-selection--single {
    outline: none;
    max-width: 360px;
}
.aui .cont-ppal .style-mov-1 .select2 .select2-selection__arrow {
    right: 8px;
    top: 9px;
}
.aui .cont-ppal .style-mov-1 .date-table {
    float: left;
    width: 100%;
}
.aui .cont-ppal .style-mov-1 .date-table td,
.aui .cont-ppal .style-mov-1 .date-table th {
    border: 1px solid #ccc;
    text-align: center !important;
    padding: 10px;
    font-size: 11px;
}
.aui .cont-ppal .style-mov-1 .date-table th {
    background-color: #F4FAFD;
}
.aui .cont-ppal .style-mov-1 .date-table th em {
    font-size: 18px;
}
.aui .cont-ppal em {
    font-style: normal;
}
.aui .cont-ppal .style-mov-1 .date-table th span {
    display: block;
    font-size: 13px;
    color: #999;
    line-height: 21px;
}
.aui .cont-ppal .style-mov-1 .date-table td {
    font-size: 14px;
}
.aui .cont-ppal .style-mov-1 .date-table .no-option td:first-child {
    text-align: left !important;
    padding-left: 20px;
}
.aui .cont-ppal .style-mov-1 .date-table .no-option td:first-child span {
    font-size: 16px;
}
.aui .cont-ppal .style-mov-1 .date-table .no-option td:first-child p {
    font-size: 13px;
}
.aui .cont-ppal .style-mov-1 .select2 .select2-selection__arrow b {
    border-width: 7px 5px 0 5px !important;
    border-color: #888 transparent transparent transparent !important;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.aui .cont-ppal .style-mov-1 .select2-container .select2-dropdown .select2-results .select2-results__option {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.aui .cont-ppal .style-mov-1 .select2-container .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
    background-color: #26AEE7;
}
.aui .cont-ppal .style-mov-1 .select2-container .select2-dropdown .select2-search__field {
    box-sizing: border-box !important;
    height: 35px;
    line-height: 35px;
    box-shadow: none;
}
.aui .cont-ppal .style-mov-1 .select2-container.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
}
.aui .cont-ppal .style-mov-1 button.bg_verde3 {
    color: #fff;
}
.aui .cont-ppal .style-mov-1 button.bg_verde3:hover {
    background-color: #7AB800;
}
.aui .cont-ppal .style-mov-1 input[type="number"] {
    -moz-appearance: textfield;
}
.aui .cont-ppal .style-mov-1 h1 {
    font-size: 32px;
    font-weight: 100;
    font-family: telefonica_light;
    display: table;
    vertical-align: middle;
}
.aui .cont-ppal .style-mov-1 h1 img {
    position: relative;
    top: 3px;
    min-width: 47px;
}
.aui .cont-ppal .style-mov-1 h1 span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.aui .cont-ppal .style-mov-1 h1 i {
    display: table-cell;
    vertical-align: middle;
    font-size: 39px;
    color: #26AEE7;
}
.aui .cont-ppal .box-success {
    display: table;
    min-height: 500px;
    text-align: center;
}
@media (max-width: 767px) {
    .aui .cont-ppal .box-success {
        min-height: auto;
    }
}
.aui .cont-ppal .box-success .icono-movistar_activo {
    color: #26AEE7;
    font-size: 120px;
    margin-left: 25px;
}
.aui .cont-ppal .box-success span {
    display: block;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    color: #999999;
    font-family: telefonica;
}
.aui .cont-ppal .box-success .ico-thin_right_arrow{
    display: inline;
    color: #00A9E0;
    font-family: telefonica;
    font-size: 10px;
}
.aui .cont-ppal .box-success .link-simple {
    display: block;
}
.aui .cont-ppal .box-success .link-simple span {
    font-size: 10px;
    margin-left: 3px;
    position: relative;
    top: 1px;
    display: inline;
    color: #00A9E0;
}
.aui .cont-ppal .link-simple {
    display: block;
    font-size: 15px;
    font-family: telefonica;
}
.aui .cont-ppal .style-mov-1 .bt-style-1.bg-verde {
    background-color: #68C915;
    color: #fff;
    font-size: 16px;
    font-family: telefonica;
}
@media (max-width: 767px) {
    .aui .cont-ppal .box-success .icono-movistar_activo {
        font-size: 80px;
    }
    .aui .cont-ppal .box-success em {
        font-size: 27px !important;
        margin-top: 15px !important;
    }
}
.aui .cont-ppal .box-success em {
    display: block;
    font-size: 32px;
    color: #5BC500;
    font-family: telefonica_xlight;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 15px;
}
.aui .cont-ppal .box-success p{
    color: #666666;
    display: block;
    font-size: 32px;
    font-family: telefonica_xlight;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
}
.aui .cont-ppal .box-success .icono-ticket2 {
    color: #5BC500;
    font-size: 42px;
    position: relative;
    left: -17px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .box-success .icono-ticket2 {
        font-size: 25px;
        position: relative;
        left: -14px;
        top: -2px;
    }
}
.aui .cont-ppal .box-success .holder {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 h1 {
        font-size: 21px;
    }
    .aui .cont-ppal .style-mov-1 .date-table td,
    .aui .cont-ppal .style-mov-1 .date-table th {
        padding: 6px;
    }
    .aui .cont-ppal .style-mov-1 .date-table td{
        font-size: 13px;
    }
}
@media(max-width:920px) and (min-width: 767px) {
    .aui .cont-ppal .style-mov-1 .select2 .select2-selection.select2-selection--single {
        max-width: 240px;
    }
}
.aui .cont-ppal .style-mov-1 b {
    font-family: telefonica_bold;
}
.aui .cont-ppal .style-mov-1 i {
    font-style: normal;
}
.aui .cont-ppal .style-mov-1 form textarea {
    outline: none !important;
    overflow: auto;
    box-shadow: none !important;
    border: 1px solid #cccccc !important;
}
.aui .cont-ppal .style-mov-1 form label {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
    color: #333;
}
.aui .cont-ppal .style-mov-1 form label small {
    color: #666;
}
.aui .cont-ppal .style-mov-1 form .error-input-holder .tip {
    float: right;
    padding-top: 10px;
    margin-bottom: 20px;
}
.aui .cont-ppal .style-mov-1 form textarea:focus,
.aui .cont-ppal .style-mov-1 form input[type="text"],
.aui .cont-ppal .style-mov-1 form input[type="password"],
.aui .cont-ppal .style-mov-1 form input[type="datetime"],
.aui .cont-ppal .style-mov-1 form input[type="datetime-local"],
.aui .cont-ppal .style-mov-1 form input[type="date"],
.aui .cont-ppal .style-mov-1 form input[type="month"],
.aui .cont-ppal .style-mov-1 form input[type="time"],
.aui .cont-ppal .style-mov-1 form input[type="week"],
.aui .cont-ppal .style-mov-1 form input[type="number"],
.aui .cont-ppal .style-mov-1 form input[type="email"],
.aui .cont-ppal .style-mov-1 form input[type="url"],
.aui .cont-ppal .style-mov-1 form input[type="search"],
.aui .cont-ppal .style-mov-1 form input[type="tel"],
.aui .cont-ppal .style-mov-1 form input[type="color"],
.aui .cont-ppal .style-mov-1 form .uneditable-input {
    height: 45px;
    font-size: 18px;
    font-family: telefonica_light;
    font-weight: 300;
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #bbbbbb;
    outline: none;
    box-shadow: none;
}
.aui .cont-ppal .style-mov-1 form textarea:focus.error,
.aui .cont-ppal .style-mov-1 form input[type="text"].error,
.aui .cont-ppal .style-mov-1 form input[type="password"].error,
.aui .cont-ppal .style-mov-1 form input[type="datetime"].error,
.aui .cont-ppal .style-mov-1 form input[type="datetime-local"].error,
.aui .cont-ppal .style-mov-1 form input[type="date"].error,
.aui .cont-ppal .style-mov-1 form input[type="month"].error,
.aui .cont-ppal .style-mov-1 form input[type="time"].error,
.aui .cont-ppal .style-mov-1 form input[type="week"].error,
.aui .cont-ppal .style-mov-1 form input[type="number"].error,
.aui .cont-ppal .style-mov-1 form input[type="email"].error,
.aui .cont-ppal .style-mov-1 form input[type="url"].error,
.aui .cont-ppal .style-mov-1 form input[type="search"].error,
.aui .cont-ppal .style-mov-1 form input[type="tel"].error,
.aui .cont-ppal .style-mov-1 form input[type="color"].error,
.aui .cont-ppal .style-mov-1 form .uneditable-input.error {
    border-color: #bbbbbb;
    border-radius: 0 0 2px 2px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 form textarea:focus,
    .aui .cont-ppal .style-mov-1 form input[type="text"],
    .aui .cont-ppal .style-mov-1 form input[type="password"],
    .aui .cont-ppal .style-mov-1 form input[type="datetime"],
    .aui .cont-ppal .style-mov-1 form input[type="datetime-local"],
    .aui .cont-ppal .style-mov-1 form input[type="date"],
    .aui .cont-ppal .style-mov-1 form input[type="month"],
    .aui .cont-ppal .style-mov-1 form input[type="time"],
    .aui .cont-ppal .style-mov-1 form input[type="week"],
    .aui .cont-ppal .style-mov-1 form input[type="number"],
    .aui .cont-ppal .style-mov-1 form input[type="email"],
    .aui .cont-ppal .style-mov-1 form input[type="url"],
    .aui .cont-ppal .style-mov-1 form input[type="search"],
    .aui .cont-ppal .style-mov-1 form input[type="tel"],
    .aui .cont-ppal .style-mov-1 form input[type="color"],
    .aui .cont-ppal .style-mov-1 form .uneditable-input {
        font-size: 15px;
    }
}
.aui .cont-ppal .style-mov-1 form .form-group {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.aui .cont-ppal .style-mov-1 form.horizontal {
    float: left;
    width: 93%;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 form.horizontal {
        width: 100%;
    }
    .aui .cont-ppal .style-mov-1 form label small{
        color: #86888C;
    }
    .aui .cont-ppal .style-mov-1 form .error-input-holder .tip{
        font-size: 14px;
    }
}
.aui .cont-ppal .style-mov-1 form.horizontal .form-group.checkbox-type {
    padding: 0;
}
.aui .cont-ppal .style-mov-1 form.horizontal .form-group.checkbox-type label {
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    font-family: telefonica;
}
.aui .cont-ppal .style-mov-1 form.horizontal .form-group.checkbox-type label > div {
    display: block;
    width: 100%;
}
.aui .cont-ppal .style-mov-1 form.horizontal .form-group.checkbox-type label > div input {
    margin: 0;
    margin-right: 10px;
}
.aui .cont-ppal .style-mov-1 form.horizontal .form-group > label {
    width: 28%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 2%;
    text-align: right;
    line-height: 23px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 form.horizontal .form-group > label {
        display: block;
        width: 100%;
        text-align: left;
    }
}
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder {
    width: 72%;
    display: table-cell;
}
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder span.error {
    background-color: #E04857;
    color: #fff;
    width: 100%;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder span.error:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #E04857;
    position: absolute;
    right: 4%;
    bottom: -7px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder {
        display: block;
        width: 100%;
    }
}
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus span.error {
    display: none !important;
}
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus textarea:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="text"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="password"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="datetime"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="datetime-local"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="date"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="month"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="time"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="week"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="number"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="email"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="url"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="search"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="tel"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus input[type="color"]:focus,
.aui .cont-ppal .style-mov-1 form.horizontal .form-group .error-input-holder.confocus .uneditable-input:focus {
    outline: 0;
    color: #555;
    border-color: #ccc !important;
    outline: none;
}
.aui .cont-ppal .style-mov-1 .tooltip-style-1 {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
}
.instalacionForm2 .sep-basic-2.basic-grid.centered{
    border: 1px solid #d8d1d1;
    width: 100%; 
    padding: 30px 5px;
    margin-top: 35px;
}
@media (max-width: 767px){
    .instalacionForm2 .sep-basic-2.basic-grid.centered{
        margin-top: 9px;
        margin-bottom: 20px;
    }   
}
.instalacionForm2 .sep-basic-2.basic-grid.centered span{
    text-align: center !important;
}
.instalacionForm2{
    padding: 0;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .tooltip-style-1 label {
        line-height: 20px;
    }
    .instalacionForm2{
    padding: 20px 0;
}
    .instalacionForm2 .sep-basic-2.basic-grid.centered span{
        text-align: center !important;
        font-size: 14px !important;
    }
    .instalacionForm2{
        padding: 0 !important;
    }
    .aui .cont-ppal .style-mov-1.direccion-form #top-bar .left-side img{
        min-width: 40px;
    }
    .instalacionNoOk{
        margin-right: 0px !important;
    }
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .tooltip-style-1 {
        width: 100%;
    }
    .aui .cont-ppal .style-mov-1 form label{
        font-size: 14px;
    }
}
.aui .cont-ppal .style-mov-1 .tooltip-style-1 > div {
    font-family: telefonica;
    background-color: #E9426D;
    padding: 9px 24px;
    border-radius: 24px;
    float: left;
    width: auto;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .tooltip-style-1 > div {
        border-radius: 13px;
    }
}
.aui .cont-ppal .style-mov-1 .tooltip-style-1 > div p {
    font-size: 14px;
    color: #fff;
    display: inline;
}
.aui .cont-ppal .style-mov-1 .tooltip-style-1 i {
    margin-right: 5px;
    float: left;
}
.aui .cont-ppal .style-mov-1 .tooltip-style-1 i:before {
    color: #fff;
    font-size: 19px;
}
.aui .cont-ppal .style-mov-1 .tooltip-style-1 .triangle-bordered {
    position: absolute;
    left: 3%;
    bottom: -8px;
}
.aui .cont-ppal .style-mov-1 .tooltip-style-1 .triangle-bordered:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    content: "";
    position: absolute;
    left: 2px;
    bottom: -10px;
    z-index: 1;
}
.aui .cont-ppal .style-mov-1 .tooltip-style-1 .triangle-bordered:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #E9426D;
    content: "";
    position: absolute;
    left: 4px;
    bottom: -2px;
    z-index: 3;
}
.aui .cont-ppal .style-mov-1 .tooltip-style-2 {
    border-width: 1px;
    border-style: solid;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    position: relative;
}
.aui .cont-ppal .style-mov-1 .tooltip-style-2 .triangle-up {
    position: absolute;
    left: 30px;
    top: -9px;
}
.aui .cont-ppal .style-mov-1 .tooltip-style-2 .triangle-up:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #FFFFF0;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 2;
}
.aui .cont-ppal .style-mov-1 .tooltip-style-2 .triangle-up:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #FFCC00;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .tooltip-style-2 .triangle-up {
        display: none;
    }
}
.aui .cont-ppal .style-mov-1 .tooltip-style-2.tooltip-yellow {
    background-color: #FFFFF0;
    border-color: #FFCC00;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios {
    visibility: visible;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label input[type="radio"] {
    display: none;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label .radio-box {
    background-color: #f3fbfe;
    padding: 16px;
    display: block;
    border: 1px solid #00A9E0;
    display: table;
    border-radius: 2px;
}
.box-address-data.input-disabled .typeahead__query {
    cursor: pointer;
}
.loading .box-address-data.input-disabled .typeahead__query:after {
    display:none;
}

.loading .box-address-data.input-disabled .typeahead__query:before {
    display:none;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .blue-square-radios label .radio-box {
        width: 100%;
    }
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label .radio-box h3 {
    color: #00A9E0;
    font-size: 15px;
    font-family: telefonica_bold;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: lighter;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label .radio-box p {
    color: #666;
    font-size: 14px;
    line-height: 19px;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label .radio-box .ico-radio {
    display: table-cell;
    width: 10%;
    vertical-align: top;
    padding-right: 7%;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label .radio-box .ico-radio:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 0px 1px 1px #666;
}
.radio-white {
    background-color: #fff;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label input[type="radio"]:checked + .radio-box {
    background-color: #00A9E0;
    border: 1px solid #00A9E0;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label input[type="radio"]:checked + .radio-box h3 {
    color: #fff;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label input[type="radio"]:checked + .radio-box p {
    color: #fff;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label input[type="radio"]:checked + .radio-box .ico-radio {
    display: table-cell;
    width: 10%;
    vertical-align: top;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label input[type="radio"]:checked + .radio-box .ico-radio:before {
    background: #00A9E0;
    border: 3px solid #fff;
    box-shadow: 0px 0px 1px 1px #00A9E0;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-2 > label {
    float: left;
    width: 49%;
    margin-right: 1%;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .blue-square-radios.radios-2 > label {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-2 > label + label {
    margin-right: 0%;
    margin-left: 1%;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-2 > label + label .tooltip-style-1 {
    margin-left: -104%;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-2 > label:first-child + label .tooltip-style-1 .triangle-bordered {
    left: inherit;
    right: 27%;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-2 .tooltip-style-1 {
    margin-bottom: 10px;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-3 .tooltip-style-2 {
    display: none;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-3 > label {
    float: left;
    width: 32.66%;
    margin-left: 1%;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .blue-square-radios.radios-3 > label {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-3 > label:first-child {
    margin-left: 0;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-3 > label:first-child + label .tooltip-style-1 .triangle-bordered {
    left: inherit;
    right: 27%;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-3 > label.current:nth-child(1) + label + label + .tooltip-style-2 {
    display: block;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-3 > label.current:nth-child(1) + label + label + .tooltip-style-2 .triangle-up {
    left: 15%;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-3 > label.current:nth-child(2) + label + .tooltip-style-2 + .tooltip-style-2 {
    display: block;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-3 > label.current:nth-child(2) + label + .tooltip-style-2 + .tooltip-style-2 .triangle-up {
    left: 49%;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-3 > label.current:nth-child(3) + .tooltip-style-2 + .tooltip-style-2 + .tooltip-style-2 {
    display: block;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.radios-3 > label.current:nth-child(3) + .tooltip-style-2 + .tooltip-style-2 + .tooltip-style-2 .triangle-up {
    left: 83%;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.big-radios .radio-box {
    min-height: 91px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .blue-square-radios.big-radios .radio-box {
        min-height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px),
(min-width: 768px) and (max-width: 991px) {
    .aui .cont-ppal .style-mov-1 .blue-square-radios.big-radios .radio-box {
        min-height: 106px;
    }
}
.aui .cont-ppal .style-mov-1 .blue-square-radios.big-radios .radio-box h3 {
    padding-bottom: 4px;
}
.aui .cont-ppal .style-mov-1 .bt-style-1 {
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 3px;
}
.aui .cont-ppal .box-success a {
    display: inline-block;
    margin-top: 30px;
}
.aui .cont-ppal .style-mov-1 .bt-style-1.bg-verde {
    background-color: #6bcb1a;
    color: #fff;
    font-size: 16px;
    font-family: telefonica;
}
.aui .cont-ppal .style-mov-1 .bt-style-1.bg-verde:hover {
    background-color: #63bf13;
}
.aui .cont-ppal .style-mov-1 .tip-text {
    font-size: 13px;
    color: #999999;
    text-align: center;
    line-height: 20px;
    font-family: telefonica;
}
.aui .cont-ppal .style-mov-1 .cart-brief {
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .cart-brief {
        position: initial;
    }
}
.aui .cont-ppal .style-mov-1 .cart-brief > div {
    margin-bottom: 20px;
}
.aui .cont-ppal .style-mov-1 .cart-brief span {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}
.aui .cont-ppal .style-mov-1 .cart-brief h2 {
    font-family: telefonica_bold;
    color: #666;
    font-size: 20px;
}
.aui .cont-ppal .style-mov-1 .cart-brief h4 {
    font-family: telefonica_bold;
    color: #666;
}
.aui .cont-ppal .style-mov-1 .cart-brief .cart-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}
.aui .cont-ppal .style-mov-1 .cart-brief .cart-bottom {
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.aui .cont-ppal .style-mov-1 .cart-brief .cart-bottom span {
    line-height: 24px;
    display: block;
}
.aui .cont-ppal .style-mov-1 .cart-brief .cart-bottom b {
    font-family: telefonica_bold;
    color: #6bcb1a;
}
.aui .cont-ppal .style-mov-1.solicitud-form {
    margin-top: 40px;
    margin-bottom: 40px;
}
.aui .cont-ppal .style-mov-1.solicitud-form .bt-style-1 {
    float: right;
    min-width: 276px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1.solicitud-form .bt-style-1 {
        min-width: 100%;
    }
}
.aui .cont-ppal .style-mov-1.solicitud-form .tip-text {
    float: left !important;
    width: 100% !important;
}
.aui .cont-ppal .style-mov-1.solicitud-form hr {
    float: left !important;
    width: 100% !important;
}
.aui .cont-ppal .style-mov-1.direccion-form {
    margin-top: 20px;
    /* margin-bottom: 100px; */
    margin-bottom: 35px;
}
.aui .cont-ppal .style-mov-1.direccion-form h2 {
    font-size: 34px;
    font-family: telefonica_xlight;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1.direccion-form h2 {
        font-size: 24px;
    }
    .aui .cont-ppal .style-mov-1.direccion-form p{
        font-size: 16px;
    }
}
.aui .cont-ppal .style-mov-1.direccion-form p {
    font-size: 17px;
    font-family: telefonica_light;
    line-height: 21px;
}
.aui .cont-ppal .style-mov-1.direccion-form #top-bar {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1.direccion-form #top-bar {
        text-align: center;
    }
}
.aui .cont-ppal .style-mov-1.direccion-form #top-bar .left-side {
    float: left;
    font-size: 14px;
    display: table;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1.direccion-form #top-bar .left-side {
        display: inline-block;
        float: none;
        margin-bottom: 20px;
    }
    .aui .cont-ppal .style-mov-1.direccion-form #top-bar .left-side > a{
        padding-right: 10px;
    }
}
.aui .cont-ppal .style-mov-1.direccion-form #top-bar .left-side > a {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}
.aui .cont-ppal .style-mov-1.direccion-form #top-bar .left-side > a .icono-movistar_activo {
    display: inline-block;
    font-size: 46px;
    color: #26AEE7;
}
.aui .cont-ppal .style-mov-1.direccion-form #top-bar .left-side > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    color: #50535A;
}
.left-side span {
    float: left;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1.direccion-form #top-bar .left-side > div {
        padding-left: 10px;
    }
}
.aui .cont-ppal .style-mov-1.direccion-form #top-bar .left-side > div h1 {
    font-size: 20px;
    font-family: telefonica_bold;
    color: #26AEE7;
}
.aui .cont-ppal .style-mov-1.direccion-form #top-bar .right-side {
    float: right;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1.direccion-form #top-bar .right-side {
        width: 100%;
        float: left;
        text-align: center;
    }
}
.aui .cont-ppal .style-mov-1.direccion-form .steps-rounded {
    float: left;
    padding-right: 5px;
}
.aui .cont-ppal .style-mov-1.direccion-form .steps-rounded li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-left: 25px;
}
@media (max-width: 767px),
(min-width: 768px) and (max-width: 991px) {
    .aui .cont-ppal .style-mov-1.direccion-form .steps-rounded li {
        padding-left: 10px;
        text-align: center;
    }
}
.aui .cont-ppal .style-mov-1.direccion-form .steps-rounded li:first-child {
    padding-left: 0;
}
.aui .cont-ppal .style-mov-1.direccion-form .steps-rounded li i {
    display: table-cell;
    width: 36px;
    height: 36px;
    background-color: #F2F2F2;
    color: #666;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
}
@media (max-width: 767px),
(min-width: 768px) and (max-width: 991px) {
    .aui .cont-ppal .style-mov-1.direccion-form .steps-rounded li i {
        display: inline-block;
        vertical-align: top;
        line-height: 36px;
    }
}
.aui .cont-ppal .style-mov-1.direccion-form .steps-rounded li span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
@media (max-width: 767px),
(min-width: 768px) and (max-width: 991px) {
    .aui .cont-ppal .style-mov-1.direccion-form .steps-rounded li span {
        display: block;
        padding-left: 0;
    }
}
.aui .cont-ppal .style-mov-1.direccion-form .steps-rounded li.current i {
    background-color: #00a9e0;
    color: #fff;
}
.aui .cont-ppal .style-mov-1.direccion-form .steps-rounded li.current span {
    color:#00a9e0;
    font-family: telefonica_bold;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1.direccion-form .steps-rounded {
        display: inline-block;
        float: none;
    }
}
.aui .cont-ppal .style-mov-1.direccion-form .row-section-6-6 {
    margin-bottom: 20px;
}
.aui .cont-ppal .style-mov-1.direccion-form .row-section-6-6 .col-1 {
    padding-right: 10px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1.direccion-form .row-section-6-6 .col-1 {
        padding-right: 0;
    }
}
.aui .cont-ppal .style-mov-1.direccion-form .row-section-6-6 .col-2 {
    padding-left: 10px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1.direccion-form .row-section-6-6 .col-2 {
        padding-left: 0;
    }
}
.aui .cont-ppal .style-mov-1.direccion-form .box-grey-bordered {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1.direccion-form .box-address-status {
        display: none;
    }
}
.aui .cont-ppal .style-mov-1 #formDireccion #box-dept-number {
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.aui .cont-ppal .style-mov-1 #formDireccion #box-dept-number .label-2 b {
    display: initial;
}
.aui .cont-ppal .style-mov-1 #formDireccion.comuna-seleccionada .box-pre-selected {
    display: none;
}
.aui .cont-ppal .style-mov-1 #formDireccion.comuna-seleccionada .box-selected {
    width: 100%;
    height: auto;
    opacity: 1;
    overflow: visible;
}
.aui .cont-ppal .style-mov-1 #formDireccion.calle-seleccionada #box-street-number {
    width: 50%;
    height: auto;
    padding-left: 10px;
    opacity: 1;
}
.aui .cont-ppal .style-mov-1 #formDireccion.calle-seleccionada #box-street {
    width: 50%;
    padding-right: 10px;
}
.aui .cont-ppal .style-mov-1 #formDireccion.numero-calle-seleccionado .box-address-data {
    padding-left: 10px !important;
    padding-right: 0 !important;
}
.aui .cont-ppal .style-mov-1 #formDireccion.numero-calle-seleccionado .box-address-data:first-child {
    padding-left: 0 !important;
}
.aui .cont-ppal .style-mov-1 #formDireccion.deptos-validados .box-address-data {
    width: 33.33% !important;
}
@media (max-width: 767px),
(min-width: 768px) and (max-width: 991px) {
    .aui .cont-ppal .style-mov-1 #formDireccion.deptos-validados .box-address-data {
        width: 100% !important;
        margin-bottom: 20px;
        padding-left: 0 !important;
    }
}
.aui .cont-ppal .style-mov-1 #formDireccion.deptos-validados #box-dept-number {
    opacity: 1;
    height: auto;
    padding-left: 20px;
}
.aui .cont-ppal .style-mov-1 .address-selector {
    float: left;
    width: 100%;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-not-found {
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-not-found .left-side {
    display: block;
    float: left;
    vertical-align: middle;
    width: 50%;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-not-found .left-side h4 {
    padding-bottom: 3px;
    color: #333;
    float: left;
    width: 100%;
    font-size: 18px;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-not-found .left-side p {
    line-height: 18px;
    padding-bottom: 10px;
    color: #333;
    font-size: 16px;
    padding-right: 35px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .address-selector .box-not-found .left-side p {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .address-selector .box-not-found .left-side {
        width: 100%;
        display: block;
        padding-right: 0;
    }
}
.aui .cont-ppal .style-mov-1 .address-selector .box-not-found .right-side {
    display: block;
    vertical-align: middle;
    padding-top: 20px;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-not-found .right-side input {
    width: 30%;
    box-sizing: border-box;
    float: left;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-not-found .right-side button {
    width: 19%;
    box-sizing: border-box;
    height: 45px;
    background-color: #0AABE1;
    color: #fff;
    border-width: 1px 1px 1px 0px;
    border-color: #bbb;
    border-style: solid;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .address-selector .box-not-found .right-side button {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .address-selector .box-not-found .right-side {
        width: 100%;
        display: block;
    }
}
.aui .cont-ppal .style-mov-1 .address-selector .box-pre-selected .box-white-bordered {
    min-height: 200px;
    display: table;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-pre-selected .box-white-bordered > div {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .address-selector .box-pre-selected .box-white-bordered > div {
        vertical-align: top;
    }
}
.aui .cont-ppal .style-mov-1 .address-selector .box-pre-selected .box-white-bordered > div h3 {
    color: #333;
    margin-bottom: 10px;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-pre-selected .box-white-bordered > div p {
    color: #666;
    line-height: 23px;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-pre-selected .box-white-bordered i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .address-selector .box-pre-selected .box-white-bordered i {
        vertical-align: top;
    }
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected {
    float: left;
    width: 100%;
    -webkit-transition: opacity .5s;
    transition: opacity 1s;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected #bt-validar-factibilidad {
    float: right;
    margin-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .address-selector .box-selected #bt-validar-factibilidad {
        margin-top: 10px;
    }
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data {
    width: 100%;
    float: left;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .contenedor-resultados {
    float: left;
    width: 0;
    height: 0;
/*     //overflow: hidden; */
    border-width: 0px 1px 1px 1px;
    border-color: #bbb;
    border-style: solid;
/*     //max-height: 300px; */
/*     //overflow-y: scroll; */
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .contenedor-resultados .holder-1 {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inherit;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .contenedor-resultados .holder-2 {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 20px;
    float: left;
    width: 100%;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data#box-street-number {
    width: 0;
    overflow: hidden;
    height: 0;
    opacity: 0;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .label-2 {
    font-size: 16px;
    font-family: telefonica_light;
    line-height: 20px;
    float: left;
    width: 100%;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .label-2.onbck {
    display: none !important;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .box-light-blue-small-bordered {
    width: 100%;
    float: left;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .box-light-blue-small-bordered .bt-agregar {
    display: none;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .box-light-blue-small-bordered label {
    width: 100%;
    float: left;
    font-size: 24px;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .box-light-blue-small-bordered input:focus {
    outline: none !important;
    box-shadow: none;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .box-light-blue-small-bordered input {
        width: 70%;
    }
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .box-light-blue-small-bordered button {
    width: 31%;
    height: 45px;
    border-width: 1px 1px 1px 0px;
    border-color: #bbb;
    border-style: solid;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .box-light-blue-small-bordered button {
        width: 30%;
    }
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .box-light-blue-small-bordered .bt-edit-data-address {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    position: absolute;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .typeahead__query {
    width: 100%;
    display: initial;
    float: left;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .typeahead__query .ico-lupa:before {
    position: absolute;
    top: 30%;
    left: 13px;
    font-size: 20px;
    color: #CCCCCC;
    -webkit-transition: all .5s;
    transition: all 1s;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .typeahead__query input {
    width: 100%;
    box-sizing: border-box;
    float: left;
    display: initial;
    outline: none !important;
    padding-left: 40px;
    background-color: transparent;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .typeahead__query input:not(.typeahead__hint) {
    position: relative;
    caret-color: #666;
    color: #333;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .typeahead__query .typeahead__cancel-button {
    top: 15px;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .width-input,
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .width-input-hint {
    display: none;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data.input-disabled input.js-typeahead:not(.typeahead__hint) {
    background-color: #eee;
    padding-left: 20px;
    color: #333 !important;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data.input-disabled .typeahead__hint {
    display: none !important;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data.input-disabled .typeahead__query {
    width: 85%;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data.input-disabled .typeahead__query .ico-lupa:before {
    font-size: 0px;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data.input-disabled .bt-edit-data-address {
    opacity: 1;
    height: 45px;
    width: 15%;
    position: relative;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data.input-disabled .contenedor-resultados {
    display: none;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data.input-disabled .bt-agregar {
    display: none;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data.input-disabled .typeahead__cancel-button {
    display: none;
}
@media (max-width: 767px),
(min-width: 768px) and (max-width: 991px) {
    .aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data {
        width: 100% !important;
        margin-bottom: 20px;
        padding-left: 0 !important;
    }
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .form-group {
    margin-bottom: 0;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .typeahead__list {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 0;
    position: relative;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .typeahead__list > li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    display: block;
    border-top: 0;
}
.aui input[type="search"]:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .typeahead__list > li:hover {
    border-bottom: 0 !important;
    margin-top: -1px;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .typeahead__list > li:hover a {
    background-color: #0AABE1;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 8px;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .typeahead__list > li.active > a {
    background-color: #0AABE1;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 8px; 
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected .typeahead__list > li a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    color: #666;
    font-family: telefonica_light;
    width: calc(100% + 40px);
    margin-left: -20px;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .aui .cont-ppal .style-mov-1 .address-selector .box-selected .typeahead__list > li a {
        font-size: 14px;
    }
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected.result .typeahead__list {
    display: block !important;
/*     height: 120px; */
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected.result .holder-1 {
    opacity: 1 !important;
    height: auto !important;
    width: 100% !important;
    visibility: visible !important;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected.result-not-found .typeahead__list {
    display: none !important;
}
.aui .cont-ppal .style-mov-1 .address-selector .box-selected label {
    font-size: 24px;
}
.aui .cont-ppal .style-mov-1 .box-yellow-bordered {
    background-color: #FFFFF3;
    border: 1px solid #FFF2BB;
    padding: 20px;
    width: 100%;
    float: left;
}
.aui .cont-ppal .style-mov-1 .box-grey-bordered {
    background-color: #F9F9F9;
    border: none;
    padding: 20px;
    width: 100%;
    float: left;
    border-radius: 5px;
}
/* .aui .cont-ppal .style-mov-1 .box-grey-bordered h4:first-child{
    border-bottom: 1px solid #bbb;
} */
.bordered-sidebar{
    border-bottom: 1px solid #bbb;
}
.bordered-deco-sidebar{
    border-bottom: 1px solid #E4E4E4;
}
.paddingBottom5{
    padding-bottom: 5px;
}
.width50{
    width: 50% !important;
}
li#lisDeco2{
    padding-bottom: 6px;
    margin-bottom: 6px;
}
#conDecosValores h4,
#ctdaDecosTexto-Transicion h4,
.h4Min{
    font-family: Telefonica_bold !important;
    font-size: 16.5px !important;
    color: #666 !important;
    padding-top: 13px !important;
    border-bottom: 0 !important;
    border-top: 1px solid #ccc !important;
    border: none;
    margin-top: 25px !important;
    padding-bottom: 0;
}
#conDecos-Facturacion h4,
#ctdaDecosTexto-transicionFacturacion,
#ctdaDecosTexto-transicionInstalacion,
#ctdaDecosTexto-Instalacion,
.h4Normal {
    font-family: Telefonica;
    font-size: 15px;
    color: #333;
    border-bottom: 0;
    margin-bottom: 5px;
    padding-bottom: 3px;
}
#ctdaDecosTexto,
#ctdaDecosTexto-Transicion,
#sinDecos h4{
    font-family: Telefonica_bold;
    font-size: 17px;
    color: #666;
    border: none;
    padding-bottom: 0;
}
#conDecos-Instalacion ul:nth-of-type(2),
#conDecos-transicionFacturacion ul:nth-of-type(2){
    padding-top: 15px;
}
#ctdaDecosTexto-transicionFacturacion{
    margin-bottom: 5px;
}
#conDecos-Facturacion .decoAdicionales li,
#conDecos-Instalacion  .decoAdicionales li,
#conDecos-transicionFacturacion .decoAdicionales li,
#conDecos-transicionInstalacion .decoAdicionales li{
    margin-bottom: 3px;
}
#conDecos-Facturacion .decoAdicionales li span,
#conDecos-Instalacion  .decoAdicionales li span{
    font-size: 14px !important;
}
#decoOffer,
#mesesTotalOferta,
#mesesTotalOferta-Transicion,
#valorTotalOferta-Transicion,
#mesesTotalOferta-Facturacion,
#mesesTotalOferta-Instalacion,
#valorTotalOferta-transicionInstalacion,
#mesesTotalOferta-transicionInstalacion,
#mesesTotalOferta-transicionFacturacion,
#valorTotalOferta-transicionFacturacion
{
    color: #00a9e0;
}
#valorTotalOferta,
#valorTotalOferta-Facturacion,
#valorTotalOferta-Instalacion,
#bluePrice p, 
#bluePrice p span{
    color: #00a9e0;
    font-family: Telefonica_bold;
}

.aui .cont-ppal .style-mov-1 .box-grey-bordered h4 {
    font-family: Telefonica;
    padding-bottom: 12px;
    margin-bottom: 18px;
    font-size: 24px;
    color: #666;
    border-bottom: 1px solid #ccc;
}
.aui .cont-ppal .style-mov-1 .box-grey-bordered h4:not(:first-of-type) {
    font-family: Telefonica_bold;
    font-size: 17px;
    color: #666;
    border: none;
    padding-bottom: 0;
}

.aui .cont-ppal .style-mov-1 .box-address-status li {
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all 1s;
    
}
.aui .cont-ppal .style-mov-1 .box-address-status li i {
    font-size: 0;
    padding-right: 7px;
    -webkit-transition: all .5s;
    transition: all 1s;
    color: #00a9e0 !important;
}
.aui .cont-ppal .style-mov-1 .box-address-status li.ad-checked {
    color: #333 !important;
    font-family: Telefonica_light !important;
}
.aui .cont-ppal .style-mov-1 .box-address-status li.ad-checked i {
    font-size: 16px;
}
.aui .cont-ppal .style-mov-1 .box-address-status li.ad-checked + li {
    color: #333;
    font-family: telefonica_bold;
}
.aui .cont-ppal .style-mov-1 .box-address-status li.ad-current {
    color: #333;
    font-family: telefonica_bold;
}
.aui .cont-ppal .style-mov-1 .box-white-bordered-small {
    background-color: #ffffff;
    border: 1px solid #bbb;
    padding: 20px;
    width: 100%;
    float: left;
    border-radius: 5px;
}
.aui .cont-ppal .style-mov-1 .box-question-call i {
    display: table-cell;
    padding-right: 7px;
    font-size: 30px;
    vertical-align: top;
    color: #D7D7D7;
}
.aui .cont-ppal .style-mov-1 .box-question-call div {
    display: table-cell;
    vertical-align: top;
}
.aui .cont-ppal .style-mov-1 .box-question-call div h5 {
    color: #333;
    padding-bottom: 5px;
}
.aui .cont-ppal .style-mov-1 .box-question-call div p {
    line-height: 18px;
    font-size: 15px;
    color: #333;
}
.aui .cont-ppal .style-mov-1 .box-question-call div p em {
    font-style: normal;
    color: #0AABE1;
}
.aui .cont-ppal .style-mov-1 .box-info-list li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.aui .cont-ppal .style-mov-1 .box-info-list li span {
    display: table-cell;
    width: 27%;
    font-size: 14px;
    font-family: Telefonica_light;
    vertical-align: top;
    padding-right: 3%;
    color: #333;
}
.aui .cont-ppal .style-mov-1 .box-info-list li p {
    display: table-cell;
    font-size: 14px;
    vertical-align: top;
    width: 70%;
    color: #333;
}
.aui .cont-ppal .style-mov-1 .box-info-list li p small {
    display: block;
    font-size: 13px;
}
.aui .cont-ppal .style-mov-1 .bt-edit-data-address {
    border-width: 1px 1px 1px 0 !important;
    border-style: solid !important;
    border-color: #D3D3D3 !important;
    background-color: #eee;
}
.aui .cont-ppal .style-mov-1 .bt-edit-data-address i {
    font-size: 14px;
}
/*NUEVO*/

.aui .cont-ppal .style-mov-1 .hr-dashed {
    border-style: dashed;
    border-top-width: 1px;
    border-top-color: #ccc;
}
.aui .cont-ppal .style-mov-1 .box-scroll {
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 20px;
/*     max-height: 300px; */
max-height: 160px;
}
.aui .cont-ppal .style-mov-1 .box-scroll p {
    font-size: 14px;
}
.aui .cont-ppal .style-mov-1 .label-text span {
    font-size: 16px;
}
.aui .cont-ppal .style-mov-1 .label-text p {
    font-size: 13px;
}
.aui .cont-ppal .style-mov-1 .box-terms h2 {
    margin-bottom: 15px;
}
.aui .cont-ppal .style-mov-1 #formInstalacion label {
    margin-bottom: 0;
}
.aui .cont-ppal .style-mov-1 #formInstalacion label .radio-box {
    display: block;
    padding: 8px;
    border: 0;
}
.aui .cont-ppal .style-mov-1 #formInstalacion label .radio-box .ico-radio {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.aui .cont-ppal .style-mov-1 #formInstalacion .checkbox-type {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 15px 20px;
}
.aui .cont-ppal .style-mov-1 #formInstalacion .date-table {
    margin-bottom: 20px;
}
.aui .cont-ppal .style-mov-1 #formInstalacion textarea {
    resize: none;
    width: 100%;
    margin: 0;
    font-size: 13px;
    min-height: 90px;
}
.aui .cont-ppal .style-mov-1 #formInstalacion .tip {
    font-size: 12px;
    padding-top: 0;
}
.aui .cont-ppal .style-mov-1 .date-table {
    float: left;
    width: 100%;
}
.aui .cont-ppal .style-mov-1 .date-table td,
.aui .cont-ppal .style-mov-1 .date-table th {
    border: 1px solid #ccc;
    text-align: center;
/*     padding: 10px; */
    font-size: 11px;
    padding: 0;

}
.aui .cont-ppal .style-mov-1 .date-table th {
    background-color: #F4FAFD;
       padding: 10px;
}
.aui .cont-ppal .style-mov-1 .date-table th em {
    font-size: 18px;
}
.aui .cont-ppal .style-mov-1 .date-table th span {
    display: block;
    font-size: 13px;
    color: #999;
    line-height: 21px;
}
.aui .cont-ppal .style-mov-1 .date-table td {
    font-size: 14px;
}
.aui .cont-ppal .style-mov-1 .date-table .no-option td:first-child {
    text-align: left;
    padding-left: 20px;
}
.aui .cont-ppal .style-mov-1 .date-table .no-option td:first-child span {
    font-size: 14px;
}
.aui .cont-ppal .style-mov-1 .date-table .no-option td:first-child p {
    font-size: 13px;
}
.aui .cont-ppal .backdrop-layer {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}
.aui .cont-ppal.backdrop-form {
    height: 100%;
    overflow: hidden;
}
.aui .cont-ppal.backdrop-form #bt-validar-factibilidad {
    display: none;
}
.aui .cont-ppal.backdrop-form .bt-close-bck {
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 17px;
    cursor: pointer;
}
.aui .cont-ppal.backdrop-form .onbck {
    display: inline-block !important;
}
.aui .cont-ppal.backdrop-form .backdrop-layer {
    display: block;
    opacity: 0.9;
}
.aui .cont-ppal.backdrop-form .bt-agregar {
    display: block !important;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected {
    position: fixed !important;
    width: 90% !important;
    z-index: 3;
    max-width: 900px;
    left: 0;
    top: 30px;
    right: 0;
    margin: 0 auto;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 30px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .label-2 {
    margin-bottom: 0;
    font-size: 21px;
    display: none !important;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .label-2.onbck {
    display: inline-block !important;
    margin-bottom: 14px;
}
@media (max-width: 767px) {
    .aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .label-2.onbck {
        font-size: 15px;
    }
    .aui .cont-ppal .style-mov-1 .box-grey-bordered h4{
        font-size: 16px;
    }
    .aui .cont-ppal .style-mov-1 .box-info-list li p{
        font-size: 14px;
    }
    .aui .cont-ppal .style-mov-1 .box-white-bordered-small{
        padding: 16px;
    }
    .box-white-bordered-small.box-question-call h5 {
        font-size: 16px !important;
    }
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .typeahead__query {
    width: 90%;
}
@media (max-width: 767px),
(min-width: 768px) and (max-width: 991px) {
    .aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .typeahead__query {
        width: 80% !important;
    }
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .typeahead__query input {
    color: transparent !important;
    font-size: 20px;
    height: 60px !important;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .typeahead__query input {
        font-size: 14px;
    }
    .aui .cont-ppal .style-mov-1 .box-info-list li span, .aui .cont-ppal .style-mov-1 .box-info-list li p, {
        font-size: 13px;
    }
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .typeahead__query .ico-lupa:before {
    top: 34%;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .typeahead__query .typeahead__cancel-button {
    top: 38%;
    z-index: 1;
}
@media (max-width: 767px) {
    .aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .typeahead__query .typeahead__cancel-button {
        display: none;
    }
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .bt-agregar {
    height: 60px !important;
    width: 10%;
}
@media (max-width: 767px),
(min-width: 768px) and (max-width: 991px) {
    .aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .bt-agregar {
        width: 20% !important;
        padding: 0;
    }
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .contenedor-resultados {
    height: auto;
    width: 100%;
    opacity: 1;
    overflow: hidden;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .width-input,
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data .width-input-hint {
    display: block;
    text-transform: uppercase;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data.input-disabled .typeahead__query {
    width: 90% !important;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data.input-disabled .bt-edit-data-address {
    height: 60px !important;
    width: 10%;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data.input-disabled .bt-agregar {
    display: none !important;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data.input-disabled .width-input,
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data.input-disabled .width-input-hint {
    display: none;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected .box-address-data.input-disabled input.js-typeahead:not(.typeahead__hint) {
    color: #333 !important;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected.sin-deptos-validados #box-dept-number .label-2 {
    display: block !important;
}
.aui .cont-ppal.backdrop-form #formDireccion .box-selected.sin-deptos-validados #box-dept-number .label-2.onbck {
    display: none !important;
}
.width-input-hint,
.width-input {
    position: absolute;
    top: 18px;
    left: 41px;
    font-size: 20px;
    font-family: telefonica_light;
}
@media (max-width: 767px) {
    .width-input-hint,
    .width-input {
        font-size: 14px;
        top: 22px;
    }
    .aui .cont-ppal .style-mov-1 .box-scroll p{
        font-size: 12px !important;
    }
}
.width-input-hint {
    background-color: #0AABE1 !important;
    color: #fff;
    z-index: -3 !important;
}
.width-input {
    background-color: white !important;
    z-index: -2 !important;
}
.box-white-bordered h1 span {
    vertical-align: middle;
    padding-left: 20px;
}
.container-fluid .margin-2-s4 .content-spacing {
    padding-left: 3%;
    padding-right: 3%;
}
/* .ico-lupa{
    position: absolute;
    top: 30%;
    left: 13px;
    font-size: 20px;
    color: #CCCCCC;
  }*/

.ofert-title {
    font-size: 20px;
    text-align: left;
}
@media (max-width: 767px){
    .ofert-title{
        font-size: 17px !important;
    }
}
.ofert-title .c-blue special-font-bold {
    padding-right: 5px;
}
.form-main-inner .wrap-overflow-mob h1 {
    font-size: 26px;
    font-weight: 100;
    font-family: telefonica_light;
    display: table;
    vertical-align: middle;
    color: #86888c !important;
}
.form-main-inner .wrap-overflow-mob h1 a {
    display: table-cell;
    vertical-align: middle;
}
.form-main-inner .wrap-overflow-mob h1 a img {
    min-width: 50px;
}
.form-main-inner .wrap-overflow-mob h1 span {
    display: table-cell;
    vertical-align: middle;
}
.resultOk {
    background: white;
    padding: 120px 0;
    margin-right: 20px;
}
.arrow_top_ci {
    position: absolute;
    top: -10px;
    left: calc(90% - 20px);
    border-radius: 5px;
    -ms-transform: rotate(45deg) skew(20deg, 20deg);
    width: 20px;
    height: 31px;
    background: #F6F8FA;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.text-left-desk {
    float: left;
}
#formInstalacion {
    width: 93%;
    float: left;
}
#formInstalacion .label-text {
    width: 28%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 2%;
    text-align: right;
    line-height: 23px;
}
#formInstalacion .error-input-holder input {
    margin-right: 10px;
}
@media (max-width: 767px) {
    #formInstalacion .label-text {
        display: block;
        width: 100%;
        text-align: left;
    }
    #formInstalacion {
        width: 100%;
    }
}
/*Modal IPTV*/

.iptv-modal {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("/colportal-formulario-solicitud-ventas-portlet/img/IPTV_lightbox_desk.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.88;
}
.iptv-modal .iptv-offer .precio-iptv-txt {
    color: white;
    text-align: center;
    padding-top: 15px;
    font-family: telefonica_bold;
    font-size: 20px;
}
@media (max-width: 767px){
    .iptv-modal .iptv-offer .precio-iptv-txt{
        font-size: 18px !important;
    }
}
.iptv-modal .iptv-offer .precio-iptv-txt span {
    font-size: 18px;
    font-family: telefonica;
}
@media (max-width: 767px){
    .iptv-modal .iptv-offer .precio-iptv-txt span{
        font-size: 16px !important;
    }
}
.iptv-modal .iptv-offer .promo-txt {
    color: white;
    font-size: 18px;
    text-align: center;
}
@media (max-width: 767px){
    .iptv-modal .iptv-offer .promo-txt {
        font-size: 15px !important;
    }
}
.iptv-modal .iptv-close {
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 17px;
    cursor: pointer;
    color: white;
}
.iptv-modal .iptv-offer .mejora-txt {
    color: white;
    font-family: Telefonica_hand;
    font-size: 40px;
    text-align: center;
}
#_formulariounificadocontroller_WAR_colportalformulariosolicitudventasportlet_instalationForm2 .checkbox-type {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 15px 20px;
}
#_formulariounificadocontroller_WAR_colportalformulariosolicitudventasportlet_instalationForm2 .error-input-holder {
    display: table;
}
#_formulariounificadocontroller_WAR_colportalformulariosolicitudventasportlet_instalationForm2 .error-input-holder .conditionsVF2 {
    verticla-align: middle;
}
#_formulariounificadocontroller_WAR_colportalformulariosolicitudventasportlet_instalationForm2 .checkbox-type label > div input {
    margin: 0;
    margin-right: 10px;
}
.iptv-modal .iptv-offer a {
    display: block;
    color: white;
    font-family: telefonica;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}
.iptv-modal .iptv-offer button {
    background-color: #6bcb1a;
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    font-family: telefonica;
    border: 0;
    padding-top: 15px;
    font-size: 18px;
    float: initial;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 3px;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}
@media (max-width: 767px){
    .iptv-modal .iptv-offer button{
        font-size: 14px !important;
    }
}
.iptv-modal .iptv-offer {
    position: absolute;
    z-index: 99999;
    display: block;
    left: calc(50% - 80px);
    top: 290px;
}
.iptv-modal .txt-offer {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
}
#hidden-rut {
    width: 100%;
    background: #F6F8FA;
    padding: 20px;
    margin-top: 40px;
    position: relative;
}
#hidden-rut img {
    max-width: 200px;
    width: 100%;
}
#hidden-rut span {
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #5c9bfa;
}
.rut-container {
    display: table-cell;
    table-layout: fixed;
    text-align: center;
}
.container-ci {
    display: table-cell;
    table-layout: fixed;
    text-align: center;
}
.rut-text {
    font-size: 13px !important;
    text-align: center;
    margin-bottom: 15px !important;
}
.aui .more-description-text-sidebar {
    display: inline;
}
.header-vf {
    font-family: 'Telefonica_light', Arial, Helvetica, Geneva, sans-serif;
    font-size: 26px !important;
}
.waiting1 {
    padding-top: 85px;
    padding-bottom: 110px;
    margin-right: 20px;
}
.box-grey-bordered hr{
    border-color: #ccc !important;
}
#conDecosValores li{
    margin-bottom: 5px !important;;
}
.ff-size-50{    
   font-size: 50px; 
}   
.ff-size-32 {
    font-size: 32px;
}
.ff-size-28 {
    font-size: 28px;
}
.t-separate {
    display: inline-block;
    text-align: center;
}
.p-separate {
    color: #999999 !important;
}
.radioBoxNegro {
    background: white !important;
    border: 1px solid #bbb !important;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label input[type="radio"]:checked + .radioBoxNegro {
    background-color: #00A9E0 !important;
    border: 1px solid #00A9E0 !important;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label input[type="radio"]:checked + .radioBoxNegro h3 {
    color: #fff !important;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label .radioBoxNegro h3 {
    color: #666 !important;
}
.aui .cont-ppal .style-mov-1 .blue-square-radios label .radioBoxNegro .ico-radio {
    vertical-align: baseline !important;
}
.error {
    background-color: #E04857;
    color: #fff;
    width: 100%;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
    position: relative;
    font-family: "Roboto";
}
.error:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #E04857;
    position: absolute;
    right: 4%;
    bottom: -7px;
}
.contrata-text {
    padding-right: 5px;
}
.aui .cont-ppal .style-mov-1 #formInstalacion label .radio-box-i {
    display: block;
/*     padding: 8px; */
    border: 0;
}
.aui .cont-ppal label input[type="radio"]:checked + .radio-box-i .ico-radio {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}
a .aui .cont-ppal label input[type="radio"]:checked + .radio-box-i .ico-radio:before {
    background: #00A9E0;
    border: 3px solid #fff;
    box-shadow: 0px 0px 1px 1px #00A9E0;
}
.aui .cont-ppal label input[type="radio"]:checked + .radio-box-i {
    background-color: #00A9E0;
    border: 1px solid #00A9E0;
}
.aui .cont-ppal label .radio-box-i .ico-radio {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    padding-right: 7%;
}
.aui .cont-ppal label .radio-box-i .ico-radio:before {
    width: 6px;
    height: 6px;
    content: "";
    /* background: #fff; */
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 0px 1px 1px #666;
}
.aui .cont-ppal label .radio-box-i {
    background-color: #fff;
    padding: 16px;
    display: block;
    border: 1px solid #00A9E0;
    display: table;
    border-radius: 2px;
}
/*Mensaje de error*/

.col-1 .form-alert-nw {
    background: #fee5e5 !important;
    border: 1px solid #FEB7B7;
    padding: 15px 20px;
    position: relative;
    margin: 30px 0 25px;
}
.col-1 .form-alert-btnwrap-nw {
    vertical-align: middle;
    display: table-cell;
}
.col-1 .form-alert-btnwrap-nw span {
    font-size: 30px;
    color: #FEB7B7;
    padding-right: 10px;
}
.col-1 .form-alert-container-nw {
    display: table-cell;
    vertical-align: middle;
}
.col-1 .form-alert-container-nw {
    font-size: 16px;
    padding-top: 5px;
    vertical-lign: middle;
    font-family: "Telefonica_capweb";
}
.col-1 .form-alert-title-nw {
    color: #86888c;
    text-align: left;
    line-height: 0.8 !important;
}
.col-1 .form-alert-title-nw span,
.col-1 {
    font-size: 16px !important;
}
.col-1 .text-featured {
    text-align: left;
    line-height: 1;
    font-size: 16px !important;
    color: #86888c;
}
.error-nw {
    width: 100%;
    float: left;
    position: relative;
    background-color: #FEE5E5 !important;
    padding: 1.3% 2%;
    margin-bottom: 3%;
    text-align: left !important;
    border: 1px solid #FEB7B7;
    color: #86888c !important;
    font-size: 16px !important;
}
.error-nw .message {
    font-family: "Telefonica_capweb";
}
.header_formulario_ok .form-alert-btnwrap-nw {
    vertical-align: middle;
    display: table-cell;
}
.header_formulario_ok .form-alert-btnwrap-nw span {
    font-size: 30px;
    color: #FEB7B7;
    padding-right: 10px;
}
@media (min-width: 767px) and (max-width: 920px) {
    .container-ci {
        display: block !important;
        text-align: center;
    }
    .rut-container {
        display: block !important;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .iptv-modal .iptv-offer {
        left: 60%;
        right: 0;
        top: 24%;
        max-width: 320px;
        padding-right: 5%;
    }
}
@media (min-width: 1025px) {
    .iptv-modal .iptv-offer {
        left: 55%;
        right: 0;
        top: 27%;
        max-width: 500px;
        padding-right: 5%;
    }
}
@media (max-width: 767px) {
    /*Error messages*/
    
    .col-1 .form-alert-title-nw {
        line-height: 1 !Important;
        padding-bottom: 7px;
        font-size: 14px !important;
    }
    .col-1 .form-alert-btnwrap-nw {
        padding-right: 15px;
    }
    .error-nw .message {
        background-color: #FEE5E5 !important;
        font-size: 14px !important;
        padding-left: 0;
    }
    .header_formulario_ok .form-alert-btnwrap-nw {
        vertical-align: middle;
        padding-left: 10px;
    }
    .col-1 .text-featured {
        font-size: 14px !important;
    }
    .iptv-modal {
        background-image: url("/colportal-formulario-solicitud-ventas-portlet/img/IPTV_modal_mob.png");
        background-position: top;
        background-size: cover;
    }
    .iptv-modal .iptv-offer {
        margin: 0 auto;
        left: 0 !important;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 0 30px;
        top: 33%;
    }
    .resultOk {
        padding-right: 0;
        margin-right: 0px;
    }
    .aui .cont-ppal .style-mov-1 .date-table td,
    .aui .cont-ppal .style-mov-1 .date-table th {
        padding: 6px;
    }
    .aui .cont-ppal .style-mov-1 .date-table th em {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .aui .cont-ppal .style-mov-1 .date-table th span {
        font-size: 12px;
        line-height: 15px;
        padding-top: 4px;
    }
    .header-vf {
        font-size: 21px !important;
    }
    .contrata-text {
        display: block;
        width: 100%;
        padding-left: 0;
        font-size: 17px !important;
    }
    .form-main-inner .wrap-overflow-mob h1 span {
        fot-size: 21px !important;
    }
    #hidden-rut {
        padding: 20px 40px;
    }
    #hidden-rut img {
        max-width: 400px;
        width: 100%;
    }
    .container-ci {
        display: block !important;
        text-align: center;
    }
    .rut-container {
        display: block !important;
        text-align: center;
    }
    .rut-text {
        font-size: 14px !important;
        margin-top: 15px !important;
    }
    .t-separate {
        display: block;
        text-align: center;
    }
    .p-separate {
        font-size: 13px !important;
        color: #999999 !important;
    }
    _formulariounificadocontroller_WAR_colportalformulariosolicitudventasportlet_direccion .wrapper {
        width: 100% !important;
    }
    .waiting1 {
        width: 100% !important;
        padding-top: 65px;
    }
    .message-alert-title h3{
        font-size: 24px !important;
    }
    div#_formulariounificadocontroller_WAR_colportalformulariosolicitudventasportlet_okC2C div {
        width: 100% !important;
    }
    .aui .cont-ppal .style-mov-1 .address-selector .box-selected .box-address-data .contenedor-resultados .holder-2 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .aui .cont-ppal .style-mov-1 .address-selector .box-not-found .right-side input {
        width: 50%;
    }
    .aui .cont-ppal .style-mov-1 .address-selector .box-not-found .right-side button {
        width: 50%;
    }
    .aui .cont-ppal .style-mov-1 #formInstalacion label .radio-box-i {
        display: grid;
    }
}
@media (max-width: 490px) {
    .aui .cont-ppal .style-mov-1.direccion-form .steps-rounded li {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .aui input[type="checkbox"],
    .aui input[type="radio"] {
        border: 1px solid #ccc;
    }
}
@media (max-width: 420px) {
    .iptv-modal .iptv-offer {
        padding: 0 20px;
    }
}

#codSoli{
    display: inline !important;
}
/*Clases para men� navegable*/
.i-link{
    background: white !important;
    border: 1px solid #5c9bfa;
    color: #5c9bfa !important;
    cursor: pointer;
}
.st-link{
    color: #5c9bfa !important;
    cursor: pointer !important;
}
.txt-noOkdireccion{
    font-size: 22px;
    margin-bottom: 5px;
    font-family: telefonica_light;
}
.txt-direccionnoOk{
    font-size: 20px;
    font-family: telefonica_light;
}
@media (max-width: 767px){
    .txt-noOkdireccion{
    font-size: 18px !important;
    }
    .txt-direccionnoOk{
        font-size: 16px !important;
    }
    
}


/** barra deco */

#textDeco {   
    position: relative;
    width: 100%;
    background: rgba(246, 247, 246, 1);
    height: auto;
    padding-left: 2%;
    padding-bottom: 2%;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    margin: auto;
}
#textDeco .left-side {
    float: left;
    width: 60%;
    margin-top: 25px;
}

#textDeco .titulo {
    font-family: telefonica_xlight;
    font-weight: 200;
    font-style: normal;
    font-size: 30px;
    color: rgb(67, 67, 67);
    margin-bottom: 6px;
}

.text-deco-left p{
    font-size: 16px;
    font-family:'telefonica-light';
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: rgb(102, 102, 102);
}

#textDeco img {
    max-width: 9.214%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    float: left;
    margin: 12px;
    margin-left: 0;
}

.cerrar-deco {
    background: url(/colportal-formulario-solicitud-ventas-portlet/img/ico-cerrar.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: 20px;
    display: block;
    float: right;
    margin: 5px;
}
button#aceptoDeco {
    margin-left: 4%;
    width: 29%;
    margin-top: 30px;
} 
@media (max-width: 1200px){
    button#aceptoDeco {
        margin-left: 4%;
    }
}
@media (max-width: 970px){
    button#aceptoDeco {
        margin-left: -1%;
    }
    #textDeco {
        height: auto;
        padding-bottom: 20px;
    }
}
@media (max-width: 768px) {
    #textDeco .left-side {
        width: 90%;
    }

    .text-deco-left {
        padding-left: 70px;
    }
    #textDeco img {
        max-width: 18.214%;
        margin: 12px;
        margin-left: 0;
    }
    #textDeco .titulo{
        font-size: 24px;
    }
    .text-deco-left p{
        font-size: 16px;
    }
    .text-deco-left {
        padding-left: 70px;
    }
    button#aceptoDeco {
        width: 100%;
    }
}
@media (max-width: 580px) {
    #textDeco .left-side {
        width: 81%;
    }
}
@media(max-width: 380px){
    .aui .cont-ppal .style-mov-1 .select2 {
        max-width: 251px!important;
        min-width: 251px;
    }
}

/*Estilos para mensaje de modal en flujo navegable venta fija*/

.modal-msg{
    border-radius: 0 !important;
}
.modal-msg .modal-header{
    border: 0;
}
.modal-msg .circle-corner{
    height: 38px;
    background-size: 35px;
    display: block;
    float: right;
    margin: 5px;
    position: relative;
    right: -37px;
    opacity: 1;
    top: -31px;
    color: #00A9E0;
    border-radius: 50px;
    width: 39px;
    background: white;
    font-size: 48px;
    font-weight: 100;
    z-index: 0;
}
.modal-msg  .cerrar-deco{
    height: 30px;
    width: 34px;
    background-size: 30px !important;
    display: block;
    float: right;
    margin: 5px;
    position: absolute;
    background-color: white !important;
    right: -18px;
    opacity: 1;
    top: -16px;
    font-family: Telefonica_light;
    color: #00A9E0;
    border-radius: 50px;
    width: 30px;
    border: 3px solid #00A9E0 !important;
    font-size: 48px;
    font-weight: 100;
}
.modal-msg .modal-body img{
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 70px;
    margin-left: 44.3%;
}
.aui .modal-msg .modal-body{
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}
.modal-msg .modal-body p{
  text-align: center;
    padding: 20px 40px;
    font-size: 20px;
    line-height: 1.5em;
    color: #9999B3;
    font-family: Telefonica;
}
.modal-msg .modal-footer{
    background: white;
    border: 0;
    text-align: center;
    padding-bottom: 35px !Important;
}
.modal-msg .modal-footer {
    margin: 0 auto;
    padding: 15px 80px;
    font-size: 15px;
    font-family: Telefonica;
    background: #fff !important;
    border: 0;
}
#btnModCheckout{
    padding: 13px 60px;
    font-size: 16px;
    font-family: Telefonica;
    border: 0 !important;
}
.modal-msg .cerrar-deco p{
    font-size: 22px;
    position: relative;
    top: -6px;
    right: 0px;
    color: #00A9E0;
}
@media (max-width: 979px){
    .modal-msg  .cerrar-deco{
        width: 30px !important;
    }
}
@media (max-width: 480px){
    .modal-msg  .cerrar-deco{
        margin: 5px !important;
        right: -11px;
          top: -15px;
          width: 30px !important;
          font-size: 48px !important;
    }
    .modal-msg .circle-corner{
         margin: 8px;
         right: -33px;
    }
    .modal-msg .cerrar-deco p{
        top: -19px;
        right: 5px;
    }
}


/*Pantalla adicionales*/
@media (max-width: 881px){
    .add-deco .bg-blue{
        min-height: 75px;
    }
}
    .add-deco {
        border: 1px solid #cccccc;
        border-radius: 3px;
        overflow: hidden;
        text-align: center;
        width: 40%;
        display: inline-block;
        margin-right: 30px;
        position: relative;
    }
    @media (min-width: 1065px){
    .add-deco {
        border: 1px solid #cccccc;
        border-radius: 3px;
        overflow: hidden;
        text-align: center;
        width: 47.5%;
        display: inline-block;
        margin-right: 30px;
        position: relative;
    }
    
}
@media (min-width: 851px) and (max-width: 1022px) {
    .add-deco {
        width: 45% !important;
    }
    .inputContainer{
        width: 100% !important;
    }
    .inputContainer{
        width: 70%;
    }
    
}
.add-deco:nth-of-type(2){
    float: left;
    margin-right: 0;
}
.add-deco:nth-of-type(3){
    float: right;
    margin-right: 0;
}
.add-deco .bg-blue{
    padding: 10px;
}
.deco-title{
    font-size: 18px !important;
    font-size: Telefonica !important;
}
.deco-subtitle{
    font-size: 36px !important;
    font-family: Telefonica_light !important;
    padding-top: 5px !important;
    line-height: 1.2em !important;
}
.aui .cont-ppal .deco-options p{
    display: inline-block;
    color: #86888C;
    font-size: 18px !important;
    padding-right: 10px;
}
.bg-blue span:first-child{
    padding-bottom: 5px;
}
.deco-price p:nth-child(2){
    font-family: Telefonica_light ;
    font-size: 13px !important;
    color: #86888C !important;
    line-height: 0.8 !important;
}
.add-deco .input {
    width: 50% !important;
    color: #00A9E0 !important;
    text-align: center !important;
    height: 40px !important;
    font-family: Telefonica_bold !important;
    font-size: 30px !important;
    border-radius: 0 !important;
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    padding: 0 !important;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
   display: inline-block;
    min-height: 0 !important;  
    height: 40px !important;
    margin-top: 5px !important;
    margin-bottom: 4px !important;
    border-top: none !important; 
    border-bottom: 0 !important;
   
}

.add-deco .input::-webkit-inner-spin-button{
    display:none;
}
.inputContainer{
    display: inline-block;
    background: white;
    border: 1px solid #ccc;
    width: 65%;
}

.inputContainer .ico-less{
    height: 100%;
    display: inline-block;
    cursor: pointer;
    width: 17px;
    position: relative;
    right: 7px;
    top: 1px;
    bottom: 0;
    font-size: 10px;
    font-family: Telefonica;
}
.inputContainer .ico-more{
    color: #00a9e0;
    background: white;
    height: 100%;
    width: 16px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    left: 7px;
    top: 1px;
    bottom: 0;
    font-size: 10px;
    font-family: Telefonica;    
}
#btnAdicional{
    font-family: Telefonica;
    font-size: 16px;
    width: 45%;
    margin-top: 30px;
}
.deco-price .d-block.centered{
    color: #5BC500;
}
.deco-options{
    padding: 20px 20px;
     margin-bottom: 10px;
}
.aui .cont-ppal .add-deco hr{
    border-color: #bbb;
    width: 90% !important;
    margin: 0 auto;
    float: none !important;
    border-bottom: 0;
}
.deco-price{
    max-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.decoIncluido span, 
.decoAdicionales span,
.decoIncluido .ico-ok-tic{
    font-size: 16px;
}
.deco-price span{
    font-size: 30px;
}
.decoAdicionales li span,
.decoTotal{
    width: 50% !important;
}
.decoIncluido li i,
.decoAdicionales ul li i{
    font-size: 0; 
    padding-right: 7px;
    -webkit-transition: all .5s;
    transition: all 1s;
    color: #5BC500 !important;
}

.ad-checked {
  color: #86888c !important;
  font-family: telefonica !important; 
}

.ad-checked i {
  font-size: 16px; 
}
 .t-right{
    text-align: right;
 }
.pad-40lr{
    padding-left: 70px;
    padding-right: 40px
}
.f-36{
    font-size: 36px !important;
}
.f-20{
    font-size: 20px !important;
}
.f-22{
    font-size: 22px !important;
}
.f-18{
    font-size: 18px !important;
}
.f-16{
    font-size: 16px !important;
}
.f-15{
    font-size: 15px !important;
}
.f-14{
    font-size: 14px !important;
}
.f-12{
    font-size: 12px !important;
}
.f-11{
    font-size: 11px !important;
}
.w50{
    width: 50% !important;
}
.f-left{
    float: left;
}
.d-inline{
    display: inline !important;
}
.errorCaja{
    background-color: #E04857;
    color: #fff;
    width: 100%;
    font-size: 13px;
    position: absolute !important;
    padding: 5px 0;
    border-radius: 4px;
      bottom: 0;
   left: 0;
   right: 0;    
   z-index: 99999;
}
.errorDeco{
    background-color: #E04857;
    color: #fff;
    width: 27%;
    font-size: 13px;
    text-align: center;
    padding: 5px 0;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: 59%
}
.errorTriangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 22px 10px;
    border-color: transparent transparent #E04858 transparent;
    position: absolute;
    right: 16%;
    bottom: 15px;

}
.infoIcoNum{
    z-index: 999;
    right: 12px;
    top: 12px;
    position: absolute;
    cursor: pointer;
    width: 20px;
}
#modalFOX, #modalHBO{
    left: 56%;
    top: 5%;
    width: 365px;
    height: 530px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 10px;
    box-shadow: none;
}
.vf-separador{
    border-top: 1px solid #eee;
    margin-left: 5%;
    margin-right: 5%;
}
.modalCanalesHBO{
    width: 14%;
    height: 100%;
    display: block;
    margin: 0 152px auto;
    padding-top: 20px;
}
.tituloModalHBO{
    padding-left: 13px;
    padding-right: 17px;
    display: inline-block;
    font-size: 12px;
    color: #333333;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    font-style: normal;
}
.textoModalHBOsd{
    font-size: 13px;
    color: #333333;
    font-style: normal;
    font-weight: 300;
    font-family: Telefonica;
    text-align: left;
}
.divIconoCanales{
    float: left;
    width: 20%;
}
.icoModalCanales{
    right: 0;
    margin: 2%;
    padding: 0%;
    position: absolute;
}
.iconoCanales{
    left: 0px;
    top: 0px;
    width: 42px;
    height: 42px;
}
.divModalCanalesValores{
    width: 315px;
    height: 133px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top:10px;
}
.divModalCanalesValores p{
    line-height: 1.2em;
    font-size:12px;
}
.divModalCanalesValores .modalCanalTextoInfoNumero{
	padding-top:10px;
}

.modalCanalTextoValores{
    font-size: 13px;
    font-family: Telefonica;
    color: rgb(245, 156, 0);
    font-weight: 700;
}
.modalCanalTextoValores2{
    font-size: 13px;
    font-family: Telefonica;
    color: rgb(80, 83, 90);
    font-weight: 200;
}
.modalCanalTextoInfo{
    font-size: 13px;
    font-family: Telefonica;
    color: rgb(80, 83, 90);
    font-weight: 400;
    padding-top:10px;
}
.modalCanalTextoInfoNumero{
    font-size: 16px;
    color: rgb(80, 83, 90);
    font-weight: 700;
}
#modalNumVF {
    width: 410px;
    height: 310px;
    top: 20%;
    left: 56%;
    border-radius: 9px;
    border-color: #e4e4e4;
    box-shadow: 0 1px 7px #e4e4e4;
}
.divModalHed{
    padding-top: 0 !important;
    padding-right: 0 !important;
    border: none !important;
}
.divCajasCanales{
    width: 100%;
    height: 131px;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    display: table;
    cursor: pointer;
}
.imgCajaCanales{
    margin-left: 30px;
    width: 70px;
    display: inline-block;
    position: relative;
    top: 10px;
}
.textCajaCanales{
    width: 53%;
    padding-left: 40px;
    padding-top: 25px;
    vertical-align: middle;
    display: inline-block;
}
.tituloModal{
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    font-size: 18px;
    color: #333333;
    font-family: Telefonica;
    font-weight:300;
    text-align: center;
}
.divTituloModal{
    width: 100% !important;
    padding-bottom: 23px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.textoModal{
    font-size: 14px;
    color: #333333;
    font-style: normal;
    font-weight: 300;
    font-family: Telefonica_light;
    text-align: left;
}
.divTextoModal{
    padding-top: 0 !important;
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.modalIcoClose{
    position: absolute !important;
    right: 0 !important;
    width: 45px !important;
    cursor: pointer;
}
.modalIcoInfo{
    margin-right: 186px;
    width: 26px;
    display: block;
    margin: 0 177px auto;
    padding-top: 24px;
}
.divModalBtn{
    width: 100%;
    text-align: center;
    padding-bottom: 25px !important;
}
.btnCloseModalVF{
    padding: 15px;
    float: right;
    background-color: #E3FBE3;
    color: #7F977F;
    font-size: 30px;
    position: absolute;
    right: 0;
}
.aui .btnNumVF {
    border: none;
    width: 201px;
    height: 56px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #00a9e0;
    font-size: 14px;
    color: #FFFFFF;
    font-family: Telefonica;
}
.aui .btnNumVF:HOVER{
    background-color: #00a9e0;
    color: #FFFFFF;
}
.modal-backdrop.fade.in{
    background-color: #fff !important;
}
@media (max-width: 767px){
    #modalNumVF{
        left: 25%;
    }
    #modalFOX, #modalHBO{
        left: 25%;
        top:10%;
    }
    .aui .btnNumVF{
        width: 100%;
    }
}
@media (max-width: 600px){
    #modalNumVF{
        left: 10%;
    }
    #modalFOX, #modalHBO{
        left: 14%;
    }
    .aui .btnNumVF{
        width: 100%;
    }
}
@media (max-width: 500px){
    #modalNumVF{
        left: 5%;
        width: 85%;
    }
    #modalFOX, #modalHBO{
        left: 10%;
    }
    .aui .btnNumVF{
        width: 100%;
    }
    .modalIcoInfo{
        margin: 0 auto;
    }
}
@media(max-width: 410px){
    #modalFOX, #modalHBO{
        width: auto;
        left: 2%;
    }
    .modalCanalesHBO{
    	margin: 0 auto;
    }
    .divModalCanalesValores{
        width: auto;
    	height: auto;
    }
}
@media (max-width: 321px){
    #modalNumVF{
        left: 5%;
        width: 85%;
        height: 65%;
    }
    .aui .btnNumVF{
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
}
#editIstal,
#editFact{
    padding-right: 35px;    
}
#editFact{
	    display: block;
    width: 100%;
    text-align: left;
}
#conDecosValores ul{
    /* border-top: 1px solid #bbb;
    padding-top: 20px; */
}
#divSidebarTotal-Facturacion{
	margin-top: 20px;
}

#primeros3meses-Facturacion{
	color: #00a9e0 !important;
}
#tituloPackCanales-Facturacion,
#tituloPackCanales-Instalacion,
#tituloPackCanales-transicionFacturacion{
	  font-family: Telefonica;
    font-size: 15px;
    color: #333;
    border-bottom: 0;
    margin-bottom: 5px;
    padding-bottom: 3px;
    margin-top: 40px;
}
.c2cLoader{
    -webkit-animation: imgload 3s linear 0s infinite normal;
    -moz-animation: imgload 3s linear 0s infinite normal;
    -ms-animation: imgload 3s linear 0s infinite normal;
    -o-animation: imgload 3s linear 0s infinite normal;
    animation: imgload 3s linear 0s infinite normal;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    width: 43px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pad-left-5{
    padding-left: 5px;
}
.imgSize{
    width: 50px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.minHeight-600{
    min-height: 600px;
}
.errorNumC2C{
    width: 325px !Important; 
    height: 64px !Important;  
    margin: 0 auto !Important;  
    color: #50535A !Important; 
    font-family: Telefonica !Important;  
    display: block !Important; 
    margin-bottom: 20px !Important;  
    border-radius: 0 0 5px 5px !Important;  
    border-color: #999 !Important;  
    padding-left: 10px !Important; 
}
@media(max-width:767px){
.errorNumC2C{
        width: 100%;
    }
}
.buttonC2CTry{
    border-radius: 5px !Important;
    background: #199ED8 !Important; 
    padding-top: 20px !Important;
    padding-bottom: 20px !Important;
    padding-left: 92px !Important; 
    display: block !Important;
    margin: 0 auto !Important;
    padding-right: 92px !Important; 
    text-align: center !Important; 
    border: none !Important;
}
.c2cPosition{
    position: relative;
    right: 0;
    left: 0;
    top: 50px;
}
.pad-bot-95{
    padding-bottom: 95px !important;
}
#editIstal,
#editFact{
    padding-right: 35px;    
}
#conDecosValores ul{
/*  border-top: 1px solid #bbb;
    padding-top: 20px; */
}
.c2cLoader{
    -webkit-animation: imgload 3s linear 0s infinite normal;
    -moz-animation: imgload 3s linear 0s infinite normal;
    -ms-animation: imgload 3s linear 0s infinite normal;
    -o-animation: imgload 3s linear 0s infinite normal;
    animation: imgload 3s linear 0s infinite normal;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    width: 43px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pad-left-5{
    padding-left: 5px;
}
.imgSize{
    width: 50px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.minHeight-600{
    min-height: 600px;
}
.errorNumC2C{
    width: 325px !Important; 
    height: 64px !Important;  
    margin: 0 auto !Important;  
    color: #50535A !Important; 
    font-family: Telefonica !Important;  
    display: block !Important; 
    margin-bottom: 20px !Important;  
    border-radius: 5px !Important;  
    border-color: #999 !Important;  
    padding-left: 10px !Important; 
}
@media(max-width:767px){
.errorNumC2C{
        width: 100%;
    }
}
.buttonC2CTry{
    border-radius: 5px !Important;
    background: #199ED8 !Important; 
    padding-top: 20px !Important;
    padding-bottom: 20px !Important;
    padding-left: 92px !Important; 
    display: block !Important;
    margin: 0 auto !Important;
    padding-right: 92px !Important; 
    text-align: center !Important; 
    border: none !Important;
}
.c2cPosition{
    position: relative;
    right: 0;
    left: 0;
    top: 50px;
}
.pad-bot-95{
    padding-bottom: 95px !important;
}
#editIstal,
#editFact{
    padding-right: 35px;    
}
#conDecosValores ul{
/*  border-top: 1px solid #bbb;
    padding-top: 20px; */
}
.c2cLoader{
    -webkit-animation: imgload 3s linear 0s infinite normal;
    -moz-animation: imgload 3s linear 0s infinite normal;
    -ms-animation: imgload 3s linear 0s infinite normal;
    -o-animation: imgload 3s linear 0s infinite normal;
    animation: imgload 3s linear 0s infinite normal;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    width: 43px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pad-left-5{
    padding-left: 5px;
}
.imgSize{
    width: 50px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.minHeight-600{
    min-height: 600px;
}
.errorNumC2C{
    width: 325px !Important; 
    height: 64px !Important;  
    margin: 0 auto !Important;  
    color: #50535A !Important; 
    font-family: Telefonica !Important;  
    display: block !Important; 
    margin-bottom: 20px !Important;  
    border-radius: 5px !Important;  
    border-color: #999 !Important;  
    padding-left: 10px !Important; 
}
@media(max-width:767px){
.errorNumC2C{
        width: 100%;
    }
}
.buttonC2CTry{
    border-radius: 5px !Important;
    background: #199ED8 !Important; 
    padding-top: 20px !Important;
    padding-bottom: 20px !Important;
    padding-left: 92px !Important; 
    display: block !Important;
    margin: 0 auto !Important;
    padding-right: 92px !Important; 
    text-align: center !Important; 
    border: none !Important;
}
.c2cPosition{
    position: relative;
    right: 0;
    left: 0;
    top: 50px;
}
.pad-bot-95{
    padding-bottom: 95px !important;
}
#editIstal,
#editFact{
    padding-right: 35px;    
}
#conDecosValores ul{
/*  border-top: 1px solid #bbb;
    padding-top: 20px; */
}
@media (min-width: 1142px){
    .errorTriangle{
        bottom: 7%;
    }
}
@media (min-width: 1023px) and (max-width:1150px ){
    .inputContainer{
        width: 100% !important;
    }
}
@media (max-width: 1127px){
    .errorDeco{
        width: 27%;
        left: 62%
    }
    .errorTriangle{
/* left: 65%; */
    bottom: 25px !important;
    }
}

@media (max-width: 945px){
    .errorDeco{
        width: 30%;
        left: 70%
    }
    .errorTriangle{
    right: 33px !important;
    bottom: 24px
    }
}

#decoSubtotal, #decoTotal{
    font-weight: 700 !important;
}
#decoTotal{
    width: 100%;
    text-align: right;
}

.decoNumero{
    font-size: 18px !important;
    font-family: Telefonica_light !important;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 20px !important;
}
.contrata-text{
    font-size: 14px !important;
}

@media (max-width: 850px){
    .add-deco{
        width: 43%;
    }
    .aui .cont-ppal .adicionales .row-section-8-4 > .col-1{
        width: 100%;
    }
    .aui .cont-ppal .adicionales .row-section-8-4 > .col-2{
        width: 100%;
    }
    .add-deco input[type=number]::-webkit-inner-spin-button {
        background-size: 100%;
        width: 23px;
    }
    .errorDeco{
       width: 23%;
       left: 76%;
    }
    .errorTriangle{
        right: 15% !important;  
        bottom: 5% !important;
    }
    .inputContainer{
        width: 100% !important;
    }
}

@media (max-width: 845px){
    .errorTriangle{
        bottom: 7% !important;
    }
}
@media (max-width: 767px){
    .add-deco{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .add-deco .bg-blue {
        min-height: auto;
    }
    .add-deco input[type=number]::-webkit-inner-spin-button {
        background-size: 25px;
        width: 50px;
    }
    .deco-title{
        text-align: left;
    }
    .deco-subtitle{
        text-align: left;
    }
    .pad-40lr{
        padding-left: 0;
        padding-right: 0;
    }
    #btnAdicional{
        width: 100%;
    }
    .f-36{
        font-size: 28px;
    }
    .decoNumero{
        font-size: 16px;
        text-align: center;
    }
    .errorDeco{
        display: none;
    }
    .errorTriangle{
    right: 22% !important;
    bottom: 15px !important;
    }
}
@media(max-width:340px){
    .errorTriangle{
        bottom: 28px !important;
    }
}
.btnNoAgenda{
    background-image: url(/colportal-formulario-solicitud-ventas-portlet/img/checkSinCalendario.svg);
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 48% center;
    background-size: 18px;
}
/* .squaredFour */
.noAcomoda{
  position: relative;
  margin-top: 10px;
  padding: 15px 15px;
  display: inline-block;
  background: white;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
  padding-bottom: 19px;
  cursor: pointer;
}
.noAcomodaText{
    display: inline-block;
    text-align: left;
    padding-left: 31px; 
}
.squaredFour label {
  height: 20px;
  cursor: pointer;
  position: absolute;
  width: 20px !important;
  top: -8px;
  background: #fff;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ccc;
}
@media(max-width:767px){
  .squaredFour {
    display: inline-block;
    position: absolute;
    top: 47%;
  }
}
.squaredFour{
    display: inline-block;
    position: absolute;
    top: 47%;
}  
 .squaredFour label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #00A2DB;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
.squaredFour label:hover::after {
  opacity: 0;
}
.squaredFour input[type=checkbox] {
  visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;

}
.radio-canales {
  margin: 0.5rem;
  display: inline-block;
  position: relative;
  top: 12px;
}
 .radio-canales input[type="radio"] {
  position: absolute;
  opacity: 0;
}
 .radio-canales input[type="radio"] +  .radio-label-canales:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 2px solid #d0d0d0;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio-canales input[type="radio"]:checked + .radio-label-canales:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio-canales input[type="radio"]:focus + .radio-label-canales:before {
  outline: none;
  border-color: #3197EE;
}
.radio-canales input[type="radio"]:disabled + .radio-label-canales:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio-canales input[type="radio"] + .radio-label-canales:empty:before {
  margin-right: 0;
}
.icoModalMore{
	color: #fff;
    font-size: 7px;
    background: #00A9E0;
    border-radius: 50%;
    font-weight: 700;
    padding: 3px;
    vertical-align: middle;
}
.borderSelec{
	border-color: rgba(0, 169, 224, 1);
}
.borderNoSelec{
	border-color: rgba(204, 204, 204, 1);
}
.aui .cont-ppal .style-mov-1 .box-grey-bordered.sidebarCanales h4:first-of-type {
    font-family: Telefonica_bold;
    font-size: 17px;
    color: #666;
    border: none;
    padding-bottom: 0;
}
.seeMore-canales{
    color: #0AABE1;
    font-size: 13px;

}
.seeMore-canales span{
margin-left:4px;

}
.channel-title{
	font-size: 16px;
	font-family:Telefonica_light;
}
.aui .cont-ppal .noCost{
	font-family:Telefonica_bold!important;
    font-size: 14px!important;
    color: #5BC500;
}
p.canales-title{
	font-family: Telefonica;
    font-size: 26px!important;
    color: #50535A!important;
}
p.canales-subtitle{
   font-family: Telefonica;
    font-size: 28px!important;
    color: #00A9E0!important;
}
.sidebarTotal{
  margin-top: 20px;
}
.sidebarTotal ul li{
    margin-bottom: 0!important;
}
.sidebarTotal ul li:first-of-type p span{
  color: #00A9E0 !important;
}
#primeros3meses, .f-12.c-blue {
  color: #00A9E0 !important;
  padding-right: 0 !important;
}  
#divSidebarTotal-transicionFacturacion ul li{
	margin-bottom: 0;
}
#divSidebarTotal-transicionFacturacion{
	margin-top:20px;
}
.sidebarTotal p.f-right.t-right.special-font-bold.c-grey-4 span,
.sidebarTotal p.f-16.f-right.t-right.special-font-bold.c-blue span{
    display: inline !important;
    padding-right: 0 !important;
}
.pad-side{
	padding-left: 50px; 
	padding-right: 50px;	
}
@media (max-width: 767px){
.pad-side{
	padding-left: 0px; 
	padding-right: 0px;	
}	
.textCajaCanales{
	padding-left: 15px;
	   padding-top: 10px;
	   width: 47%;
}
.aui .cont-pal .canales-title{
	line-height: 25px;
}	
}

@media (max-width: 320px){
	.imgCajaCanales{
		margin-left: 10px;
	    width: 70px;
	}
	.textCajaCanales {
	    padding-left: 12px;
	}
}