*{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	height: 100%;
	min-height: 1000px;
	background-image: url('../imagenes/fondo.png');
}
header{
	width: 100%;
	background: #0071BC;
	height: 70px;
}
.cabeza{
	width: 1280px;
	margin: auto;
}
.menu{
	display: none;
}
.contenedor{
	width: 1280px;
	min-width: 1024px;
	margin: auto;
	height: 100%;
	min-height: 730px;
}
nav{
	width: 1280px;
	min-width: 1024px;
	height: 60px;
	position: absolute;
	z-index: 10;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.caja{
	width: 17%;
	height: 80px;
	display: flex;
	flex-direction: column;
}
ul{
	width: 100%;
	display: flex;
}
li{
	list-style: none;
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
li:hover{
	cursor: pointer;
}
a{
	text-decoration: none;
}
.marron{
	background: #C69C6D;
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.marronbajo{
	background: #C69C6D;
	width: 100%;
	height: 70px;
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	 -o-transition: all 0.3s ease-out;
}
.naranja{
	background: #F7931E;
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.naranjabajo{
	background: #F7931E;
	width: 100%;
	height: 70px;
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	 -o-transition: all 0.3s ease-out;
}
.verde{
	background: #39B54A;
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.verdebajo{
	background: #39B54A;
	width: 100%;
	height: 70px;
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	 -o-transition: all 0.3s ease-out;
}
.morado{
	background: #662D91;
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.moradobajo{
	background: #662D91;
	width: 100%;
	height: 70px;
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	 -o-transition: all 0.3s ease-out;
}
.azul{
	background: #3FA9F5;
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.azulbajo{
	background: #3FA9F5;
	width: 100%;
	height: 70px;
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	 -o-transition: all 0.3s ease-out;
}
.naranja2{
	background: #F7931E;
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.naranja2bajo{
	background: #F7931E;
	width: 100%;
	height: 70px;
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	 -o-transition: all 0.3s ease-out;
}
.bnaranja{
	background: #F15A24;
	width: 100%;
	height: 10px;
}
.bnaranja2{
	background: #F15A24;
	width: 100%;
	height: 10px;
}
.bmorado{
	background: #662D91;
	width: 100%;
	height: 10px;
}
.bazul{
	background: #29ABE2;
	width: 100%;
	height: 10px;
}
.bverde{
	background: #009245;
	width: 100%;
	height: 10px;
}
#slider{
	width: 100%;
	overflow: hidden;
}
#slider img{
	width: 1279px;
	position: absolute;
	z-index: 1;
	top: 130px;
	transition: opacity 1.5s;
	opacity: 0;
}
#slider img:nth-child(1){
	opacity: 1;
}
.botones{
	width: 150px;
	height: 15px;
	position: absolute;
	z-index: 5;
	top: 500px;
	margin-left: 565px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.btn{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #662D91;
}
.btn:nth-child(1){
	background: #FFFF00;
}
.btn:hover{
	cursor: pointer;
}
.articulos{
	width: 1280px;
	height: 250px;
	margin-top: 505px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.articulo{
	width: 200px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.articulo:hover{
	cursor: pointer;
}
.articulo .imgBase{
	width: 100%;
}
.articulo .imgeTitulo{
	position: absolute;
	margin-top: 110px;
}
.textoArticulo{
	background: #F8F1A1;
	width: 100%;
	height: 114px;
}
.textoArticulo p{
	width: 75%;
	height: 100px;
	text-align: justify;
	margin-top: 20px;
	margin-left: 25px;
	color: #2E3192;
	font-family: 'Roboto';
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	line-height: 17px
}
.informacion{
	margin-top: 40px;
	width: 100%;
	background: #EF782C;
	height: 200px;
}
.contenidoInformacion{
	width: 1280px;
	background: #EF782C;
	height: 200px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.contactenos{
	padding-top: 10px;
	width: 400px;
	height: 170px;
}
.contactenos .tituloContac{
	font-family: 'Roboto';
	margin-bottom: 15px;
	font-size: 22px;
	color: #ffffff;
}
.info{
	width: 400px;
	height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.info img{
	width: 25px;
}
.textoContac{
	font-family: 'Roboto';
	font-size: 15px;
	color: #662D91;
	margin-left: 10px;
}
.formulario{
	width: 620px;
	height: 171px;
	padding-top: 10px;
	display: flex;
	flex-direction: row;
}
form{
	display: flex;
	flex-direction: row;
}
.tituloForm{
	font-family: 'Roboto';
	margin-bottom: 15px;
	font-size: 22px;
	color: #ffffff;
}
.caja1{
	display: flex;
	flex-direction: column;
}
input{
	font-size: 14px;
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	color: #999999;
	padding-left: 10px;
}
.input{
	width: 260px;
	height: 30px;
	border: none;
	margin-top: 5px;
}
.enviar{
	width: 100px;
	height: 30px;
	background: #7600ff;
	border: none;
	margin-top: 5px;
	color: #ffffff;
	font-style: normal;
	border-style: outset;
	border-color: #7600ff;
}
.enviarmobil{
	display: none;
}
textarea{
	width: 300px;
	height: 93px;
	margin-left: 38px;
	margin-top: 46px;
	font-size: 14px;
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	color: #999999;
	resize: none;
	border: none;
	padding-left: 10px;
	padding-top: 8px;
}
.error{
    font-family: 'Roboto';
    color: #ffffff;
    font-style: italic;
    text-align: center;
}
footer{
	bottom: 0;
}
.pie-pagina{
	width: 100%;
	height: 40px;
	background: #0071BC;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pie-pagina p{
	font-family: 'Roboto';
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}
/*********************************  MEDIA QUERYS *****************************************************/
/*****************************************************************************************************/
@media screen and (min-width: 980px) and (max-width: 1024px){
	body{
		width: 1024px;
		min-width: 960px;
		min-height: 600px;
	}
	.cabeza{
		width: 973px;
		min-width: 922px;
	}
	.contenedor{
		width: 972px;
		min-width: 922px;
		min-height: 665px;
	}
	nav{
		width: 973px;
		min-width: 922px;
		height: 60px;
	}
	li{
		font-size: 16px;
	}
	#slider{
		width: 973px;
		overflow: hidden;
	}
	#slider img{
		width: 973px;
	}
	.botones{
		top: 410px;
		margin-left: 411.5px;
	}
	.articulos{
		width: 973px;
		margin-top: 390px;
	}
	.articulo:nth-child(3){
		display: none;
	}
	.informacion{
		margin-top: 0px;
		width: 100%;
	}
	.contenidoInformacion{
		width: 973px;
	}
	.contactenos{
		width: 300px;
		height: 170px;
	}
}
@media screen and (min-width: 920px) and (max-width: 979px){
	body{
		width: 100%;
		min-width: 920px;
		min-height: 900px;
	}
	.cabeza{
		width: 920px;
	}
	.contenedor{
		width: 920px;
		min-width: 920px;
		min-height: 615px;
	}
	nav{
		width: 920px;
		min-width: 920px;
		height: 60px;
	}
	li{
		font-size: 15px;
	}
	#slider{
		width: 920px;
	}
	#slider img{
		width: 920px;
	}
	.botones{
		width: 120px;
		top: 395px;
		margin-left: 411.5px;
	}
	.btn{
		width: 12px;
		height: 12px;
	}
	.articulos{
		width: 920px;
		margin-top: 375px;
	}
	.articulo:nth-child(3){
		display: none;
	}
	.informacion{
		margin-top: 25px;
		width: 100%;
		max-width: 979px;
		min-width: 950px;
	}
	.contenidoInformacion{
		width: 920px;
	}
	.contactenos{
		width: 250px;
		height: 170px;
	}
}
@media screen and (min-width: 600px) and (max-width: 919px){
	.cabeza{
		width: 600px;
	}
	.contenedor{
		width: 600px;
		min-width: 600px;
		min-height: 775px;
	}
	nav{
		width: 600px;
		min-width: 600px;
		height: 50px;
	}
	.caja{
		height: 50px;
	}
	li{
		font-size: 12px;
		text-align: center;
	}
	.marron{
		height: 40px;
	}
	.marronbajo{
		background: #C69C6D;
		width: 100%;
		height: 50px;
		-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
	}
	.naranja{
		height: 40px;
	}
	.naranjabajo{
		background: #F7931E;
		width: 100%;
		height: 50px;
		-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
	}
	.verde{
		height: 40px;
	}
	.verdebajo{
		background: #39B54A;
		width: 100%;
		height: 50px;
		-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
	}
	.morado{
		height: 40px;
	}
	.moradobajo{
		background: #662D91;
		width: 100%;
		height: 50px;
		-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
	}
	.azul{
		height: 40px;
	}
	.azulbajo{
		background: #3FA9F5;
		width: 100%;
		height: 50px;
		-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
	}
	.naranja2{
		height: 40px;
	}
	.naranja2bajo{
		background: #F7931E;
		width: 100%;
		height: 50px;
		-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
	}
	.bnaranja{
		height: 5px;
	}
	.bnaranja2{
		height: 5px;
	}
	.bmorado{
		height: 5px;
	}
	.bazul{
		height: 5px;
	}
	.bverde{
		height: 5px;
	}
	#slider img{
		width: 600px;
		top: 115px;
	}
	.botones{
		display: none;
	}
	.articulos{
		width: 600px;
		height: 280px;
		margin-top: 240px;
		flex-wrap: wrap;
	}
	.articulo{
		width: 230px;
	}
	.articulo:nth-child(3){
		display: none;
	}
	.articulo .imgeTitulo{
		margin-top: 130px;
	}
	.informacion{
		margin-top: 25px;
		height: 390px;
	}
	.contenidoInformacion{
		width: 590px;
		height: 390px;
		flex-direction: column-reverse;
	}
	.formulario{
		width: 580px;
	}
	.input{
		width: 260px;
	}
	textarea{
		width: 285px;
		margin-left: 28px;
	}
	.contactenos{
		height: 180px;
	}
}
@media screen and (min-width: 421px) and (max-width: 599px){
	header{
		height: 40px;
		display: flex;
		flex-direction: row;
	}
	.cabeza{
		width: 376px;
		margin: auto;
	}
	.cabeza img{
		width: 100px;
		margin-top: 3px;
	}
	.menu{
		background: #FBB03B;
		width: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu:hover{
		background: #fa9800;
		cursor: pointer;
	}
	.menu i{
		color: #ffffff;
	}
	.contenedor{
		width: 421px;
		min-width: 421px;
	}
nav{
		width: 300px;
		min-width: 300px;
		height: 400px;
		position: absolute;
		z-index: 10;
		right: 100%;
		display: flex;
		flex-direction: column;
	}
	ul{
		width: 300px;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.caja{
		width: 300px;
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	li{
		list-style: none;
		font-family: 'Roboto';
		color: #ffffff;
		font-size: 14px;
		display: flex;
	}
	a{
		display: flex;
		flex-direction: row;
	}
	.marron{
		background: #C69C6D;
		width: 290px;
		height: 40px;
	}
	.marronlado{
		background: #C69C6D;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.naranja{
		background: #F7931E;
		width: 290px;
		height: 40px;
	}
	.naranjalado{
		background: #F7931E;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.verde{
		background: #39B54A;
		width: 290px;
		height: 40px;
	}
	.verdelado{
		background: #39B54A;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.morado{
		background: #662D91;
		width: 290px;
		height: 40px;
	}
	.moradolado{
		background: #662D91;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.azul{
		background: #3FA9F5;
		width: 290px;
		height: 40px;
	}
	.azullado{
		background: #3FA9F5;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.naranja2{
		background: #F7931E;
		width: 290px;
		height: 40px;
	}
	.naranja2lado{
		background: #F7931E;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.bnaranja{
		background: #F15A24;
		width: 10px;
		height: 100%;
	}
	.bnaranja2{
		background: #F15A24;
		width: 10px;
		height: 100%;
	}
	.bmorado{
		background: #662D91;
		width: 10px;
		height: 100%;
	}
	.bazul{
		background: #29ABE2;
		width: 10px;
		height: 100%;
	}
	.bverde{
		background: #009245;
		width: 10px;
		height: 100%;
	}
	#slider img{
		width: 320px;
		top: 40px;
	}
	#slider img{
		width: 421px;
		top: 40px;
	}
	.botones{
		display: none;
	}
	.articulos{
		width: 421px;
		height: 1180px;
		margin-top: 140px;
		display: flex;
		flex-direction: column;
	}
	.articulo{
		width: 421px;
		flex-direction: column;
	}
	.articulo:nth-child(3){
		display: none;
	}
	.articulo .imgeTitulo{
		z-index: 4;
		margin-top: 145px;
	}
	.textoArticulo{
		width: 421px;
		position: absolute;
		margin-top: 174px;
	}
	.textoArticulo p{
		width: 85%;
		font-style: normal;
		font-size: 19px;
		line-height: 25px;
		font-weight: 100;
		margin-top: 25px;
	}
	.informacion{
		margin-top: 5px;
		height: 500px;
	}
	.contenidoInformacion{
		width: 410px;
		height: 500px;
		flex-direction: column-reverse;
	}
	.formulario{
		width: 410px;
		height: 290px;
		padding-top: 10px;
		display: flex;
		flex-direction: column;
	}
	form{
		display: flex;
		flex-direction: column;
	}
	.tituloForm{
		font-family: 'Roboto';
		margin-bottom: 15px;
		font-size: 22px;
		color: #ffffff;
	}
	.caja1{
		display: flex;
		flex-direction: column;
	}
	.input{
		width: 400px;
	}
	.enviar{
		display: none;
	}
	.caja2{
		display: flex;
		flex-direction: column;
	}
	textarea{
		width: 400px;
		margin-left: 0;
		margin-top: 5px;
	}
	.enviarmobil{
		display: flex;
		width: 100px;
		height: 30px;
		background: #7600ff;
		border: none;
		margin-top: 5px;
		color: #ffffff;
		font-style: normal;
		border-style: outset;
		border-color: #7600ff;
		padding-left: 0;
	}
	.contactenos{
		padding-top: 10px;
		margin-top: 10px;
		width: 300px;
		height: 180px;
	}
	.contactenos .tituloContac{
		font-family: 'Roboto';
		margin-bottom: 15px;
		font-size: 22px;
		color: #ffffff;
	}
	.info{
		width: 300px;
		height: 30px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.info img{
		width: 25px;
	}
	.textoContac{
		font-family: 'Roboto';
		font-size: 14px;
		color: #662D91;
		margin-left: 10px;
	}
}
@media screen and (min-width: 320px) and (max-width: 420px){
	header{
		height: 40px;
		display: flex;
		flex-direction: row;
	}
	.cabeza{
		width: 275px;
		margin: auto;
	}
	.cabeza img{
		width: 100px;
		margin-top: 3px;
	}
	.menu{
		background: #FBB03B;
		width: 46px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu:hover{
		background: #fa9800;
		cursor: pointer;
	}
	.menu i{
		color: #ffffff;
	}
	.contenedor{
		width: 320px;
		min-width: 300px;
		margin:auto;
	}
	nav{
		width: 300px;
		min-width: 300px;
		height: 400px;
		position: absolute;
		z-index: 10;
		right: 100%;
		display: flex;
		flex-direction: column;
	}
	ul{
		width: 300px;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.caja{
		width: 300px;
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	li{
		list-style: none;
		font-family: 'Roboto';
		color: #ffffff;
		font-size: 14px;
		display: flex;
	}
	a{
		display: flex;
		flex-direction: row;
	}
	.marron{
		background: #C69C6D;
		width: 290px;
		height: 40px;
	}
	.marronlado{
		background: #C69C6D;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.naranja{
		background: #F7931E;
		width: 290px;
		height: 40px;
	}
	.naranjalado{
		background: #F7931E;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.verde{
		background: #39B54A;
		width: 290px;
		height: 40px;
	}
	.verdelado{
		background: #39B54A;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.morado{
		background: #662D91;
		width: 290px;
		height: 40px;
	}
	.moradolado{
		background: #662D91;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.azul{
		background: #3FA9F5;
		width: 290px;
		height: 40px;
	}
	.azullado{
		background: #3FA9F5;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.naranja2{
		background: #F7931E;
		width: 290px;
		height: 40px;
	}
	.naranja2lado{
		background: #F7931E;
		width: 310px;
		height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.bnaranja{
		background: #F15A24;
		width: 10px;
		height: 100%;
	}
	.bnaranja2{
		background: #F15A24;
		width: 10px;
		height: 100%;
	}
	.bmorado{
		background: #662D91;
		width: 10px;
		height: 100%;
	}
	.bazul{
		background: #29ABE2;
		width: 10px;
		height: 100%;
	}
	.bverde{
		background: #009245;
		width: 10px;
		height: 100%;
	}
	#slider img{
		width: 320px;
		top: 40px;
	}
	.botones{
		display: none;
	}
	.articulos{
		width: 320px;
		height: 1050px;
		margin-top: 110px;
		display: flex;
		flex-direction: column;
	}
	.articulo{
		width: 320px;
		flex-direction: column;
	}
	.articulo:nth-child(3){
		display: none;
	}
	.articulo .imgeTitulo{
		z-index: 4;
	}
	.textoArticulo{
		width: 320px;
		position: absolute;
		margin-top: 140px;
	}
	.textoArticulo p{
		width: 85%;
		font-style: normal;
		font-size: 16px;
		line-height: 20px;
	}
	.informacion{
		margin-top: 5px;
		height: 500px;
	}
	.contenidoInformacion{
		width: 300px;
		height: 500px;
		flex-direction: column-reverse;
	}
	.formulario{
		width: 300px;
		height: 290px;
		padding-top: 10px;
		display: flex;
		flex-direction: column;
	}
	form{
		display: flex;
		flex-direction: column;
	}
	.tituloForm{
		font-family: 'Roboto';
		margin-bottom: 15px;
		font-size: 22px;
		color: #ffffff;
	}
	.caja1{
		display: flex;
		flex-direction: column;
	}
	.input{
		width: 290px;
	}
	.enviar{
		display: none;
	}
	.caja2{
		display: flex;
		flex-direction: column;
	}
	textarea{
		width: 290px;
		margin-left: 0;
		margin-top: 5px;
	}
	.enviarmobil{
		display: block;
		width: 100px;
		height: 30px;
		background: #7600ff;
		border: none;
		margin-top: 5px;
		color: #ffffff;
		font-style: normal;
		border-style: outset;
		border-color: #7600ff;
		padding-left: 0;
	}
	.contactenos{
		padding-top: 10px;
		margin-top: 10px;
		width: 300px;
		height: 180px;
	}
	.contactenos .tituloContac{
		font-family: 'Roboto';
		margin-bottom: 15px;
		font-size: 22px;
		color: #ffffff;
	}
	.info{
		width: 300px;
		height: 30px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.info img{
		width: 25px;
	}
	.textoContac{
		font-family: 'Roboto';
		font-size: 14px;
		color: #662D91;
		margin-left: 10px;
	}
}
