﻿@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-Regular.woff2') format('woff2'), url('../fonts/BebasNeue-Regular.woff') format('woff'), url('../fonts/BebasNeue-Regular.ttf') format('truetype'), url('../fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClanOT-NarrowBold';
    src: url('../fonts/ClanOT-NarrowBold.eot');
    src: url('../fonts/ClanOT-NarrowBold.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanOT-NarrowBold.woff2') format('woff2'), url('../fonts/ClanOT-NarrowBold.woff') format('woff'), url('../fonts/ClanOT-NarrowBold.ttf') format('truetype'), url('../fonts/ClanOT-NarrowBold.svg#ClanOT-NarrowBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClanOT-NarrowBook';
    src: url('../fonts/ClanOT-NarrowBook.eot');
    src: url('../fonts/ClanOT-NarrowBook.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanOT-NarrowBook.woff2') format('woff2'), url('../fonts/ClanOT-NarrowBook.woff') format('woff'), url('../fonts/ClanOT-NarrowBook.ttf') format('truetype'), url('../fonts/ClanOT-NarrowBook.svg#ClanOT-NarrowBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClanOT-News';
    src: url('../fonts/ClanOT-News.eot');
    src: url('../fonts/ClanOT-News.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanOT-News.woff2') format('woff2'), url('../fonts/ClanOT-News.woff') format('woff'), url('../fonts/ClanOT-News.ttf') format('truetype'), url('../fonts/ClanOT-News.svg#ClanOT-News') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClanOT-Book';
    src: url('../fonts/ClanOT-Book.eot');
    src: url('../fonts/ClanOT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanOT-Book.woff2') format('woff2'), url('../fonts/ClanOT-Book.woff') format('woff'), url('../fonts/ClanOT-Book.ttf') format('truetype'), url('../fonts/ClanOT-Book.svg#ClanOT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClanOT';
    src: url('../fonts/ClanOT-Thin.eot');
    src: url('../fonts/ClanOT-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanOT-Thin.woff2') format('woff2'), url('../fonts/ClanOT-Thin.woff') format('woff'), url('../fonts/ClanOT-Thin.ttf') format('truetype'), url('../fonts/ClanOT-Thin.svg#ClanOT-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClanOT';
    src: url('../fonts/ClanOT-Medium.eot');
    src: url('../fonts/ClanOT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanOT-Medium.woff2') format('woff2'), url('../fonts/ClanOT-Medium.woff') format('woff'), url('../fonts/ClanOT-Medium.ttf') format('truetype'), url('../fonts/ClanOT-Medium.svg#ClanOT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClanOT';
    src: url('../fonts/ClanOT-Black.eot');
    src: url('../fonts/ClanOT-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanOT-Black.woff2') format('woff2'), url('../fonts/ClanOT-Black.woff') format('woff'), url('../fonts/ClanOT-Black.ttf') format('truetype'), url('../fonts/ClanOT-Black.svg#ClanOT-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClanOT';
    src: url('../fonts/ClanOT-Bold.eot');
    src: url('../fonts/ClanOT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanOT-Bold.woff2') format('woff2'), url('../fonts/ClanOT-Bold.woff') format('woff'), url('../fonts/ClanOT-Bold.ttf') format('truetype'), url('../fonts/ClanOT-Bold.svg#ClanOT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clan Offc';
    src: url('../fonts/FFClanProRegular.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}




/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');*/


.seccion-banner-home {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contenido-Banner-Home {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}



.contenedor-media {
    flex: 0 0 100%;
    display: none;
}

.desktop .contenedor-media img, .desktop .contenedor-media video {
    width: 100%;
    height: 900px;
    object-fit: cover;
}

.mobile .contenedor-media img, .mobile .contenedor-media video {
    width: 100%;
    height: 700px;
    object-fit: cover;
}


.btn-carrucel {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    padding: 16px;
    color: white;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    z-index: 7;
    user-select: none;
}

.btn-carrucel.prev {
    left: 80px;
    background: url(../images/iconos/prev_bln.png);
    background-size: contain;
}

.btn-carrucel.next {
     right: 80px;
     background: url(../images/iconos/next-bln.png);
     background-size: contain;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.caption-banner-home {
    position: absolute;
    top: 50%;
    text-align: left;
    width: 100%;
    max-width: 1161px;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caption-banner-home h2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: normal;
    font-size: 63px;
    line-height: 76px;
    color: #FFFFFF;    
    width: 100%;
    max-width: 1161px;
    margin: 0 auto;
}

.caption-banner-home h2 span {
    display: inline-block;
    background: #DA291C;
    padding: 0 15px;
}


.slogan-banner-home .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slogan-banner-home .item.active {
    opacity: 1;
}
.credito-banner {
    position: absolute;
    bottom: 70px;
    right: 0;
    color: white;
    width: auto;
}


.credito-banner label{
    font-family: ClanOT-Book;
}

.content-ajuste {
    display: flex;
    width: 100%;
    width: 90%;
    max-width: 1161px;
    margin: 0 auto;
    padding-top:100px
}
/*=======================================
    SECCION PRODUCCIONES DESTACADAS
=========================================*/
.carrucel-producciones-destacadas {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.producciones-destacadas h2 {
    font-size: 45px;       
    font-weight:400;
    text-align:left;
    width: 100%;
    margin:0;
    margin: 0 auto;
    padding-bottom:40px;
}

.carrucel-producciones-destacadas .inner {
    display: flex;
    animation: scroll 20s linear infinite; /* Ajuste de velocidad */
}

.item-carrucel {
    position: relative;
    min-width: 450px;
    height: 240px;
    margin-right: 40px; 
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
}

.item-carrucel a{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7;
}

.image-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                linear-gradient(180deg, rgba(0, 0, 0, 0) 65.9%, rgba(0, 0, 0, 0.7) 100.73%),
                linear-gradient(360deg, rgba(0, 0, 0, 0) 77.51%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2; 
}

.caption-produccion {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    z-index: 6;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
    .caption-produccion div {
        display: flex;
        gap: 10px;
        flex-direction: column;
        justify-content: flex-start
    }
.caption-produccion h3 {
    font-size: 20px;
    font-family: ClanOT !important;
    font-weight: bold;
    margin:0;
        
}
.caption-produccion p {
    font-size: 16px;
    font-family: 'ClanOT-News';
    font-style: normal;
    font-weight: 400;
    width: auto;    
}



@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-490px * var(--num-items))); /* 450px + 40px de margen */
    }
}


/*=======================================
    SECCION FILM IN
=========================================*/

.seccion-film-in-peru {
    margin-top : 100px;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    background-image: url('../images/tramas/fondo-seccion-filmin.png'), url('../images/tramas/fondo-seccion-filmin-2.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left, left; 
    position: relative;
}

.seccion-film-in-peru::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index:0;
}

.content.film-in-peru{
    display: flex;
    width: 100%;
    max-width: 1161px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    z-index: 1;
}

.content-film-in-peru p {
    max-width: 796px;
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    color: white;
    line-height: 50px;
    margin-bottom: 40px;
}

.content-film-in-peru a {
    background: white;
    display: inline-block;
    min-width: 152px;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    font-family: "Bebas Neue", sans-serif;
    font-size:20px;
    font-weight:400;
    text-align:center;
    color: black;
}

.content-logo{
    margin-left:120px;
    display:flex;
}

.content img{
    margin: auto 0;
}


/*=======================================
    SECCION EXPLORA LOCACIONES
=========================================*/

.carrucel-explora-locaciones {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.carrucel-explora-locaciones .inner-explora-locaciones {
    display: flex;
}

#carrucel-1 .inner-explora-locaciones {
    
    padding-bottom:40px;
    margin-top:40px;
}

#carrucel-2 .inner-explora-locaciones {
    
}

.item-carrucel-locaciones {
    position: relative; /* Necesario para la posición absoluta del texto */
    min-width: 450px;
    height: 240px;
    margin-right: 40px; /* Espacio entre los elementos */
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Para asegurar que el contenido no se salga del contenedor */
}

.item-carrucel-locaciones a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7;
}

.image-item-locaciones {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la imagen para que cubra todo el contenedor */
}

.image-item-locaciones img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la imagen para que cubra todo el contenedor */
}

.image-item-locaciones::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.9%, rgba(0, 0, 0, 0.7) 100.73%), linear-gradient(360deg, rgba(0, 0, 0, 0) 77.51%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
}


.caption-explora-locaciones {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0); /* Fondo semi-transparente para el texto */
    color: #fff;
    text-align: left;
    z-index: 6;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .caption-explora-locaciones div {
        display: flex;
        flex-direction: column;
    }

.caption-explora-locaciones h3 {
    font-size: 24px;
    font-family: ClanOT !important;
    font-weight: bold;
    margin: 0;
}

.caption-explora-locaciones .bajada {
    font-size: 16px;
    font-family: 'ClanOT-Book';
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    width: 280px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis
}

.region {
    position: absolute;
    top: 10%;
    left: 5%;
    width: auto;
    height: auto;
    z-index: 9;
    padding-left: 20px;
    font-family: ClanOT;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    align-content: center;
    color: #FFFFFF;
}

    .region.costa, .region.costas, .region.coast {
        background: url(../images/iconos/costa-short.png);
        background-repeat: no-repeat;
        background-position: 0 1px;
    }

    .region.sierra, .region.andes {
        background: url(../images/iconos/sierra-short.png);
        background-repeat: no-repeat;
        background-position: 0 1px;
    }

    .region.selva, .region.rainforest {
        background: url(../images/iconos/selva-short.png);
        background-repeat: no-repeat;
        background-position: 0 1px;
    }

.ubi {
    position: relative;
    padding-left: 22px;
    font-family: 'ClanOT-News';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    color: #FFFFFF;
    margin-bottom: 10px;
    align-items:center;
}

.ubi::before{
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 24px;
    height: 24px;
    background: url(../images/iconos/ubicacion.png);
    background-size:contain;
    background-repeat: no-repeat;
}

.content-explora-locacion{
    max-width: 1161px;
    margin: 100px auto 40px auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    gap: 15px;
}
    .content-explora-locacion h2 {
        margin: 0;
    }


.titulo-seccion {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    font-weight: 400;
    line-height: 53px;
    color: #404040;
}


.content-explora-locacion p{    
    max-width: 735px;
    font-size: 16px;
    padding:20px 0;
}

.content-explora-locacion label {
    font-family: "Bebas Neue", sans-serif;
    min-width: 800px;
    font-size: 45px;
    background: black;
    padding: 20px 30px 12px 30px;
    color: white;
    display: inline-block;
    text-align: center;
}

.content-btn-locaciones{
    padding-top:40px;
    max-width: 1161px;
    margin: 0 auto;
}

.content-btn-locaciones a {
    background: #DA291C;
    display: inline-block;
    min-width: 150px;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: white;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}


.content-final {
    display: flex;
    justify-content: center;
    padding: 100px 0;
    gap: 100px;
}

.cabecera-seccion {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 93px;
    margin-bottom: 67px;
}
/*=======================================
    CONTENT FINAL
=========================================*/
.cabecera-seccion p {
    max-width:400px;
    text-align: center;
    font-size:16px;
    margin-top:20px
}

.tituloseccion {
    width: 100%;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
    font-size: 45px;
    color: #404040;
}

.btn-ultima-seccion {
    background: #DA291C;
    display: inline-block;
    min-width: 240px;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: white;
}

.btn-ultima-seccion:hover {
    color: white;
}

/*=======================================
    SECCION PRODUCCIONES
=========================================*/
.seccion-producciones-home {
    width: 96%;
    max-width: 810px;
    height: 727px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
    background: url(../images/tramas/marco.png);
    background-repeat:no-repeat;
}
/*CARRUCEL*/
.carrucel-producciones {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.carrucel-producciones .inner-producciones {
    display: flex;
}

#carrucel-producciones-1 .inner-producciones {
    padding-bottom:10px;
}

.item-carrucel-producciones {
    position: relative;
    min-width: 150px;
    height: 210px;
    margin-right: 10px; 
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
}

.item-carrucel-producciones a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7;
}

.image-item-producciones {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.image-item-producciones img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

/*=======================================
    SECCION NOTICIAS
=========================================*/
.seccion-ultimas-noticias {
    width: 96%;
    max-width: 810px;
    height: 727px;
    border: 1px solid #EBEBEB;
    background: url(../images/tramas/marco.png);
    background-repeat: no-repeat;
}

.content-card {
    display: flex;
    gap: 20px;
}

.card-noticia{
    width: 243px;
    height: 350px;
    position: relative;
}

.image-item-noticia {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la imagen para que cubra todo el contenedor */
}

.image-item-noticia img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la imagen para que cubra todo el contenedor */
}

.image-item-noticia::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.9%, rgba(0, 0, 0, 0.5) 100.73%),
linear-gradient(360deg, rgba(0, 0, 0, 0) 77.51%, rgba(0, 0, 0, 0.5) 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 2;
}

.caption-noticia {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0); /* Fondo semi-transparente para el texto */
    color: #fff;
    padding: 20px 20px;
    box-sizing: border-box; /* Incluye el padding en el tamaño total */
    text-align: left;
    z-index: 6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caption-noticia h3 {
    font-size: 16px;
    font-family: 'ClanOT-Book';
    max-width: 80%;
    margin:0;
    font-weight:400;
        
}

.content-card a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7;
}

.overflow-scroll {
    overflow: visible;
}

.etiqueta-noticia {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    font-family: 'ClanOT-Book';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}



@media screen and (max-width: 1420px) {
    
/*=======================================
    SECCION FILM IN
=========================================*/

    /*=======================================
    SECCION LOCACIONES
=========================================*/

    .content-btn-locaciones a{
        margin-left: 0;
    }

    .seccion-ultimas-noticias {
        margin-top: 80px
    }


}


@media (max-width: 700px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }


    .slogan-banner-home .item{
        
        left: 0;
        width: 100%;
    }

    .caption-banner-home h2, .caption-banner-home span {
        font-size: 35px;
        font-weight: 400;
        line-height: 42px;
        padding: 0;
        text-align: center;
    }
    .caption-banner-home h2 span {
        padding: 0 8px;
        width: 100%;
    }

    .btn-carrucel {
        top:initial;
        bottom:40px;
    }

    .btn-carrucel.prev{
        left:151px
    }

    .btn-carrucel.next{
        right:151px
    }

    .credito-banner {
        width: 100%;
        text-align: center;
        right: initial;
        bottom: 125px;
    }

/*=======================================
    SECCION PRODUCCION DESTACADA
=========================================*/

    .producciones-destacadas h2 {
        font-size: 35px;
        margin-left: 0;
        text-align: center;
    }

    .content-film-in-peru {
        
        padding: 0;
    }

    .content-btn-film-in-peru {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top:30px;
    }

    .content-film-in-peru p {
        font-size: 16px;
        text-align: center;
    }

/*=======================================
    SECCION LOCACIONES
=========================================*/

    .titulo-seccion {
        font-size: 35px;
        margin-left: 0;
        text-align: center;
    }

    .content-explora-locacion {
        padding: 0 40px;
    }

    .content-explora-locacion p {
        margin-left: 0;     
        text-align:center;
    }

    .content-explora-locacion label {
        min-width: initial;
        margin-left: 0;
        text-align:center;
        font-size:35px;
        padding: 20px
    }

    .content-btn-locaciones {
        margin: 0;
        justify-content: center;
        display: flex;
    }

    .content-btn-locaciones a {
        margin-left: 0;
    }


}


