<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html{
	background-color: #390d5d;
	background: url(fondo.jpg) no-repeat center top;
	background-size: cover;
	height: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
}
img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

@font-face{
	font-family:Proxima Nova;
	src:url(proximanova-regular-webfont.ttf) format('truetype');
	font-weight:normal;
	font-style:normal;
}

h3{
	font-family: Proxima Nova;
	font-weight: bold;
	font-size: 30px;
	color: #ffffff;
	line-height: 38px;
	position: relative;
}
.banner-footer{
    background-color: #ff3653;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px 25px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}
.banner-footer h4 {
    margin: 15px 0;
}

.vmiddle{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
img.vmiddle {
	margin-top: 5px;
}

.social{
	width: 60px;
	height: 60px;
	display: inline-block;
	margin: 0 auto;
}
.social-fb{
	background-image: url("fb.png");
	transition: all 1s ease;
	background-size: cover;
}
/*
.social-fb:hover{
	background-image: url("fb-h.png");
}
*/
.social-ig{
	background-image: url("insta.png");
	transition: all 1s ease;
	background-size: cover;
}
/*
.social-fb:hover{
	background-image: url("fb-h.png");
}
*/

.social-yt{
	background-image: url("yt.png");
	transition: all 1s ease;
}
.social-yt:hover{
	background-image: url("yt-h.png");
}
.logo{
    max-width: 85%;
}
.text2{
    font-size: 18px;
}
.text3{
    font-size: 19px;
}
@media (min-width: 1024px){
    .text{
        line-height: 44px;
    }
    .text2{
        font-size: 25px;
    }
    .text3{
        font-size: 25px;
    }
}
@media (max-width: 768px){
    .social{
        width: 40px;
        height: 40px;
    }
    .boton{
        max-width: 80%;
    }
.logo{
    max-width: 75%;
}
    .text-center h3 br {
    display: none;
}
    .text-center h3{
        font-size: 20px;
        line-height: 1.5;
    }
    .banner-footer h4{
        font-size : 20px;
    }
}
@media (max-height: 625px){
	.container{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	body{
		display: block;
	}
	.logo{
		width: 250px;
	}
}</pre></body></html>