@media (min-width:1439px) { 

*{margin: 0; padding: 0;}

body{
	color: #ffffff;
	font-family: 'Exo', sans-serif;
    background-image: url(img/fondo2.jpg);
}

header{
	background-color: #8393a4;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 2.5%;
	width: 100%;
	justify-content: center;
	float: left;
}

#title{
	width: 100%;
	display: flex;
	justify-content: center;
}

.puntito{
	font-size: 72px;
	color: #ede37c;
	text-align: center;
	float: left;
}

h1{
	font-size: 72px;
	text-align: center;
	float: left;
	position: relative;
}

a{
	text-decoration: none;
}

#ceibo img{
	width: 10%;
	position:absolute;
	top: 45px;
	left: 31%;
}

#title-2{
	background-color: #E0512C;
	width: 60%;
	height: 100px;
	font-weight: 800;
	border-radius: 25px;
	margin-left: 20%;
	margin-top: 5%;
	display: flex;
	justify-content: center;
	float: left;
	position: relative;
}

.exclama1 img{
	display: flex;
	float: left;
	position: absolute;
	top: 40px;
	left: 1%;
	justify-content: center;
}

.exclama2 img{
	display: flex;
	float: left;
	position: absolute;
	bottom: 20px;
	justify-content: center;
}

#anuncio{
	font-size: 60px;
	padding-top: 10px;
	text-align: center;
	float: left;
}

#contenido{
	background-color: #7b9d4d;
    width: 18%;
    padding: 2%;
    margin-top: 7.5%;
    margin-left: 15%;
    border-radius: 25px;
    float: left;
    position: relative;
}

#contenido h2{
	font-size: 40px;
	font-weight: bolder;
	text-align: center;
}

#contenido h3{
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	padding-left: 7.5%;
	padding-right: 7.5%;
	padding-top: -25px;
}

.iconito img{
	width: 25%;
	padding-top: -10px;
	margin-right: 1%;
	float: left;
}

.info{
	margin-left: 35%;
	margin-bottom: 60px;
    margin-top: 20px;
}

.exclama3 img{
	width: 15%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#contenido-2{
	background-color: #ede37c;
	padding: 2%;
	width: 40%;
	margin-top: 7.5%;
    margin-left: 5%;
    border-radius: 25px;
    float: left;
}

#c-izquierda{
	width: 50%;
	justify-content: center;
	float: left;
}

#c-izquierda img{
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 5%;
	float: left;
}

#c-izquierda h2{
	color: #E0512C;
	font-size: 40px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 10%;
}


#c-izquierda a{
	background-color: #E0512C;
	color: #ede37c;
	font-size: 84px;
	font-weight: 900;
	text-align: center;
	width: 70%;
	padding: 3%;
	margin-top: 12%;
	margin-left: 15%;
	margin-bottom: 5%;
	border-radius: 25px;
	float: left;
}

#c-derecha{
	width: 50%;
	justify-content: center;
	float: left;
}

#c-derecha img{
	padding-top: 15%;
	padding-left: 10%;
	width: 80%;
	justify-content: center;
}

#informar{
	background-color: #8393a4;
	width: 100%;
	margin-top: -3%;
	padding-bottom: 5%;
	justify-content: center;
	float: left;
}

#packs{
	margin-top: 7%;
	margin-left:11%;
}

.pack-verde{
	background-color: #99bb59;
	font-size: 18px;
	width: 20%;
	height: 275px;
	padding: 2%;
	margin-left: 5%;;
	border-radius: 25px;
	float: left;
}

.pack-verde h2{
	color: #536d82;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo{
	background-color: #E0512C;
	font-size: 18px;
	width: 20%;
	padding: 2%;
	margin-top: 5%;
	margin-left: 5%;
	border-radius: 25px;
	float: left;
}

.pack-rojo h2{
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo h3{
	font-size: 36px;
	font-weight: 900;
	text-align: right;
	margin-top: 60px;
	margin-bottom: 24px;
}

.pack-azul{
	background-color: #536d82;
	width: 40%;
	padding-left: 5%;
	padding-right: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 5%;
	margin-left: 5%;
	border-radius: 25px;
	float: left;
}

.pack-azul iframe{
	width: 100%;
}



}

