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: 239px;
    letter-spacing: 0.3em;
}
.titulo-cont {
    font-family: "Cinzel Decorative";
    color: #F4EAD8;
}
.titulo-cont p {
    margin: 10px;
}
.titulo-cont p:first-child{
    font-size: 110px;
}
.titulo-cont p:nth-child(2){
	font-size: 55px;
    margin-left: 67px;
    margin-top: -10px;
}
.titulo-cont p:nth-child(3){
	font-size: 95px;
}
.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;
    mix-blend-mode: hard-light;
	position: relative;
	
}

.BanderaConInfoB{
	display: none;
	position: absolute;
	bottom: 10%;
	left: 62%;
	
}

.VerTextoDeBienvenida{
	position: absolute;
	outline: none;
	background: none;
	border: none;
	bottom: 16%;
	margin-left: 55%;
	cursor: pointer;
}

@media only screen and (max-width:1366px){
    
    .titulo-cont p:first-child{
    font-size: 80px;
}
.titulo-cont p:nth-child(2){
	font-size: 45px;

}
.titulo-cont p:nth-child(3){
	font-size: 75px;
}
    
}
