body, html{
	font-family: 'Roboto',sans-serif;
	margin: 0;
	font-size: 18px;
}
a{
	text-decoration: none;
}
a:focus{
	color: unset
}
header {
    background: #430072;
    color: #fff;
    padding-top: 14px;
}
header > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header > div > div {
    width: 33%;
}

header > div > div:nth-child(1){
	font-style: italic;
}
header > div > div:nth-child(2) {
	position: relative;
	top: 36px;
	left: -60px;
}
header > div > div:nth-child(2) img{
	width: 100%;
	transform: scale(1.5);
}
header > div > div:nth-child(3){
	text-align: center;
}
header > div > div:nth-child(3) p {
    text-align: center;
    max-width: 235px;
    margin: 0 auto;
    margin-bottom: 10px;
}
header > div > div:nth-child(3) a div {
    background: #3722fc;
    border: 1px solid rgba(220, 125, 255, 0.75);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 15px;
    /* display: flex; */
    display: inline-block;
    /* align-items: center; */
    font-size: 1.2em;
    transition: 0.3s;
}
header > div > div:nth-child(3) a div:hover {
	transform: scale(0.95);
}
header > div > div:nth-child(3) a div img{		 	
	width: 10px;
	position: relative;top: 2px
}
.u__container{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto
}
.contenido__adicionales--info{
	display: flex;justify-content: space-between;
}
.contenido__adicionales--info >div{
	text-align: left;
}
.contenido__adicionales--info >div img {
    width: 95%;
    position: relative;
    left: -8px;
}
.contenido__adicionales--info >div p {
    color: #fff;
    margin-top: 0;
}
.contenido__beneficios--info{
	display: flex;justify-content: space-between;
}
.contenido__beneficios--info p{
	color: #fff 
}