@media (min-width:1024px) and (max-width: 1439px) { 

*{margin: 0; padding: 0;}

body{
	color: #ffffff;
	font-family: 'Exo', sans-serif;
    background-image: url(img/fondo2.jpg);
}

header{
	background-color: #8393a4;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 2.5%;
	width: 100%;
	justify-content: center;
}

#title{
	width: 100%;
	display: flex;
	justify-content: center;
}

.puntito{
	font-size: 72px;
	color: #ede37c;
	text-align: center;
	float: left;
}

h1{
	font-size: 72px;
	text-align: center;
	float: left;
	position: relative;
}

#ceibo img{
	width: 10%;
	position:absolute;
	left: 27%;
	top:60px;
}

#title-2{
	background-color: #E0512C;
	width: 70%;
	height: 100px;
	font-weight: 800;
	border-radius: 25px;
	margin-left: 15%;
	margin-top: 2%;
	display: flex;
	justify-content: center;
	float: left;
	position: relative;
}

.exclama1 img{
	width: 7%;
	display: flex;
	float: left;
	position: absolute;
	top: 20px;
	left: 1%;
}

.exclama2 img{
	width: 7%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#anuncio{
	font-size: 54px;
	padding-top: 10px;
	text-align: center;
	float: left;
}

#contenido{
	background-color: #7b9d4d;
    width: 22.5%;
    padding: 2%;
    margin-top: 7.5%;
    margin-left: 10%;
    border-radius: 25px;
    float: left;
    position: relative;
}

#contenido h2{
	font-size: 40px;
	font-weight: bolder;
	text-align: center;
}

#contenido h3{
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	padding-left: 7.5%;
	padding-right: 7.5%;
	padding-top: -25px;
}

.iconito img{
	width: 25%;
	padding-top: -10px;
	margin-right: 1%;
	float: left;
}

.info{
	margin-left: 35%;
	margin-bottom: 60px;
    margin-top: 20px;
}

.exclama3 img{
	width: 15%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#contenido-2{
	background-color: #ede37c;
	padding: 2%;
	width: 40%;
	margin-top: 7.5%;
    margin-left: 5%;
    border-radius: 25px;
    float: left;
}

#c-izquierda{
	width: 50%;
	justify-content: center;
	float: left;
}

#c-izquierda img{
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 5%;
	float: left;
}

#c-izquierda h2{
	color: #E0512C;
	font-size: 40px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 10%;
}

a{
	text-decoration: none;
}

#c-izquierda a{
	background-color: #E0512C;
	color: #ede37c;
	font-size: 72px;
	font-weight: 900;
	text-align: center;
	width: 70%;
	padding: 3%;
	margin-top: 16%;
	margin-left: 15%;
	border-radius: 25px;
	float: left;
}

#c-derecha{
	width: 50%;
	justify-content: center;
	float: left;
}

#c-derecha img{
	width: 100%;
	padding-top: 20%;
	justify-content: center;
}

#informar{
	background-color: #8393a4;
	width: 100%;
	margin-top: -3%;
	padding-bottom: 5%;
	justify-content: center;
	float: left;
}

#packs{
	margin-top: 7%;
}

.pack-verde{
	background-color: #99bb59;
	font-size: 18px;
	width: 27%;
	height: 300px;
	padding: 2%;
	margin-left: 1.5%;
	margin-bottom: 6%;
	border-radius: 25px;
	float: left;
}

.pack-verde h2{
	color: #536d82;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo{
	background-color: #E0512C;
	font-size: 18px;
	width: 27%;
	padding: 2%;
	margin-left: 1.5%;
	border-radius: 25px;
	float: left;
}

.pack-rojo h2{
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo h3{
	font-size: 36px;
	font-weight: 900;
	text-align: right;
	margin-top: 60px;
	margin-bottom: 24px;
}

.pack-azul{
	background-color: #536d82;
	width: 45%;
	padding-left: 5%;
	padding-right: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 5%;
	border-radius: 25px;
	float: left;
}

.pack-azul iframe{
	width: 100%;
}


}

