<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #region Correcion margin main*/
main {
    margin-top: 0; 
}
/* #endregion Correcion margin main*/

/* #region BANNER garrafas estaciones*/

.banner.banner-garrafas-estaciones {
    height: 670px;
}

.banner.banner-garrafas-estaciones .banner__containe {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 130px;
    max-width: 1140px;
}

.banner.banner-garrafas-estaciones .banner__title {
    font-family: "din-bold";
    font-size: 42px;
    margin-bottom: 10px;
    line-height: 42px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 1px 3px #4f4f4f;
}

.banner.banner-garrafas-estaciones .banner__content p {
    font-size: 22px;
    font-weight: lighter;
    font-family: din;
    padding-bottom: 20px;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0 1px 3px #4f4f4f;
}

@media (max-width: 767px) {
    .banner.banner-garrafas-estaciones {
        height: 400px;
    }

    .banner.banner-garrafas-estaciones .banner__containe {
        padding-left: 0;
        padding-top: 85px;
    }

    .banner.banner-garrafas-estaciones .banner__title {
        font-size: 35px;
    }

    .banner.banner-garrafas-estaciones .generic-image__image {
        object-position: left;
    }

}

/* #endregion BANNER*/

/* #region INFO BLOCK - ComprÃ¡ tu Garrafa*/
.info-block.compra-garrafa .info-block__title {
    font-size: 30px;
    line-height: 40px;
    font-family: 'din-light';
    font-weight: 600;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
    color: #838383;
}

.info-block.compra-garrafa .info-block__content {
    font-size: 26px;
    line-height: 40px;
    font-family: 'din-light';
    margin-bottom: 5px;
    text-align: center;
    color: #838383;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .info-block.compra-garrafa .info-block__title {
        margin-top: 50px;
    }
    .info-block.compra-garrafa .info-block__content {
        font-size: 20px;
    }
}

/* #endregion INFO BLOCK - ComprÃ¡ tu Garrafa*/

/* #region INFO BLOCK*/
#c_ph2 .info-block {
    padding: 30px 10px 80px 10px;
}

#c_ph2 .info-block .info-block__title {
    font-family: 'din-light';
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #838383;
    text-shadow: none;
    margin-bottom: 40px;
    text-align: center;
}

#c_ph2 .info-block .info-block__content {
    font-size: 26px;
    line-height: 40px;
    font-family: 'din-light';
    margin-bottom: 5px;
    text-align: center;
    color: #838383;
    margin-bottom: 40px;
}

#c_ph2 .info-block .info-block__links {
    justify-content: center;
}

#c_ph2 .info-block .info-block__link {
    width: 250px;
    border: #226EC1 2px solid;
    color: #226EC1;
    font-family: "din-medium";
    font-size: 14px;
    line-height: 20px;
    padding: 9px 23px 7px;
    box-shadow: none;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

#c_ph2 .info-block .info-block__link:hover {
    color: #fff;
    background-color: #226EC1;
}
@media (max-width: 767px) {
    #c_ph2 .info-block {
        padding: 30px 40px 80px 40px;
    }
    #c_ph2 .info-block .info-block__title {
        font-size: 20px;
        line-height: 30px;
    }
    #c_ph2 .info-block .info-block__content {
        font-size: 20px;
        line-height: 30px;
    }
}

/* #endregion INFO BLOCK*/

/* #region CONTENT EDITOR - garrafas vencidas*/
.content-editor.garrafas-vencidas{
    padding: 0 15px;
}
.content-editor.garrafas-vencidas h2{
    font-size: 30px;
    line-height: 40px;
    font-family: "din-light";
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.content-editor.garrafas-vencidas p{
    font-size: 26px;line-height: 40px;
    font-family: "din-light";
    margin-bottom: 40px;
    text-align: left;
}
@media (max-width: 767px) {
    .content-editor.garrafas-vencidas p{
        font-size: 20px;
        line-height: 30px;
    }
}
/* #endregion CONTENT EDITOR - garrafas vencidas*/

/* #region GENERIC CARD*/
.generic-card {
    background: linear-gradient(86.82deg, #00A2B1 1.67%, #0070AC 50.63%, #96489C 99.74%);
    border-radius: 0;
}

.generic-card__body {
    padding: 30px 90px;
}

.generic-card__title {
    color: rgb(255, 255, 255);
    margin-top: 40px;
    font-size: 28px;
    line-height: 34px;
    font-family: "din-light";
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
    text-transform: none;
}

.generic-card__content {
    color: rgb(255, 255, 255);
    margin-top: 15px;
    font-size: 22px;
    line-height: 40px;
    font-family: "din-light";
}

.generic-card__img {
    width: 400px;
    height: 541px;
    margin-right: 90px;
    box-sizing: border-box;
    float: right;
    margin-top: 40px;
    filter: drop-shadow(-2px 3px 2px #fff);
}
@media (max-width: 767px) {
    .generic-card[data-ylp-format=left], .generic-card[data-ylp-format=right]{
        flex-direction: column;
        align-items: center;
    }
    .generic-card__body:has(+.generic-card__img-container--right){
        width: 100%;
    }
    .generic-card__img-container--left, .generic-card__img-container--right{
        width: 100%;
    }
    .generic-card {
        background: #0070AC;
    }
    .generic-card__body {
        padding: 30px 10px;
    }
    .generic-card__title {
       margin-top: 60px;
    }
    .generic-card__img {
    width: 224px;
    height: 426px;
    margin-right: 60px;
}
   
}

/* #endregion GENERIC CARD*/

/* #region CONTENT EDITOR - app ypf*/
.content-editor.app-ypf p{
    padding-top: 70px;
    text-align: center;
    font-family: "din-light";
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    color: rgb(131, 131, 131);
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .content-editor.app-ypf p{
        font-size: 20px;
        line-height: 30px;
    }
}

/* #endregion CONTENT EDITOR - app ypf*/</pre></body></html>