
/* #region SLIDER */
.page-slider {
    margin-bottom: 70px;
}

.page-slider .banner {
    height: 670px;
    display: block;
}

.page-slider .banner {
    box-sizing: border-box;
    padding: 195px 0 0;
}

.page-slider .glider-contain__pagination {
    position: relative;
    top: -150px;
}

.page-slider .glider-contain__pagination .glider-prev,
.page-slider .glider-contain__pagination .glider-next {
    display: none;
}

.page-slider .glider-dots {
    justify-content: flex-start;
}

.page-slider .glider-dot.active {
    background: transparent;
    border: 2px solid rgb(239, 239, 239);
}

.page-slider .glider-dot {
    background: rgb(239, 239, 239);
    margin: 0;
    margin-right: 5px;
    width: 11px;
    height: 11px;
}

.page-slider .glider-dot:focus {
    outline: 1px solid lightblue;
}

.page-slider .banner .info-block {
    width: 70%;
}

.page-slider .banner .info-block__title {
    line-height: 1.1;
    font-family: "din-black";
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 1px 3px #4f4f4f;
}

.page-slider .banner .info-block__links .info-block__link {
    border: 2px solid #fff;
    color: #132b6b;
    border-radius: 50px;
    padding: 11px 60px;
    background-color: #fff;
    font-family: 'din-medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    margin-right: 20px;
    text-decoration: none;
}

.page-slider .banner .info-block__links .info-block__link:hover {
    background-color: #4AE5C2;
    color: #000;
    border-color: #132b6b;
}

@media (max-width: 991px) {
    .page-slider .glider-contain__pagination {
        top: -30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-slider .glider-contain__pagination {
        top: -150px;
    }
}

@media (max-width: 767px) {

    .page-slider .page-slider,
    .page-slider .banner {
        height: 450px;
        padding-top: 80px;
    }

    .page-slider .glider-contain__pagination {
        max-width: 90%;
        padding: 0 15px;
    }

}

@media (max-width: 575px) {
    .page-slider .banner {
        padding-top: 80px;
    }

    .page-slider .banner .info-block__title {
        line-height: 35px;
        font-size: 40px;
    }
}

/* #endregion SLIDER */

/* #region TARJETAS METADATA - NOVEDADES (paginación)*/

.cards-metadata-osypf .pagination__container {
    display: none;
}

/* #endregion TARJETAS METADATA - NOVEDADES*/

/* #region BANNER - CARTILLA */
.banners.cartilla .banner {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 440px;
}

.banners.cartilla .banner .info-block {
    padding: 0 10px;
    width: 45%;
}

.banners.cartilla .banner .info-block .info-block__title {
    margin-top: 100px;
    margin-bottom: 10px;
    font-size: 32px;
    font-family: "din-medium";
    font-weight: 400;
    line-height: 42px;
    text-shadow: 0 1px 3px #4f4f4f;
    color: #fff;
}

.banners.cartilla .banner .info-block .info-block__content {
    margin-bottom: 32px;
    font-family: 'din-medium';
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-shadow: 0 1px 3px #4f4f4f;
    color: #fff;
}

.banners.cartilla .banner .info-block__links .info-block__link {
    color: #000;
    font-size: 16px;
    font-family: 'din-medium';
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    padding: 12px 30px;
}

.banners.cartilla .banner .info-block__links .info-block__link:hover {
    background-color: #4AE5C2;
    border: 1px solid #4AE5C2;
}
@media (max-width: 767px) {
    .banners.cartilla .banner .info-block {
        width: 100%;
        padding: 0;
    }
}
/* #endregion BANNER - CARTILLA */


/* #region BANNER SECCION */
.ypfcom__banner-section {
    display: block;
    margin-block-end: 24px;
}

/* #endregion BANNER SECCION */

/* #region BANNER TEXT */
.ypfcom__banner-section--text.banner {
    padding: 0px 12px;
}

.ypfcom__banner-section--text.banner .banner__containe {
    color: #fff;
    width: 45%;
    padding: 30px 10px 80px 0px;
}

.ypfcom__banner-section--text.banner .banner__containe .banner__title {
    font-family: DIN-bold, sans-serif;
    font-size: 28px;
    line-height: 38px;
    text-shadow: 0 1px 3px #4f4f4f;
    margin-bottom: 10px;
    margin-top: 90px;
}

.ypfcom__banner-section--text.banner .banner__containe .banner__content {
    font-family: DIN-regular, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    text-shadow: 0 1px 3px #4f4f4f;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .ypfcom__banner-section--text.banner .banner__containe {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .ypfcom__banner-section--text.banner .banner__containe {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .ypfcom__banner-section--text.banner .banner__containe .banner__title {
        font-family: DIN-bold, sans-serif;
        font-size: 2.2rem;
        line-height: 42px;
        text-transform: uppercase;
        text-shadow: 0 1px 3px #4f4f4f;
        margin-bottom: 10px;
    }
}

