/*
Theme Name: Nombre del Tema
Theme URI: http://www.miagencia.cl
Author: Mi Agencia
Author URI: http://www.miagencia.cl
Description: Tema desarrollado para NOMBRE DEL CLIENTE
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive layout,
Text Domain: miagencia
*/ 

/*
font-family: "Inter Tight", sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*MENU*/

#menuToggle {
  /*overflow: hidden;
  position: absolute;*/
 /* width: 100%;
  height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

div#main-menu {
    justify-content: flex-end;
}

#menuToggle input {
  display: flex;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  opacity: 0; /* hide input */
  z-index: 1; /* top of the menu */
}

#menuToggle span{
  width: 35px;
  height: 4px;
  margin-bottom: 5px;
  background: #29193F;
  border-radius: 4px;
  -webkit-transition: all .3s cubic-bezier(.08,.81,.87,.71);
  -moz-transition: all .3s cubic-bezier(.08,.81,.87,.71);
  -ms-transition: all .3s cubic-bezier(.08,.81,.87,.71);
  -o-transition: all .3s cubic-bezier(.08,.81,.87,.71);
  transition: all .3s cubic-bezier(.08,.81,.87,.71);
}

#menuToggle span#span1 {
	width: 35px;
}

#menuToggle span#span2 {
	width: 25px;
}

#menuToggle span#span3 {
	width: 15px;
}

#span1 {
  transform-origin: 4px 0px;
}

#span3 {
  transform-origin: bottom right;
}

#menuToggle input:checked ~ #span1 {
  background-color: #29193F;
  width: 35px;
  /*transform: rotate(45deg) translate(5px);*/
}
#menuToggle input:checked ~ #span2 {
  background-color: #29193F;
  width: 35px;
  /*transform: rotate(495deg) translate(4px);   */
}
#menuToggle input:checked ~ #span3 {
  background-color: #29193F;
  width: 35px;
  /*transform: rotate(45deg);*/
  /*opacity: 0;*/
}

/*FIN MENU*/

body {
	font-family: "Poppins", sans-serif;
	background-color: #F3F3F3;
	color: #29193F;
}

h1 {
    text-transform: uppercase;
    font-size: 40px;
    padding-bottom: 14px;
    color: #29193F;
}

h1 strong {
    font-size: 70px;
}

h2 {
	font-size: 70px;
	font-weight: 700;
	text-transform: uppercase;
	color: #29193F;
}

h2 small {
	font-size: 40px;
}

h3 {
	font-size: 35px;
	font-weight: 600;
	color: #29193F;
}

p, ul, li {
	font-size: 20px;
}

a {
	color: #29193F;
}

a:hover {
	color: #68429C;
}

.btn {
  font-weight: 600;
  font-size: 16px;
  color: #29193F;
  background-color: #07EFE3;
  padding: 10px 20px;
  border: 0px solid #000;
  border-radius: 100px;
}

.btn:hover {
	background-color: #68429C;
	color: #fff;
}

.btn-flecha {
	font-weight: 600;
	font-size: 16px;
	color: #29193F;
	padding: 10px 0px;
	text-decoration: none;
}

.btn-flecha svg {
	margin-left: 4px;
	width: 20px;
}

.menu {
	position: absolute;
	background: transparent;
	padding: 10px 20px;
	transition: all .3s ease;
	z-index: 1002;
	opacity: 0;
	animation-name: entradaMenu;
    animation-duration: 1.2s;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}

.home .menu {
	animation-delay: 2.0s;
}

.menu-fixed {
	position: fixed;
	top: -100px;
	background-color: #fff;
}

.menu-hidden {
	opacity: 0;
}

.menu-visible {
	opacity: 1;
	top: 0;
}

.menu .navbar-collapse a, .menu-fixed.menu .navbar-collapse a, .home .menu-fixed.menu .navbar-collapse a {
	font-size: 18px;
	font-weight: 600;
	color: #29193F;
	margin: 0px 12px;
}