@media (min-width:960px) and (max-width: 1023px) { 

*{margin: 0; padding: 0;}

body{
	color: #ffffff;
	font-family: 'Exo', sans-serif;
    background-image: url(img/fondo2.jpg);
}

header{
	background-color: #8393a4;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 2.5%;
	width: 100%;
	justify-content: center;
	float: left;
}

#title{
	width: 100%;
	display: flex;
	justify-content: center;
}

.puntito{
	font-size: 72px;
	color: #ede37c;
	text-align: center;
	float: left;
}

h1{
	font-size: 72px;
	text-align: center;
	float: left;
	position: relative;
}

#ceibo img{
	width: 10%;
	position:absolute;
	top: 65px;
	left: 25%;
}

#title-2{
	background-color: #E0512C;
	width: 80%;
	height: 100px;
	font-weight: 800;
	padding-top: 20px;
	border-radius: 25px;
	margin-left: 10%;
	margin-top: 10%;
	display: flex;
	justify-content: center;
	float: left;
	position: relative;
}

.exclama1 img{

	display: flex;
	float: left;
	position: absolute;
	top: 20px;
	left: 1%;
}

.exclama2 img{

	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#anuncio{
	font-size: 54px;
	text-align: center;
	float: left;
}

#contenido{
	background-color: #7b9d4d;
    width: 22.5%;
    padding: 2%;
    margin-top: 7.5%;
    margin-left: 10%;
    border-radius: 25px;
    float: left;
    position: relative;
}

#contenido h2{
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
}

#contenido h3{
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	padding-left: 7.5%;
	padding-right: 7.5%;
	margin-top: -40px;
}

.iconito img{
	width: 35%;
	padding-top: -10px;
	margin-right: 1%;
	float: left;
}

.info{
	margin-left: 35%;
	margin-bottom: 60px;
    margin-top: 20px;
}

.exclama3 img{
	width: 15%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#contenido-2{
	background-color: #ede37c;
	padding: 2%;
	width: 50%;
	margin-top: 7.5%;
    margin-left: 5%;
    border-radius: 25px;
    float: left;
}

#c-izquierda{
	width: 50%;
	justify-content: center;
	float: left;
}

#c-izquierda img{
	width: 80%;
	padding-left: 10%;
	padding-right: 20%;
	padding-top: 5%;
	float: left;
}

#c-izquierda h2{
	color: #E0512C;
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 30%;
}

a{
	text-decoration: none;
}

#c-izquierda a{
	background-color: #E0512C;
	color: #ede37c;
	font-size: 66px;
	font-weight: 900;
	text-align: center;
	width: 70%;
	padding: 3%;
	margin-top: 16%;
	margin-left: 15%;
	border-radius: 25px;
	float: left;
}

#c-derecha{
	width: 50%;
	justify-content: center;
	float: left;
	position: relative;
}

#c-derecha img{
	width: 100%;
	justify-content: center;
	position: absolute;
	top: 50px;
}

#informar{
	background-color: #8393a4;
	width: 100%;
	margin-top: -3%;
	padding-bottom: 5%;
	justify-content: center;
	float: left;
}

#packs{
	margin-top: 7%;
}

.pack-verde{
	background-color: #99bb59;
	font-size: 18px;
	width: 27%;
	height: 325px;
	padding: 2%;
	margin-top: 5%;
	margin-left: 1.5%;
	margin-bottom: 1%;
	border-radius: 25px;
	float: left;
}

.pack-verde h2{
	color: #536d82;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo{
	background-color: #E0512C;
	font-size: 18px;
	width: 40%;
	padding: 2%;
	margin-top: 3%;
	margin-left: 1.5%;
	border-radius: 25px;
	float: left;
}

.pack-rojo h2{
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo h3{
	font-size: 36px;
	font-weight: 900;
	text-align: right;
	margin-top: 60px;
	margin-bottom: 24px;
}
.pack-azul{
	background-color: #536d82;
	width: 40%;
	padding-left: 5%;
	padding-right: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 3%;
	margin-left: 1.5%;
	border-radius: 25px;
	float: left;
}

.pack-azul iframe{
	width: 100%;
}


}

