/*Fonts*/

@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;
    font-display: swap;
}
/*
*,
*::before,
*::after {
    box-sizing: border-box;
}*/

body {
    margin: 0;
    padding: 0;
    font-family: 'ClanOT';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    counter-reset: q-counter;
}
a {
    text-decoration: none;
}
/*

h1, h2, h3, h4, h4, h6 {
    margin: 0 auto;
}*/

section.seccion .content {
    max-width: 1161px;
    margin: 0 auto;
    width: 90%;
    padding: 100px 0;
    position: relative;
}

.title-section {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 40px;
    color: #1C1C1C;
    text-align: center;
}

.btn-cta {
    display: inline-block;
    padding: 13px 61px;
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 40px;
    border: 1px solid;
    transition: all .3s ease;
}

    .btn-cta.btn-rojo {
        background: #da291c;
        border-color: #da291c;
    }

        .btn-cta.btn-rojo:hover {
            background: #FFF;
            color: #da291c;
            border-color: #da291c;
        }

    .btn-cta.btn-blanco {
        background: transparent;
        color: #FFF;
        border-color: #FFF;
    }

        .btn-cta.btn-blanco:hover {
            background: #FFF;
            color: #da291c;
            border-color: #fff;
        }

.content-btn {
    text-align: center;
}

.card-tipo-1 {
    position: relative;
    max-width: 346px;
}

    .card-tipo-1 a {
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 3;
    }

    .card-tipo-1 .image-item {
        overflow: hidden;
        position: relative;
        height: 478px;
        width: 100%;
    }

        .card-tipo-1 .image-item:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(0deg, rgba(0,0,0,0.49) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.48783263305322133) 100%);
            z-index: 1;
        }

        .card-tipo-1 .image-item img {
            width: 100%;
            transition: all .3s ease;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .card-tipo-1:hover .image-item img {
        transform: scale(1.05);
    }

    .card-tipo-1 .region {
        position: absolute;
        top: 3%;
        left: 5%;
        width: auto;
        height: auto;
        z-index: 7;
        padding-left: 20px;
        font-family: ClanOT-Book;
        font-size: 12px;
        line-height: 18px;
        display: flex;
        align-items: center;
        align-content: center;
        color: #FFFFFF;
    }

        .card-tipo-1 .region.selva, .card-tipo-1 .region.rainforest {
            background: url(../images/iconos/selva-short.png);
            background-repeat: no-repeat;
            background-position: 0 1px;
        }

        .card-tipo-1 .region.sierra, .card-tipo-1 .region.andes {
            background: url(../images/iconos/sierra-short.png);
            background-repeat: no-repeat;
            background-position: 0 1px;
        }

        .card-tipo-1 .region.costa, .card-tipo-1 .region.costas, .card-tipo-1 .region.coast {
            background: url(../images/iconos/costa-short.png);
            background-repeat: no-repeat;
            background-position: 0 1px;
        }

    .card-tipo-1 .caption {
        width: calc(100% - 50px);
        z-index: 2;
    }


    .card-tipo-1 .caption-produccion {
        position: absolute;
        bottom: 0%;
        width: 100%;
        display: flex; 
        gap: 20px;
        justify-content: space-between;
        padding: 20px;
        align-items: center;
    }


        .card-tipo-1 .caption .title {
            font-family: ClanOT;
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            line-height: 26px;
            display: flex;
            align-items: center;
            color: #FFFFFF;
            margin-bottom: 20px;
        }

        .card-tipo-1 .caption .bajada {
            font-family: ClanOT-Book;
            font-weight: 100;
            font-size: 14px;
            line-height: 18px;
            color: #FFFFFF;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 3; /* Número de líneas */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .card-tipo-1 .caption .ubi {
            position: relative;
            padding-left: 15px;
            font-family: ClanOT-Book;
            font-weight: 100;
            font-size: 14px;
            line-height: 18px;
            display: inline-block;
            color: #FFFFFF;
            margin-bottom: 10px;
        }

            .card-tipo-1 .caption .ubi:before {
                content: '';
                position: absolute;
                top: 1px;
                left: 0;
                width: 9px;
                height: 12px;
                background: url(../images/iconos/ubi_bln.png);
            }

.card-tipo-2 {
    position: relative;
    width: 340px;
    margin-bottom: 5%;
}

    .card-tipo-2 .image-item {
        width: 100%;
        height: 285px;
        position: relative;
        overflow: hidden;
    }

        .card-tipo-2 .image-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: all .3s ease;
        }

    .card-tipo-2:hover .image-item img {
        transform: scale(1.05);
    }

    .card-tipo-2 .caption {
        background: #272727;
        padding: 20px 16px;
        color: rgba(255, 255, 255, 0.8);
        width: 75%;
        position: absolute;
        right: 5%;
        bottom: -20%;
    }

        .card-tipo-2 .caption .title {
            font-family: ClanOT;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 13px;
            overflow: hidden;
            display: -webkit-box;
            min-height: 70px;
            -webkit-box-orient: vertical;
            text-align: left;
        }

        .card-tipo-2 .caption .bajada {
            font-family: 'ClanOT-Book';
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 15px;
        }

        .card-tipo-2 .caption .more {
            width: 100%;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: flex-end;
            font-family: 'ClanOT';
            font-style: normal;
            font-weight: 500;
            font-size: 10px;
            line-height: 140%;
            text-transform: uppercase;
        }

            .card-tipo-2 .caption .more i {
                margin-left: 10px;
            }

            .card-tipo-2 .caption .more img {
                width: 12px;
                margin-left: 10px;
            }

    .card-tipo-2 a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 115%;
        z-index: 1;
    }

.grid-vermas.grid-noticias .item {
    margin-bottom: 10%;
}

header {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
    transition: all .3s ease;
}

    header .content .navbar {
        height: 80px;
    }

        header .content .navbar .container-fluid {
            padding: 0 5%;
        }

            header .content .navbar .container-fluid .logos-header {
                width: 200px;
                margin-right: 90px;
                display: flex;
                align-items: center;
                align-content: center;
                justify-content: space-between;
            }

                header .content .navbar .container-fluid .logos-header .navbar-brand.peruMarca {
                    width: 79px;
                    height: 46px;
                    background: url(../images/logos/logo_marca-peru.png);
                    display: block;
                    background-size: 79px;
                    background-position: 0 46px;
                    padding: 0;
                }


                header .content .navbar .container-fluid .logos-header .navbar-brand.filminperu {
                    width: 42px;
                    height: 40px;
                    background: url(../images/logos/logo_film-in-peru.png);
                    display: block;
                    background-size: 42px;
                    background-position: 0 40px;
                    padding: 0;
                }

            header .content .navbar .container-fluid .language {
                position: relative;
                margin-left: 60px;
            }

                header .content .navbar .container-fluid .language .list-language {
                    display: flex;
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    position: relative;
                    justify-content: flex-end;
                    width: 100%;
                }

                    header .content .navbar .container-fluid .language .list-language li:last-child {
                        margin-left: 25px;
                    }

                    header .content .navbar .container-fluid .language .list-language:before {
                        content: '|';
                        position: absolute;
                        left: 67%;
                        top: 4px;
                        color: #FFF;
                        font-family: 'Bebas Neue';
                        transform: translateX(-50%);
                    }

                    header .content .navbar .container-fluid .language .list-language:after {
                        content: '';
                        position: absolute;
                        left: 0px;
                        top: 7px;
                        width: 18px;
                        height: 18px;
                        background: url(../images/iconos/sprite_lang.png);
                        background-position: 18px 18px;
                    }

                    header .content .navbar .container-fluid .language .list-language li a.activo, .list-lenguaje a.activo,
                    header .content .navbar .container-fluid .language .list-language li a:hover {
                        border-bottom: 2px solid;
                    }

                    header .content .navbar .container-fluid .language .list-language li a {
                        color: #FFF;
                        font-size: 14px;
                        line-height: 32px;
                        font-family: 'ClanOT-News';
                        padding-bottom: 3px;
                    }

            header .content .navbar .container-fluid .navbar-collapse .navbar-nav {
                justify-content: center;
                align-items: center;
                align-content: center;
                margin: 0 auto;
            }

                header .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
                    padding: 0;
                    margin: 0 12px;
                    color: #FFF;
                    font-weight: normal;
                    font-family: 'ClanOT-News';
                    font-size: 14px;
                    position: relative;
                }

                    header .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link.active:before,
                    header .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before {
                        width: 100%;
                    }

                    header .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:before {
                        content: '';
                        width: 0;
                        height: 4px;
                        background: #FFF;
                        position: absolute;
                        bottom: -22px;
                        transition: width .3s ease;
                    }

    header.fixed .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:before {
        background: #da291c;
    }

    header.fixed {
        background: #FFF;
    }

    header.open,
    header.open.fixed {
        background: #da291c;
    }

    header.fixed .content .navbar .container-fluid .logos-header .navbar-brand.peruMarca {
        background-position: 0 0;
        height: 46px;
    }

    header.fixed .content .navbar .container-fluid .logos-header,
    header.open .content .navbar .container-fluid .logos-header,
    header.open.fixed .content .navbar .container-fluid .logos-header {
        height: 46px;
    }

        header.fixed .content .navbar .container-fluid .logos-header .navbar-brand.filminperu {
            background-position: 0 0;
            height: 46px;
        }

    header.fixed .content .navbar,
    header.open .content .navbar
    header.open.fixed .content .navbar {
        height: 65px;
    }

        header.fixed .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
            color: #404040;
        }

        header.fixed .content .navbar .container-fluid .language .list-language li a, header.fixed .content .navbar .container-fluid .language .list-lenguaje a {
            color: #404040;
        }

    header.open .content .navbar .container-fluid .language .list-language li a,
    header.open.fixed .content .navbar .container-fluid .language .list-language li a {
        color: #FFF;
    }

    header.fixed .content .navbar .container-fluid .language .list-language::before {
        color: #404040;
    }


    header.open .content .navbar .container-fluid .language .list-language::before,
    header.open.fixed .content .navbar .container-fluid .language .list-language::before {
        color: #FFF;
    }

    header.fixed .content .navbar .container-fluid .language .list-language::after {
        background-position: 0px 18px;
    }

    header.open .content .navbar .container-fluid .language .list-language::after,
    header.open.fixed .content .navbar .container-fluid .language .list-language::after {
        background-position: 18px 18px;
    }


