@font-face {
	font-family: 'Conv_LAIKA';
	src: url('fonts/LAIKA.eot');
	src: local('☺'), url('fonts/LAIKA.woff') format('woff'), url('fonts/LAIKA.ttf') format('truetype'), url('fonts/LAIKA.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*----------------------------
GENÃ‰RICOS
---------------------------- */
* {
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
}

body {
  margin: 0;
  padding: 0;
}

 
body {
	font-family: 'Conv_LAIKA';
	background: #fff;
	font-size: 16px;
 	color: #fff;
	overflow-x:hidden;
} 
 
	
 img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
span {color:#fff;}

a, a:visited,  a:focus {
	text-decoration: none;
	color:#fff!important;
}
a:hover {
	text-decoration: none;
	color:#fff!important;
}

a span, a:visited span,  a:focus span{
	text-decoration: none;
	color:#fff!important;
}
a:hover span{
	text-decoration: none;
	color:#fff!important;
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect * {
	user-select: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.wrapper {
		width:100%;
		margin:0 auto;
 	 }
.container {
		width:100%;
		margin:0 auto;
    max-width: 1130px;
		opacity:1;
		    position: relative;
    z-index: 10000;
}

.brand {
	width:100%;
	max-width:300px;
	margin:0px auto 40px;
}

.brand img {
	max-width:100%;
	max-width:100%;
}
.nube {
	position:absolute;
	z-index:30;
	top:0;
	left:0;
}

.fondo.verde {
	position:absolute;
	height:14vh;
	width:100%;
	background:#b4c52d;
	z-index:10;
}
.fondo.verde:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: -71px;
    background:#b4c52d;
    transform: skewY(-2deg);
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.45);
}
.fondo.celeste {
	position:absolute;
	height:28vh;
	width:100%;
	background:#5fa8e5;
	z-index:5;
}
.fondo.celeste:before {
    content: '';
    position: absolute;
    top: 87px;
    right: 0;
    left: 0;
    bottom: -71px;
   background:#5fa8e5;
    transform: skewY(-2deg);
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.45);
}

.proximamente {
position: absolute;
      right: 76px;
    top: 180px;
}
.bajada{
	margin-top: 90px;
	margin-bottom: 100px;
}
p {
	font-size:28px;
	line-height:1.2;
	text-align:left;
}
.color-1 {
	color:#5fa8e5;
}
.color-1 {
	color:#5fa8e5;
}
.color-2 {
	color:#ce2c6e;
}
.color-3
 {
	color:#8b3f88;
}
.sub-1 {
	padding:5px;
	background:#3c4085;
	color:#fff;
}
.top ul {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
.top ul li {
	margin:10px;
}
.top ul li {
    margin: 10px;
    max-width: 130px;
}
.suscribite {
	width:100%;
	position:relative;
}
.suscribite a{

    text-decoration: none;
    color: #ffffff!important;
    padding: 5px 10px;
    background: #e0a700;
    font-size: 28px;
    margin: 10px 0;
    display: inline-block;
    float:right;
    width: 200px;
			height:40px;

    text-align: center;
}
.suscribite:after{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	right:210px;
	width:calc(100% - 210px);
	height:40px;
	background:#ce2c6e;
}
.footer {
    height: 170px; 
    position: relative;
    bottom: 0;
    background: #b9396c;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    padding-bottom: 20px;
}
.footer:before {
    content: '';
    position: absolute;
    bottom: 37px;
    right: 0;
    left: 0;
    top: -37px;
    background:#b9396c;
    transform: skewY(-2deg);
    -webkit-box-shadow: 0px -10px 8px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px -10px 8px 0px rgba(0,0,0,0.41);
    box-shadow: 0px -10px 8px 0px rgba(0,0,0,0.41);
}
.footer ul {
	display:flex;
	justify-content:center;
	align-items:center;
}
.footer ul li {
	margin:10px;
}
/*
-------------------------	respo
*/
 
@media screen and  (max-width:768px) {
	
}

@media screen and  (max-width:600px) {
.fondo.verde:before {
	bottom:-10px;
}
.nube {
	width:50%;
}
.top ul {
	margin-top:30px;
}
.proximamente {
    position: relative;
    right: 0;
    top: 20px;
}
.bajada {
    margin-top: 20px;
    margin-bottom: 40px;
}
p {
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
}
.top ul li {
margin: 9px;
    max-width: 18%;
}
.footer {
height: 100px;}
}