@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	background-color:#ddd;
	
	
}

h1{
font-family: 'Raleway', sans-serif;
	margin: 0;
}
p{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #999;
}

a:link{
	color: #29abe2;
	text-decoration: inherit;
}

a:hover{
	color: #fff;
	text-decoration: underline;
}
a:visited{
	color: #29abe2;
	text-decoration: inherit;
}

img {
	border: 0px;
}
.main{
	width: 100%;
	height: auto;
}


.logo{
	min-width: 250px;
	max-width: 250px;
	margin-left: 6%;
	margin-bottom: 2%
	height: auto;
	margin-top: 10px;
}


.logo img{
	width: 100%;
	height: auto;
}

.contenidos1{
	width: 82%;
	margin-left: 6%;
	margin-top: 2%;
	padding-top: 1%;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 1%;
	background-color: #FFFFFF;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	float: left;
}

.contenidos1 h1{
	text-align: left;
	font-size: 32px;
	color: #475056;
	margin-top: 10px;
}

.contenidos p{
	text-align: center;
	line-height:.8;
}

.card{
	width: 43%;
	margin-top: 1%;
	margin-right: 2%;
	margin-left: 0%;
	margin-bottom: 1%;
	padding: 1%;
	background-color: #FFFFFF;
	color: #fff;
	float: left;
}
.card_text{
	float: left;
	width: 60%;
	margin-left: 5%;
}

.card_img{
	float: left;
	width: 35%;
}

.card_img img{
	width: 100%;
	height: auto;
}
.card h1{
	text-align: left;
	color: #29abe2;
	font-size: 18px;
}

.card p{
	text-align: left;
	line-height: 1.2;
	
}

.preguntas{
	width: 90%;
	padding-right: 5%;
	padding-top: 1%;
	padding-left: 5%;
	padding-bottom: 1%;
	background-color: #29abe2;
	float: left;

}

.preguntas_cont{
	width: 82%;
	margin-left: 3%;
	margin-top: 0%;
	padding-top: 1%;
	padding-right: 3%;
	padding-left: 1.5%;
	padding-bottom: 0%;
}

.preguntas_cont h1{
	text-align: left;
	font-size: 32px;
	color: #fff;
	margin-top: 0px;
}

.preguntas_cont p{
	text-align: left;
	line-height: 0.5;
	color: #fff;
}

.preguntas_cont p img{
	width: 60px;
	height: 60px;
}

.whats{
	width: 60px;
	height: 60px;
	background-image: url(../imgs/whats.png);
	background-size: cover;
}

.whats:hover{
	width: 60px;
	height: 60px;
	background-image: url(../imgs/whats_over.png);
	background-size: cover;
}

.contenidos2{
	width: 82%;
	margin-left: 6%;
	margin-top: 0%;
	margin-bottom: 2%;
	padding-top: 1%;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 1%;
	background-color: #FFFFFF;
	border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	float: left;
}

.contenidos2 h1{
	text-align: center;
	color: #29abe2;
	font-size: 25px;
}

@media screen and (max-width : 534px ){
	
	.card{
		width: 90%;
	}
	
	.contenidos2 {
	margin-bottom: 7%;
}
	.contenidos2 h1{
	font-size: 18px;
}
}