.contenido__beneficios--info img{
	width: 120px
}
.contenido__bottom {
    background: #1f0657;
}
.contenido__incluye >h1:nth-child(1) {
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
}
.contenido__incluye--cajas{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.contenido__incluye--cajas > div{
	width: 24%;
	text-align: center;
}
.contenido__incluye--cajas > div img{
	width: 75%;
	transition: 0.3s
}
.contenido__incluye--cajas > div:hover img{
	transform: rotateY(180deg);
}

.contenido__incluye--cajas > div div {
    color: #fff;
    margin-top: 10px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
    border-right: 1px solid #fff;
}
.contenido__incluye--cajas > div:last-child div {
    border-right: none;		
}
.contenido__incluye--cajas > div div h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.5em;
    line-height: 28px;
}
.contenido__incluye--cajas > div div p {
    max-width: 140px;
    margin: 9px auto 0;
}
.contenido__precios {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left;
    margin: 55px auto;
}
.contenido__precios >div:nth-child(1) img{
	width: 120px
}
.contenido__precios h4 {
    margin: 0;
    color: #fff;
    font-size: 1.4em;
}
.contenido__precios p {
    color: #fff;
    margin: 0;
    font-size: 1.3em;
    line-height: 20px;
}
.contenido__precios p span {
    color: #6960dd;
    font-weight: 900;
}
.contenido__recursos--info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -25px;
}
.contenido__recursos--info > div {
    border-left: 3px solid #5f89c2;
    padding-left: 8px;
}
.contenido__recursos--info > div:nth-child(4) {
    border-left: none;
}
.contenido__recursos--info > div:nth-child(4) img{
	width: 150px;
}
.contenido__recursos--info >div p{
	color: #fff;
	margin: 0
}
.contenido__separador {
    line-height: 0;
}
.contenido__separador img{
	width: 100%
}
.contenido__top {
    background: #10003a;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
}
.contenido__top >h2:nth-child(1){
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0
}
.contenido__top >img:nth-child(2) {
	width: 75%; margin: 0 auto
}
ul li{
	color: #fff;
	text-align: left;
}
footer{
	display: flex;
	justify-content: center;
	background: #14003b;
}
footer a{
	display: flex;
	padding:10px 50px 50px;
	width: 15%;
}
footer a img{
	width: 100%;
}
footer a:nth-child(2) img{
	width: 75%;
}
footer >div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
footer >div>div:nth-child(1){
	width: 60%
}
footer >div>div:nth-child(2){
	width: 40%
}
footer > div p{
	color: #fff;
	font-size: 0.95em
}
footer > div p a{
	font-weight: 600;
	color: #fff;
	transition: 0.3s
}
footer > div p a:hover{
	color: #bf7aff
}
footer > div >div:nth-child(2){
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer > div >div:nth-child(2) .linea {
    height: 60px;
    width: 1px;
    background: #fff;
    margin: 0 10px;
}
footer > div >div:nth-child(2) a{
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer > div >div:nth-child(2) a:nth-child(1) img{
	width: 90%
}
footer > div >div:nth-child(2) a:nth-child(3) img{
	width: 60%
}

.lineapunteada {
    text-align: center;
    margin-bottom: 30px;
}
.lineapunteada img{
	width: 80%;

}
.reserve {
    text-align: center;
    padding: 40px 0;
}
.reserve p {
	color: #fff;
	font-size: 1.3em;
}
.reserve a {
	color: #fff;
}
.boxinfo{
	color: #fff;
    background: #3a1cff;
    border: 1px solid rgba(220, 125, 255, 0.75);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 18px;
    display: inline-block;
    font-size: 1.2em;
    transition: 0.3s;
    width: 400px;
}
.reserve a div:hover{
	transform: scale(0.95);
}
.spot{
	background: url('../img/bg-spot.png') no-repeat;
	background-size: cover;

}
.spot div {
    text-align: center;
    padding: 40px 0 20px 0;
}

.spot h4 {
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0
}

.spot div img{
	width: 62%
}

.titulo {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.titulo h1 {
	margin: 0
}
.titulo img {
    width: 12px;
    margin-right: 8px;
}
@media (max-width: 600px){
	header {
    	padding-bottom: 30px;
	}
	header > div {
	    flex-direction: column;
	}
	header > div > div:nth-child(2) {
	    position: relative;
	    top: 0;
	    left: 0;
	    margin: 15px 0;
	    text-align: center;
	}
	header > div > div:nth-child(1) {
    	text-align: center;
	}
	header > div > div {
    	width: 96%;
	}	
	header > div > div:nth-child(2) img {
    width: 90%;
    transform: unset
	}
	header > div > div:nth-child(3) p {
    	max-width: unset;
	}
	.contenido__adicionales--info {
	    display: flex;
	    justify-content: space-between;
	    flex-direction: column;
	    margin: 0 2%;
	}
	.contenido__adicionales--info >div img {
	    width: 95%;
	    position: relative;
	    left: 0;
	    margin: 0 auto;
	}
	.contenido__adicionales--info >div p {
    	text-align: center;
	}
	.contenido__bottom {
    	padding-top: 40px;
	}
	.contenido__incluye--cajas > div {
    	width: 50%;  
    	margin-bottom: 22px;
	}
	.contenido__incluye--cajas > div div h4 {
    	font-size: 1.2em;
	}
	.contenido__incluye--cajas > div div {
    	border-right: none;	
    	min-height: unset;
	}
	.contenido__beneficios--info p {
    	line-height: 26px;
	}
	.contenido__beneficios--info > div:nth-child(2) p{
		margin-bottom: 0
	}
	.contenido__beneficios--info > div:nth-child(1) p{
		margin-top: 0
	}
	.contenido__precios {
    	flex-wrap: wrap;	
	    margin: 0px auto 50px;
	}
	.contenido__precios >div:nth-child(1){	
		width: 100%;
		text-align: center;
		margin-bottom: 20px
	}
	.contenido__precios >div:nth-child(2),	
	.contenido__precios >div:nth-child(3){	
		width: 48%;
		text-align: center;
	}
	.contenido__precios >div:nth-child(3){	
		border-left: 1px solid #fff
	}
	.contenido__precios h4 {
	    margin: 0;
	    color: #fff;
	    font-size: 1.4em;
	    line-height: 28px;
	    margin-bottom: 15px;
	}
	.contenido__recursos--info {
	    top: 0;
	    margin: 0 2%;
	    flex-direction: column-reverse;
	}
	.contenido__recursos--info > div {
	    margin-bottom: 15px;
	}
	.contenido__beneficios--info {
	    display: flex;
	    justify-content: space-between;
	    flex-direction: column-reverse;
	    align-items: center;
	    text-align: center;
	}
	footer >div {
	    flex-direction: column;
	    text-align: center;
	}
	footer >div>div:nth-child(1) {
    	width: 98%;
	}
	footer >div>div:nth-child(1) {
    	width: 98%;
	}
	footer >div>div:nth-child(2) {
    	width: 95%;
	}
	.spot div img {
    	width: 95%;
	}
	.spot h4 {
	    text-align: center;
	    color: #fff;
	    font-size: 1.2em;
	    text-transform: uppercase;
	    font-weight: 600;
	    margin: 20px 5px;
	}
	.titulo {
    	justify-content: center;
	}
	.boxinfo{
		width: 90%;
	}
	footer a{
		padding:10px 50px 20px;
		width: 45%;
	}
	footer a img{
		width: 100%;
	}
}