.menu .navbar-collapse a:hover, .menu-fixed.menu .navbar-collapse a:hover, .home .menu-fixed.menu .navbar-collapse a:hover, .home .menu .navbar-collapse a:hover {
	color: #68429C;
}

.home .menu .navbar-collapse a {
	color: #07EFE3;
}

.btn-menu, .home .menu .navbar-collapse .btn-menu{
    background: #07EFE3 !important;
    color: #29193F !important;
    border-radius: 1000px;
    overflow: hidden;
    /*font-size: 16px;*/
    transition: background-color 0.4s ease;
}

.btn-menu a, .home .menu .navbar-collapse .btn-menu a {
	color: #29193F !important;
}

.btn-menu:hover a, .home .menu .navbar-collapse .btn-menu:hover a {
	color: #fff !important;
}

.btn-menu:hover, .menu .navbar-collapse .btn-menu:hover {
	background-color: #68429C !important;
	color: #fff !important;
}

.btn-menu:hover, .menu .navbar-collapse .btn-menu:hover a {
	color: #fff;
}

.home .menu .navbar-brand svg path {
	fill: #07EFE3;
}

.menu .navbar-brand svg path, .menu-fixed.menu .navbar-brand svg path, .home.menu-fixed.menu .navbar-brand svg path {
	fill: #29193F;
}

.menu .navbar-brand svg {
	max-width: 200px;
}

.big {
	/*background-blend-mode: color-burn;*/
	color: #fff;
	background: #10031c;
	background: linear-gradient(19deg, rgba(16, 3, 28, 1) 0%, rgba(41, 25, 63, 1) 34%, rgba(48, 30, 73, 1) 64%, rgba(79, 55, 117, 1) 83%, rgba(24, 109, 112, 1) 100%);
	border-bottom: 24px solid #07EFE3;
}


.big h1 {
	font-size: 40px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	color: #fff;
	animation-name: entradaAbajo;
	animation-duration: 1.2s;
	animation-delay: 2.0s;
	animation-fill-mode: both;
}

.big h1 strong {
	font-size: 60px;
	font-weight: 700;
}

.big h2 {
	font-weight: 400;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	animation-name: entradaAbajo;
	animation-duration: 1.2s;
	animation-delay: 2.0s;
	animation-fill-mode: both;
}