/*Footer*/
footer .bloque-form {
    background: #DA291C;
    padding: 70px 180px 70px 256px;
    position: relative;
}

    footer .bloque-form:before {
        content: '';
        position: absolute;
        left: -12%;
        top: 0;
        width: 202px;
        height: 296px;
        background: url(../images/tramas/trama_section_contacto.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
    }

    footer .bloque-form .form-content {
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: space-between;
    }

        footer .bloque-form .form-content .bajada {
            width: 40%;
        }

            footer .bloque-form .form-content .bajada h2 {
                font-family: 'Bebas Neue';
                font-style: normal;
                font-weight: normal;
                font-size: 48px;
                line-height: 110%;
                display: flex;
                align-items: center;
                letter-spacing: 2px;
                color: #FFFFFF;
                margin-bottom: 30px;
            }

            footer .bloque-form .form-content .bajada p {
                font-family: 'ClanOT-Book';
                font-style: normal;
                font-weight: normal;
                font-size: 16px;
                line-height: 125%;
                display: flex;
                align-items: center;
                color: #FFFFFF;
            }

        footer .bloque-form .form-content .form {
            width: 40%;
        }

            footer .bloque-form .form-content .form .input-control {
                width: 100%;
                margin-bottom: 10px;
            }

                footer .bloque-form .form-content .form .input-control.input-checkbox {
                    margin: -20px 0 25px;
                }

                footer .bloque-form .form-content .form .input-control .btn-cta {
                    margin-top: 0;
                    padding: 13px 76px;
                }

                footer .bloque-form .form-content .form .input-control:last-child {
                    margin-bottom: 0;
                }

                footer .bloque-form .form-content .form .input-control .input {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    border-radius: 0;
                    width: 100%;
                    height: 46px;
                    border: 0;
                    padding: 10px;
                    background: #FFFFFF;
                    font-family: 'ClanOT-Book';
                    font-style: normal;
                    font-weight: normal;
                    font-size: 15px;
                    line-height: 133%;
                    display: flex;
                    align-items: center;
                    color: #404040;
                }

                footer .bloque-form .form-content .form .input-control .select {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    border-radius: 0;
                    width: 100%;
                    height: 46px;
                    border: 0;
                    padding: 10px;
                    font-family: 'ClanOT-Book';
                    font-style: normal;
                    font-weight: normal;
                    font-size: 15px;
                    line-height: 133%;
                    display: flex;
                    align-items: center;
                    color: #404040;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    background: url(../images/iconos/select.png) #FFF;
                    background-repeat: no-repeat;
                    background-position: 97% 19px;
                }

                    footer .bloque-form .form-content .form .input-control .input:active,
                    footer .bloque-form .form-content .form .input-control .input:focus,
                    footer .bloque-form .form-content .form .input-control .select:active,
                    footer .bloque-form .form-content .form .input-control .select:focus {
                        outline: none;
                    }

            footer .bloque-form .form-content .form #msjError {
                color: #FFF;
                font-family: 'ClanOT-Book';
                border: 1px solid;
                padding: 5px;
                text-align: center;
                font-size: 14px;
                margin-bottom: 15px;
            }

            footer .bloque-form .form-content .form .input-control label {
                display: flex;
                align-items: flex-start;
                align-content: center;
                justify-content: flex-start;
                position: relative;
                cursor: pointer;
            }

                footer .bloque-form .form-content .form .input-control label .label {
                    font-family: 'ClanOT-Book';
                    font-style: normal;
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 143%;
                    color: #FFFFFF;
                    margin-left: 15px;
                }

                    footer .bloque-form .form-content .form .input-control label .label a {
                        color: #FFF;
                        font-weight: bold;
                        font-family: 'ClanOT';
                    }

            footer .bloque-form .form-content .form .input-control .checkbox {
                padding: 0;
                height: initial;
                width: initial;
                margin-bottom: 0;
                cursor: pointer;
                -webkit-appearance: none;
            }

            footer .bloque-form .form-content .form .input-control span.error {
                color: white;
                font-size: 9px;
            }

            footer .bloque-form .form-content .form .input-control label:before {
                content: '';
                -webkit-appearance: none;
                background-color: transparent;
                border: 2px solid #fff;
                box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
                padding: 10px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
            }

            footer .bloque-form .form-content .form .input-control .checkbox:checked + label:before {
                background-color: #FFF;
            }

            footer .bloque-form .form-content .form .input-control .checkbox:checked + label:after {
                content: '';
                display: block;
                position: absolute;
                top: 3px;
                left: 9px;
                width: 6px;
                height: 14px;
                border: solid #da291c;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }

            footer .bloque-form .form-content .form .msj-success {
                text-align: center;
                padding: 35px;
            }

                footer .bloque-form .form-content .form .msj-success img {
                    margin-bottom: 20px;
                }

                footer .bloque-form .form-content .form .msj-success p {
                    font-family: 'ClanOT-Book';
                    font-style: normal;
                    font-weight: normal;
                    font-size: 18px;
                    line-height: 125%;
                    display: flex;
                    align-items: center;
                    color: #FFFFFF;
                }

footer .bloque-links {
    background: url(../images/bg_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    footer .bloque-links .bloque-top {
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: space-between;
        max-width: 1100px;
        margin: 0 auto;
        width: 90%;
        max-width: 1760px;
        padding: 96px 0 45px;
    }

        footer .bloque-links .bloque-top .lista-enlaces {
            width: 40%;
        }

            footer .bloque-links .bloque-top .lista-enlaces ul {
                list-style: none;
                padding: 0;
                margin: 0;
                column-count: 2;
            }

                footer .bloque-links .bloque-top .lista-enlaces ul li {
                    position: relative;
                    font-style: normal;
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 17px;
                    display: flex;
                    align-items: flex-end;
                    text-align: center;
                    color: #FFFFFF;
                    margin-bottom: 30px;
                    padding-left: 25px;
                }

                    footer .bloque-links .bloque-top .lista-enlaces ul li:nth-child(3),
                    footer .bloque-links .bloque-top .lista-enlaces ul li:nth-child(6) {
                        margin-bottom: 0;
                    }

                    footer .bloque-links .bloque-top .lista-enlaces ul li a {
                        color: #FFF;
                        font-family: ClanOT-Book;
                        font-style: normal;
                        font-weight: normal;
                        font-size: 14px;
                        line-height: 18px;
                    }

                    footer .bloque-links .bloque-top .lista-enlaces ul li:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 2px;
                        width: 6px;
                        height: 11px;
                        background: url(../images/iconos/list-arrow.png);
                        background-repeat: no-repeat;
                        background-position: center;
                    }


            footer .bloque-links .bloque-top .logos-links .logos-footer {
                display: flex;
                align-items: center;
                align-content: center;
                justify-content: space-between;
                margin-bottom: 40px;
                gap: 40px;
            }

            footer .bloque-links .bloque-top .logos-links p {
                color: #FFF;
                text-align: right;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 28px;
            }

                footer .bloque-links .bloque-top .logos-links p a {
                    color: inherit;
                    font-weight: 500;
                }

            footer .bloque-links .bloque-top .logos-links .link-adicional {
                text-align: right;
            }

                footer .bloque-links .bloque-top .logos-links .link-adicional a {
                    color: #FFF;
                    font-size: 14px;
                    font-family: ClanOT-Book;
                }

    footer .bloque-links .bloque-bottom {
        border-top: 1px solid #FFF;
        padding-top: 27px;
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: space-between;
        max-width: 1760px;
        margin: 0 auto;
        width: 90%;
        padding: 30px 0 45px;
    }

        footer .bloque-links .bloque-bottom .copy-links .copy {
            font-weight: normal;
            font-size: 14px;
            line-height: 28px;
            color: #FFF;
            font-family: ClanOT-Book;
        }

        footer .bloque-links .bloque-bottom .copy-links .enlaces-utiles {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: flex-end;
        }

            footer .bloque-links .bloque-bottom .copy-links .enlaces-utiles a {
                color: #FFF;
                font-weight: normal;
                font-size: 14px;
                line-height: 28px;
                font-family: 'ClanOT-Book';
            }

                footer .bloque-links .bloque-bottom .copy-links .enlaces-utiles a:last-child {
                    margin-left: 10px;
                    padding-left: 10px;
                    border-left: 1px solid #FFF;
                }

        footer .bloque-links .bloque-bottom .logo-rrss {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
        }

            footer .bloque-links .bloque-bottom .logo-rrss .logo-footer {
                width: 80px;
                margin-right: 50px;
            }

                footer .bloque-links .bloque-bottom .logo-rrss .logo-footer a {
                    display: block;
                    width: 100%;
                    max-width: 50px;
                    height: 45px;
                }

                    footer .bloque-links .bloque-bottom .logo-rrss .logo-footer a img {
                        width: 100%;
                    }

            footer .bloque-links .bloque-bottom .logo-rrss .rrss {
                display: flex;
                align-items: center;
                align-content: center;
                justify-content: flex-start;
            }

                footer .bloque-links .bloque-bottom .logo-rrss .rrss a {
                    display: block;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    border: 1px solid;
                    color: #FFF;
                    border-radius: 100%;
                    margin-right: 10px;
                    line-height: 40px;
                    font-size: 17px;
                }

/*Banner ppal home*/
section.seccion.banner-home .content {
    max-width: 100%;
    width: 100%;
    padding: 0;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

    section.seccion.banner-home .content .banner-desktop {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    section.seccion.banner-home .content .caption .slogan {
        max-width: 800px;
        height: 100px;
    }

    section.seccion.banner-home .content .caption {
        position: absolute;
        top: 50%;
        text-align: right;
        right: 10%;
        transform: translateY(-50%);
    }

        section.seccion.banner-home .content .caption h2 {
            font-family: 'Bebas Neue';
            font-style: normal;
            font-weight: normal;
            font-size: 63px;
            line-height: 76px;
            color: #FFFFFF;
            text-transform: uppercase;
        }

            section.seccion.banner-home .content .caption h2 span {
                display: inline-block;
                background: #DA291C;
                padding: 0 15px;
            }

/*Film in peru home*/
section.seccion.film-in-peru {
    position: relative;
}

section.seccion.carusel-full .content {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

    section.seccion.carusel-full .content .slider-full {
        position: relative;
        margin: 0;
    }

        section.seccion.carusel-full .content .slider-full .item {
            position: relative;
            max-height: 800px;
        }

            section.seccion.carusel-full .content .slider-full .item .image-item {
                width: 100%;
                height: 100%;
                overflow: hidden;
                position: relative;
            }

                section.seccion.carusel-full .content .slider-full .item .image-item:before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                }

section.seccion.carusel-full.home .content .slider-full .item .image-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 73.05%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50.05%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

section.seccion.carusel-full .content .slider-full .item .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.seccion.carusel-full .content .slider-full .item .caption {
    position: absolute;
    bottom: 15%;
    left: 10%;
    z-index: 7;
}

    section.seccion.carusel-full .content .slider-full .item .caption .title {
        font-family: 'ClanOT';
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 20px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 12px;
    }

    section.seccion.carusel-full .content .slider-full .item .caption .ubi {
        position: relative;
        padding-left: 15px;
        font-family: 'ClanOT-News';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

        section.seccion.carusel-full .content .slider-full .item .caption .ubi:before {
            content: '';
            position: absolute;
            top: 1px;
            left: 0;
            width: 9px;
            height: 12px;
            background: url(../images/iconos/ubi_bln.png);
        }

    section.seccion.carusel-full .content .slider-full .item .caption .more {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        font-family: 'ClanOT-News';
        font-style: normal;
        font-weight: 475;
        font-size: 14px;
        line-height: 18px;
        text-decoration-line: underline;
        color: #FFFFFF;
    }

        section.seccion.carusel-full .content .slider-full .item .caption .more img {
            margin-left: 7px;
            width: 13px;
        }

section.seccion.carusel-full .content .slider-full .item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
}

section.seccion.carusel-full .content .slider-full .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 7;
}

    section.seccion.carusel-full .content .slider-full .slick-arrow:before {
        content: none;
    }

section.seccion.carusel-full .content .slider-full .slick-prev {
    left: calc((100% - 1161px) / 2);
}

section.seccion.carusel-full .content .slider-full .slick-next {
    right: calc((100% - 1161px) / 2);
    width: auto;
    
}

section.seccion.carusel-full .content .slider-full .slick-dots {
    bottom: 5%;
    z-index: 8;
    left: calc((100% - 1161px) / 2);
    width: auto;
    padding: 0 20px;
}

    section.seccion.carusel-full .content .slider-full .slick-dots li button {
        padding: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #FFF;
        background: transparent;
        margin: 0;
        border-radius: 50%;
    }

        section.seccion.carusel-full .content .slider-full .slick-dots li button:before {
            content: none;
            margin: 0;
            padding: 0;
            width: 0;
            height: 0;
            font-size: 0;
        }

    section.seccion.carusel-full .content .slider-full .slick-dots li {
        margin: 0 10px;
        padding: 0;
        width: 10px;
        height: 10px;
    }

        section.seccion.carusel-full .content .slider-full .slick-dots li.slick-active button {
            background: #FFF;
        }

/*Regiones y producciones home*/
section.seccion.carusel-triple .slider-triple-full .item {
    margin: 0 10px;
    max-width: 353px;
}

section.seccion.producciones.carusel-triple .content {
    max-width: 100%;
    width: 100%;
}

section.seccion.carusel-triple .slider-triple-full .item.slick-active a {
    background: transparent;
}


/*agregado*/
section.seccion.producciones.carusel-triple .slider-triple-full .item::after,
section.seccion.producciones-similares.carusel-triple .slider-triple .item::after,
section.seccion.producciones-home.carusel-triple .slider-triple .item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    background: transparent;
    transition: all .3s ease;
}

section.seccion.producciones.carusel-triple .slider-triple-full .item a,
section.seccion.producciones-similares.carusel-triple .slider-triple .item a,
section.seccion.producciones-home.carusel-triple .slider-triple .item a {
    background: transparent;
    transition: all .3s ease;
    z-index: 9;
}

section.seccion.producciones.carusel-triple .slider-triple-full .item .caption,
section.seccion.producciones-similares.carusel-triple .slider-triple .item .caption,
section.seccion.producciones-home.carusel-triple .slider-triple .item .caption {
    bottom: -50%;
    transition: all .3s ease;
    z-index: 4;
}

section.seccion.producciones.carusel-triple .slider-triple-full .item:hover::after,
section.seccion.producciones-similares.carusel-triple .slider-triple .item:hover::after,
section.seccion.producciones-home.carusel-triple .slider-triple .item:hover::after {
    background: rgba(10, 10, 10, 0.8);
}

section.seccion.producciones.carusel-triple .slider-triple-full .item:hover .caption,
section.seccion.producciones-similares.carusel-triple .slider-triple .item:hover .caption,
section.seccion.producciones-home.carusel-triple .slider-triple .item:hover .caption {
    bottom: 0%;
}
/*fin agregado*/
section.seccion.carusel-triple .slider-triple-full .item a {
    background: rgba(10, 10, 10, 0.6);
}

/*agregado*/
section.seccion.carusel-triple .slider-triple-full .slick-track {
    margin-left: 0;
}

/*fin agregado*/
section.seccion.carusel-triple .slider-triple-full .slick-prev {
    left: 2%;
}

section.seccion.carusel-triple .slider-triple-full .slick-arrow {
    z-index: 9;
    width: 50px;
    height: 50px;
}

    section.seccion.carusel-triple .slider-triple-full .slick-arrow:before {
        content: none;
    }

section.seccion.carusel-triple .slider-triple-full .slick-next {
    right: 2%;
}

section.seccion.carusel-triple .slider-triple .slick-arrow {
    top: 50%;
    width: 50px;
    height: 50px;
}

    section.seccion.carusel-triple .slider-triple .slick-arrow:before {
        content: none;
    }

    section.seccion.carusel-triple .slider-triple .slick-arrow img {
        width: 100%;
    }

section.seccion.carusel-triple .slider-triple .slick-prev.slick-arrow {
    left: -6%;
}

section.seccion.carusel-triple .slider-triple .slick-next.slick-arrow {
    right: -6%;
}

section.seccion.producciones-home.carusel-triple {
    background: rgba(228, 228, 228, 0.6);
}

section.seccion.ultimas-noticias .content .content-ultimas-noticias {
    width: 100%;
}

    section.seccion.ultimas-noticias .content .content-ultimas-noticias .grid-noticias-relacionadas {
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: space-between;
    }

section.seccion.banner-internas .content {
    max-width: 100%;
    width: 100%;
    height: 370px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
}

    section.seccion.banner-internas .content .image-cabecera {
        width: 100%;
        overflow: hidden;
        position: absolute;
        height: 370px;
    }

section.seccion.banner-internas.banner-contacto .content {
    height: 600px;
}

    section.seccion.banner-internas.banner-contacto .content .image-cabecera {
        height: 600px;
    }

section.seccion.banner-internas .content .image-cabecera img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-animation: zoom 15s ease-in-out infinite alternate;
    -moz-animation: zoom 15s ease-in-out infinite alternate;
    -o-animation: zoom 15s ease-in-out infinite alternate;
    
    animation: zoom 15s ease-in-out infinite alternate;
}

@keyframes zoom {
    from {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1)
    }

    to {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2)
    }
}

section.seccion.banner-internas .content .caption {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
    z-index: 1;
}

section.seccion.banner-internas.banner-conoce .content .caption {
    width: auto;
    top: auto;
    bottom: -25px;
    left: 22%;
}

section.seccion.banner-internas .content .caption .title-section {
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 72px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
}

section.seccion.banner-internas .content .image-cabecera:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    z-index: 1;
}

section.seccion.banner-internas .content .caption p {
    font-family: 'ClanOT-News';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
}

