html {
    background: #272626;
}

body,
h2 {
    margin: 0;
}

p,
a,
span,
h2,
h3 {
    font-family: 'Red Hat Display', sans-serif;
}

body {
    background-image: url('/images/FONDO.png');
}


/*Header*/

header {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
    height: 73px;
    background: #272626;
    border-bottom: 5px solid #ffffff;
}


/* .sticky-gray {
    background: #272626;
    border-bottom: 5px solid #c51e35;
} */

header img {
    width: 160px;
}

.header-main-container {
    padding: 1px 42px;
}

.a-header {
    display: inline-block;
    margin-top: 13px;
}

.logo-desktop {
    font-size: 2.5rem;
    color: #ffff;
    text-shadow: 1px 1px 1px #000;
    font-weight: 700;
    margin: 0;
}

.logo-mobile {
    font-size: 2.5rem;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    font-weight: 700;
    margin: 0;
}

.hidden {
    display: none;
}

.right-h {
    margin-top: 13px;
    float: right !important;
}

header span {
    font-size: 0;
}

span a.btn-fb {
    background-position: 0 0;
    background-repeat: no-repeat;
}

span a.btn-twt {
    background-position: 0 -43px;
    background-repeat: no-repeat;
}

span a.btn-wsp {
    background-position: 0 -86px;
    background-repeat: no-repeat;
}

.right-h span a {
    background-image: url(https://s3.amazonaws.com/glr-demo/2020/04/13/icons-white-1586816732.svg);
}

span [class*="btn-"] {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-left: 10px;
}

@media (max-width: 500px) {
    .header-main-container {
        padding: 1px 10px;
    }
}


/*Main*/

main {
    /* margin-top: 73px; */
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
}

.portada {
    position: relative;
    width: 100%;
    background-color: #212121;
    /* height: calc( 100vh - 73px); */
}

.titulo-container {
    width: 890px;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    margin-left: 50px;
}

.titulo-container h1,
.titulo-container h2 {
    font-family: 'Crimson Pro', serif;
}

.titulo-container h1 {
    font-size: 81px;
    margin: 0;
    color: #c51e35;
    text-shadow: 5px 4px 3px black;
}

.titulo-container h2 {
    color: #fff;
    font-size: 43px;
    text-shadow: 5px 4px 3px black;
}

.intro p {
    width: 70%;
    margin: 30px auto;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
}

.creditos-p {
    width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 60px;
    justify-content: space-around;
    margin-top: 30px;
    font-weight: 500;
}

.creditos-p span:nth-of-type(1) {
    font-weight: bold;
}

.creditos-p span:nth-of-type(2) i {
    border-bottom: solid 2px #c51e35;
}

.full-container {
    background-color: #ffffff9c;
    padding: 50px 0 10px;
}

.t-desk {
    display: block;
}

.t-cel {
    display: none !important;
}

.titulares {
    display: flex;
    justify-content: space-evenly;
    border-top: solid 3px #c51e35;
    border-bottom: solid 3px #c51e35;
}

.titular {
    /* width: 290px; */
    /* border-radius: 10px; */
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
}

.titular img {
    width: 35px;
    margin-right: 10px;
}

.titular-1 {
    color: #c51e35;
}

.titular:hover {
    color: #c51e35 !important;
}

.titular h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.titular-container-1,
.titular-container-2,
.titular-container-3 {
    width: 100%;
    margin-top: 50px;
    position: relative;
}


/* .titular-container-1{background: red;} */

.titular-container-2 {
    display: none;
}

.titular-container-3 {
    display: none;
}

.titular-container h2 {
    text-align: center;
    font-size: 25px;
    width: 70%;
    margin: 0 auto;
}

.titular-container h3 {
    margin: 0 auto;
    width: 70%;
}

.titular-container p {
    width: 70%;
    margin: 20px auto;
    text-align: justify;
    font-size: 18px;
}

.titular-container img {
    display: block;
    margin: 30px auto;
    width: 70%;
}

.titular-container .creditos {
    width: 70%;
    margin-top: -20px;
    text-align: left;
}

.foto-con-credito {
    width: 70%;
    margin: 0 auto;
}

.foto-con-credito img {
    width: 100%;
    margin-bottom: 10px;
}

.foto-con-credito span {
    float: right;
}

.grafico {
    width: 70%;
    margin: 0 auto;
}

.grafico p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
}