/* #endregion BANNER TEXT */

/* #region BANNER SIN INFO*/
.ypfcom__banner-section--no-info.banner {
    height: 200px;
}

@media screen and (max-width: 991px) {
    .ypfcom__banner-section--no-info.banner {
        height: 120px;
    }
}

/* #endregion BANNER SIN INFO*/

/* #region BANNER SIN INFO LG */
.ypfcom__banner-section--no-info-lg.banner {
    height: 250px;
}

@media screen and (max-width: 991px) {
    .ypfcom__banner-section--no-info-lg.banner {
        height: 132px;
    }
}
/* #endregion BANNER SIN INFO LG */

/* #region BANNER HIGHLIGHTED TEXT*/
.ypfcom__banner-section--highlighted-text.banner {
    /* margin-block-start: 84px; */
    padding: 0;
    height: 196px;
    margin-block-end: 78px;
}
.ypfcom__banner-section--highlighted-text.banner .banner__containe {
    /* margin-block-start: 84px; */
    color: #fff;
    position: relative;
    top: 70px;
    overflow: hidden;
}

.ypfcom__banner-section--highlighted-text.banner .banner__title .banner__tag,
.ypfcom__banner-section--highlighted-text.banner .banner__containe .banner__title-text {
    font-weight: normal;
    text-transform: uppercase;
}
.ypfcom__banner-section--highlighted-text.banner .banner__containe .banner__tag-text {
    font-family: "din-regular";
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 0 16px;
    height: unset;
    margin-bottom: 0;
}
.ypfcom__banner-section--highlighted-text.banner .banner__containe .banner__title {
    font-family: "din-black", sans-serif;
    font-size: 55px;
    line-height: 60px;
    text-shadow: 0 1px 3px #4f4f4f;
    margin-block-end: 10px;
}
.ypfcom__banner-section--highlighted-text.banner .banner__containe .banner__content {
    font-family: "din-medium", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    padding: 14px;
    padding-bottom: 50px;
    text-shadow: none;
    width: 520px;
}
.orange .ypfcom__banner-section--highlighted-text.banner .banner__containe .banner__content {
    background-color: #e65834;
}
.brown .ypfcom__banner-section--highlighted-text.banner .banner__containe .banner__content {
    background-color: #d99b2d;
}

/* #endregion BANNER HIGHLIGHTED TEXT*/

