@import "fuentes.css";
@import "colores.css";

body {
	font-family: 'rotoplas-regular', sans-serif;
	color: #002554;
	font-size: 1.2rem;
	line-height: normal;
	padding: 0;
	margin: 0;
}

#fondo-ciudad {
	background: url(../src/seccion-15/rtp_ciudad_fondo.svg) #ddd;
    background-repeat: no-repeat;
}



/* =========================================================
/*	SECCION 1
/* ========================================================= */
#seccion-1 {
	position: relative;
    display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.seccion-1-textos {
    width: 50%;
    text-align: center;
    padding: 1rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

#seccion-1-logo {
    width: 250px;
    margin-bottom: 3rem;
}

#seccion-1-gotas {
    width: 80px;
}

#seccion-1-video {
	width: 100%;
	margin-bottom: 3rem;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 576px) {
	#seccion-1 {
		flex-direction: column;
		align-items: center;
	}
	.seccion-1-textos {
		position: relative;
		width: 100%;
		padding: 1rem;
	}
	#seccion-1-logo {
		width: 180px;
		margin-bottom: 1rem;
	}
	#seccion-1-gotas {
		width: 50px;
	}
	#seccion-1-titulo {
		font-size: 30px;
	}
	p#seccion-1-texto {
		font-size: 24px;
		padding: 0 1rem;
		margin-top: 0;
	}
}

/* =========================================================
/*	SECCION 2
/* ========================================================= */
#seccion-2 {
	padding: 6rem 0;
	height: auto;
	height: 1000px;
}
.seccion-2-wrapper {
    display: flex;
    justify-content: center;
	min-height: 560px;
}
.seccion-2-textos {
    width: 40%;
	margin-left: 5%;
	margin-right: 2.5%;
}
.seccion-2-imagenes {
    width: 40%;
	margin-left: 2.5%;
	margin-right: 5%;
}

#seccion-2 ul {
	list-style-image: url(../src/seccion-2/rtp_gotas_vineta.svg);
}

@media screen and (max-width: 576px) {
	#seccion-2 {
		padding: 1rem;
		height: auto;
	}
	.seccion-2-wrapper {
		display: flex;
		flex-direction: column;
		min-height: auto;
	}
	.seccion-2-textos {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.seccion-2-imagenes {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}



/* =========================================================
/*	SECCION 3
/* ========================================================= */
#seccion-3 {
	display: flex;
    flex-direction: column;
    align-items: center;
	position: relative;
	text-align: center;
	height: 798px; /* tamaño del svg en 1080p */
}
#seccion-3 h2 {
	margin-top: .5rem;
	margin-bottom: 2rem;
}
.seccion-3-contenidos {
	width: 50%;
	margin-top: 3rem;
	position: absolute;
	top: 0;
	background: rgb(255 255 255 / 60%);
	border-radius: 1rem;
	padding: 1rem;
	padding-bottom: 0;
	border: 1px solid #fff;
}
.seccion-3-contenidos p:nth-child(1) {
	margin: 0;
}

.seccion-3-imagen {
	width: 100%;
}


@media screen and (max-width: 1406px) {
	#seccion-3 {
		height: 583.53px;
	}
}

@media screen and (max-width: 576px) {
	#seccion-3 {
		height: auto;
		height: 960px;
	}
	.seccion-3-contenidos {
		width: 80%;
		margin-top: 0rem;
		position: relative;
	}
}




/* =========================================================
/*	SECCION 4
/* ========================================================= */
#seccion-4 {
	display: flex;
	padding: 6% 0;
}

.seccion-4-contenidos {
	width: 40%;
	margin: auto;
}

.seccion-4-imagenes {
	width: 40%;
	margin: auto;
	text-align: center;
}
#seccion-4-imagen-1 {
	width: 25%;
}
#seccion-4-imagen-2 {
	width: 28%;
}
#seccion-4-imagen-3 {
	width: 31%;
}

@media screen and (max-width: 576px) {
	#seccion-4 {
		display: flex;
		flex-direction: column;
		padding: 1rem;
		height: 620px;
	}
	.seccion-4-contenidos {
		width: 100%;
	}
	.seccion-4-imagenes {
		width: 100%;
	}
}



/* =========================================================
/*	SECCION 5 : PRODUCTOS
/* ========================================================= */
#seccion-5 {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	padding: 6rem 0;
}

.seccion-5-contenidos {
	width: 40%;
}

.seccion-5-imagenes {
	width: 40%;
	position: relative;
}

.seccion-5-imagen {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 576px) {
	#seccion-5 {
		flex-direction: column-reverse;
		padding: 1rem;
	}
	.seccion-5-imagenes {
		width: 100%;
	}
	.seccion-5-contenidos {
		width: 100%;
	}
}



/* =========================================================
/*	SECCION 6 : CASCADA
/* ========================================================= */
#seccion-6 {
	padding: 6rem 0;
	min-height: 3000px;
	position: relative;
}