@media (min-width:768px) and (max-width: 959px) { 

*{margin: 0; padding: 0;}

body{
	color: #ffffff;
	font-family: 'Exo', sans-serif;
    background-image: url(img/fondo2.jpg);
}

header{
	background-color: #8393a4;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 2.5%;
	width: 100%;
	justify-content: center;
	float: left;
}

#title{
	width: 100%;
	display: flex;
	justify-content: center;
}

.puntito{
	font-size: 72px;
	color: #ede37c;
	text-align: center;
	float: left;
}

h1{
	font-size: 72px;
	text-align: center;
	float: left;
	position: relative;
}

#ceibo img{
	width: 11%;
	position:absolute;
	top: 65px;
	left: 22%;
}

#title-2{
	background-color: #E0512C;
	width: 80%;
	height: 100px;
	font-weight: 800;
	padding-top: 20px;
	border-radius: 25px;
	margin-left: 10%;
	margin-top: 10%;
	display: flex;
	justify-content: center;
	float: left;
	position: relative;
}

.exclama1 img{
	width: 8%;
	display: flex;
	float: left;
	position: absolute;
	top: 20px;
	left: 1%;
}

.exclama2 img{
	width: 8%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#anuncio{
	font-size: 42px;
	text-align: center;
	float: left;
}

#contenido{
	background-color: #7b9d4d;
    width: 22.5%;
    padding: 2%;
    margin-top: 7.5%;
    margin-left: 10%;
    border-radius: 25px;
    float: left;
    position: relative;
}

#contenido h2{
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
}

#contenido h3{
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	padding-left: 7.5%;
	padding-right: 7.5%;
	margin-top: -40px;
}

.iconito img{
	width: 35%;
	padding-top: -10px;
	margin-right: 1%;
	float: left;
}

.info{
	margin-left: 35%;
	margin-bottom: 60px;
    margin-top: 20px;
}

.exclama3 img{
	width: 15%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#contenido-2{
	background-color: #ede37c;
	padding: 2%;
	width: 50%;
	height: 650px;
	margin-top: 7.5%;
    margin-left: 5%;
    border-radius: 25px;
    float: left;
}

#c-izquierda{
	width: 50%;
	justify-content: center;
	float: left;
}

#c-izquierda img{
	width: 80%;
	padding-left: 10%;
	padding-right: 20%;
	padding-top: 5%;
	float: left;
}

#c-izquierda h2{
	color: #E0512C;
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 30%;
}

a{
	text-decoration: none;
}

#c-izquierda a{
	background-color: #E0512C;
	color: #ede37c;
	font-size: 66px;
	font-weight: 900;
	text-align: center;
	width: 80%;
	padding: 3%;
	margin-top: 16%;
	margin-left: 10%;
	border-radius: 25px;
	float: left;
}

#c-derecha{
	width: 50%;
	justify-content: center;
	float: left;
	position: relative;
}

#c-derecha img{
	width: 100%;
	justify-content: center;
	position: absolute;
	top: 50px;
}

#informar{
	background-color: #8393a4;
	width: 100%;
	margin-top: -3%;
	padding-bottom: 5%;
	justify-content: center;
	float: left;
}

#packs{
	margin-top: 7%;
}

.pack-verde{
	background-color: #99bb59;
	font-size: 18px;
	width: 40%;
	height: 275px;
	padding: 2%;
	margin-top: 3%;
	margin-left: 4%;
	border-radius: 25px;
	float: left;
}

.pack-verde h2{
	color: #536d82;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo{
	background-color: #E0512C;
	font-size: 18px;
	width: 40%;
	padding: 2%;
	margin-top: 3%;
	margin-left: 4%;
	border-radius: 25px;
	float: left;
}

.pack-rojo h2{
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo h3{
	font-size: 36px;
	font-weight: 900;
	text-align: right;
	margin-top: 60px;
	margin-bottom: 24px;
}

.pack-azul{
	background-color: #536d82;
	width: 80%;
	padding-left: 5%;
	padding-right: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 5%;
	margin-left: 5%;
	border-radius: 25px;
	float: left;
}

.pack-azul iframe{
	width: 100%;
}

}