@media (max-width: 429px) {
    .btn-carrucel.prev{
        left: 100px;
    }

    .btn-carrucel.next {
        right: 100px;
    }
}



.slider-triple-noticia{
    width: 98% !important;
    margin: 0 auto !important;
}

@media (max-width: 1650px) {


    .content-final{
        gap: 10px;
    }
}

@media (max-width: 1250px) {

    .content-explora-locacion {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

        .content-explora-locacion label {
            min-width: auto;
        }

    .content.film-in-peru {
        width: 90%;
    }

        .content.film-in-peru p {
            font-size: 22px;
        }
}

@media(max-width: 850px){
    .content.film-in-peru p{
        line-height: 35px;
    }
}

@media (max-width: 760px) {

    .botones-carrucel {
        display: flex;
        bottom: 0;
        position: absolute;
        width: 100%;
        z-index: 8;
        height: 130px;
        gap: 40px;
        justify-content: space-around;
        align-items: center;
    }

    .btn-carrucel {
        position: initial;
        padding: initial;
        color: initial;
        font-weight: initial;
        border: initial;
        cursor: initial;
        z-index: 7;
        user-select: initial;
    }

    .seccion-film-in-peru {
        padding: 120px 0;
        height: auto;
        background-size: 760px;
        background-position: top;
    }

        .seccion-film-in-peru::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            z-index: -1;
        }
        .seccion-film-in-peru::after {
            height: 452px;
            background-color: rgba(0, 0, 0, .65);
        }

    .content.film-in-peru {
        flex-direction: column-reverse;
        gap: 140px;
        align-items: center;
    }

        .content.film-in-peru p {
            font-size: 16px;
            line-height: 25px;
        }

    .content-logo {
        margin: 0;
    }

    .seccion-producciones-home, .seccion-ultimas-noticias {
        width: 100%;
        height: 900px;
        border: none;
    }

    .cabecera-seccion, .cabecera-seccion {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    .noticias-scroll {
        width: 100%;
        margin: 0 auto;
        overflow: scroll !important;
    }

    .card-noticia {
        width: 360px;
        height:480px;
    }


}

.carrucel-producciones .inner-producciones .slick-track {
    display: flex;
}


@media(max-width: 1440px) {
    .caption-banner-home {
        max-width: 1280px;
        width: 80%;
    }

    .caption-banner-home h2{
        width: 85%;
    }

    .btn-carrucel.prev {
        left: 5%;
    }

    .btn-carrucel.next {
        right: 5%;
    }

    .content-ajuste{
        max-width: 1280px;
    }

    .content.film-in-peru, .content-explora-locacion, .content-btn-locaciones {
        max-width: 1280px;
        width: 90%;
    }

    .content-final {
        justify-content: space-evenly;
        gap:20px;
    }

    .seccion-producciones-home, .seccion-ultimas-noticias {
        max-width: 600px;
        margin: 0;
    }
}
@media(max-width: 1640px) {
    .item-carrucel, .item-carrucel-locaciones {
        min-width: 400px;
    }    
}

@media(max-width: 1480px) {
    .item-carrucel, .item-carrucel-locaciones {
        min-width: 380px;
    }

    .slider-triple-noticias {
        max-width: 560px;
        margin: 0 auto;
    }
}

@media(max-width: 1420px) {
    .item-carrucel, .item-carrucel-locaciones {
        min-width: auto;
    }
}

@media(max-width: 1200px){
    .content-final{
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width: 1280px) {
    .item-carrucel, .item-carrucel-locaciones {
        max-width: 353px;
        height: 478px;
    }

    .slider-triple-noticias{
        max-width: 100%;
    }
}

@media(max-width: 768px){
    .content-btn-locaciones{
        text-align: center;
        width: 100%;
    }

    .content-explora-locacion{
        width: 100%;
    }

    .item-carrucel, .item-carrucel-locaciones{
        margin: 0;
        width: 353px !important;
    }

    .inner .slick-track, #inner-locaciones-1 .slick-track {
        display: flex;
        gap: 20px;
    }

    .region{
        top: 5%;
    }

    .caption-explora-locaciones .bajada{
        width: 100%;
    }

    .caption-explora-locaciones div{
        width: 85%;
    }

    .content-btn-locaciones{
        padding: 0;
    }

    .tituloseccion{
        font-size: 35px;
    }

    .cabecera-seccion p{
        padding: 0 20px;
    }

    .cabecera-seccion{
        margin-top: 20px;
        margin-bottom: 0;
        padding: 80px 0;
    }

    .item-carrucel-producciones{
        width: 150px;
        margin: 0;
    }

    .inner-producciones .slick-track {
        display: flex;
        gap: 10px;
    }

    .slider-triple-noticias {
        max-width: 100%;
    }

        .slider-triple-noticias.slick-initialized.slick-slider .slick-track .slick-slide{
            width: 360px !important;
        }

    .content-final{
        gap: 0;
    }

}

.btn-transicion {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 6px 0;
    border: 1px solid #000;
    max-width: 355px;
    width: 90%;
    margin: 0 auto;
    color: #000 !important;
}

.seccion-ultimas-noticias .slider-triple-noticias .slick-track{
    display: flex;
    gap: 20px;
}