/* #region BANNER MAIN-BANNER */
.ypfcom__banner-section--main.banner,
.ypfcom__banner-section--main .banner {
    min-height: 440px;
    display: flex;
    align-items: center;
    padding: 0px;
}
.ypfcom__banner-section--main .banner__containe {
    margin: 0;
    width: 45%;
    box-sizing: border-box;
}
.ypfcom__banner-section--main.banner .yl-container .banner__tag-text,
.ypfcom__banner-section--main .banner .yl-container .banner__tag-text {
    color: #fff;
    font: 13px / 28px "din-bold";
    padding: 0 20px;
    height: 25px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.ypfcom__banner-section--main .banner__title {
    color: #fff;
    text-shadow: 0 1px 3px #4f4f4f;
    font: 40px / 42px "din-bold";
    margin-bottom: 10px;
}

.ypfcom__banner-section--main .banner__content {
    color: #fff;
    text-shadow: 0 1px 3px #4f4f4f;
    font: 19px / 22px "din-regular";
    display: block;
    margin-bottom: 20px;
}

.ypfcom__banner-section--main .banner__links {
    display: flex;
    gap: 50px;
    row-gap: 14px;
    flex-wrap: wrap;
}

.ypfcom__banner-section--main .advanced-link__link {
    font-family: 'din-medium';
    font-weight: 500;
    border: 2px solid #fff;
    color: #132b6b;
    border-radius: 50px;
    background-color: #fff;
    text-decoration: none;
    line-height: 3px;
    min-width: 150px;
    transition: 0.25s;
    font-size: 15px;
    padding: 11px 60px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    text-align: center;
}

.ypfcom__banner-section--main .advanced-link__link:hover {
    background-color: #4AE5C2;
    color: #000;
}

.ypfcom__banner-section--main .advanced-link__link svg {
    fill: #fff;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}
.ypfcom__banner-section--main .video-frame-modal__video-case.active,
.video-frame-modal__video-case,
.video-frame-modal__video-case iframe {
    animation: none;
    transform: none;
}

@media screen and (max-width: 991px) {
    .ypfcom__banner-section--main .banner__containe {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .ypfcom__banner-section--main.banner,
    .ypfcom__banner-section--main .banner {
        height: 390px;
        padding-top: 50px;
    }
    .ypfcom__banner-section--main .banner__content {
        font: 17px / 22px din-medium;
    }
}

@media screen and (max-width: 575px) {
    .ypfcom__banner-section--main.banner,
    .ypfcom__banner-section--main .banner {
        padding-top: 30px;
    }
    .ypfcom__banner-section--main .banner__containe {
        padding-right: 12px;
        padding-left: 12px;
    }
    .ypfcom__banner-section--main .advanced-link__link {
        min-width: 60%;
    }
}

/* #endregion BANNER MAIN-BANNER */

/* #region BANNER TAGS */
.ypfcom__banner-section--tag-white .banner__tag-text {
    background: url(https://ypf.com/images/decorativas/flag-white.png) 10px center no-repeat #0063be;
    padding: 0 20px 0 25px !important;
}
/* #endregion BANNER TAGS */

/* #region SLIDER YPFCOM*/
.carousel-banners,
.carousel-banners .banner {
    height: 670px !important;
}

.carousel-banners.glider-contain,
.carousel-banners.glider-contain .glider {
    height: 100%;
}

.carousel-banners .glider .banner {
    padding-top: 130px;
    align-items: flex-start;
}

.carousel-banners .glider .banner .banner__bg-image {
    top: 0;
}

.carousel-banners .glider .banner .yl-container {
    padding: 0;
}

.carousel-banners .video-frame-modal__video-case.active,
.video-frame-modal__video-case,
.video-frame-modal__video-case iframe {
    animation: none;
    transform: none;
}
.carousel-banners .carousel-banners__pagination {
    position: relative;
    top: -150px;
}
.carousel-banners .carousel-banners__pagination .glider-prev,
.carousel-banners .carousel-banners__pagination .glider-next {
    display: none;
}

.carousel-banners .glider-dots {
    justify-content: flex-start;
}

.carousel-banners .glider-dot.active {
    background: transparent;
    border: 2px solid #fff;
}

.carousel-banners .glider-dot {
    background: #fff;
    margin: 0;
    margin-right: 5px;
    width: 11px;
    height: 11px;
}

.carousel-banners .glider-dot:focus {
    outline: 1px solid lightblue;
}

@media screen and (max-width: 991px) {
    .carousel-banners .carousel-banners__pagination {
        top: -30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-banners .carousel-banners__pagination {
        top: -150px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-banners,
    .carousel-banners .banner {
        height: 450px !important;
    }

    .carousel-banners .glider .banner {
        padding-top: 80px;
    }
}

@media screen and (max-width: 575px) {
    .carousel-banners .glider .banner {
        padding-top: 30px;
    }
    .carousel-banners .yl-container {
        padding-right: 12px;
        padding-left: 12px;
    }
}
/* #endregion SLIDER YPFCOM*/

/* #region SLIDER YPFCOM MEDIUM */
.ypfcom__slider-medium.carousel-banners,
.ypfcom__slider-medium.carousel-banners .banner {
    height: 360px !important;
}
.ypfcom__slider-medium.carousel-banners.glider-contain,
.ypfcom__slider-medium.carousel-banners.glider-contain .glider {
    height: 100%;
}
.ypfcom__slider-medium.carousel-banners .banner {
    padding-top: 40px;
}
.ypfcom__slider-medium.carousel-banners .carousel-banners__pagination {
    top: -40px;
}
.ypfcom__slider-medium.carousel-banners .banner__title {
    color: #fff;
    text-shadow: 0 1px 3px #4f4f4f;
    font-size: 28px !important;
    font-family: din-black !important;
    line-height: 32px !important;
    font-weight: 900;
}
/* #endregion SLIDER YPFCOM MEDIUM*/

/* #region TARJETA GENERICA - CARTILLA */
.coberturas .generic-card {
    margin-top: 50px;
    margin-bottom: 50px;
    border: none;
}

.coberturas .generic-card .generic-card__img-container--left {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
}

.coberturas .generic-card .generic-card__img-container--left+.generic-card__body {
    display: grid;
    width: 40%;
    align-content: center;
    align-items: center;
}

.coberturas .generic-card .generic-card__title {
    font-size: 32px;
    color: #0451E4;
    font-family: 'din-medium';
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}

.coberturas .generic-card .generic-card__title span {
    font-family: "din-bold";
}

.coberturas .generic-card .generic-card__content {
    font-size: 20px;
    font-family: 'din-medium';
    color: #707070;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.coberturas .generic-card .generic-card__links {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.coberturas .generic-card .generic-card__links select {
    display: inline-block;
    font-size: 20px;
    font-family: din-regular;
    font-weight: 600;
    line-height: 1.1;
    color: #707070;
    border: 1px solid #707070;
    border-radius: 50px;
    padding: 15px 30px;
    padding-right: 60px;
    text-decoration: none;
    cursor: pointer;
    min-width: 200px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url(../images/icons/angle-down.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
}

.coberturas .generic-card .generic-card__links select:focus{
    outline: none;
}

.coberturas .generic-card .generic-card__links a {
    border: 1px solid #707070;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-family: "din-medium";
    color: #707070;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    padding: 12px 30px;
}

.coberturas .generic-card .generic-card__links a.disabled {
    background-color: #fcf2f2;
    color: #707070;
    border: 1px solid #707070;
    cursor: not-allowed;
}
.coberturas .generic-card .generic-card__links a.disabled:hover {
    background-color: #fcf2f2;
    color: #707070;
}
.coberturas .generic-card .generic-card__links a:hover {
    background-color: #4AE5C2;
    color: #000;
}

.generic-card__body {
    padding: 0;
}
@media (max-width: 767px) {
    .coberturas .generic-card{
        flex-direction: column-reverse;
    }
    .coberturas .generic-card .generic-card__img-container--left+.generic-card__body{
        width: 100%;
        padding: 0 15px;
    }
    .coberturas .generic-card .generic-card__img-container--left{
        width: 100%;
    }
}
/* #endregion BANNER - CARTILLA */