#seccion-6-textos-1 {
	width: 30%;
    position: absolute;
    top: 20%;
    left: 5%;
}

#seccion-6-textos-2 {
	width: 30%;
    position: absolute;
    bottom: 38%;
    left: 5%;
}

#seccion-6 ul {
	list-style-image: url(../src/seccion-2/rtp_gotas_vineta.svg);
}

@media screen and (max-width: 576px) {
	#seccion-6 {
		padding: 0;
		min-height: auto;
	}
	#seccion-6-textos-1 {
		width: calc(100% - 2rem);
		position: relative;
		top: 0%;
		left: 0%;
		padding: 1rem;
	}
	#seccion-6-textos-2 {
		width: calc(100% - 2rem);
		position: relative;
		bottom: 0%;
		left: 0%;
		padding: 1rem;
	}
}

/* =========================================================
/*	SECCION 7
/* ========================================================= */
#seccion-7 {
	/* height: 100vh; */
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.seccion-7-nodo {
	width: 30%;
}
.seccion-7-nodo-imagen {
	width: 20%;
	text-align: center;
}
#seccion-7-imagen {
    width: 80px;
}

.seccion-7-imagenes {
	width: 100%;
    text-align: center;
}
#seccion-7-imagen-1 {
	width: 150px;
}
#seccion-7-imagen-2 {
	width: 135px;
}
#seccion-7-imagen-3 {
	width: 135px;
}
#seccion-7-imagen-4 {
	width: 150px;
}

@media screen and (max-width: 576px) {
	#seccion-7 {
		flex-direction: column;
		padding: 1rem;
	}
	.seccion-7-nodo {
		width: 100%;
		text-align: center;
	}
	#seccion-7-imagen-1 {
		width: 90px;
	}
	#seccion-7-imagen-2 {
		width: 80px;
	}
	#seccion-7-imagen-3 {
		width: 81px;
	}
	#seccion-7-imagen-4 {
		width: 90px;
	}
}



/* =========================================================
/*	SECCION 8
/* ========================================================= */
#seccion-8 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
    z-index: -1;
}

#seccion-8-titulo {
    position: absolute;
    width: 50%;
    text-align: center;
    color: #fff;
    bottom: 35%;
}

#seccion-8-imagen {
    width: 100%;
}

@media screen and (max-width: 576px) {
	#seccion-8 {
		margin-top: 0;
		z-index: 0;
	}

	#seccion-8-titulo {
		width: 100%;
		bottom: 27%;
		font-size: 20px;
		padding: 0 1rem;
	}
}


/* =========================================================
/*	SECCION 9 : FLOR
/* ========================================================= */
#seccion-9 {
	display: flex;
	align-items: center;
    justify-content: space-evenly;
}

.seccion-9-contenidos {
	width: 40%;
}

.seccion-9-imagenes {
	width: 40%;
	position: relative;
}

#seccion-9-imagenes-contenedor {
	position: relative;
}

#seccion-9-imagenes-contenedor img {
	position: absolute;
	top: 0;
	left: 0;
}

#seccion-9-imagen {
	position: relative;
}

#seccion-9-imagen.st0 {
    fill: #00000050;
}

@media screen and (max-width: 576px) {
	#seccion-9 {
		flex-direction: column-reverse;
		padding: 1rem;
	}
	.seccion-9-contenidos {
		width: 100%;
	}
	.seccion-9-imagenes {
		width: 100%;
	}
}


/* =========================================================
/*	SECCION 10 : AZUL
/* ========================================================= */
#seccion-10 {
	color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#seccion-10-contenidos {
    position: absolute;
    width: 30%;
    text-align: center;
}

#seccion-10-imagenes {
    width: 90px;
    display: inline-flex;
    position: relative;
}

#seccion-10-imagenes img:nth-child(2) {
	position: absolute;
}

@media screen and (max-width: 576px) {
	#seccion-10-contenidos {
		width: 100%;
	}
	#seccion-10-imagenes {
		display: none;
	}
	#seccion-10-textos {
		padding: 0 1rem;
	}
}



/* =========================================================
/*	SECCION 11
/* ========================================================= */
#seccion-11 {
	display: flex;
	justify-content: space-evenly;
    align-items: center;
}

.seccion-11-contenidos {
	width: 40%;
}

.seccion-11-imagenes {
	width: 40%;
}

@media screen and (max-width: 576px) {
	#seccion-11 {
		flex-direction: column;
		padding: 1rem;
	}
	.seccion-11-contenidos {
		width: 100%;
	}
	.seccion-11-imagenes {
		width: 100%;
	}
}



/* =========================================================
/*	SECCION 12
/* ========================================================= */
#seccion-12 {
	display: flex;
	justify-content: space-evenly;
    align-items: center;
}

.seccion-12-contenidos {
	width: 40%;
}

.seccion-12-imagenes {
	width: 40%;
	position: relative;
}