section.seccion.preguntas-frecuentes {
    position: relative;
}

    section.seccion.preguntas-frecuentes:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: url(../images/tramas/trama_film_peru_home.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    section.seccion.preguntas-frecuentes .content {
        padding-bottom: 200px;
    }

        section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes {
            width: 100%;
            max-width: 980px;
            margin: 0 auto;
        }

            section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .accordion {
                padding: 18px;
                width: 100%;
                text-align: left;
                border: none;
                outline: none;
                transition: 0.4s;
                position: relative;
                font-family: 'ClanOT-News';
                font-size: 16px;
                line-height: 20px;
                display: flex;
                align-items: flex-end;
                color: #404040;
                background: transparent;
                border-top: 1px solid #A6192E;
                padding-left: 30px;
            }

                section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .accordion.active,
                section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .accordion:hover {
                    font-weight: 700;
                    color: #1C1C1C;
                }

            section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .panel {
                padding: 20px;
                display: none;
                overflow: hidden;
                font-family: 'ClanOT-Book';
                font-size: 15px;
                line-height: 19px;
                color: #404040;
            }

                section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .panel p,
                section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .panel ul,
                section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .panel ol {
                    margin-bottom: 15px;
                }

                section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .panel h3 {
                    font-size: 18px;
                    margin-top: 35px;
                    margin-bottom: 15px;
                    font-family: 'ClanOT';
                    font-weight: 400;
                }

                section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .panel a {
                    color: initial;
                    text-decoration: underline;
                }

            section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .accordion:after {
                content: '';
                background: url(../images/iconos/select.png);
                width: 16px;
                height: 10px;
                position: absolute;
                right: 15px;
                top: 25px;
            }

            section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .accordion:before {
                counter-increment: q-counter;
                content: counter(q-counter) ". ";
                font-style: normal;
                font-size: 16px;
                line-height: 20px;
                color: #A6192E;
                margin-right: 5px;
                font-weight: 600;
                position: absolute;
                top: 18px;
                left: 10px;
            }

            section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .accordion.active:after {
                transform: rotate(180deg);
            }

            section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container:last-child .accordion {
                border-bottom: 1px solid #A6192E;
            }

                section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container:last-child .accordion.active {
                    border-bottom: 0;
                }

            section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container:first-child .accordion {
                border-top: 0;
            }

section.seccion.page-info .content .content-page-info .body-page h2,
section.seccion.page-info .content .content-page-info .body-page h3,
section.seccion.page-info .content .content-page-info .body-page h4,
section.seccion.page-info .content .content-page-info .body-page h5,
section.seccion.page-info .content .content-page-info .body-page h6 {
    font-family: 'ClanOT';
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

section.seccion.page-info .content .content-page-info .body-page {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    font-family: 'ClanOT-Book';
}

section.seccion.banner-internas.banner-contacto .content .caption {
    width: 35%;
    left: 23%;
    top: 65%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    section.seccion.banner-internas.banner-contacto .content .caption .title-section {
        text-align: left;
        line-height: 1;
    }

    section.seccion.banner-internas.banner-contacto .content .caption p {
        text-align: left;
        line-height: 30px;
    }

section.seccion.banner-internas.banner-contacto .content .content-form {
    position: absolute;
    top: 23%;
    right: 5%;
    max-width: 515px;
    background: #DA291C;
    padding: 45px;
    overflow: hidden;
}

    section.seccion.banner-internas.banner-contacto .content .content-form:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 138px;
        height: 155px;
        background: url(../images/tramas/trama_contact-form.png);
        background-size: 70%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    section.seccion.banner-internas.banner-contacto .content .content-form form .input-control {
        width: 100%;
        margin-bottom: 10px;
    }

        section.seccion.banner-internas.banner-contacto .content .content-form form .input-control.input-checkbox {
            margin: 20px 0 25px;
            /*nuevo*/
            margin: -20px 0 25px;
            /*fin nuevo*/
        }

        section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .btn-cta {
            margin-top: 0;
        }

        section.seccion.banner-internas.banner-contacto .content .content-form form .input-control:last-child {
            margin-bottom: 0;
        }

        section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .input {
            width: 100%;
            height: 46px;
            border: 0;
            padding: 10px;
            background: #FFFFFF;
            font-family: 'ClanOT-Book';
            font-style: normal;
            font-weight: normal;
            font-size: 15px;
            line-height: 133%;
            display: flex;
            align-items: center;
            color: #404040;
        }

        section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .select {
            width: 100%;
            height: 46px;
            border: 0;
            padding: 10px;
            font-family: 'ClanOT-Book';
            font-style: normal;
            font-weight: normal;
            font-size: 15px;
            line-height: 133%;
            display: flex;
            align-items: center;
            color: #404040;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: url(../images/iconos/select.png) #FFF;
            background-repeat: no-repeat;
            background-position: 97% 19px;
        }

            section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .input:active,
            section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .input:focus,
            section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .select:active,
            section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .select:focus,
            section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .textarea:active,
            section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .textarea:focus {
                outline: none;
            }

    section.seccion.banner-internas.banner-contacto .content .content-form form form #msjError {
        color: #FFF;
        font-family: 'ClanOT-Book';
        border: 1px solid;
        padding: 5px;
        text-align: center;
        font-size: 14px;
        margin-bottom: 15px;
    }

    section.seccion.banner-internas.banner-contacto .content .content-form form .input-control label {
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: flex-start;
        position: relative;
        cursor: pointer;
    }

        section.seccion.banner-internas.banner-contacto .content .content-form form .input-control label .label {
            font-family: 'ClanOT-Book';
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 143%;
            color: #FFFFFF;
            margin-left: 15px;
        }

            section.seccion.banner-internas.banner-contacto .content .content-form form .input-control label .label a {
                color: #FFF;
                font-weight: bold;
                font-family: 'ClanOT';
            }

    section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .checkbox {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        /*display: none;*/
        cursor: pointer;
        /* nuevo */
        -webkit-appearance: none;
    }

    /* nuevo */
    section.seccion.banner-internas.banner-contacto .content .content-form form .input-control span.error {
        color: white;
        font-size: 9px;
    }
    /* fin nuevo */

    section.seccion.banner-internas.banner-contacto .content .content-form form .input-control label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #fff;
        box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
    }

    section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .checkbox:checked + label:before {
        background-color: #FFF;
    }

    section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .checkbox:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #da291c;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    section.seccion.banner-internas.banner-contacto .content .content-form .msj-success {
        text-align: center;
        padding: 35px;
        z-index: 1;
        position: relative;
    }

        section.seccion.banner-internas.banner-contacto .content .content-form .msj-success img {
            margin-bottom: 20px;
        }

        section.seccion.banner-internas.banner-contacto .content .content-form .msj-success p {
            font-family: 'ClanOT-Book';
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 125%;
            display: flex;
            align-items: center;
            color: #FFFFFF;
        }

    section.seccion.banner-internas.banner-contacto .content .content-form form .input-control .textarea {
        width: 100%;
        border: 0;
        padding: 10px;
        background: #FFFFFF;
        font-family: 'ClanOT-Book';
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 133%;
        display: flex;
        align-items: center;
        color: #404040;
        height: 150px;
    }