@media (min-width:600px) and (max-width: 767px) { 

*{margin: 0; padding: 0;}

body{
	color: #ffffff;
	font-family: 'Exo', sans-serif;
    background-image: url(img/fondo2.jpg);
}

header{
	background-color: #8393a4;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 2.5%;
	width: 100%;
	justify-content: center;
	float: left;
}

#title{
	width: 100%;
	display: flex;
	justify-content: center;
}

.puntito{
	font-size: 72px;
	color: #ede37c;
	text-align: center;
	float: left;
}

h1{
	font-size: 72px;
	text-align: center;
	float: left;
	position: relative;
}

#ceibo img{
	width: 12%;
	position:absolute;
	top: 65px;
	left: 16%;
}

#title-2{
	background-color: #E0512C;
	width: 80%;
	height: 100px;
	font-weight: 800;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 25px;
	margin-left: 10%;
	margin-top: 10%;
	display: flex;
	justify-content: center;
	float: left;
	position: relative;
}

.exclama1 img{
	width: 11%;
	display: flex;
	float: left;
	position: absolute;
	top: 20px;
	left: 1%;
}

.exclama2 img{
	width: 11%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#anuncio{
	font-size: 42px;
	text-align: center;
	width: 80%;
	float: left;
}

#contenido{
	background-color: #7b9d4d;
    width: 75%;
    padding: 2%;
    margin-top: 7.5%;
    margin-left: 10%;
    border-radius: 25px;
    float: left;
    position: relative;
}

#contenido h2{
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 35px;
	text-align: center;
}

#contenido h3{
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	padding-left: 6%;
	padding-right: 7.5%;
	margin-top: -30px;
}

.iconito{
	width: 30%;
}

.iconito img{
	margin-top: -30px;
	width: 80%;
	margin-right: 1%;
	float: left;
}

.info{
	font-size: 18px;
	width: 60%;
	margin-left: 15%;
	margin-bottom: 60px;
    margin-top: 40px;
}

.exclama3 img{
	width: 10%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#contenido-2{
	background-color: #ede37c;
	padding: 2%;
	width: 75%;
	margin-top: 7.5%;
    margin-left: 10%;
    border-radius: 25px;
    float: left;
}

#c-izquierda{
	width: 50%;
	justify-content: center;
	padding-bottom: 50px;
	float: left;
}

#c-izquierda img{
	width: 80%;
	padding-left: 10%;
	padding-right: 20%;
	padding-top: 5%;
	float: left;
}

#c-izquierda h2{
	color: #E0512C;
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 30%;
}

a{
	text-decoration: none;
}

#c-izquierda a{
	background-color: #E0512C;
	color: #ede37c;
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	width: 80%;
	padding: 3%;
	margin-top: 16%;
	margin-left: 7.5%;
	border-radius: 25px;
	float: left;
}

#c-derecha{
	width: 50%;
	justify-content: center;
	float: left;
}

#c-derecha img{
	width: 100%;
	justify-content: center;
	padding-top: 35%;
}

#informar{
	background-color: #8393a4;
	width: 100%;
	margin-top: -3%;
	padding-bottom: 5%;
	justify-content: center;
	float: left;
}

#packs{
	margin-top: 7%;
}

.pack-verde{
	background-color: #99bb59;
	font-size: 18px;
	width: 35%;
	height: 375px;
	padding: 2%;
	margin-top: 3%;
	margin-left: 6%;
	border-radius: 25px;
	float: left;
}

.pack-verde h2{
	color: #536d82;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo{
	background-color: #E0512C;
	font-size: 18px;
	width: 35%;
	padding: 2%;
	margin-top: 3%;
	margin-left: 6%;
	border-radius: 25px;
	float: left;
}

.pack-rojo h2{
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo h3{
	font-size: 36px;
	font-weight: 900;
	text-align: right;
	margin-top: 60px;
	margin-bottom: 24px;
}

.pack-azul{
	background-color: #536d82;
	width: 80%;
	padding-left: 5%;
	padding-right: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 5%;
	margin-left: 5%;
	border-radius: 25px;
	float: left;
}

.pack-azul iframe{
	width: 100%;
}


}