.seccion-12-imagenes-control {
	position: absolute;
}

#seccion-12-imagen-2 {
	/* position: absolute;
    top: 0;
    left: 25%;
    height: 100%; */
	
    top: 31%;
    left: 37%;
    height: 100%;
    transform: scale(.5);
}

#seccion-12-imagen-3 {
    width: 30%;
    right: 5%;
    bottom: 20%;
}
#seccion-12-imagen-4 {
	width: 30%;
    left: 45%;
    bottom: 0%;
}
#seccion-12-imagen-5 {
    width: 30%;
    left: 5%;
    bottom: 10%;
}

@media screen and (max-width: 576px) {
	#seccion-12 {
		flex-direction: column-reverse;
		padding: 1rem;
	}
	.seccion-12-imagenes {
		width: 100%;
	}
	.seccion-12-contenidos {
		width: 100%;
	}
}




/* =========================================================
/*	SECCION 13
/* ========================================================= */
#seccion-13 {
	display: flex;
	justify-content: space-evenly;
    align-items: center;
	min-height: 600px;
}

.seccion-13-contenidos {
	width: 40%;
}

.seccion-13-imagenes {
	width: 40%;
}
#seccion-13-imagen-1 {
	width: 100%;
}

@media screen and (max-width: 576px) {
	#seccion-13 {
		min-height: auto;
		flex-direction: column;
		padding: 1rem;
		height: 561px;
	}
	.seccion-13-contenidos {
		width: 100%;
	}
	.seccion-13-imagenes {
		width: 100%;
	}
}



/* =========================================================
/*	SECCION 14 : GLOBO
/* ========================================================= */
#seccion-14 {
	padding-bottom: 6rem;
	background: url(../src/seccion-14/rtp_globo_nubes.svg) #fff;
	height: 600px;
	display: flex;
}

#seccion-14-imagen-1 {
	width: 15%;
}

@media screen and (max-width: 576px) {
	#seccion-14 {
		padding-bottom: 0;
		height: auto;
		justify-content: center;
		padding: 3rem 0;
	}
	#seccion-14-imagen-1 {
		width: 50%;
	}
}



/* =========================================================
/*	SECCION 15
/* ========================================================= */
#seccion-15 {
	display: flex;
	justify-content: space-evenly;
    align-items: center;
}

.seccion-15-contenidos {
	width: 40%;
}

.seccion-15-imagenes {
	width: 40%;
	position: relative;
}

.seccion-15-imagenes-control {
	position: absolute;
	bottom: 0;
}

#seccion-15-imagen-2 {
    width: 30%;
    right: 19%;
    bottom: 5%;
}
#seccion-15-imagen-3 {
    width: 30%;
    right: 19%;
    bottom: 5%;
}
#seccion-15-imagen-4 {
    width: 30%;
    top: 0;
    left: 0;
}
#seccion-15-imagen-5 {
    width: 30%;
    left: 20%;
    bottom: 0%;
}
#seccion-15-imagen-6 {
    width: 30%;
    top: 0;
    left: 0;
}
#seccion-15-imagen-7 {
    width: 30%;
    left: 20%;
    bottom: 0%;
}

@media screen and (max-width: 576px) {
	#seccion-15 {
		flex-direction: column-reverse;
		padding: 1rem;
		height: 604px;
	}
	.seccion-15-imagenes {
		width: 100%;
		position: relative;
	}
	.seccion-15-contenidos {
		width: 100%;
	}
}



/* =========================================================
/*	SECCION 16
/* ========================================================= */
#seccion-16 {
	display: flex;
	justify-content: space-evenly;
    align-items: center;
	background: #dddddd;
	height: 550px;
}

.seccion-16-contenidos {
	width: 20%;
}

.seccion-16-imagenes {
	width: 60%;
	position: relative;
}

.seccion-16-imagenes-control {
	position: absolute;
}

#seccion-16-imagen-2 {
    top: 0;
    right: 15%;
    width: 30%;
}
#seccion-16-imagen-3 {
    width: 30%;
    bottom: 0%;
    left: 45%;
}
#seccion-16-imagen-4 {
    width: 30%;
    right: 0%;
    bottom: 0;
}

@media screen and (max-width: 576px) {
	#seccion-16 {
		height: auto;
		flex-direction: column-reverse;
		height: auto;
		padding: 1rem;
	}
	.seccion-16-imagenes {
		width: 100%;
	}
	.seccion-16-contenidos {
		width: 100%;
	}
}



/* =========================================================
/*	FOOTER
/* ========================================================= */
footer {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#footer-logo {
	width: 300px;
}

#footer-boton {
	background: #002554;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

#footer-contenidos {
	position: absolute;
	text-align: center;
	color: #fff;
	margin-top: 10%;
}

@media screen and (max-width: 576px) {
	#footer-contenidos {
		margin-top: 0%;
		bottom: 5%;
	}
	#footer-logo {
		width: 200px;
	}
}