.change-page {
    width: 70px !important;
    position: absolute;
    bottom: 15px;
    right: 0;
    margin: 0 !important;
    margin-right: 40px !important;
}

.left-ar {
    transform: rotateY(180deg);
    left: 0;
    margin-left: 40px !important;
}


/*EXPERTOS*/

.expertos {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 50px;
}

.expertos h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 30px;
}

.experto {
    border-right: solid 2px gray;
    padding-right: 45px;
}

.experto:nth-of-type(2) {
    margin-top: 30px;
}


/* .experto:nth-of-type(2) .experto-header .experto-texto {
    width: 70%;
} */

.experto-header {
    display: flex;
}

.experto-foto {
    width: 90px;
    height: 90px;
    background: #c51e35;
    border-radius: 50px;
    margin-right: 20px;
}

.experto-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90px;
}

.experto-texto p {
    font-size: 18px;
    margin: 0;
}

.experto-text p {
    font-size: 17px;
    text-align: justify;
}

.experto-foto img {
    width: 100%;
    border-radius: 50px;
}


/*footer*/

footer {
    padding: 35px 5px;
    /* margin-top: 73px; */
    border-top: solid #c51e35;
    background-color: #272626;
}

footer p,
footer h1,
footer h3 {
    margin: 0;
    color: white;
}

.creditos {
    width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: auto;
}

.creditos i {
    border-bottom: solid 2px #c51e35;
}

.creditos h2 {
    color: #fff;
    font-size: 35px;
    margin: 0;
}

.credito p,
.credito h3 {
    display: inline;
    font-size: 17px;
}

.credito-first {
    text-align: justify;
    padding: 15px 0;
}

footer h3,
div.credito {
    margin: 5px;
}

div.credito {
    text-align: center;
}

div.flourish-credit {
    display: none !important;
}

@media (max-width: 810px) {
    .titulo-container {
        width: 600px;
    }
    .titulo-container h1 {
        font-size: 55px;
    }
    .titulo-container h2 {
        font-size: 32px;
    }
    .foto-con-credito,
    .intro p,
    .creditos-p,
    .grafico,
    .titular-container h2,
    .titular-container img,
    .titular-container .creditos,
    .titular-container p,
    .titular-container h3 {
        width: 80%;
    }
    .change-page {
        width: 50px !important;
        bottom: -20px;
        margin-right: 12px !important;
    }
    .left-ar {
        margin-left: 12px !important;
    }
    .expertos {
        width: 90%;
        margin-top: 50px;
    }
    .experto {
        padding-right: 15px;
    }
    .experto-foto {
        width: 80px;
        height: 80px;
        margin-right: 11px;
    }
    .foto-con-credito img {
        width: 100%;
        margin-bottom: 10px;
    }
    .creditos {
        width: 500px;
    }
}

