
#p_fondo {
	height: 420px;
}

#p_fondo p {
	color: #ffffff;
	text-align: center;
	font-size: 2em;
	font-family: 'conto-mediumuploaded_file', sans-serif;
	margin: 0;
	padding-top: 4.9em;
	padding-left: .1em;
	padding-bottom: 0;
	text-shadow: 3px 3px 6px #000;
}

#p_lanzadera {
	/* background: rgb(32, 183, 70); */
	color: #fff;
	padding-top: 1em;
    padding-bottom: 1em;
}

#p_lanzadera .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#picture_ {
	width: 100%;
    display: table;
    background-color: burlywood;
}

#picture_ img {
	width: 100%;
	height: auto;
}

#cuatro {
	width: 100%;
    display: table;
    background-color: rgb(127, 32, 119);
}

.info_tarcredito {
	width: 100%;
	opacity: 0;
	transition: all 1s;
}
/* PARA ANIMACIONDE SCROLL */
.mostrarArriba {
	animation: mostrarArriba 1s;
}
@keyframes mostrarArriba {
	0% {
		transform: translateX(-80px);
	}
	100% {
		transform: translateX(0);
	}
}
/* FIN DE ANIMACIONDE SCROLL */
.info_tarcredito a {
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
}

.info_tarcredito .titular {
	color: #f8fbff;
	text-align: left;
	font-size: 1.8em;
	/* font-family: 'Raleway', sans-serif; */
	font-family: 'conto-mediumuploaded_file', sans-serif;
	margin-top: 0;
	padding-top: .5em;
	padding-left: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
}

.info_tarcredito p {
	margin-top: 0;
	padding: 1em;
	padding-top: 0;
	padding-left: 2em;
	font-size: 14px;
	color: rgb(255, 255, 255);
	font-family: 'Raleway', sans-serif;
	text-align: justify;
}

#p_lanzadera ul {
	list-style: none;
	text-decoration: none;
}

.info_tarcredito li {
	margin-top: 0%;
	padding: .1em;
	padding-left: 0;
	font-size: 1.4em;
	color: #c0e3fa;
	text-align: justify;
	font-family: 'conto-mediumuploaded_file', sans-serif;
}

#p_lanzadera .ton a {
	list-style: none;
	color: #fff;
	border-radius: 25px;
	/*border: 1px solid #000;*/
	background-color: gray;
	padding: 2px 3%;
	margin: 1em;
	margin-left: 0;
}

#p_lanzadera .ton a:hover {
	border-radius: 25px;
	color: #fff;
	background-color: #000;
	border: 0px;
}

/* MEDIA QUERYS */

@media (min-width: 480px) {

	#p_fondo p {
		color: #ffffff;
		text-align: center;
		font-size: 3.5em;
		font-family: 'conto-mediumuploaded_file', sans-serif;
		margin: 0;
		padding-top: 3em;
		padding-left: 1em;
		padding-bottom: 0;
		text-shadow: 3px 3px 6px #000;
	}

	#p_lanzadera {
	color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
}

	#picture_ {
		width: 35%;
		display: table;
	}

	#picture_ img {
		padding-left: 0%;
		width: 100%;
		height: auto;
    }

    #cuatro img {
		padding-left: 0%;
		width: 50%;
		height: auto;
    }
    
    #cuatro {
		width: 35%;
        display: table;
        background-color: rgb(127, 32, 119);
    }

	.info_tarcredito .titular {
		padding-top: 18%;
	}

}

@media (min-width: 1024px) {

	#picture_ {
		width: 40%;
		display: table;
	}
	
	#grande {
		width: 40%;
		height: 200px;
		display: table;
        /* background-color: chocolate; */
        overflow: hidden;
        
    }
    
    #grande img {
        width: 100%;
	}
	
	#chicas {
		width: 30%;
		height: 30em;
		display: table;
		background-color: rgb(218, 166, 129);
    }
    
	
	#chicas .fotonas {
		width: 100%;
		height: 15em;
        background-color: rgb(100, 237, 184);
        overflow: hidden;
    }

    #chicas .fotonas img {
        width: 100%;
        height: auto;
    }
    
    #p_lanzadera .contenedor #chicas .overlay {
        width: 0%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(41, 112, 202, .9);
        overflow: hidden;
        transition: .5s ease;
        
    }

    #chicas .fotonas_b {
		width: 100%;
		height: 15em;
        background-color: cornflowerblue;
        overflow: hidden;
    }

    #chicas .fotonas_b img {
        width: 100%;
        height: auto;
	}
    
    #cuatro {
		width: 60%;
		display: table;
    }

	.info_tarcredito {
		width: 55%;
	}

	.info_tarcredito p {
		margin-top: 15px;
		padding: 0 2rem;
		padding-top: 0;
		padding-right: 100px;
		font-size: 1em;
	}

}