@media (min-width:480px) and (max-width: 599px) { 

*{margin: 0; padding: 0;}

body{
	color: #ffffff;
	font-family: 'Exo', sans-serif;
    background-image: url(img/fondo2.jpg);
}

header{
	background-color: #8393a4;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 2.5%;
	width: 100%;
	justify-content: center;
	float: left;
}

#title{
	width: 100%;
	display: flex;
	justify-content: center;
}

.puntito{
	font-size: 72px;
	color: #ede37c;
	text-align: center;
	float: left;
}

h1{
	font-size: 72px;
	text-align: center;
	float: left;
	position: relative;
}

#ceibo img{
	width: 12%;
	position:absolute;
	top: 65px;
	left: 16%;
}

#title-2{
	background-color: #E0512C;
	width: 80%;
	height: 100px;
	font-weight: 800;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 25px;
	margin-left: 10%;
	margin-top: 10%;
	display: flex;
	justify-content: center;
	float: left;
	position: relative;
}

.exclama1 img{
	width: 11%;
	display: flex;
	float: left;
	position: absolute;
	top: 20px;
	left: 1%;
}

.exclama2 img{
	width: 11%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#anuncio{
	font-size: 42px;
	text-align: center;
	width: 80%;
	float: left;
}

#contenido{
	background-color: #7b9d4d;
    width: 80%;
    padding: 2%;
    margin-top: 7.5%;
    margin-left: 10%;
    border-radius: 25px;
    float: left;
    position: relative;
}

#contenido h2{
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 35px;
	text-align: center;
}

#contenido h3{
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	padding-left: 6%;
	padding-right: 7.5%;
	margin-top: -30px;
}

.iconito{
	width: 30%;
	margin-left: 2%;
}

.iconito img{
	margin-top: -10px;
	width: 80%;
	margin-right: 1%;
	float: left;
}

.info{
	font-size: 18px;
	width: 60%;
	margin-left: 35%;
	margin-bottom: 60px;
    margin-top: 40px;
}

.exclama3 img{
	width: 10%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#contenido-2{
	background-color: #ede37c;
	padding: 2%;
	width: 80%;
	margin-top: 7.5%;
    margin-left: 10%;
    border-radius: 25px;
    float: left;
}

#c-izquierda{
	width: 50%;
	justify-content: center;
	padding-bottom: 50px;
	float: left;
}

#c-izquierda img{
	width: 80%;
	padding-left: 10%;
	padding-right: 20%;
	padding-top: 5%;
	float: left;
}

#c-izquierda h2{
	color: #E0512C;
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 30%;
}

a{
	text-decoration: none;
}

#c-izquierda a{
	background-color: #E0512C;
	color: #ede37c;
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	width: 80%;
	padding: 3%;
	margin-top: 16%;
	margin-left: 7.5%;
	border-radius: 25px;
	float: left;
}

#c-derecha{
	width: 50%;
	justify-content: center;
	float: left;
}

#c-derecha img{
	width: 100%;
	justify-content: center;
	padding-top: 35%;
}

#informar{
	background-color: #8393a4;
	width: 100%;
	margin-top: -3%;
	padding-bottom: 5%;
	justify-content: center;
	float: left;
}

#packs{
	margin-top: 7%;
}

.pack-verde{
	background-color: #99bb59;
	font-size: 18px;
	width: 80%;
	height: 250px;
	padding: 2%;
	margin-top: 3%;
	margin-left: 6%;
	border-radius: 25px;
	float: left;
}

.pack-verde h2{
	color: #536d82;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo{
	background-color: #E0512C;
	font-size: 18px;
	width: 80%;
	padding: 2%;
	margin-top: 3%;
	margin-left: 6%;
	border-radius: 25px;
	float: left;
}

.pack-rojo h2{
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo h3{
	font-size: 36px;
	font-weight: 900;
	text-align: right;
	margin-top: 60px;
	margin-bottom: 24px;
}

.pack-azul{
	background-color: #536d82;
	width: 80%;
	padding-left: 5%;
	padding-right: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 5%;
	margin-left: 5%;
	border-radius: 25px;
	float: left;
}

.pack-azul iframe{
	width: 100%;
}


}

