<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Huincha */
.franja-top {
    padding: 20px;
	max-height: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.franja-top .container {
    font: 13px 'TelefonicaWeb-Regular';
    margin: 0 auto;
	padding-top: 0;
    display: flex;
    justify-content: center;
}
.franja-top .container .container-text {
    display: inline-block;
}

.franja-top img {
    margin-top: -5px;  /* para cuadrar imagen con texto */
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.franja-top .line {
    height: 10px;
    border-right: #D3D4D3 solid 0.5px;
    margin: 0 5px;
}
.franja-top .line.blue {
    border-color: #019DF4;
}

.franja-top .info-region::before {
    content: "En comunas cÃ©ntricas de RM, contrata antes de las 20:00 hrs y";
}

.franja-top .more-info {
    display: inline;
    font-family: "TelefonicaWeb-Regular";
    white-space: nowrap;
    cursor: pointer;
}
.franja-top .more-info::before {
    content: "Ver mÃ¡s informaciÃ³n &gt;"
}

.franja-top .more-info.white {
    color: #fff;
}
.franja-top .more-info.blue {
    color: #019DF4;
}

/* Fondos/letra de la huincha */
.franja-top.blue {
    background-color: #0087D1;
    color: #fff;
}
.franja-top.light-blue {
    background-color: #EBF7FF;
    color: #313235;
}

/* Texto Resaltado */
.highlighted {
    font: 12px 'TelefonicaWeb-Bold';
	padding: 3px 5px;
    border-radius: 4px;
    white-space: nowrap;
}
.highlighted.magenta {
    color: #fff;
    background-color: #e63780;
}
.highlighted.dark-blue {
    color: #fff;
    background-color: #0C273A;
}

/* Franja Fija al hacer scroll */
.franja-fixed {
    position: fixed;
    width: 100%;
    top: 151px;   /* 69 header + 82 menu */
    z-index: 885; /* menu tabs tiene z-index: 886 */
}
.franja-fixed-movil-v {
    position: fixed;
    width: 100%;
    top: 61px;
    z-index: 886; /* menu tabs tiene z-index: 886 */
}
.franja-fixed-scroll {
    top: 72px;   /* 72 menu smallTabs */
}

/****************
 Modal Despacho
*****************/
.modal-despacho {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 110%;
    height: 110%;
    background-color: rgba(0, 0, 0, 0.5);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 99999999;
    -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    overflow: hidden;
}
.modal-despacho-active {
    display: block;
}
.modal-despacho .container {
    margin: 150px auto;
    width: 60%;
    display: flex;
}
.modal-despacho .close-modal {
    position: absolute;
    right: 21%;
    margin-top: 10px;
}
.modal-despacho-old .close-modal {
    position: absolute;
    right: 22%;
    margin-top: 10px;
}
.modal-despacho .first-section {
    background-color: #019DF4;
    padding: 40px;
    width: 50%;
    border-radius: 10px 0 0 10px;
}
.modal-despacho .first-section p {
    font: 21px 'TelefonicaWeb-Light';
    color: #fff;
    margin: 10px 5px;
    width: 85%;
}
.modal-despacho .first-section p span{
    font: 21px 'TelefonicaWeb-Bold';
}
.modal-despacho .first-section .exc-web {
    color: #fff;
    font: 14px 'TelefonicaWeb-Bold';
    background-color: #E63780;
    padding: 2px;
    border-radius: 4px;
    max-width: 105px;
    text-align: center;
}
.modal-despacho .second-section {
    width: 60%;
    padding: 40px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}
.modal-despacho .second-section p {
    font: 12px 'TelefonicaWeb-Regular';
    color: #313235;
    margin-bottom: 10px;
}
.modal-despacho .second-section p span {
    font: 12px 'TelefonicaWeb-Bold';
    color: #313235;
}
.modal-despacho .second-section .title {
    font: 13px 'TelefonicaWeb-Bold';
    color: #313235;
}
.modal-despacho .second-section a {
    display: none;
}

/***************
  Responsive
****************/
@media screen and (max-width: 536px) {
    /** Huincha **/
    .franja-top {
        max-height: 52px;
        margin-top: 0;
        padding: 8px;
    }
    .franja-top .container{
        width: 99%;
        margin: unset;
        padding: unset;
        font-size: 11px;
    }
    .franja-top .container .container-text {
        display: inline;
		text-align: left;
        width: 70%;
    }
    .franja-top .more-info::before {
        content: "Ver mÃ¡s &gt;"
    }
    .franja-top .info-region::before {
        content: "En RegiÃ³n Metropolitana";
    }
    .franja-top .line {
        display: none;
    }
    .highlighted {
		padding: 1px;
	}

    /** Modal **/
    .modal-despacho .container {
        display: block;
        width: 80%;
        margin: 60px auto;
		margin-top: 20%;
    }
    .modal-despacho .close-modal {
        right: 13%;
    }
	.modal-despacho-old .close-modal {
		right: 14%;
	}
    .modal-despacho .first-section {
        width: 100%;
        padding: 40px 20px;
        border-radius: 10px 10px 0 0;
    }
    .modal-despacho .first-section .exc-web {
        display: inline-block;
    }
    .modal-despacho .first-section p {
        width: 93%;
    }
    .modal-despacho .second-section {
        width: 100%;
        padding: 40px 30px;
        background-color: #fff;
        border-radius: 0 0 10px 10px;
    }
    .modal-despacho .second-section .title {
        display: none;
    }
    .modal-despacho .second-section a {
        display: block;
        padding: 10px;
        border: 1px solid #019DF4;
        color: #019DF4;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        text-align: center;
    }
}

@media (max-width: 320px) {
    .franja-top .container .container-text,
    .franja-top .container .highlighted {
		font-size: 10px;
    }
}

@media (max-width: 800px) {
    .franja-fixed {
        top: 141px;  /* 72 menu + 69 header */
    }
    .franja-fixed.multiproducto {
        top: 121px;  /* 52 menu + 69 header */
    }
    .franja-fixed-scroll {
        top: 72px;  /* 72 menu + 69 header */
    }
    .franja-fixed-scroll.multiproducto {
        top: 52px; /* 52 menÃº smallTabs */
    }
}</pre></body></html>