body {
    margin: 0;
    padding: 0;
}

.contenedor-apertura {
    width: 100%;
    height: 100vh;
    background: url(http://embed.eltiempo.digital/infografias/2019/05/bicentenario/global-img/fondo.jpg);
    position: relative;
}

.imagen-intro,
.texto-intro-cont {
    width: 50%;
    height: 80%;
    float: left;
    display: block;
    clear: none;
    position: relative;
}

.temporada-cont {
    font-family: "Tabac Sans";
    text-transform: uppercase;
    font-weight: 300;
    color: #84C7B7;
    font-size: 24px;
    border-bottom: 1px solid #3F5253;
    margin: 40px 0;
    width: 249px;
    letter-spacing: 0.3em;
}

.titulo-cont {
    font-family: "Cinzel Decorative";
    color: #F4EAD8;
}

.titulo-cont p {
    margin: 10px;
}

.titulo-cont p:first-child {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.titulo-cont p:nth-child(2),
.titulo-cont p:nth-child(3) {
    font-size: 88px;
    line-height: 88px;
    margin-left: 67px;
    margin-top: -10px;
}

.titulo-cont p:nth-child(4) {
    font-size: 90px;
    line-height: 56px;
    margin-bottom: 40px;
}

.referencia {
    font-family: "Tabac Sans";
    color: #F4EAD8;
    font-size: 14px;
    width: 80%;
    text-align: left;
    margin: 20px 0;
}

.sumario-cont {
    font-family: "Tabac Sans";
    color: #6F7D7E;
    font-size: 19px;
    width: 80%;
    text-align: left;
    line-height: 1.2em;
}

.img-entrada {
    float: right;
    margin-top: 40px;
    height: 70vh;
    max-height: 650px;
    position: relative;

}

.BanderaConInfoB {
    display: none;
    position: absolute;
    bottom: 10%;
    left: 52%;

}

.VerTextoDeBienvenida {
    position: absolute;
    outline: none;
    background: none;
    border: none;
    bottom: 16%;
    margin-left: 45%;
    cursor: pointer;
}

@media only screen and (max-width:1366px) {

    .titulo-cont p:first-child {
        font-size: 30px;
    }

    .titulo-cont p:nth-child(2),
    .titulo-cont p:nth-child(3) {
        font-size: 80px;

    }


    .titulo-cont p:nth-child(4) {
        font-size: 85px;
        line-height: 56px;
        margin-bottom: 40px;
    }

}