@media (min-width:360px) and (max-width: 479px) { 

*{margin: 0; padding: 0;}

body{
	color: #ffffff;
	font-family: 'Exo', sans-serif;
    background-image: url(img/fondo2.jpg);
}

header{
	background-color: #8393a4;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 2.5%;
	width: 100%;
	justify-content: center;
	float: left;
}

#title{
	width: 100%;
	display: flex;
	justify-content: center;
}

.puntito{
	font-size: 72px;
	color: #ede37c;
	text-align: center;
	float: left;
}

h1{
	font-size: 60px;
	text-align: center;
	float: left;
	position: relative;
}

#ceibo img{
	width: 18%;
	position:absolute;
	top: 55px;
	left: 4%;
}

#title-2{
	background-color: #E0512C;
	width: 80%;
	height: 150px;
	font-weight: 800;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 25px;
	margin-left: 10%;
	margin-top: 10%;
	display: flex;
	justify-content: center;
	float: left;
	position: relative;
}

.exclama1 img{
	width: 11%;
	display: flex;
	float: left;
	position: absolute;
	top: 20px;
	left: 1%;
}

.exclama2 img{
	width: 11%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#anuncio{
	font-size: 42px;
	text-align: center;
	width: 80%;
	float: left;
}

#contenido{
	background-color: #7b9d4d;
    width: 80%;
    padding: 2%;
    margin-top: 7.5%;
    margin-left: 10%;
    border-radius: 25px;
    float: left;
    position: relative;
}

#contenido h2{
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 35px;
	text-align: center;
}

#contenido h3{
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	padding-left: 6%;
	padding-right: 7.5%;
	margin-top: -30px;
}

.iconito{
	width: 50%;
	margin-left: 30%;
}

.iconito img{
	margin-top: -20px;
	width: 80%;
}

.info{
	font-size: 18px;
	width: 70%;
	margin-left: 15%;
	margin-bottom: 60px;
    margin-top: 20px;
}

.exclama3 img{
	width: 10%;
	display: flex;
	float: left;
	position: absolute;
	bottom: 10px;
	right: 0.5%;
}

#contenido-2{
	background-color: #ede37c;
	padding: 2%;
	width: 80%;
	margin-top: 7.5%;
    margin-left: 10%;
    border-radius: 25px;
    float: left;
}

#c-izquierda{
	width: 100%;
	justify-content: center;
	padding-bottom: 30px;
	float: left;
}

#c-izquierda img{
	width: 80%;
	padding-left: 10%;
	padding-top: 5%;
	float: left;
}

#c-izquierda h2{
	color: #E0512C;
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 5%;
}

a{
	text-decoration: none;
}

#c-izquierda a{
	background-color: #E0512C;
	color: #ede37c;
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	width: 80%;
	padding: 3%;
	margin-top: 16%;
	margin-left: 7.5%;
	border-radius: 25px;
	float: left;
}

#c-derecha{
	width: 100%;
	justify-content: center;
	float: left;
}

#c-derecha img{
	width: 100%;
	justify-content: center;
}

#informar{
	background-color: #8393a4;
	width: 100%;
	margin-top: -3%;
	padding-bottom: 5%;
	justify-content: center;
	float: left;
}

#packs{
	margin-top: 7%;
}

.pack-verde{
	background-color: #99bb59;
	font-size: 18px;
	width: 80%;
	height: 275px;
	padding: 2%;
	margin-top: 3%;
	margin-left: 6%;
	border-radius: 25px;
	float: left;
}

.pack-verde h2{
	color: #536d82;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo{
	background-color: #E0512C;
	font-size: 18px;
	width: 80%;
	padding: 2%;
	margin-top: 3%;
	margin-left: 6%;
	border-radius: 25px;
	float: left;
}

.pack-rojo h2{
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}

.pack-rojo h3{
	font-size: 36px;
	font-weight: 900;
	text-align: right;
	margin-top: 60px;
	margin-bottom: 24px;
}

.pack-azul{
	background-color: #536d82;
	width: 80%;
	padding-left: 5%;
	padding-right: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 5%;
	margin-left: 5%;
	border-radius: 25px;
	float: left;
}

.pack-azul iframe{
	width: 100%;
}


}