@media (max-width: 480px) {
    .titulo-container {
        width: 350px;
        margin-left: 20px;
        margin-top: -30px;
    }
    .titulo-container h1 {
        font-size: 33px;
        text-shadow: 5px 4px 3px black;
    }
    .titulo-container h2 {
        font-size: 18px;
        text-shadow: 5px 4px 3px black;
    }
    .foto-con-credito,
    .intro p,
    .creditos-p,
    .grafico,
    .titular-container h2,
    .titular-container img,
    .titular-container .creditos,
    .titular-container p,
    .titular-container h3 {
        width: 90%;
    }
    .creditos-p {
        margin-top: 20px;
        font-size: 15px;
    }
    .intro p {
        margin: 15px auto;
        font-size: 17px;
    }
    .full-container {
        padding: 10px 0 10px;
    }
    .titulares {
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .titular {
        padding: 3px 10px;
    }
    .titular img {
        width: 25px;
    }
    .titular h2 {
        font-size: 18px;
    }
    .titular-container-1,
    .titular-container-2,
    .titular-container-3 {
        margin-top: 20px;
    }
    .titular-container h2 {
        font-size: 23px;
    }
    .change-page {
        display: none !important;
    }
    .expertos {
        flex-direction: column;
    }
    .experto:nth-of-type(3) {
        border-right: solid 2px gray;
    }
    .creditos {
        width: 90%;
    }
    .t-desk {
        display: none;
    }
    .t-cel {
        display: block !important;
    }
    .foto-con-credito img {
        width: 100%;
        margin-bottom: 10px;
    }
}

.prueba {
    height: 100vh;
    /* height: calc( 95vw / 1.3888) !important; */
}

.carousel-caption {
    display: flex;
    flex-direction: column;
    height: 85vh;
    width: 1200px;
    margin: 0 auto;
    position: initial;
}

.carousel-caption img {
    height: 100%;
}

.carousel-caption p:nth-of-type(1) {
    margin-top: 25px;
    margin-bottom: 10px;
}

.carousel-caption p:nth-of-type(2) {
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .prueba {
        height: calc( 100vw / 1.3888) !important;
    }
    .portada-first-img {
        width: 600px;
        margin-left: -300px;
        height: 350px;
        margin-top: -175px;
    }
    .portada-first-img h1 {
        font-size: 41px;
        width: 520px;
        margin-top: 0px;
    }
    .portada-first-img p {
        font-size: 17px;
        margin-top: 30px;
    }
    .carousel-caption {
        /* height: 90px;
        padding: 10px 30px; */
        justify-content: center;
        align-items: center;
        height: 55vh;
        width: 100%;
    }
    .carousel-caption p {
        width: 100%;
    }
    .carousel-caption p:nth-of-type(1) {
        margin-top: 0;
        padding: 5px 30px;
    }
}

@media (max-width: 450px) {
    .prueba {
        height: calc( 115vw / 1.3888) !important;
    }
    .portada-first-img {
        width: 100%;
        padding: 0;
        margin-left: 0;
        height: 100%;
        left: 0;
        top: 175px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .portada-first-img h1 {
        font-size: 28px;
        width: 100%;
        margin-top: 0px;
    }
    .portada-first-img p {
        font-size: 15px;
        margin-top: 20px;
    }
    .carousel-caption {
        height: 32vh;
        width: 100%;
    }
    .carousel-caption p {
        font-size: 12px;
    }
}

.prueba .img-cont {
    height: 100%;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
}

.e0 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/28/lg_61cb9f8d1b0f162ad9531852.jpg');
}

.e1 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/28/lg_61cba1ab3e647b40f44b0b9c.jpg');
}

.e2 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/29/lg_61cc9d9432f6022f1643fd0a.jpg');
}

.e3 {
    background-image: url('../images/redonda-min.jpg');
}

.e4 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/28/lg_61cbabfa776bb21a9c3e7de8.jpg');
}

.e5 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/28/lg_61cbaf0bf1fa4f6fa971355c.jpg');
}

.e6 {
    background-image: url('../images/vizcatan-min.JPG');
}

.e7 {
    background-image: url('../images/INVASION-EN-PLAYA-LA-CHIRA-min.JPG');
}

.e8 {
    background-image: url('../images/cola-oxigeno-min.JPG');
}

.e9 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/28/lg_61cbb1ddf1fa4f6fa971355f.jpg');
}

.e10 {
    background-image: url('../images/vacuna-casa-min.JPG');
}

.e11 {
    background-image: url('../images/padomi-min.JPG');
}

.e12 {
    background-image: url('../images/vacuna-yendo-min.JPG');
}

.e13 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/28/lg_61cbb54f50f2bf7aee072592.jpg');
}

.e14 {
    background-image: url('../images/chica-elecciones.jpg');
}

.e15 {
    background-image: url('../images/FRANCISCO-min.jpg');
}

.e16 {
    background-image: url('../images/C9A8673-min.JPG');
}

.e17 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/28/lg_61cbb5dba8ea6f1cf5174942.jpg');
}

.e18 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/28/lg_61cbb64da8ea6f1cf5174943.jpg');
}

.e19 {
    background-image: url('../images/castillo-primera-min.JPG');
}

.e20 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/28/lg_61cbb69814aaa60d533d1182.jpg');
}

.e21 {
    background-image: url('../images/keiko-pierde-min.JPG');
}

.e22 {
    background-image: url('../images/VIGILIA-KEIKO-FUJIMORI-26-6-2021.JPG');
}

.e23 {
    background-image: url('../images/se-va-sagasti-min.JPG');
}

.e24 {
    background-image: url('../images/saludo-min.JPG');
}

.e25 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/28/lg_61cbb73e70f93115af650d13.jpg');
}

.e26 {
    background-image: url('https://origin.cronosmedia.glr.pe/large/2021/12/28/lg_61cbb77070f93115af650d14.jpg');
}