section.seccion.info-contacto .content .content-info-contacto {
    width: 55%;
}

    section.seccion.info-contacto .content .content-info-contacto .info-block {
        margin-bottom: 30px;
        font-family: 'ClanOT-Book';
        font-size: 18px;
        line-height: 24px;
        color: #404040;
        padding-left: 45px;
        position: relative;
    }

        section.seccion.info-contacto .content .content-info-contacto .info-block p {
            margin-bottom: 0;
        }

        section.seccion.info-contacto .content .content-info-contacto .info-block a {
            color: inherit;
        }

        section.seccion.info-contacto .content .content-info-contacto .info-block.address:before {
            content: '';
            position: absolute;
            width: 23px;
            height: 20px;
            background: url(../images/iconos/contact_ubi.png);
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        section.seccion.info-contacto .content .content-info-contacto .info-block.phone:before {
            content: '';
            position: absolute;
            width: 22px;
            height: 22px;
            background: url(../images/iconos/contact_tel.png);
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        section.seccion.info-contacto .content .content-info-contacto .info-block.email:before {
            content: '';
            position: absolute;
            width: 22px;
            height: 16px;
            background: url(../images/iconos/contact_mail.png);
            left: 0;
        }

section.seccion.ultimas-noticias.noticias-producciones {
    background: rgb(228, 228, 228, 0.6);
}

section.seccion.producciones .content .content-producciones-categoria {
    margin-bottom: 70px;
}

    section.seccion.producciones .content .content-producciones-categoria .title-categoria {
        font-family: ClanOT;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 121%;
        display: flex;
        align-items: center;
        color: #404040;
        margin-bottom: 40px;
        width: 90%;
        max-width: 1161px;
        margin-left: auto;
        margin-right: auto;
    }
/*Conoce Perú*/
section.seccion.about-us .content .content-about-us {
    display: flex;
    max-width: 1010px;
    margin: 0 auto;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
}

    section.seccion.about-us .content .content-about-us .imagen-relacionada {
        max-width: 400px;
    }

    section.seccion.about-us .content .content-about-us .texto-relacionado {
        width: calc(100% - 460px);
        margin-top: 50px;
    }

        section.seccion.about-us .content .content-about-us .texto-relacionado h2 {
            font-family: 'Bebas Neue';
            font-style: normal;
            font-weight: normal;
            font-size: 40px;
            line-height: 85%;
            color: #404040;
            margin-bottom: 10px;
        }

        section.seccion.about-us .content .content-about-us .texto-relacionado .subtitulo {
            font-family: 'ClanOT-Book';
            font-size: 14px;
            line-height: 170%;
            color: #404040;
            mix-blend-mode: normal;
            opacity: 0.75;
        }

        section.seccion.about-us .content .content-about-us .texto-relacionado .descripcion {
            font-size: 14px;
            line-height: 170%;
            color: rgba(64, 64, 64, 0.65);
            font-family: 'ClanOT';
            font-style: normal;
            font-weight: normal;
        }

section.seccion.informacion-util {
    background: #A6192E;
    color: #FFF;
    position: relative;
}

    section.seccion.informacion-util .content {
        padding: 60px 0;
    }

    section.seccion.informacion-util:before {
        content: '';
        position: absolute;
        width: 335px;
        height: 100%;
        bottom: 0;
        right: 0;
        z-index: 0;
        background: url(../images/tramas/trama_info_dptos.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    section.seccion.informacion-util .content .title-section {
        color: #FFF;
        margin-bottom: 20px;
        line-height: 48px;
    }

    section.seccion.informacion-util .content .bajada {
        font-family: 'ClanOT-Book';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        /* or 171% */
        text-align: center;
        color: #FFFFFF;
    }

    section.seccion.informacion-util .content .grid-datos-utiles {
        max-width: 1010px;
        margin: 0 auto;
        margin-top: 60px;
        position: relative;
    }

        section.seccion.informacion-util .content .grid-datos-utiles .slick-list.draggable .slick-track {
            min-width: 100%;
        }

        section.seccion.informacion-util .content .grid-datos-utiles .dato {
            width: 23%;
            padding-left: 55px;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

            section.seccion.informacion-util .content .grid-datos-utiles .dato:nth-child(1),
            section.seccion.informacion-util .content .grid-datos-utiles .dato:nth-child(2),
            section.seccion.informacion-util .content .grid-datos-utiles .dato:nth-child(3),
            section.seccion.informacion-util .content .grid-datos-utiles .dato:nth-child(4) {
                margin-bottom: 40px;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato h3 {
                font-family: ClanOT;
                font-style: normal;
                font-weight: bold;
                font-size: 16px;
                line-height: 20px;
                color: #FFFFFF;
                margin: 0;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato p {
                font-family: 'ClanOT-Book';
                font-style: normal;
                font-weight: normal;
                font-size: 16px;
                line-height: 20px;
                color: #FFFFFF;
                margin: 0;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato:before {
                content: '';
                position: absolute;
                width: 38px;
                height: 38px;
                left: 0;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato.capital:before {
                background: url(../images/iconos/capital.png);
                background-repeat: no-repeat;
                background-position: center;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato.clima:before {
                background: url(../images/iconos/clima.png);
                background-repeat: no-repeat;
                background-position: center;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato.horas:before {
                background: url(../images/iconos/horas.png);
                background-repeat: no-repeat;
                background-position: center;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato.moneda:before {
                background: url(../images/iconos/moneda.png);
                background-repeat: no-repeat;
                background-position: center;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato.idioma:before {
                background: url(../images/iconos/idioma.png);
                background-repeat: no-repeat;
                background-position: center;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato.energia:before {
                background: url(../images/iconos/energia.png);
                background-repeat: no-repeat;
                background-position: center;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato.territorio:before {
                background: url(../images/iconos/territorio.png);
                background-repeat: no-repeat;
                background-position: center;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato.poblacion:before {
                background: url(../images/iconos/poblacion.png);
                background-repeat: no-repeat;
                background-position: center;
            }

section.seccion.ubicacion .content {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

    section.seccion.ubicacion .content .content-ubicacion {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-end;
        position: relative;
    }

        section.seccion.ubicacion .content .content-ubicacion .mapa {
            width: 70%;
        }

            section.seccion.ubicacion .content .content-ubicacion .mapa img {
                width: 100%;
            }

        section.seccion.ubicacion .content .content-ubicacion .info-ubicacion {
            width: 25%;
            left: 15%;
            top: 42%;
            position: absolute;
        }

            section.seccion.ubicacion .content .content-ubicacion .info-ubicacion .title-section {
                margin: 0;
                text-align: left;
                font-size: 40px;
                line-height: 34px;
                margin-bottom: 35px;
            }

            section.seccion.ubicacion .content .content-ubicacion .info-ubicacion .bajada {
                font-family: 'ClanOT-Book';
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 171%;
                color: #404040;
            }

section.seccion.regiones .content {
    padding: 0;
    max-width: 100%;
    width: 100%;
    position: relative;
}

    section.seccion.regiones .content .content-regiones {
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: center;
    }

        section.seccion.regiones .content .content-regiones .region {
            width: 33.333%;
            position: relative;
            overflow: hidden;
            max-height: 615px;
        }

            section.seccion.regiones .content .content-regiones .region .image-region {
                width: 100%;
                height: auto;
                background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 36.29%), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 27%);
                background-blend-mode: multiply, multiply, normal;
            }

                section.seccion.regiones .content .content-regiones .region .image-region img {
                    width: 100%;
                    height: auto;
                }

            section.seccion.regiones .content .content-regiones .region .caption {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                align-content: center;
                justify-content: center;
                padding: 70px 60px;
                font-family: 'ClanOT-Book';
                font-style: normal;
                font-weight: normal;
                font-size: 16px;
                line-height: 20px;
                text-align: center;
                color: #FFFFFF;
                z-index: 1;
                transition: all .3s ease;
            }

                section.seccion.regiones .content .content-regiones .region .caption .icon-region {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    align-content: center;
                    justify-content: center;
                }

                    section.seccion.regiones .content .content-regiones .region .caption .icon-region .title-seccion {
                        font-family: ClanOT;
                        font-style: normal;
                        font-weight: 600;
                        font-size: 20px;
                        line-height: 24px;
                        text-transform: uppercase;
                        margin-top: 15px;
                    }

                section.seccion.regiones .content .content-regiones .region .caption .descripcion {
                    margin-top: 30px;
                    display: none;
                    transition: display .3s ease;
                }

            section.seccion.regiones .content .content-regiones .region:hover .caption {
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
            }

                section.seccion.regiones .content .content-regiones .region:hover .caption .descripcion {
                    display: block;
                }

    section.seccion.regiones .content .title-section {
        position: absolute;
        top: 10%;
        left: 50%;
        z-index: 2;
        color: #FFF;
        transform: translateX(-50%);
        font-family: ClanOT;
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        text-transform: uppercase;
    }

/*agregado 1605*/
section.seccion.aeropuertos .content.buscador {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
}

    section.seccion.aeropuertos .content.buscador .content-filtros {
        max-width: 100%;
        margin-bottom: 0;
        height: 86px;
    }

        section.seccion.aeropuertos .content.buscador .content-filtros .input-group {
            max-width: 800px;
            margin: auto;
        }
/*fin agregado 1605*/



@media only screen and (max-width: 768px) {
    .input-group {
        max-width: 350px !important;
        padding: 0;
    }
}


    section.seccion.aeropuertos {
        background: rgba(228, 228, 228, 0.6);
    }

        section.seccion.aeropuertos .content .content-filtros {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
            justify-content: space-between;
            padding: 30px;
            max-width: 1120px;
            margin: 0 auto;
            margin-bottom: 60px;
            position: relative;
            background: #DA291C;
        }

            section.seccion.aeropuertos .content .content-filtros .input-group.col-6 {
                width: 50%;
                font-family: 'ClanOT-News';
                font-size: 14px;
                line-height: 18px;
                display: flex;
                align-items: center;
                color: #404040;
            }

            section.seccion.aeropuertos .content .content-filtros .input-group.col-3 {
                width: 25%;
            }

            section.seccion.aeropuertos .content .content-filtros .input-group .form-control {
                background: #FFF;
                border: 0;
                height: 36px;
                border-radius: 0;
            }

                section.seccion.aeropuertos .content .content-filtros .input-group .form-control::placeholder {
                    font-size: 14px;
                    opacity: 0.5;
                }

                section.seccion.aeropuertos .content .content-filtros .input-group .form-control:active,
                section.seccion.aeropuertos .content .content-filtros .input-group .form-control:focus,
                section.seccion.aeropuertos .content .content-filtros .input-group button:active,
                section.seccion.aeropuertos .content .content-filtros .input-group button:focus,
                section.seccion.aeropuertos .content .content-filtros .input-group .form-select:active,
                section.seccion.aeropuertos .content .content-filtros .input-group .form-select:focus {
                    outline: none;
                    box-shadow: none;
                    border: none;
                }

            section.seccion.aeropuertos .content .content-filtros .input-group button {
                background: #FFF;
                border: 0;
                display: flex;
                align-items: center;
                align-content: center;
                justify-content: center;
                position: relative;
                color: #404040;
                opacity: 1;
                font-size: 14px;
                height: 36px;
                padding-right: 0;
                border-radius: 0;
            }

                section.seccion.aeropuertos .content .content-filtros .input-group button img {
                    margin-right: 5px;
                }

            section.seccion.aeropuertos .content .content-filtros .input-group .form-select {
                font-family: 'ClanOT-News';
                font-size: 14px;
                line-height: 18px;
                display: flex;
                align-items: center;
                color: #404040;
                height: 36px;
                border: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-appearance: none;
                -moz-appearance: none;
                background: url(../images/iconos/select.png) #FFF;
                background-repeat: no-repeat;
                background-position: 97%;
                border-radius: 0;
            }

            section.seccion.aeropuertos .content .content-filtros .content-resultados {
                max-width: 1100px;
                margin: 0 auto;
            }

        section.seccion.aeropuertos .content .content-resultados {
            max-width: 880px;
            margin: 0 auto;
            margin-bottom: 60px;
        }

            section.seccion.aeropuertos .content .content-resultados .resultados {
                display: flex;
                flex-wrap: wrap;
                align-items: flex-start;
                align-content: center;
                justify-content: space-between;
                margin-bottom: 60px;
                margin-bottom: 20px;
            }

                section.seccion.aeropuertos .content .content-resultados .resultados .resultado {
                    width: 48%;
                    margin-bottom: 40px;
                    padding-left: 55px;
                    position: relative;
                }

                    section.seccion.aeropuertos .content .content-resultados .resultados .resultado:last-child, section.seccion.aeropuertos .content .content-resultados .resultados .resultado:nth-last-child(2) {
                        margin-bottom: 0;
                    }

                    section.seccion.aeropuertos .content .content-resultados .resultados .resultado h3 {
                        font-family: 'ClanOT';
                        font-style: normal;
                        font-weight: bold;
                        font-size: 16px;
                        line-height: 19px;
                        display: flex;
                        align-items: center;
                        color: #A6192E;
                        margin-bottom: 10px;
                    }

                    section.seccion.aeropuertos .content .content-resultados .resultados .resultado .datos-aero {
                        display: flex;
                        align-items: flex-start;
                        align-content: center;
                        justify-content: flex-start;
                    }

                        section.seccion.aeropuertos .content .content-resultados .resultados .resultado .datos-aero .datos-left {
                            margin-right: 16px;
                            padding-right: 16px;
                            border-right: 1px solid #A6192E;
                        }

                            section.seccion.aeropuertos .content .content-resultados .resultados .resultado .datos-aero .datos-left p, section.seccion.aeropuertos .content .content-resultados .resultados .resultado .datos-aero .datos-right p {
                                margin: 0;
                                font-family: 'ClanOT-News';
                                font-style: normal;
                                font-size: 12px;
                                line-height: 15px;
                                display: flex;
                                align-items: center;
                                color: #404040;
                                font-weight: 700;
                            }

                                section.seccion.aeropuertos .content .content-resultados .resultados .resultado .datos-aero .datos-left p span, section.seccion.aeropuertos .content .content-resultados .resultados .resultado .datos-aero .datos-right p span {
                                    font-weight: normal;
                                    margin-right: 10px;
                                    color: #A6192E;
                                }

                                section.seccion.aeropuertos .content .content-resultados .resultados .resultado .datos-aero .datos-left p:first-child, section.seccion.aeropuertos .content .content-resultados .resultados .resultado .datos-aero .datos-right p:first-child {
                                    margin-bottom: 5px;
                                }

                    section.seccion.aeropuertos .content .content-resultados .resultados .resultado:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 38px;
                        height: 38px;
                        background: url(../images/iconos/aero_internacional.png);
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

                    section.seccion.aeropuertos .content .content-resultados .resultados .resultado.aero-internacional:before {
                        background: url(../images/iconos/aero_internacional.png);
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

                    section.seccion.aeropuertos .content .content-resultados .resultados .resultado.aero-nacional:before {
                        background: url(../images/iconos/aero_nacional.png);
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

                    section.seccion.aeropuertos .content .content-resultados .resultados .resultado.aerodromo:before {
                        background: url(../images/iconos/aerodromo.png);
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

            section.seccion.aeropuertos .content .content-resultados .paginador ul {
                display: flex;
                align-items: center;
                align-content: center;
                justify-content: center;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                section.seccion.aeropuertos .content .content-resultados .paginador ul li a {
                    width: 20px;
                    height: 20px;
                    display: flex;
                    align-items: center;
                    align-content: center;
                    justify-content: center;
                    margin: 0 10px;
                    font-family: 'ClanOT-Book';
                    font-style: normal;
                    font-weight: normal;
                    font-size: 16px;
                    line-height: 20px;
                    color: #404040;
                }

                    section.seccion.aeropuertos .content .content-resultados .paginador ul li a:hover,
                    section.seccion.aeropuertos .content .content-resultados .paginador ul li a.current {
                        font-family: 'ClanOT';
                    }

    .leyenda {
        display: flex;
        width: 100%;
    }

    section.seccion.aeropuertos .content .leyenda ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0 auto;
    }

        section.seccion.aeropuertos .content .leyenda ul li {
            font-style: normal;
            font-weight: bold;
            font-size: 10px;
            line-height: 1;
            display: flex;
            align-items: center;
            color: #A6192E;
            font-family: 'ClanOT';
            margin-right: 40px;
        }

            section.seccion.aeropuertos .content .leyenda ul li img {
                margin-right: 10px;
            }

    section.seccion.carusel-locaciones .content {
        position: relative;
    }

        section.seccion.carusel-locaciones .content .slider-full {
            margin: 0;
        }

            section.seccion.carusel-locaciones .content .slider-full .item > .caption {
                left: auto;
                top: auto;
                right: 7%;
                bottom: 13%;
                text-align: right;
                flex-direction: column;
                display: flex;
                justify-content: flex-start;
                align-content: flex-end;
                align-items: flex-end;
                width: auto;
            }

            section.seccion.carusel-locaciones .content .slider-full .item .caption .ubi {
                justify-content: flex-end;
                width: auto;
                display: inline-flex;
            }

            section.seccion.carusel-locaciones .content .slider-full .item .caption .more {
                display: inline-flex;
            }

            section.seccion.carusel-locaciones .content .slider-full .item:before {
                content: none;
            }

        section.seccion.carusel-locaciones .content > .caption {
            position: absolute;
            top: 43%;
            left: 11%;
            width: 25%;
        }

            section.seccion.carusel-locaciones .content > .caption .title-section {
                text-align: left;
                font-size: 60px;
                line-height: 1;
                margin-bottom: 15px;
                color: #FFF;
                text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
            }

            section.seccion.carusel-locaciones .content > .caption p {
                font-family: 'ClanOT-News';
                color: #FFF;
                text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
            }

    section.seccion.locaciones-similares {
        background: rgba(228, 228, 228, 0.6);
    }

    section.seccion.cuerpo-nota .content {
        padding: 60px 0;
    }

        section.seccion.cuerpo-nota .content .breadcrumb nav .breadcrumb .breadcrumb-item a {
            font-family: 'ClanOT-Book';
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 18px;
            color: #404040;
        }

        section.seccion.cuerpo-nota .content .breadcrumb nav .breadcrumb .breadcrumb-item.active {
            font-weight: bold;
            font-size: 14px;
            color: #DA291C;
        }

        section.seccion.cuerpo-nota .content .content-cuerpo-nota {
            width: 970px;
            margin: 0 auto;
            margin-right: 0;
        }

            section.seccion.cuerpo-nota .content .content-cuerpo-nota iframe {
                width: 100%;
                min-height: 450px;
            }

            section.seccion.cuerpo-nota .content .content-cuerpo-nota .title-nota, .content-explora-locaciones .title-nota {
                font-family: 'ClanOT';
                font-style: normal;
                font-weight: 900;
                font-size: 28px;
                line-height: 121%;
                display: flex;
                align-items: center;
                margin-bottom: 30px;
            }

            section.seccion.cuerpo-nota .content .content-cuerpo-nota .title-nota {
                color: #1C1C1C;
            }

    .content-explora-locaciones .title-nota {
        color: #1C1C1C;
    }

section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo {
    font-family: 'ClanOT-News';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 171%;
    color: #404040;
}

    section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo ul li strong {
        font-size: 24px;
        color: #1C1C1C;
    }

        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo ul li::marker {
            color: #DA291C;
        }

        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo a {
            color: inherit;
            text-decoration: underline;
            font-weight: 700;
        }

        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo strong {
            font-weight: 700;
        }

        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo p{
            margin-bottom: 18px;
        }

        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo ol {
            margin-bottom: 18px;
            font-family: ClanOT-News;
        }

        .font-book{
            font-family: ClanOT-Book;
        }

        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo ul{
            margin-bottom: 0;
        }

        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo h2,
        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo h3,
        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo h4,
        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo h5,
        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo h6 {
            margin-top: 0;
            margin-bottom: 18px;
            font-family: 'ClanOT';
            font-style: normal;
            font-weight: 900;
            font-size: 24px;
            line-height: 34px;
            display: flex;
            align-items: center;
            color: #1C1C1C;
        }

        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo blockquote {
            width: 70%;
            margin: 35px auto;
            text-align: center;
            line-height: 20px;
            position: relative;
        }

            section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo blockquote:before {
                content: '';
                position: absolute;
                top: -14px;
                left: -16px;
                background: url(../images/iconos/open_quote.png);
                width: 16px;
                height: 14px;
            }

            section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo blockquote:after {
                content: '';
                position: absolute;
                bottom: -14px;
                right: -16px;
                background: url(../images/iconos/close_quote.png);
                width: 16px;
                height: 14px;
            }

    section.seccion.como-llegar .content {
        max-width: 1161px;
    }

        section.seccion.como-llegar .content .title-como {
            font-family: ClanOT;
            font-style: normal;
            font-weight: 900;
            font-size: 28px;
            line-height: 121%;
            display: flex;
            align-items: center;
            color: #1C1C1C;
            margin-bottom: 40px;
        }

        section.seccion.como-llegar .content .content-como-llegar {
            display: flex;
            justify-content: space-around;
            gap: 80px;
            margin-bottom: 60px;
            height: 100%;
            justify-content: center;
        }

            section.seccion.como-llegar .content .content-como-llegar .image-relacionada {
                max-width: 390px;
                width: 100%;
            }

                section.seccion.como-llegar .content .content-como-llegar .image-relacionada img {
                    width: 100%;
                }

            section.seccion.como-llegar .content .content-como-llegar .content-info-tabs {
                width: calc(100% - 460px);
            }

                section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .nav-tabs {
                    border: 0;
                    margin-bottom: 35px;
                }

                    section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .nav-tabs .nav-item {
                        width: 140px;
                        border-left: 1px solid #C4C4C4;
                    }

                        section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .nav-tabs .nav-item:first-child {
                            border-left: none;
                        }

    .breadcrumb {
        align-items: center;
    }

    section.seccion.cuerpo-nota .content > .breadcrumb {
        margin-bottom: 55px;
    }

    section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .nav-tabs .nav-item .nav-link {
        width: 100%;
        border: 0;
        font-family: 'ClanOT-Book';
        font-weight: normal;
        font-size: 18px;
        /*line-height: 189%;*/
        color: #656565;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        padding: 0;
        opacity: 0.6;
    }

        section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .nav-tabs .nav-item .nav-link img {
            margin-right: 10px;
        }

        section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .nav-tabs .nav-item .nav-link.active,
        section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .nav-tabs .nav-item .nav-link:hover {
            font-family: 'ClanOT';
            font-weight: 700;
            opacity: 1;
            background: transparent;
        }

    section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .tab-content .tab-pane .content-tab {
        font-family: 'ClanOT-News';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 171%;
        color: rgba(64, 64, 64, 0.75);
    }

        section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .tab-content .tab-pane .content-tab a {
            color: inherit;
            text-decoration: underline;
            font-weight: 700;
        }

        section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .tab-content .tab-pane .content-tab a {
            color: inherit;
            text-decoration: underline;
            font-weight: 700;
        }

        section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .tab-content .tab-pane .content-tab .datos .dato {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: flex-start;
            margin-bottom: 15px;
        }

            section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .tab-content .tab-pane .content-tab .datos .dato .icon {
                display: block;
                margin-right: 10px;
                min-width: 35px;
                text-align: center;
            }

            section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .tab-content .tab-pane .content-tab .datos .dato p {
                margin: 0;
            }

        section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .tab-content .tab-pane .content-tab .datos {
            margin-top: 25px;
        }

    .grid-vermas {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: center;
        justify-content: center;
    }

        .grid-vermas .item {
            margin: 0 20px 40px;
        }

    section.seccion.explora-locaciones.producciones-similares.carusel-triple {
        background: rgb(228, 228, 228, 0.6);
    }

    section.seccion.cuerpo-nota .content .note-related {
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: space-between;
        margin: 0 auto;
        position: relative;
    }

section.seccion.cuerpo-nota .content .contenedor-produccion .note-related {
    max-width: 1050px;
    margin-left: auto;
    margin-right:: auto;
}

    .share-options {
        width: 20px;
        position: sticky;
        top: 0;
        left: 0;
        transition: padding-top .3s ease;
    }

        .share-options .share {
            list-style: none;
            padding: 0;
            text-align: center;
        }

            .share-options .share li a {
                font-size: 20px;
            }

            .share-options .share li {
                margin-bottom: 15px;
            }

        .share-options.onscroll {
            padding-top: 50px;
        }

    @media only screen and (max-width: 780px) {
        .share-options.onscroll {
            padding-top: 0;
        }
    }

    section.seccion.cuerpo-nota.notas .content .note-related .content-cuerpo-nota {
        max-width: calc(100% - 360px);
        margin-right: auto;
    }

    .notas-relacionadas .slider-triple .slick-dots {
        display: none !important;
    }

    section.seccion.cuerpo-nota.notas .content .note-related .notas-relacionadas {
        max-width: 219px;
        position: sticky;
        top: 0;
        right: 0;
        transition: padding-top .3s ease;
        padding-bottom: 50px;
    }

        section.seccion.cuerpo-nota.notas .content .note-related .notas-relacionadas.onscroll {
            padding-top: 85px;
        }

    .notas-relacionadas h3 {
        font-family: 'Bebas Neue';
    }

    section.seccion.cuerpo-nota.notas .content .content-cuerpo-nota .cuerpo iframe {
        margin: 45px 0;
    }

    section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota {
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(186, 187, 190, 0.5);
        position: relative;
    }

        section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota .titulo-enlace a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota .image-nota {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota .image-nota img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                transition: all .3s ease;
            }

        section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota:hover .image-nota img {
            transform: scale(1.05);
        }

        section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota h2 {
            font-family: 'ClanOT-News';
            font-style: normal;
            font-weight: normal;
            font-size: 13px;
            line-height: 129%;
            display: flex;
            align-items: center;
            color: rgba(64, 64, 64, .75);
            margin-top: 15px;
        }

        section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota:last-child {
            border: 0;
        }

    section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo img {
        max-width: 100%;
        margin: 45px 0;
    }

    section.seccion.cuerpo-nota .content .note-related .content-cuerpo-nota blockquote {
        width: 85%;
        padding: 0 30px;
    }

    section.seccion.explora-locaciones.noticias.carusel-triple .grid-vermas.grid-noticias .item.card-tipo-1 {
        max-height: 350px;
    }

        section.seccion.explora-locaciones.noticias.carusel-triple .grid-vermas.grid-noticias .item.card-tipo-1 .image-item {
            max-height: 350px;
        }

    section.seccion.resultados .content {
        padding-top: 0;
        max-width: 100%;
        width: 100%;
    }

        section.seccion.resultados .content .content-filtros {
            height: 80px;
            background: #A6192E;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            margin-bottom: 70px;
        }

            section.seccion.resultados .content .content-filtros .btn-filter {
                height: 100%;
                display: flex;
                align-items: center;
                align-content: center;
                width: 180px;
                justify-content: center;
                color: #FFF;
                font-family: 'ClanOT-Book';
                font-style: normal;
                font-weight: normal;
                font-size: 16px;
                line-height: 20px;
                transition: background .3s ease;
                border-right: 0.5px solid rgba(255, 255, 255, 0.6);
                border-left: 0.5px solid rgb(255, 255, 255, 0.6);
            }

                section.seccion.resultados .content .content-filtros .btn-filter img {
                    margin-right: 10px;
                }

                section.seccion.resultados .content .content-filtros .btn-filter.active,
                section.seccion.resultados .content .content-filtros .btn-filter:hover {
                    background: #DA291C;
                }

    section.seccion.resultados .content .content-resultados {
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: center;
        gap: 30px;
    }

        section.seccion.resultados .content .content-resultados .item {
            margin: 0 20px 40px;
        }

    .show-mobile {
        display: none;
    }

    .show-desktop {
        display: block;
    }

    @media only screen and (max-width: 768px) {
        .show-mobile {
            display: block;
        }

        .show-desktop {
            display: none;
        }

        section.seccion.regiones .content .content-regiones .region .caption .icon-region .title-seccion {
            font-size: 16px;
            line-height: 18px;
            margin-top: 5px;
        }

        section.seccion.cuerpo-nota.notas .content .note-related .notas-relacionadas.onscroll {
            padding-top: 0;
        }

        section.seccion.cuerpo-nota .content .note-related {
            flex-direction: column;
            position: unset;
        }

        section.seccion.cuerpo-nota.notas .content .note-related .content-cuerpo-nota {
            max-width: 100%;
            margin: 0;
            padding: 0;
        }

        section.seccion.cuerpo-nota.notas .content .note-related .notas-relacionadas {
            width: 100%;
            max-width: 100%;
            position: relative;
            top: auto;
            right: auto;
        }

        section.seccion.cuerpo-nota .content .note-related .content-cuerpo-nota blockquote {
            width: 90%;
            padding: 0 10px;
            margin: 20px auto 35px;
        }

        section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo iframe {
            width: 100%;
        }

        .title-section {
            font-size: 35px;
        }

        section.seccion.banner-home .content {
            height: auto;
        }

        section.seccion.banner-internas.banner-conoce .content .caption {
            bottom: 17% !important;
            transform: translate(0, 0);
            left: 5%;
            width: 100%;
        }

            section.seccion.banner-internas.banner-conoce .content .caption .title-section {
                text-align: left;
            }

        section.seccion.banner-home .content .caption {
            right: 5%;
            transform: translateY(-50%);
        }

            section.seccion.banner-home .content .caption h2 {
                font-size: 32px;
                line-height: 38px;
            }

        section.seccion.ultimas-noticias .content .content-ultimas-noticias .grid-noticias-relacionadas {
            flex-direction: column;
        }

        .card-tipo-2 {
            max-width: 100%;
            margin: 0 auto;
            margin-bottom: 30%;
        }

        section.seccion.film-in-peru .content .content-film-in-peru p {
            font-size: 14px;
        }

        section.seccion.film-in-peru .content .content-film-in-peru {
            width: 100%;
            padding: 0;
        }

        section.seccion.film-in-peru:before {
            content: none;
        }

        .btn-cta {
            margin-top: 30px;
        }

        section.seccion.carusel-full .content .slider-full .item {
            height: 450px;
        }

            section.seccion.carusel-full .content .slider-full .item .image-item img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }

            section.seccion.carusel-full .content .slider-full .item .caption {
                width: 45%;
            }

                section.seccion.carusel-full .content .slider-full .item .caption .ubi {
                    font-size: 13px;
                    line-height: 15px;
                }

                section.seccion.carusel-full .content .slider-full .item .caption .more {
                    font-size: 12px;
                    line-height: 14px;
                }

        section.seccion.carusel-triple .slider-triple .slick-dots,
        section.seccion.carusel-triple .slider-triple-full .slick-dots {
            bottom: -10%;
            z-index: 9;
        }

            section.seccion.carusel-triple .slider-triple .slick-dots li button,
            section.seccion.carusel-triple .slider-triple-full .slick-dots li button {
                padding: 0;
                width: 10px;
                height: 10px;
                border: 1px solid #da291c;
                background: transparent;
                margin: 0;
            }

                section.seccion.carusel-triple .slider-triple .slick-dots li button:before,
                section.seccion.carusel-triple .slider-triple-full .slick-dots li button:before {
                    content: none;
                    margin: 0;
                    padding: 0;
                    width: 0;
                    height: 0;
                    font-size: 0;
                }

            section.seccion.carusel-triple .slider-triple .slick-dots li,
            section.seccion.carusel-triple .slider-triple-full .slick-dots li {
                margin: 0 10px;
                padding: 0;
                width: 10px;
                height: 10px;
            }

                section.seccion.carusel-triple .slider-triple .slick-dots li.slick-active button,
                section.seccion.carusel-triple .slider-triple-full .slick-dots li.slick-active button {
                    background: #da291c;
                }

        section.seccion.carusel-triple .content {
            width: 100%;
            padding: 60px 0;
        }

            .card-tipo-1 .caption .ubi {
                font-size: 14px;
                margin-bottom: 0;
            }

            .card-tipo-1 .caption .bajada {
                font-family: 'ClanOT-Book';
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 10px;
            }

            .card-tipo-1 .caption .title {
                font-size: 20px;
                line-height: 22px;
                margin-bottom: 15px;
                text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
            }

            .card-tipo-1 .caption:before {
                width: 25px;
                height: 25px;
                background: url(../images/iconos/play.png);
                background-size: contain;
            }

        section.seccion.resultados .content .content-filtros {
            overflow-x: auto !important;
            justify-content: flex-start !important;
        }

            section.seccion.resultados .content .content-filtros a {
                padding: 0 10px !important;
            }

        section.seccion.banner-internas .content {
            height: 400px;
        }

        .grid-vermas.grid-noticias .item {
            margin-bottom: 90px;
        }

        section.seccion.banner-internas.banner-contacto .content {
            height: auto !important;
        }

            section.seccion.banner-internas.banner-contacto .content .image-cabecera {
                height: 370px !important;
            }

        section.seccion.banner-home .content img {
            width: 100% !important;
        }

        footer .bloque-form {
            background: #DA291C;
            padding: 65px 25px 45px 25px;
            position: relative;
            overflow: hidden;
        }

            footer .bloque-form .form-content {
                flex-direction: column;
            }

                footer .bloque-form .form-content .bajada {
                    width: 100%;
                }

                footer .bloque-form .form-content .form {
                    width: 100%;
                }

                footer .bloque-form .form-content .bajada h2 {
                    font-size: 29px;
                    margin-bottom: 20px;
                }

                footer .bloque-form .form-content .bajada p {
                    font-size: 14px;
                    margin-bottom: 30px;
                }

                footer .bloque-form .form-content .form .input-control label:before {
                    padding: 7px;
                    top: 3px;
                }

                footer .bloque-form .form-content .form .input-control label .label {
                    font-size: 12px;
                    margin-left: 10px;
                }

                footer .bloque-form .form-content .form .input-control .checkbox:checked + label:after {
                    left: 6px;
                }

                footer .bloque-form .form-content .form .input-control .btn-cta {
                    margin: 0 auto;
                    display: block;
                    font-size: 18px;
                    line-height: 21px;
                    padding: 16px 100px;
                }

        footer .bloque-links .bloque-top {
            justify-content: flex-start;
            width: 80%;
            margin: 0 auto;
            padding: 40px 0;
            flex-direction: column;
        }

                footer .bloque-links .bloque-top .lista-enlaces ul li a {
                    font-size: 12px;
                    line-height: 15px;
                }

                footer .bloque-links .bloque-top .lista-enlaces ul li {
                    margin-bottom: 25px;
                    padding-left: 15px;
                }

        footer .bloque-form:before {
            left: auto;
            right: -20px;
            top: 0;
            width: 92px;
            height: 136px;
        }

        footer .bloque-links .bloque-bottom {
            width: 80%;
            padding: 40px 0;
            margin: 0 auto;
            flex-direction: column;
        }

            footer .bloque-links .bloque-bottom .logo-rrss .logo-footer {
                width: 80px;
                margin-right: 35px;
            }

            footer .bloque-links .bloque-bottom .logo-rrss .rrss a {
                width: 33px;
                height: 33px;
                line-height: 33px;
                font-size: 15px;
            }

                footer .bloque-links .bloque-bottom .logo-rrss .rrss a:last-child {
                    margin: 0;
                }

            footer .bloque-links .bloque-bottom .logo-rrss {
                justify-content: space-between;
                width: 100%;
                margin-bottom: 20px;
            }

            footer .bloque-links .bloque-bottom .copy-links .copy {
                font-size: 14px;
                text-align: center;
                width: 80%;
                margin: 20px auto;
            }

            footer .bloque-links .bloque-bottom .copy-links .enlaces-utiles {
                justify-content: center;
                padding: 20px 0;
                margin-top: 20px;
            }

                footer .bloque-links .bloque-bottom .copy-links .enlaces-utiles a {
                    font-size: 14px;
                    line-height: 18px;
                    text-align: center;
                }

        footer .bloque-links .bloque-top .logos-links {
            width: 100%;
        }

            footer .bloque-links .bloque-top .logos-links .link-adicional {
                text-align: center;
                width: 100%;
                display: block;
                margin-top: 30px;
            }

            footer .bloque-links .bloque-top .logos-links .logos-footer {
                margin-bottom: 20px;
            }

                footer .bloque-links .bloque-top .logos-links .logos-footer a {
                    max-height: 28px;
                    text-align: center;
                }

                    footer .bloque-links .bloque-top .logos-links .logos-footer a img {
                        width: auto;
                        height: 100%;
                        max-height: 32px
                    }

                    footer .bloque-links .bloque-top .logos-links .logos-footer a:first-child img {
                        width: 100%;
                    }

        section.seccion.banner-internas .content .image-cabecera {
            height: 100%;
        }

        section.seccion.banner-internas .content .caption {
            width: 90%;
        }

            section.seccion.banner-internas .content .caption p {
                font-size: 13px;
                line-height: 18px !important;
            }

            section.seccion.banner-internas .content .caption .title-section {
                font-size: 40px;
                line-height: 45px;
                font-size: 55px !important;
                line-height: 60px !important;
                margin-bottom: 5px;
            }

        section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .accordion {
            padding: 18px 30px;
        }

            section.seccion.preguntas-frecuentes .content .content-preguntas-frecuentes .accordion-container .accordion:after {
                right: 10px;
            }

        section.seccion.page-info .content .content-page-info .body-page {
            font-size: 15px;
        }

        section.seccion.banner-internas.banner-contacto .content .caption {
            width: 90%;
            text-align: left;
            left: 5%;
            top: 175px;
            transform: none;
        }

        section.seccion.banner-internas.banner-contacto .content .content-form {
            position: relative;
            top: 0;
            right: auto;
            max-width: 100%;
            background: #DA291C;
            padding: 40px 20px;
            overflow: hidden;
        }

        section.seccion.info-contacto .content .content-info-contacto {
            width: 90%;
            margin: 0 auto;
        }

            section.seccion.info-contacto .content .content-info-contacto .info-block {
                margin-bottom: 20px;
                font-size: 15px;
                line-height: 20px;
            }

        section.seccion.about-us .content .content-about-us {
            flex-direction: column;
        }

            section.seccion.about-us .content .content-about-us .texto-relacionado {
                width: 100%;
                margin-top: 0;
            }

            section.seccion.about-us .content .content-about-us .imagen-relacionada {
                max-width: 100%;
                order: 1;
                margin-top: 20px;
            }

                section.seccion.about-us .content .content-about-us .imagen-relacionada img {
                    width: 100%;
                }

        section.seccion.regiones .content .content-regiones {
            flex-direction: column;
        }

            section.seccion.regiones .content .content-regiones .region {
                width: 100%;
                max-height: 360px;
            }

                section.seccion.regiones .content .content-regiones .region .image-region {
                    height: 360px;
                }

                    section.seccion.regiones .content .content-regiones .region .image-region img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;
                    }

                section.seccion.regiones .content .content-regiones .region .caption {
                    padding: 30px;
                    font-size: 13px;
                    line-height: 16px;
                }

                section.seccion.regiones .content .content-regiones .region:hover .caption {
                    justify-content: flex-end;
                }

        section.seccion.regiones .content .title-section {
            top: 4%;
        }

        section.seccion.regiones .content .content-regiones .region .caption .icon-region {
            max-width: 65px;
        }

        section.seccion.regiones .content .content-regiones .region:hover .caption .icon-region {
            max-width: 56px;
        }

        section.seccion.regiones .content .content-regiones .region .caption .icon-region img {
            width: 100%;
        }

        section.seccion.ubicacion .content .content-ubicacion {
            padding-bottom: 50px;
        }

            section.seccion.ubicacion .content .content-ubicacion .mapa {
                width: 100%;
            }

            section.seccion.ubicacion .content .content-ubicacion .info-ubicacion {
                width: 90%;
                left: 5%;
                top: auto;
                position: absolute;
                bottom: 5%;
            }



        section.seccion.aeropuertos .content .content-filtros {
            padding: 25px 20px;
            flex-wrap: nowrap;
            flex-direction: column;
        }

 
        section.seccion.aeropuertos .content .content-filtros .input-group.col-6 {
            width: 100%;
            padding: 0;
        }

        section.seccion.aeropuertos .content .content-filtros .input-group.col-3 {
            width: 100%;
            padding: 0;
            margin-top: 10px;
        }


        section.seccion.informacion-util .content .grid-datos-utiles .dato {
            display: flex !important;
            flex-direction: row;
        }

            section.seccion.informacion-util .content .grid-datos-utiles .dato h3 {
                margin-right: 10px;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato:before {
                width: 20px;
                height: 20px;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato.capital:before,
            section.seccion.informacion-util .content .grid-datos-utiles .dato.clima:before,
            section.seccion.informacion-util .content .grid-datos-utiles .dato.horas:before,
            section.seccion.informacion-util .content .grid-datos-utiles .dato.moneda:before,
            section.seccion.informacion-util .content .grid-datos-utiles .dato.idioma:before,
            section.seccion.informacion-util .content .grid-datos-utiles .dato.energia:before,
            section.seccion.informacion-util .content .grid-datos-utiles .dato.territorio:before,
            section.seccion.informacion-util .content .grid-datos-utiles .dato.poblacion:before {
                background-size: contain;
                left: 10px;
            }

            section.seccion.informacion-util .content .grid-datos-utiles .dato:nth-child(1),
            section.seccion.informacion-util .content .grid-datos-utiles .dato:nth-child(2),
            section.seccion.informacion-util .content .grid-datos-utiles .dato:nth-child(3),
            section.seccion.informacion-util .content .grid-datos-utiles .dato:nth-child(4) {
                margin-bottom: 20px;
            }

        section.seccion.informacion-util .content .grid-datos-utiles .slick-dots li button {
            padding: 0;
            width: 10px;
            height: 10px;
            border: 1px solid #FFF;
            background: transparent;
            margin: 0;
        }

            section.seccion.informacion-util .content .grid-datos-utiles .slick-dots li button:before {
                content: none;
                margin: 0;
                padding: 0;
                width: 0;
                height: 0;
                font-size: 0;
            }

        section.seccion.informacion-util .content .grid-datos-utiles .slick-dots li {
            margin: 0 10px;
            padding: 0;
            width: 10px;
            height: 10px;
        }

            section.seccion.informacion-util .content .grid-datos-utiles .slick-dots li.slick-active button {
                background: #FFF;
            }

        section.seccion.aeropuertos .content .content-resultados .resultados .resultado {
            width: 100%;
            margin-bottom: 30px;
        }

            section.seccion.aeropuertos .content .content-resultados .resultados .resultado:nth-last-child(2) {
                margin-bottom: 30px;
            }

        section.seccion.aeropuertos .content .leyenda ul {
            justify-content: space-between;
        }

            section.seccion.aeropuertos .content .leyenda ul li {
                margin-right: 20px;
                font-size: 10px;
            }

        section.seccion.informacion-util:before {
            width: 160px;
        }



        section.seccion.carusel-locaciones .content .slider-full .item {
            height: auto;
        }

        section.seccion.carusel-locaciones .content > .caption {
            position: absolute;
            top: 35%;
            left: 5%;
            width: 90%;
        }



        section.seccion.carusel-locaciones.carusel-full .content .slider-full .item > .caption {
            width: 90%;
        }

            section.seccion.carusel-locaciones.carusel-full .content .slider-full .item > .caption .title {
                margin-right: 0;
            }

        section.seccion.como-llegar .content .content-como-llegar {
            flex-direction: column;
            align-items: center;
            gap: 40px;
        }

        .como-llegar-item {
            min-width: 300px
        }

            section.seccion.como-llegar .content .content-como-llegar .content-info-tabs {
                width: 100%;
                margin-top: 0px;
            }

                section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .nav-tabs {
                    justify-content: center;
                }

                    section.seccion.como-llegar .content .content-como-llegar .content-info-tabs .nav-tabs .nav-item {
                        width: 30%;
                    }


        section.seccion.cuerpo-nota .content > .breadcrumb {
            margin-bottom: 10px;
        }

        section.seccion.cuerpo-nota .content .breadcrumb nav .breadcrumb .breadcrumb-item a {
            font-size: 12px;
            line-height: 16px;
        }

        section.seccion.cuerpo-nota .content .breadcrumb nav .breadcrumb .breadcrumb-item.active {
            font-size: 12px;
        }


        section.seccion.film-in-peru:before, section.seccion.preguntas-frecuentes:before {
            background: url(../images/tramas/m_trama_film_peru_home.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: bottom;
        }
    }

    @media only screen and (min-width: 1700px) {
        header .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
            margin: 0 25px;
        }

        section.seccion.regiones .content .content-regiones .region {
            max-height: 860px;
        }

        section.seccion.aeropuertos .content .leyenda ul li {
            font-size: 13px;
        }

            section.seccion.aeropuertos .content .leyenda ul li img {
                width: auto;
            }

        section.seccion.producciones.carusel-triple .content {
            
            width: 100%;
        }

        section.seccion.carusel-triple .slider-triple-full .slick-prev {
            left: 25px;
        }

        section.seccion.carusel-triple .slider-triple-full .slick-next {
            right: 25px;
        }

        footer .bloque-links .bloque-top, footer .bloque-links .bloque-bottom {
            max-width: 1600px;
        }

            

        header .content .navbar .container-fluid {
            padding: 0 8%;
        }

        section.seccion.preguntas-frecuentes .content {
            padding-bottom: 260px;
        }
    }

    /*Sección nuevo para noticas*/
    .titulo-banner {
        width: 100%;
        max-width: 1161px;
        display: flex;
        color: #FFF;
        justify-content: space-between;
        align-items: flex-end;
        margin: 0 auto 50px auto;
        z-index: 1;
        flex-wrap: wrap;
    }

        .titulo-banner .titulo-detalle {
            width: 100%;
            margin-bottom: 20px;
            font-size: 30px;
            font-weight: 400;
            line-height: 36px;
        }

    .noti {
        flex-wrap: nowrap;
    }

    .titulo-banner h1, .titulo-banner h2 {
        font-family: Bebas Neue;
    }

    .titulo-banner h1 {
        font-size: 60px;
    }

    .titulo-banner p {
        font-size: 16px;
        font-family: 'ClanOT-Book';
        line-height: 24px;
    }

    .titulo-banner h1, .titulo-banner p {
        margin: 0;
    }

    .grid-vermas-noticias {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        width: 100%;
        margin: 0 auto;
    }

    .item.card-noticia {
        max-width: 346px;
        height: 480px;
        position: relative;
        overflow:hidden;
    }

.content-ultimas-noticias .card-noticia {
    max-width: 480px;
}

        .card-noticia img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .3s ease;
        }

        .card-noticia .card-noticia-cuerpo, .card-noticia-carrucel .card-noticia-cuerpo {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 20px 20px;
            color: #FFF;
            background: linear-gradient(0deg, rgba(0,0,0,0.49) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.48783263305322133) 100%);
        }

.card-noticia-cuerpo span, .card-noticia-carrucel span {
    font-family: ClanOT-Book;
}

.card-noticia .card-noticia-cuerpo .titulo-enlace, .card-noticia-carrucel .card-noticia-cuerpo .titulo-enlace {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 15px;
}

        .card-noticia .card-noticia-cuerpo .titulo-enlace h3 {
            font-size: 16px;
            line-height: 24px;
            font-family: ClanOT-Book;
            margin: 0;
            width: calc(100% - 50px);
        }

    .card-noticia .card-noticia-cuerpo .titulo-enlace a, .card-noticia-carrucel .card-noticia-cuerpo .titulo-enlace a {
        border: 1px solid #FFF;
        cursor: pointer;
        transition: transform 0.3s ease;
        padding: 5px;
        width: 26px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
    }

        .card-noticia .card-noticia-cuerpo .titulo-enlace a:hover, .card-noticia-carrucel .card-noticia-cuerpo .titulo-enlace a:hover {
            transform: scale(1.05);
        }

    /*Sección nuevo para Conoce Perú*/
    .content-historia {
        max-width: 1161px;
        width: 100%;
        margin: 0 auto;
    }

    .historia-titulo {
        background-color: #DA291C;
        color: #FFF;
        padding: 40px 0 40px 0;
    }

        .historia-titulo h2 {
            width: 100%;
            max-width: 1161px;
            font-size: 50px;
            font-family: Bebas Neue;
            margin: 0 auto;
        }

    .img-cuadros {
        position: absolute;
        left: 0;
        width: 100%;
        height: 380px;
        background: url(../images/cononce-peru-cuadros.svg);
        background-repeat: repeat-x;
    }

        .img-cuadros::before {
            content: '';
            background: #DA291C;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
        }

    .video-imagen {
        width: 100%;
        height: 700px;
        position: relative;
    }

    .video-departamento {
        height: 560px;
    }

    .video-imagen img, .video-imagen iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-imagen iframe {
        display: none;
    }

.video-boton {
    position: absolute;
    padding: 20px 0;
    background-color: rgba(166, 25, 46, 1);
    width: 100%;
    bottom: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    mix-blend-mode: hard-light;
}

        .video-boton p {
            margin: 0;
            font-family: 'Bebas Neue';
            font-size: 20px;
        }

.btn-play {
    border: 2px solid #FFF;
    background: transparent;
    width: 26px;
    height: 26px;
    display: flex;
    transition: transform 0.3s ease;
    background-image: url(../images/iconos/play-video.svg);
    background-position: center;
    background-repeat: no-repeat;
}

        .btn-play svg {
            margin: auto auto;
        }

        .btn-play:hover {
            transform: scale(1.05);
        }

    .content-about-us .credito-imagen {
        text-align: right;
        color: #404040;
        font-size: 16px;
        margin: 20px 0 0 0;
        font-family: ClanOT-Book;
        font-style: normal;
        font-weight: normal;
    }

    .texto-historia {
        width: 100%;
        margin: 50px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        color: #404040;
        font-size: 16px;
        line-height: 24px;
        font-family: 'ClanOT-News';
        font-style: normal;
        font-weight: normal;
    }

        .texto-historia div:nth-child(2n), .texto-historia p:nth-child(2n) {
            text-align: right;
        }

    @media only screen and (max-width: 768px) {
        .titulo-banner {
            position: absolute;
            height: 45%;
            align-items: center;
            margin: 0;
            width: 100%;
            flex-direction: column;
            justify-content: space-between;
            bottom: 10%;
        }

        .historia-titulo h2 {
            font-size: 35px;
            width: 85% !important;
            margin: 0 auto;
        }

        .content-historia {
            width: 85% !important;
            margin: 0 auto;
        }

        .video-imagen {
            height: 324px;
            -webkit-box-shadow: 10px 10px 41px -1px rgba(0,0,0,0.34);
            -moz-box-shadow: 10px 10px 41px -1px rgba(0,0,0,0.34);
            box-shadow: 10px 10px 41px -1px rgba(0,0,0,0.34);
            border-radius: 16px;
        }

        .video-boton {
            padding: 10px 0;
        }

        .texto-historia {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .img-cuadros {
            height: 200px;
        }

        .texto-historia div:nth-child(2n) {
            text-align: left;
        }

        
    }

    @media only screen and (max-width: 431px) {
        .img-cuadros {
            height: 200px;
        }

        .video-imagen {
            max-height: 450px !important;
        }
    }

    /*Estilos para la sección de calendarios*/
    .meses {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        width: 100%;
        grid-template-columns: repeat(12, 1fr);
        color: #404040;
    }

    .meses-nav {
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #EBEBEB;
    }

        .meses-nav:hover, .meses-activo {
            border-bottom: 1px solid #DA291C;
            color: #DA291C;
            cursor: pointer
        }

        .meses-nav p {
            margin: 0;
        }


    .calendario-cards {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 20px;
        row-gap: 40px;
        margin-top: 50px;
    }

    .calendario-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 430px;
    }

    .card-encabezado {
        background-color: #EBEBEB;
        color: #1C1C1C;
        display: flex;
        justify-content: space-between;
        padding: 15px 20px;
    }

        .card-encabezado p {
            margin: 0;
        }

    .card-cuerpo {
        border: 1px solid #EBEBEB;
        height: 350px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        font-family: ClanOT-News;
        font-style: normal;
        font-weight: normal;
    }

    .img-card {
        height: 125px;
    }

        .img-card img {
            width: 100%;
            height: 100%;
            object-fit: fill;
        }

    .card-texto {
        font-size: 16px;
    }

        .card-texto p {
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 48px;
            
            overflow: hidden;
            text-overflow: ellipsis;
            height: 48px;
        }

        .card-texto div {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 10px;
        }

    .link-card {
        text-decoration: none;
        background-color: #DA291C;
        color: #FFF;
        padding: 15px 0;
        font-family: Bebas Neue;
        text-align: center;
    }

        .link-card:hover {
            color: #FFF;
            cursor: pointer;
        }

    @media only screen and (max-width: 768px) {


        .meses {
            overflow-x: scroll;
        }

        .meses-nav {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    /* Estilos para la página de detalle noticia */
.breadcrumb-noticia {
    position: relative;
    list-style: none;
    height: 64px;
    background: #DA291C;
}

        .breadcrumb-noticia::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #DA291C;
            opacity: .5;
        }

    .rojo-transparente {
        background-color: rgba(218, 41, 28, .68) !important;
        padding: 15px 0 !important;
    }

    .breadcrumb-noticia .img-cuadro, .buscador .img-cuadro {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/cononce-peru-cuadros.svg);
        background-repeat: repeat-x;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .breadcrumb-noticia nav {
        width: 100%;
        height: 100%;
        max-width: 1161px;
        margin: 0 auto;
        position: relative;
        display: flex;
        z-index: 1;
    }

    .breadcrumb-noticia .breadcrumb {
        margin-bottom: 0;
    }

    .credito-banner {
        width: 300px;
    }

    .breadcrumb-items, .breadcrumb-items a {
        color: #FFF;
        font-weight: normal;
    }

        .breadcrumb-items a {
            text-decoration: none;
            font-family: ClanOT-Book;
        }

        .breadcrumb-items span {
            margin: 0 10px;
            font-family: ClanOT-Book;
        }

        section.seccion.cuerpo-nota .content .note-related {
            margin: 0;
        }

    .note-related .share-options {
        position: absolute;
        left: -7%;
        z-index: 1;
    }

    section.seccion.cuerpo-nota .content .note-related {
        gap: 50px;
    }

    section.seccion.cuerpo-nota .content .content-cuerpo-nota {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    section.seccion.cuerpo-nota.notas .content .note-related .content-cuerpo-nota {
        max-width: 100%;
    }

    .video-noticia {
        width: 100%;
        height: 700px;
    }

        .video-noticia iframe {
            width: 100%;
            height: 100%;
        }

     .imagenes-noticia, .imagenes-parrafo {
        width: 100%;
        max-height: 500px;
    }

    .imagen-noticia, .imagen-noticia div, imagenes-parrafo .imagen-noticia div {
        width: 100%;
        height: 480px;
    }

        .imagen-noticia img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .imagen-noticia .credito-imagen {
            margin-top: 10px;
            text-align: right;
            font-family: 'ClanOT-News';
            font-style: normal;
            font-weight: normal;
            margin-bottom: 0px;
        }

    .ver-imagenes2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ver-imagenes3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .share li {
        display: flex;
        align-items: center;
        width: 34px;
        height: 34px;
    }

        .share li a {
            cursor: pointer;
            width: 100%;
            border-radius: 50%;
            padding-bottom: 5px;
        }

    .fblink {
        background: #0766FC;
    }

    .inlink {
        background: #0A66C2;
    }

    .twlink {
        background: #000000;
    }

    .wslink {
        background: #24D366;
    }

    .BotonCopiar {
        background: #DA291C;
    }

    .noti-relacionadas-titulo {
        display: none;
    }

    @media only screen and (max-width: 1500px) {
        section .seccion.cuerpo-nota .content {
            max-width: 1120px;
        }
    }

    @media only screen and (max-width: 1250px) {
        .ver-imagenes2 {
            grid-template-columns: 1fr;
            gap: 40px;
            height: auto;
        }

        .ver-imagenes3 {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 50px;
            height: auto;
        }

        .breadcrumb-locacion nav{
            width: 80%;
        }
    }

    @media only screen and (max-width: 768px) {

        .breadcrumb-noticia nav {
            background: #DA291C;
        }

        .breadcrumb-noticia .breadcrumb {
            width: 86%;
            margin: 0 auto;
            padding: 20px 0;
            line-height: 28px;
        }

        .breadcrumb-noticia{
            height: auto;
            padding: 15px 0;
        }
        .breadcrumb-noticia::after{
            all: unset;
        }

        .titulo-banner .titulo-detalle {
            text-align: center;
            margin-bottom: 0;
            font-size: 26px;
        }

        .noti-relacionadas-titulo {
            display: initial;
        }
    }


    @media only screen and (max-width: 440px) {
        .share-options {
            display: none;
        }
    }

    /* Estilos para el detalle de las locaciones */
    .credito-carrusel {
        position: absolute;
        z-index: 10;
        bottom: 40px;
        right: 150px;
        color: #FFF;
        font-family: ClanOT-Book;
    }


    .como-llegar-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        max-width:320px;
        max-height: 420px;
        text-align: center;
        border: 1px solid #EBEBEB;
        padding: 35px 0 20px 0;
        font-family: ClanOT-News;
        font-size: 14px;
    }

        .como-llegar-item div p {
            color: #404040;
            margin: 5px 0;
        }

        .como-llegar-item div strong {
            color: #000;
        }

    .enlace-waze {
        text-decoration: none;
        text-align: center;
        padding: 10px 20px;
        color: #FFF;
        font-family: Bebas Neue;
        background: #DA291C;
    }

        .enlace-waze:hover {
            color: #FFF;
        }

    @media only screen and (max-width: 780px) {

            .slider-full .item {
                height: 410px !important;
            }

        .credito-carrusel {
            position: static;
            color: #404040;
            text-align: right;
            margin-bottom: 0;
            margin-top: 3px;
        }

        section.seccion.carusel-full .content .slider-full .item .image-item {
            height: 410px !important;
        }

    }

    /* Estilos para la página departamento detalle */
   
    .btn-rojo-volver {
        padding-top: 60px;
        width: 100%;
        display: flex
    }

        .btn-rojo-volver a {
            background: #DA291C;
            display: inline-block;
            min-width: 240px;
            height: 52px;
            line-height: 52px;
            padding: 0 20px;
            font-family: "Bebas Neue", sans-serif;
            font-size: 20px;
            font-weight: 400;
            text-align: center;
            color: white;
            margin: 0 auto;
        }

    @media only screen and (max-width: 1250px) {
        .content-explora-locaciones .title-nota {
            width: 86%;
            margin-left: auto;
            margin-right: auto;
        }

        .imagenes-noticia, .imagenes-parrafo {
            max-height: none;
        }
    }

    @media only screen and (max-width: 1000px) {
        section.seccion.banner-internas.banner-contacto .content {
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            height: 1050px;
        }

            section.seccion.banner-internas.banner-contacto .content .caption {
                position: static;
                width: 50%;
                margin: 100px auto 0 auto;
                text-align: center;
                transform: none;
                height: 300px;
            }

                section.seccion.banner-internas.banner-contacto .content .caption p, section.seccion.banner-internas.banner-contacto .content .caption .title-section {
                    text-align: center !important;
                }

            section.seccion.banner-internas.banner-contacto .content .content-form {
                position: relative;
                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                overflow: visible;
            }

        footer .bloque-links .bloque-top .logos-links .logos-footer {
            flex-wrap: wrap;
            gap: 10px;
        }
    }

    @media only screen and (max-width: 769px) {
        section.seccion.banner-internas.banner-contacto .content .caption {
            height: 220px;
            margin-top: 150px;
            width: 90%;
            left: 0;
        }
    }
    /* Vamos a dar estilos al loader de la página */

    .loader-pagina {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.92);
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .loader1 {
        position: absolute;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        border: 4px solid #DA291C;
        border-bottom: none;
        border-left-color: transparent;
        animation: loader1 1s cubic-bezier(0.42, 0.61, 0.58, 0.49) infinite;
    }

    .loader2 {
        position: absolute;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        border: 5px solid rgba(228, 228, 228, 0.6);
        border-top: none;
        border-right-color: transparent;
        animation: loader2 1s cubic-bezier(0.42, 0.61, 0.58, 0.49) infinite;
    }

    @keyframes loader2 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes loader1 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-360deg);
        }
    }

    /* Animación de desvanecimiento */
    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .loader-pagina.fade-out {
        animation: fadeOut 1s forwards;
    }

    /* Estilos de página de locaciones */

    .filtro-cont {
        position: relative;
    }

    .select-locaciones {
        all: unset;
        background: none;
        border: 1px solid #EBEBEB;
        padding: 10px;
        font-size: 16px;
        font-family: ClanOT-News;
    }

    .filtro-cont::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        width: 12px; /* Ajusta el tamaño del ícono según sea necesario */
        height: 12px; /* Ajusta el tamaño del ícono según sea necesario */
        background: url('data:image/svg+xml;utf8,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 8.37498L0 2.37498L1.4 0.974976L6 5.57498L10.6 0.974976L12 2.37498L6 8.37498Z" fill="%23DA291C"/></svg>') no-repeat;
        background-size: contain;
    }

    .select-locaciones {
        cursor: pointer;
    }

    #resultados-label {
        font-family: ClanOT-News;
        color: #404040;
    }

    /* Modificar el estilo de los inconos del footer */

    .rrss a span {
        position: relative;
        top: -3px;
    }

    @media (max-width: 768px) {
        .titulo-banner h1 {
            font-size: 35px;
        }

        section.explora-locaciones.carusel-triple .slider-triple .slick-dots {
            display: none !important;
        }

        .titulo-banner.noti {
            flex-direction: column;
            margin: 0 auto;
            min-height: 100%;
            justify-content: center;
            bottom: 0;
        }
            .titulo-banner.noti .credito-banner {
                position: absolute;
                bottom: 10%;
            }
            .titulo-banner.noti h1 {
                width: 90%;
                margin: 0 auto;
                font-size: 30px;
            }

            .titulo-banner.noti h1, .titulo-banner.noti p {
                text-align: center;
            }

        .slider-triple.slick-dotted.slick-slider, #noticia-slider.slick-dotted.slick-slider, .noticia-detalle-slider.slick-dotted.slick-slider {
            width: 100%;
            margin: 0 auto;
        }
        
        .color-gris {
            background: rgba(228, 228, 228, 0.6);
        }


        .content-ultimas-noticias .slider-triple .slick-dots {
            display: none !important;
        }

        .content-ultimas-noticias .slider-triple .card-noticia .card-noticia-cuerpo h3 {
            font-size: 14px;
        }

        .ultimas-noticias .content {
            width: 100% !important;
        }

        section.seccion.cuerpo-nota .content .note-related {
            gap: 30px;
        }

        .notas-relacionadas {
            background-color: #1C1C1C;
        }

        section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota {
            height: 480px;
            border: none;
            position: relative;
            margin-bottom: 0;
            max-width: 369px;
            padding-bottom: 0;
        }

            section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota .image-nota {
                height: 100%;
            }

        .nota .titulo-enlace {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            color: #FFF;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
            padding: 20px;
            z-index: 1;
        }

        section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota h2 {
            color: #FFF;
            margin: 0;
            line-height: 20px;
            font-size: 14px;
            width: calc(100% - 50px);
        }

        section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota .titulo-enlace a {
            all: unset;
            position: static;
            border: 1px solid #FFF;
            width: 15px !important;
            padding: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: transform 0.3s ease;
            font-family: 'ClanOT-Book';
        }

        section.seccion.cuerpo-nota .content .note-related .notas-relacionadas .nota::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, rgba(28, 28, 28, 0.99) 0%, rgba(28, 28, 28, 0) 30%, rgba(28, 28, 28, 0) 70%, rgba(28, 28, 28, 0.92) 100%);
        }

        .noticia-cuerpo {
            width: 86%;
            margin: 0 auto;
        }

        .share-options {
            position: fixed !important;
            width: 100%;
            display: flex;
            justify-content: center;
            bottom: 0;
            top: inherit;
            left: 0 !important;
            background: rgb(0,0,0);
            background: linear-gradient(0deg, rgba(0,0,0,0.6558998599439776) 0%, rgba(94,89,89,0.0984768907563025) 51%, rgba(255,255,255,0) 82%);
        }

            .share-options .share {
                display: flex;
                gap: 10px;
            }

        .notas-relacionadas h3 {
            width: 86%;
            margin: 0 auto;
            padding: 40px 0;
            font-size: 35px;
        }

        /* Corrigiendo estilos de detalle locación */

        .locacion-contenido, .content.locacion-contenido {
            width: 86% !important;
            margin: 0 auto !important;
        }

        .share-locacion, .departamento-opciones {
            display: none;
        }

        .content-cuerpo-nota .title-nota {
            margin-top: 0;
        }

        .breadcrumb-noticia .img-cuadro, .buscador .img-cuadro {
            background-size: 150px;
            background-repeat: repeat;
        }

        section.seccion.carusel-full .content .slider-full .slick-dots {
            bottom: 10%;
        }

        section.seccion.cuerpo-nota .content.contenido-departamento, .cuerpo.contenido-departamento, .como-llegar .content.contenido-departamento {
            width: 86%;
        }

        section.seccion.cuerpo-nota .content.contenido-departamento, .como-llegar .content.contenido-departamento {
            margin: 0 auto !important;
        }

        .content-explora-locaciones .title-section {
            width: 85%;
            margin: 0 auto;
            line-height: 38px;
            padding: 0;
            text-align: left;
            margin-bottom: 40px;
        }

        .noticia-detalle-slider .cont-slider-detalle {
            height: 450px !important;
           max-width: 370px !important;
        }

        

        .noticia-detalle-slider .imagen-noticia {
            max-width: 338px;
            margin: 0 auto;
        }

        
        .noticia-detalle-slider.ver-imagenes3, .ajustar-noticias {
            max-width: 430px;
            margin-left: auto;
            margin-right: auto
        }

        .noticia-detalle-slider.ver-imagenes2 .imagen-noticia, .noticia-detalle-slider .imagen-noticia {
            max-width: none;
            width: 86%;
            margin: 0 auto;
        }
    }


    section .content .slider-triple .slick-track, #noticia-slider .slick-track, .noticia-detalle-slider .slick-track {
        display: flex;
        gap: 20px;
    }

    .content-ultimas-noticias .slider-triple .slick-prev {
        left: -50px !important;
    }

    .content-ultimas-noticias .slider-triple .slick-next {
        right: -30px !important;
    }

     /* Estilos para los botones de idiomas */

    .language {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .btn-lenguaje {
        border: none;
        width: 20px;
        height: 20px;
        background: url(../images/iconos/mapa-idioma.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .list-lenguaje {
        display: flex;
        gap: 50px;
        list-style: none;
        margin: 0;
        padding: 0;
        align-items: center;
        position: relative;
    }

        .list-lenguaje li {
            margin: 0;
            padding: 0;
        }

        .list-lenguaje a {
            color: #FFF;
            text-decoration: none;
            padding: 3px 0;
            font-family: ClanOT-News;
        }

        .list-lenguaje::before {
            content: '';
            position: absolute;
            top: 25%;
            left: calc(50% - 1px);
            width: 1px;
            height: 50%;
            background: #FFF;
        }

    header.fixed .content .navbar .container-fluid .list-lenguaje::before {
        width: 2px;
        background: #404040;
    }

    header.fixed .content .navbar .container-fluid .btn-lenguaje {
        background: url(../images/iconos/mapa-idioma-scroll.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    header.fixed.open .content .navbar .container-fluid .btn-lenguaje {
        background: url(../images/iconos/mapa-idioma.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    header.fixed.open .content .navbar .container-fluid .list-lenguaje::before {
        background: #FFF;
    }

    header.fixed.open .content .navbar .container-fluid .language .list-lenguaje a {
        color: #FFF;
    }

    .movil-menu-leng {
        display: flex;
        align-items: center;
        gap: 35px;
    }

    @media (max-width: 768px) {
        .language {
            flex-direction: column;
            gap: 10px;
            position: relative;
        }

        .list-lenguaje {
            position: absolute;
            top: 100%;
            padding: 5px 10px;
            gap: 26px;
            margin-top: 5px;
            max-height: 0;
            overflow: hidden;
            transition: max-height .5s ease;
        }

            .list-lenguaje li {
                opacity: 0;
                transition: opacity .5s ease;
            }

            .list-lenguaje::before {
                height: 0;
            }

            .list-lenguaje.ver-lenguaje {
                margin-top: 15px;
                height: 36px;
                max-height: 100%;
                overflow: inherit;
            }

                .list-lenguaje.ver-lenguaje li {
                    opacity: 1;
                    height: 36px;
                }

                .list-lenguaje.ver-lenguaje::before {
                    top: 0;
                    height: 50%;
                }

        header.fixed .content .navbar .container-fluid .list-lenguaje.ver-lenguaje {
            padding: 0;
            background: #FFF;
            gap: 0;
            margin: 20px;
        }

            header.fixed .content .navbar .container-fluid .list-lenguaje.ver-lenguaje::before {
                all: unset;
            }

            header.fixed .content .navbar .container-fluid .list-lenguaje.ver-lenguaje li a {
                padding: 10px;
            }

            header.fixed .content .navbar .container-fluid .list-lenguaje.ver-lenguaje li .activo {
                font-size: 14px;
                border: none;
                background: #404040;
                color: #FFF;
            }
    }


    @media only screen and (max-width: 990px) {
        header .content .navbar .container-fluid .navbar-collapse {
            position: fixed;
            top: 112px;
            left: 0;
            width: 100%;
            height: 71vh;
            background: #DA291C;
            z-index: 999;
            padding: 40px;
        }


            header .content .navbar .container-fluid .navbar-collapse .navbar-nav {
                align-items: flex-end;
                position: relative;
            }

                header .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item {
                    position: relative;
                    padding-right: 10px;
                }

                    header .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
                        font-family: Clan OT;
                        font-family: 'ClanOT-Book';
                        font-style: normal;
                        font-weight: 500;
                        font-size: 18px;
                        line-height: 249%;
                        display: flex;
                        align-items: center;
                        text-align: right;
                        letter-spacing: 2.24px;
                        color: #FFFFFF;
                    }

            header .content .navbar .container-fluid .navbar-collapse:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 202px;
                height: 296px;
                background: url(../images/tramas/trama_section_contacto.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: bottom;
            }

            header .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item:before {
                content: '';
                position: absolute;
                right: -15px;
                top: 15px;
                width: 12px;
                height: 12px;
                border: 2px solid #FFF;
                background: #da291c;
            }

            header .content .navbar .container-fluid .navbar-collapse .navbar-nav:before {
                content: '';
                position: absolute;
                width: 0;
                height: 85%;
                border-right: 2px solid #FFF;
                right: -10px;
                top: 50%;
                transform: translateY(-50%);
            }

        header .content .navbar .container-fluid .navbar-toggler {
            order: 2;
            color: #FFF;
            border: 0;
            padding: 0;
            line-height: 1;
            box-shadow: none;
            outline: none;
        }


            header .content .navbar .container-fluid .navbar-toggler .navbar-toggler-icon {
                background: none;
                width: auto;
                height: auto;
            }

        header .content .navbar,
        header.fixed .content .navbar,
        header.open .content .navbar,
        header.open .content .navbar {
            height: 112px;
        }

            header .content .navbar .container-fluid .logos-header {
                width: 120px;
                margin-right: 0;
                order: 0;
            }

            header .content .navbar .container-fluid .navbar-toggler {
                order: 2;
                color: #FFF;
                border: 0;
                padding: 0;
                line-height: 1;
                box-shadow: none;
                outline: none;
            }

            header.fixed .content .navbar .container-fluid .navbar-toggler {
                color: #404040;
            }

            header.open .content .navbar .container-fluid .navbar-toggler,
            header.open.fixed .content .navbar .container-fluid .navbar-toggler {
                color: #FFF;
            }

            header .content .navbar .container-fluid .logos-header .navbar-brand.peruMarca {
                width: 55px;
                height: 33px;
                background: url(../images/logos/logo_marca-peru.png);
                display: block;
                background-size: cover;
                background-position: 0 33px;
                padding: 0;
            }

            header .content .navbar .container-fluid .logos-header .navbar-brand.filminperu {
                width: 37px;
                height: 33px;
                background: url(../images/logos/logo_film-in-peru.png);
                display: block;
                background-size: cover;
                background-position: 0 33px;
                padding: 0;
            }

            header.fixed .content .navbar .container-fluid .logos-header,
            header.open .content .navbar .container-fluid .logos-header,
            header.open.fixed .content .navbar .container-fluid .logos-header {
                height: 33px;
            }

                header.fixed .content .navbar .container-fluid .logos-header .navbar-brand.filminperu,
                header.open .content .navbar .container-fluid .logos-header .navbar-brand.filminperu,
                header.open.fixed .content .navbar .container-fluid .logos-header .navbar-brand.filminperu {
                    height: 33px;
                }

                header.open.fixed .content .navbar .container-fluid .logos-header .navbar-brand.filminperu {
                    background-position: 0 33px;
                }

                header.fixed .content .navbar .container-fluid .logos-header .navbar-brand.peruMarca,
                header.open .content .navbar .container-fluid .logos-header .navbar-brand.peruMarca,
                header.open.fixed .content .navbar .container-fluid .logos-header .navbar-brand.peruMarca {
                    height: 33px;
                }

                header.open.fixed .content .navbar .container-fluid .logos-header .navbar-brand.peruMarca {
                    background-position: 0 33px;
                }

            header .content .navbar .container-fluid .language {
                margin-left: 45px;
            }

            header.open .content .navbar .container-fluid .navbar-toggler .navbar-toggler-icon i::before,
            header.open.fixed .content .navbar .container-fluid .navbar-toggler .navbar-toggler-icon i::before {
                content: "\f00d";
            }


        header.open.fixed .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
            font-family: Clan OT;
            font-family: 'ClanOT-Book';
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 249%;
            display: flex;
            align-items: center;
            text-align: right;
            letter-spacing: 2.24px;
            color: #FFFFFF;
        }

        header .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:before {
            bottom: 5px;
        }

        header.fixed .content .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:before {
            background: #FFF;
        }
    }


    /*DETALLE NOTICIA*/

@media (max-width: 760px) {
    .share li {
        display: flex;
        align-items: center;
        width: 48px !important;
        height: 48px !important;
    }
    .share li a {
        display: flex;
        align-items: center;
        width: 48px !important;
        height: 48px !important;
    }
    .share svg {
        height: 24px !important;
        width: 24px !important;
        margin: auto auto;
    }

    .share-options .share {
        display: flex;
        gap: 27.5px;
    }
}


/* Estilos para los iconos de detalle noticias y detalle locaciones */
.red-fb {
    background-image: url(../images/iconos/redes-sociales/fb.svg);
}

.red-ln {
    background-image: url(../images/iconos/redes-sociales/in.svg);
}

.red-x {
    background-image: url(../images/iconos/redes-sociales/x.svg);
}

.red-ws {
    background-image: url(../images/iconos/redes-sociales/wsp.svg);
}

.red-copiar {
    background-image: url(../images/iconos/redes-sociales/copiar.svg);
}

.red {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-produccion{
    max-width: 1190px !important;
    margin: 0 auto;
}

@media (max-width: 788px) {
    .red{
        width: 48px;
        height: 48px;
    }

    .video-imagen::after{
        height: 100% !important;
    }

    .share-options .share li{
        margin-top: 0;
    }
/*
    .credito-imagen {
        font-size: 14px !important;
    }*/

    .titulo-banner.locacion {
        height: 100% !important;
        bottom: 0;
        justify-content: center;
        position: relative;
    }
    .titulo-banner.locacion h1{
        position: static
    }
        .titulo-banner.locacion p {
            position: absolute;
            bottom: 10%;
        }

    .contenedor-produccion{
        width: 90%;
        margin: 0 auto;
    }

    .note-related .share-options.share-prod {
        display: block;
        position: absolute !important;
        z-index: 1;
        left: auto;
        top:20px;
        right: 30px;
        width: 20px;
    }

    .note-related .share-options.share-prod .share{
        display: block;
    }

    .share-options.share-prod li{
        margin: 0;
        display: none;
    }

    .share-options.share-prod li:last-child {
        display: block;
    }

        .share-options.share-prod li:last-child a {
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
            border-radius: 5px;
            padding: 5px;
            background: #F7F7F7;
            display: inline
        }
    section.seccion.cuerpo-nota .content .content-cuerpo-nota iframe{
        min-height: auto;
        margin: 0;
    }
    .share-options .share {
        margin-bottom: 1.5rem;
        width: 86%;
        justify-content: space-between;
    }

}


.share-prod a{
    color: #DA291C;
}


.ajustar-noticias .slick-list {
    padding: 0 !important;
}
.ajustar-noticias .slick-track{
    justify-content: center;
}

.slider-locaciones .slick-track {
    display: flex;
}


.link-card-noticias {
    position: static !important;
    border: 1px solid #FFF;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 5px;
    width: 26px !important;
    height: 26px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15%;
    z-index: 3 !important;
}

.card-noticia .caption-noticia{
    align-items: end;
}

.card-noticia .caption-noticia .link-card-noticias {
    margin: 2% !important;
}

.contenedor-caption {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
}

.link-all-card {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 6;
    cursor: pointer;
    text-decoration: none;
}

.card-noticia:hover {
    overflow: hidden;
}

.card-noticia:hover img {
    transform: scale(1.05);
}

.ver-imagenes1{
    display: flex; 
    justify-content: center;
    align-items: center;
}

.img-cuadro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 41, 28, .50);
    z-index: 1;
}

/* Estilos para la sección producción detalle */

.titulo-banner .titulos-producciones p {
    font-size: 30px;
    font-family: Bebas Neue;
}

.content-cuerpo-nota .cuerpo ul {
    width: 100%;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .content-cuerpo-nota .cuerpo ul li {
        width: 100%;
        max-width: 360px;
        min-height: 148px;
        border: 1px solid #EBEBEB;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        gap: 20px;
        padding: 20px;
        text-align: center;
    }


.botones-slider{
    position: absolute;
    top: 50%;
}

section.seccion.carusel-full .content .slider-full .item p {
    color: #FFF;
    position: absolute;
    right: calc((100% - 1161px) / 2);
    bottom: 5%;
    margin: 0;
    font-family: ClanOT-Book;
}

.locaciones-produccion {
    background: rgba(228, 228, 228, 0.6);
}

/* Dots para los sliders */
#dots-banner {
    position: absolute;
    bottom: 5%;
    left: calc((100% - 1161px) / 2);
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    z-index: 2;
}

    #dots-banner button {
        border: none;
        background-color: transparent;
        border-radius: 50%;
        border: 1px solid #FFF;
        width: 16px;
        height: 16px;
        padding: 0;
        margin: 0;
    }

    #dots-banner .boton-activo {
        background: #FFF;
    }


/* Estilos para pantallas menores a 1440px */
@media(max-width: 1440px) {
    section.seccion.como-llegar .content .title-como {
        max-width: 1161px;
        margin-left: auto;
        margin-right: auto;
    }

    section.seccion .content, section.seccion.como-llegar .content {
        max-width: 1280px;
    }

    .titulo-banner, .breadcrumb-noticia nav {
        width: 86%;
        max-width: 1280px;
    }

    section.seccion.carusel-full .content .slider-full .slick-prev {
        left: 10%;
    }

    section.seccion.carusel-full .content .slider-full .slick-next {
        right: 10%;
    }

    section.seccion.carusel-full .content .slider-full .slick-dots {
        left: 10%;
    }

    section.seccion.carusel-full .content .slider-full .item p {
        right: 10%;
    }
    section.seccion.carusel-triple .slider-triple .slick-next.slick-arrow, section.seccion.carusel-triple .slider-triple .slick-prev.slick-arrow {
        width: 44px;
        height: 44px;
    }

    footer .bloque-links .bloque-top, footer .bloque-links .bloque-bottom, .content-historia {
        max-width: 1280px;
    }

    .content-historia{
        width: 90%;
    }

    .historia-titulo h2{
        width: 90%;
        max-width: 1280px;
    }

    #dots-banner {
        left: 5%;
    }

    section.seccion.producciones .content .content-producciones-categoria .title-categoria{
        max-width: 1280px;
    }
}

/* Estilos para pantallas menores de 760px */
@media(max-width: 760px) {

    section.seccion .content, section.seccion.como-llegar .content{
        width: 86%;
    }

    .content-cuerpo-nota .cuerpo ul {
        justify-content: center;
    }

    .galerias, .galerias .slider-full {
        width: 100% !important;
    }

    section.seccion.carusel-full .content .slider-full .slick-dots {
        padding: 0;
        left: 0;
        width: 100%;
        bottom: 13%;
    }

    section.seccion.carusel-full .galerias .slider-full .item .image-item{
        height: 100% !important;
    }


    section.seccion.carusel-full .content .slider-full .slick-prev, section.seccion.carusel-full .content .slider-full .slick-next {
        top: 85%;
    }

    section.seccion.carusel-full .galerias .slider-full .item:before{
        content: none;
    }

    .titulo-banner, section.seccion .content, .breadcrumb-noticia nav{
        width: 100%;
    }

    section.seccion.carusel-full .content .slider-full .item p {
        right: 0;
        width: 100%;
        text-align: center;
        bottom: 25%;
    }

    .titulos-producciones{
        text-align: center;
    }

    section.seccion.cuerpo-nota .content .content-cuerpo-nota .cuerpo {
        margin: 0 auto 30px auto;
    }

    section.seccion.carusel-full .content .slider-full .slick-prev, section.seccion.carusel-full .content .slider-full .slick-next {
        width: 44px;
        height: 44px;
        z-index: 10;
    }

    section.seccion.carusel-full .content .slider-full .slick-prev img, section.seccion.carusel-full .content .slider-full .slick-next img{
        width: 100%;
        height: 100%;
    }

    #dots-banner {
        left: 0;
        width: 100%;
        justify-content: center;
    }
}

.input-buscar {
    max-width: 357px;
    height: 57px;
}


.select-departamento {
    max-width: 263px;
    height: 57px;
}

.select-tipo {
    max-width: 206px;
    height: 57px;
}

.input-buscar *, .select-departamento *, .select-tipo * {
    height: 100% !important;
}

#txtNombreAeropuerto::placeholder, .buscar-noticias #txtNombreNoticia::placeholder {
    color: #000000; /* Cambia esto al color que desees */
    opacity: 1; /* Opcional: para asegurar que el color se muestre completamente */
    font-weight: bold;
}

#txtNombreAeropuerto:focus, .buscar-noticias #txtNombreNoticia:focus {
    outline: none;
}

/* Estilo específico para WebKit (Chrome, Safari, Edge) */
#txtNombreAeropuerto::-webkit-input-placeholder, .buscar-noticias #txtNombreNoticia::-webkit-input-placeholder {
    color: #000000;
}

/* Estilo específico para Mozilla Firefox */
#txtNombreAeropuerto::-moz-placeholder, .buscar-noticias #txtNombreNoticia::-moz-placeholder {
    color: #000000;
}

/* Estilo específico para Internet Explorer 10-11 */
#txtNombreAeropuerto:-ms-input-placeholder, .buscar-noticias #txtNombreNoticia:-ms-input-placeholder {
    color: #000000;
}

/* Estilo específico para versiones antiguas de Internet Explorer */
#txtNombreAeropuerto:-moz-placeholder, .buscar-noticias #txtNombreNoticia:-moz-placeholder {
    color: #000000;
}

.boton-buscar-aeropuerto {
    border: 1px solid #FFF;
    background: inherit;
    color: #FFF;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    width: 88px;
    height: 57px;
}

.content-filtros .contar-resultados{
    max-width: 86px;
    text-align: center;
}

.buscar-noticias .content-filtros {
    max-width: 1161px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.buscar-noticias .input-group-2 {
    border: 1px #EBEBEB solid;
    max-width: 663px;
    height: 54px;
}

.buscar-noticias #txtNombreNoticia{
    border: 0;
    border-radius: 0;
}

.buscar-noticias #btnSearchNoti {
    background: #DA291C;
    color: #FFF;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    border: 0;
    height: 54px;
    width: 210px;
}

section.buscar-noticias .content {
    padding: 40px 20px 40px 20px;
}

.buscar-noticias .contar-resultados{
    max-width: 187px;
}

.card-noticia-carrucel {
    max-width: 447px;
    height: 480px;
    position: relative;
    overflow: hidden;
}
@media(max-width: 1440px) {
    section .seccion.aeropuertos .content .content-filtros{
        max-width: 100%;
    }

    section.seccion.aeropuertos .content {
        max-width: 1280px;
    }

    .input-buscar{
        max-width: 517px;
    }

    .buscar-noticias .content-filtros{
        max-width: 100%;
    }

    .buscar-noticias .input-group-2{
        max-width: 823px;
    }

    footer .bloque-form{
        padding-left: 0;
        padding-right: 0;
    }

        footer .bloque-form .form-content{
            width: 90%;
            max-width: 1280px;
            margin: 0 auto;
            position: relative;
        }

    .item.card-noticia {
        max-width: 400px;
    }

    section.buscar-noticias .content{
        padding-left: 0;
        padding-right: 0;
    }

    section.seccion.carusel-triple .slider-triple .slick-prev.slick-arrow {
        left: -5%;
    }

    section.seccion.carusel-triple .slider-triple .slick-next.slick-arrow {
        right: -5%;
    }

    section.seccion.carusel-triple .slider-triple .slick-list.draggable, section .content .slider-triple .slick-track, #noticia-slider .slick-track, .noticia-detalle-slider .slick-track {
        margin: 0 auto;
    }

    section.seccion.aeropuertos .content .content-filtros {
        max-width: 1280px;
    }

    .grid-vermas-noticias{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    section.seccion.carusel-triple .slider-triple .slick-track{
        display: flex;
    }

    .card-tipo-1 {
        max-width: 353px;
    }

    .item.card-tipo-1 {
        width: 100%;
        max-width: 400px;
    }
}

@media(max-width: 1360px){
    section.seccion.aeropuertos .content .content-filtros{
        justify-content: center;
        column-gap:47px;
        row-gap: 15px;
    }
}

@media(max-width: 790px){
    section.seccion.aeropuertos .content .content-filtros {
        justify-content: space-between;
        column-gap: 0;
    }
}

@media( max-width: 1280px){
    footer .bloque-form .form-content {
        justify-content: space-around;
    }

    section.seccion.carusel-triple .slider-triple .slick-prev.slick-arrow {
        left: -4%;
    }

    section.seccion.carusel-triple .slider-triple .slick-next.slick-arrow {
        right: -4%;
    }

    .note-related .share-options{
        left: -5%;
    }

    .content-cuerpo-nota .cuerpo ul{
        justify-content: space-around;
    }

    .calendario-cards {
        grid-template-columns: repeat(5, 1fr);
    }

    footer .bloque-links .bloque-top .logos-links .logos-footer{
        flex-direction: column;
        align-items: end;
        gap: 25px;
    }

    footer .bloque-links .bloque-top .lista-enlaces{
        width: 60%;
    }
}

@media( max-width: 1024px) {
    .grid-vermas-noticias {
        display: flex;
    }

    .calendario-cards{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width: 768px) {

    .content-filtros .contar-resultados {
        position: absolute;
        bottom: 25px;
        max-width: 350px;
        text-align: left;
        width: 90%;
    }

    section.seccion.aeropuertos .content .content-filtros {
        gap: 20px;
        padding-bottom: 60px;
        width: 90%;
    }

    .boton-buscar-aeropuerto {
        max-width: 350px;
        width: 100%;
    }

    section.seccion.aeropuertos .content .content-resultados, section.seccion.aeropuertos .content .leyenda ul {
        width: 90%;
    }
    .buscar-noticias .content-filtros{
        flex-direction: column;
    }

    section.buscar-noticias .content {
        padding-bottom: 80px;
        width: 90%;
    }

    .buscar-noticias #btnSearchNoti{
        width: 100%;
        max-width: 350px;
    }

    footer .bloque-links .bloque-top .lista-enlaces {
        width: 100%;
        margin-bottom: 40px;
    }

    footer .bloque-links .bloque-top .logos-links .logos-footer {
        flex-direction: row;
        justify-content: space-between;
    }

    .content-about-us .historia-video-ancho {
        width: 86%;
        margin: 0 auto;
    }
}



.icono-pausa {
    background: url(../images/iconos/pausa-transicion.svg);
    width: 24px;
    height: 24px;
}

.icono-play {
    background: url(../images/iconos/Play_button.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.enlace-noticias{
    margin-bottom: 5%;
}

/* Corrigiendo sección explora nuestras locaciones - conoce Perú */
    .content-explora-locaciones{
        max-width: 1161px;
        margin: 0 auto;
    }

.cuerpo-produccion{
    display: flex;
    flex-direction: column;
    gap: 30px;
}


/* Corrigiendo sección explora nuestras Noticia detalle*/
.noticia-detalle {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

@media(max-width: 1440px) {
    .note-related .share-options {
        left: -6%;
    }

    .content-explora-locaciones{
        width: 100%;
        max-width: 100%;
    }

    .content-ultimas-noticias .card-noticia{
        max-width:353px;
    }

    .content-explora-locaciones .slider-triple, .content-ultimas-noticias .slider-triple {
        max-width: 1121px;
        margin: 0 auto;
    }
}


@media(max-width: 768px) {
    .cuerpo-produccion {
        width: 86%;
    }

    .item.card-tipo-1, .item.card-noticia {
        max-width: 350px;
        width: 100%;
    }

    /*Regiones y producciones home*/
    section.seccion.carusel-triple .slider-triple-full .item {
        max-width: 340px;
    }

    .calendario-cards {
        grid-template-columns: repeat(3, 1fr);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 569px) {
    .calendario-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .historia-video .video-imagen {
        height: 325px;
    }

    .titulo-banner div {
        text-align: center;
    }
}

@media(max-width: 768px){
    .copy-links{
        width: 100%;
    }
}

.slider-triple-full2 .caption-produccion{
    direction: ltr;
}