.big .imagen-fondo {
	height: 100vh;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: end;
	background: #10031c;
	background: linear-gradient(
	  135deg,
	  #29193F,
	  #3d2a6a,
	  #2f3f6d,
	  #1f5f6d
	);
	background-size: 200% 200%;
	background-image: url(img/fondo-igle.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-blend-mode: darken;
	animation-name: entradaImgHome;
	animation-duration: 1.2s;
	animation-fill-mode: both;
	animation-delay: 1.0s;
	animation-fill-mode: both;
}

.somos {
	padding: 200px 0px;
	background: #F3F3F3;
	background: linear-gradient(180deg, rgba(243, 243, 243, 1) 70%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(243, 243, 243, 1) 90%);
}

.somos h2 {
	font-size: 100px;
	font-weight: 700;
}

.somos p {
	line-height: 34px;
}

.un-lugar {
	background-color: #fff;
	padding-bottom: 200px;
}

.un-lugar .fijo {
	position: sticky;
	top: 100px;
}

.un-lugar .fijo strong {
	font-size: 30px;
}

.un-lugar a {
	text-decoration: none;
	color: #29193F;
}

.un-lugar .bloque {
	padding-bottom: 100px;
}

.un-lugar .bloque .btn {
	margin-bottom: 30px;
}

.pastores {
	padding: 180px 0px 200px 0px;
}

.pastores h3 {
	padding-bottom: 20px;
}

.pastores .bloque {
    background-color: #fff;
    padding: 50px;
    margin-left: -100px;
    margin-top: 50px;
    position: sticky;
    top: 20%;
    margin-bottom: 50px;
}

.mensajes-bloque {
	padding: 150px 0px;
	background-color: #fff;
}

.mensajes-bloque .container {
	animation-name: entradaMenu;
    animation-duration: 1.2s;
    animation-delay: 0.8s;
    animation-fill-mode: both;
}

.mensajes .mensajes-bloque .bloque .cont {
    padding: 30px 15px 60px 15px;
}

.mensajes-bloque .bloque a {
	display: block;
	padding: 0px 10px;
	color: #29193F;
	text-decoration: none;
}

.mensajes-bloque .bloque a h3 {
    font-size: 28px;
    min-height: 67px;
}

.mensajes-bloque .bloque a p {
	font-size: 16px;
}

.mensajes-bloque .bloque .cont {
	padding: 30px 15px 0px 15px;
}

.mensajes-page {
	margin-top: 120px;
}

.mensajes-page .titulo h1 {
	font-size: 50px;
	font-weight: 700;
}

.mensajes-page .titulo h3 {
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
}

.mensajes-page .contenido-mensaje h2 {
	font-size: 30px;
	text-transform: none;
	margin-bottom: 30px;
}

.mensajes-page .contenido-mensaje h3 {
	font-size: 24px;
	text-transform: none;
	margin-bottom: 30px;
}

.mensajes-page .contenido-mensaje ul {
	margin-bottom: 36px;
}

.mensajes-page p {
	margin-bottom: 36px;
}

.mensajes-page .versiculo {
	background-color: #fff;
	padding: 70px 0px 30px 0px;

}

.mensajes-page .versiculo h3 {
	font-size: 28px;
	font-weight: 700;
}

.mensajes-page .versiculo p {
	font-size: 45px;
}

.mensajes-page .vervideo {
	color: #fff;
    padding: 80px 0px;
    background-color: #29193F; /* Color de respaldo */

    /* Combinamos la imagen (arriba) y el degradado (abajo) */
    background-image: 
        url('img/logo-fondo.png'), 
        linear-gradient(135deg, #29193F, #3d2a6a, #2f3f6d, #1f5f6d);

    /* Configuraciones del fondo */
    background-position: right -70px center, center; /* El primero es para la imagen, el segundo para el gradient */
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover; /* 'cover' asegura que el degradado cubra todo el espacio */
}

.mensajes-page .vervideo h3 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

.mensajes-page .vervideo h3 strong {
	color: #07EFE3;
	font-weight: 700;
}

.mensajes-page .vervideo .btn {
	margin-top: 20px;
}

.creemos {
	text-align: center;
	padding: 220px;
	background-color: #fff;
}

.creemos .slider-creemos {
	text-align: center;
	padding-top: 80px;
}

.creemos .slider-creemos>div {
	display: block;
}

.creemos .slider-creemos .slider {
	display: flex;
	justify-content: center;
}

.creemos .slider-creemos .block {
	display: block;
	margin: auto;
	float: auto;
}

.creemos .slider-creemos .slick-dots {
	bottom: -80px;
}

.creemos .slider-creemos .slick-dots li {
	width: 30px;
	height: 30px;
}

.creemos .slider-creemos .slick-dots li button:before {
	font-size: 26px;
	color: #07EFE3;
	opacity: 0.9;
}

.creemos .slider-creemos .slick-dots li.slick-active button:before {
	color: #68429C;
}

.creemos h3 {
	font-size: 60px;
}

.creemos p {
	font-size: 30px;
	font-weight: 600;
}

.mensajes-bloque .slick-slider .slick-track, .mensajes-bloque .slick-slider .slick-list {
	padding-right: 150px;
}

.nosotros .nosotros .top .container {
	animation-name: entradaMenu;
    animation-duration: 1.2s;
    animation-delay: 0.6s;
    animation-fill-mode: both;
}

.nosotros .nosotros .top img {
	animation-name: entradaMenu;
    animation-duration: 1.2s;
    animation-delay: 0.8s;
    animation-fill-mode: both;
}

.nosotros .top {
	background: #F3F3F3;
	background: linear-gradient(180deg, rgba(243, 243, 243, 1) 70%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(243, 243, 243, 1) 90%);
}

.nosotros .libros {
	background-color: #fff;
	padding: 140px 0px 100px 0px;
}

.nosotros .libros h3 {
	padding-bottom: 24px;
}

.nosotros .libros .libro {
	padding: 0px 10px;
}

.nosotros .libros .slick-slide {
    transform: scale(0.95);
}

.nosotros .libros .slick-current.slick-active.slick-center {
    transform: scale(1);
}

.nosotros .pastores-int {
	background-position: left 280px;
	background-size: 52%;
	background-repeat: no-repeat;
}

.nosotros .pastores-int p {
	margin-bottom: 40px;
}

.nosotros .pastores-int .fijo {
	position: sticky;
	top: 20px;
}

.top-jesus {
	padding: 100px 0px;
	text-align: center;
	min-height: 100vh;
	display: flex;
    align-items: center;
}

.top-jesus h1 {
	font-size: 40px;
	font-weight: 500;
	padding-bottom: 40px;
	animation-name: entradaMenu;
    animation-duration: 1.2s;
    animation-delay: 0.6s;
    animation-fill-mode: both;
}

.top-jesus h1 strong {
	font-size: 70px;
}

.top-jesus h2{
	font-size: 50px;
	text-transform: none;
	font-weight: 600;
	animation-name: entradaMenu;
    animation-duration: 1.2s;
    animation-delay: 0.8s;
    animation-fill-mode: both;
}

.top-jesus h3 {
	font-size: 30px;
	font-weight: 400;
	padding: 40px 0px;
	animation-name: entradaAbajo;
	animation-duration: 1.2s;
	animation-delay: 0.8s;
	animation-fill-mode: both;
}

.top-jesus p, .top-jesus h4 {
	animation-name: entradaAbajo;
	animation-duration: 1.2s;
	animation-delay: 0.8s;
	animation-fill-mode: both;
}

.quien-es {
	background-color: #fff;
	padding: 120px 0px 60px 0px;
}

.quien-es .icon svg {
    height: 50px;
    max-width: 50px;
}

.quien-es .cont-bloque {
	padding-top: 25px;
}

.quien-es .cont-bloque h2 {
	font-size: 24px;
	font-weight: 600;
	text-transform: none;
	padding-bottom: 20px;
}

.ver-jesus {
    background: #e5e3e3;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ver-jesus .versiculo-jesus {
	width: 650px;
}

.ver-jesus p {
	font-size: 30px;
	text-align: center;
}

.ver-jesus p strong, .oracion p strong {
	font-size: 24px;
}

.oracion {
	padding: 80px 0px;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.oracion p {
	font-size: 40px;
	text-align: center;
}

.datos {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(https://templorestauracion.cl/newsite/wp-content/uploads/2026/05/jesus-templo-restauracion.jpg);
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
}

.datos h2 {
	font-size: 40px;
	text-transform: none;
	padding-bottom: 30px;
}

.datos h3 {
	font-size: 30px;
}

.datos .rrss-footer {
	display: flex;
	margin-top: 40px;
}

.datos .rrss-footer a {
    text-decoration: none;
    display: block;
    /* height: 60px; */
}

.datos .rrss-footer a svg {
    max-height: 55px;
    margin-right: 26px;
}

footer {
    padding: 100px 0px;
    border-top: 30px solid #07EFE3;
}

footer h3 {
	font-size: 28px;
}

footer p {
	font-size: 16px;
}

footer a {
	color: #29193F;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
}

footer .menu-footer {
	display: flex;
	flex-direction: column;
	margin-top: 37px;
}

footer .menu-footer a {
	display: block;
	padding-bottom: 16px;
}

footer .rrss-footer a {
	text-decoration: none;
	color: #29193F;
}

footer .rrss-footer a svg {
    /* height: 33px; */
    max-height: 34px;
    margin-right: 16px;
    margin-top: 6px;
}


::-webkit-input-placeholder { /* WebKit browsers */
	color: #ddd !important;
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ddd !important;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ddd !important;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #ddd !important;
	opacity: 1;
}




/* lg */
	@media(max-width: 1199.98px) {}

/* TABLET (md) */	
	@media (max-width: 991px) {	}

/* MOVIL (sm) */
	@media (max-width: 767px) {
		.home .menu .navbar-collapse a {
			color: #29193F;
		}

		.home .menu #menuToggle span {
			background: #07EFE3;
		}

		.home #menuToggle input:checked ~ #span1, .home #menuToggle input:checked ~ #span2, .home #menuToggle input:checked ~ #span3 {
			background: #07EFE3;
		}

		.home .menu-visible #menuToggle span {
			background: #29193F;
		}

		.menu-visible #menuToggle input:checked ~ #span1, 
		.menu-visible #menuToggle input:checked ~ #span2, 
		.menu-visible #menuToggle input:checked ~ #span3{
			background: #29193F;
		}

		.navbar-toggler {
			border: 0px solid #000;
		}
		.menu {
			padding: 10px 10px;
		}

		.menu div#main-menu {
	        background: #ffffff;
	        width: 100%;
	        margin: 0px -22px;
	        padding: 0px 22px;
	    }

	    .menu div#main-menu .alto-menu{
	    	min-height: calc(100vh - 90px);
	    	padding-top: 30px;
	    	display: flex;
	    	flex-direction: column;
	    	justify-content: space-between;
	    }


		.menu .rrss-movil {
			list-style: none;
			padding: 0px 0px 80px 0px;
			margin: 0px;
			display: flex;
		}

		.menu .rrss-movil svg {
			height: 40px;
		}

		.menu .navbar-collapse a, .menu-fixed.menu .navbar-collapse a, .home .menu-fixed.menu .navbar-collapse a {
			padding: 15px 0px;
			text-align: center;
			font-size: 24px;
		}

		ul#menu-menu {
		    padding: 50px;
		}

		h1	{
			font-size: 28px;
		}

		h1 strong {
			font-size: 40px;
		}

		h2 {
			font-size: 55px;
		}

		h3 {
			font-size: 30px;
		}

		.menu .navbar-brand svg {
		    max-width: 160px;
		}

		.big h1 {
			font-size: 26px;
		}

		.big h1 strong {
			font-size: 34px;
		}

		.big h2 {
			font-size: 20px;
		}

		.big .imagen-fondo {
			height: 90vh;
		}

		.somos {
			padding: 140px 0px;
		}

		.somos h2 {
		    font-size: 70px;
		    padding-bottom: 30px;
		}

		.un-lugar .bloque {
		    padding-top: 100px;
		    padding-bottom: 0px;
		}

		.un-lugar .bloque img {
		    max-width: calc(100% + 63px);
		    margin: 0px -30px 0px -31px;
		}

		.somos p {
		    line-height: 30px;
		    text-align: left;
		    padding: 0px 20px;
		}

		.un-lugar {
		    padding: 0px 20px 100px 20px;
		}

		.pastores {
		    padding: 60px 0px 30px 0px;
		}

		.pastores .bloque {
	        margin-left: 0px;
	        margin-top: 0px;
	        padding: 40px 30px 50px 30px;
	    }

	    .mensajes-bloque {
	    	padding: 100px 0px;
	    }

	    .mensajes-bloque .slick-slider .slick-track, .mensajes-bloque .slick-slider .slick-list {
	    	padding-right: 30px;
	    }

	    .mensajes-bloque .bloque a {
	    	padding: 0px 4px;
	    }

	    .mensajes-bloque .bloque a h3 {
	    	font-size: 18px;
	    }

	    .mensajes-bloque .bloque a p {
		    font-size: 14px;
		}

		footer {
		    padding: 60px 20px;
		}

		.creemos {
			padding: 80px 10px 100px 10px;
		}

		.creemos h2 {
			font-size: 25px;
		}

		.creemos .slider-creemos {
			padding-top: 20px;
		}

		.creemos h3 {
		    font-size: 50px;
		}

		.creemos p {
		    font-size: 24px;
		}

		.creemos .slider-creemos .slick-dots li {
		    width: 20px;
		    height: 20px;
		}

		.creemos .slider-creemos .slick-dots li button:before {
		    font-size: 20px;
		}

		.creemos .slider-creemos .slick-dots {
		    bottom: -60px;
		}

		.nosotros .libros {
		    padding: 60px 0px 80px 0px;
		}

		section.pastores.pastores-int {
		    padding: 80px 15px;
		}

		.mensajes-page {
			margin-top: 90px;
		}

		.mensajes-page .titulo h1 {
		    font-size: 32px;
		    padding-bottom: 0px;
		}

		.mensajes-page .titulo h3 {
		    font-size: 26px;;
		}

		.mensajes-bloque .bloque a h3 {
		    min-height: 50px;
		}

		.mensajes-page .versiculo p {
		    font-size: 35px;
		}

		.mensajes-page .versiculo {
			padding: 70px 15px 30px 15px;
		}

		.mensajes .mensajes-bloque .bloque .cont {
		    padding: 16px 5px 0px 5px;
		}

		.mensajes .mensajes-bloque .bloque {
		    margin: 0px -10px 54px -10px;
		}

		.mensajes-bloque .bloque .cont {
		    padding: 16px 5px 0px 5px;
		}

		.slider-imgmovil {
			padding-top: 30px;
		}

		.slider-imgmovil.slick-slider .slick-track, .slider-imgmovil.slick-slider .slick-list {
			padding-right: 80px;
		}

		.slider-imgmovil .blo {
			padding: 0px 10px;
		}

		.datos {
			flex-direction: column;
			background-image: none;
			padding-top: 80px;
		}

		.datos h2 {
			font-size: 30px;
		}

		.datos h3 {
			font-size: 24px;
		}

		.top-jesus h1 {
			font-size: 28px;
		}

		.top-jesus h1 strong {
			font-size: 40px;
		}

		.top-jesus h2 {
			font-size: 34px;
		}

		.top-jesus h3 {
			font-size: 26px;
		}

		.quien-es .icon svg {
			margin-top: 40px;
		}

		.quien-es {
		    padding: 50px 20px 40px 20px;
		}

		.ver-jesus {
			padding: 50px 0px;
		}

		.ver-jesus p {
			font-size: 24px;
		}

		.ver-jesus p strong, .oracion p strong {
		    font-size: 20px;
		}

		.oracion {
			padding: 50px 20px;
		}

		.oracion p {
			font-size: 30px;
		}

		.mensajes-page .vervideo {
			padding: 80px 20px;
		}
	}

/* xs */
	@media (max-width: 575.98px) {}


/*EFECTO APARECER BLOQUES*/

.hiddenn {
    opacity: 0;
    /*filter: blur(5px);*/
    /*transform: scale(1.02);*/
    transition: all 0.7s;
}

.showw {
    opacity: 1;
    /*filter: blur(0);*/
    /*transform: scale(1);*/
}



@keyframes entradaMenu {
  0%   {opacity: 0; transform: translateY(-10px);}
  100% {opacity: 1; transform: translateY(0px);}
}

@keyframes entradaAbajo {
  0%   {opacity: 0; transform: translateY(10px);}
  100% {opacity: 1; transform: translateY(0px);}
}

@keyframes entradaImgHome {
  0%   {opacity: 0;}
  50%   {opacity: 0;}
  100% {opacity: 1;}
}


.mensajes-page img {
    /*transition: all 1.2s ease;*/
    animation-name: imagenMensaje;
    animation-duration: 1.2s;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}

@keyframes imagenMensaje {
  0%   {
  	opacity: 0;
  	margin-top: 30px;
  	margin-bottom: -30px;
  }
  50%   {
  	
  }
  100% {
  	opacity: 1;
  	margin-top: 0px;
  	margin-bottom: 0px;
  }
}