﻿body{
	font-family: 'Montserrat', sans-serif !important;
}

.cabecera{
	padding-top: 20px;
	padding-bottom: 20px;
}

.logotipo{
	text-align: center;
}
.logotipo img{
	width: 100%;
}

.datos{
	margin-top: 15px;
}
.datos img{
	width: 30px;
}
.datos span{
	border: 0px solid red;
	text-align: center;
	font-size: 19px;
	font-weight: lighter;
	margin: 0px 70px 0 0;
}


#menu{
	background: #814a99;
}

nav{
	border: 0px solid red;
}

.menu-r{
	width: 100%;
	text-align: center;
	cursor: pointer;
	display: none;
}

nav ul{
	list-style: none;
	padding: 0;
}

nav a, nav a:hover{
	color: white;
	text-decoration: none;
}

nav ul li{
	float: left;
}

.menu, .menu-r{
	font-size: 20px;
	color: white;
	padding: 12px 30px;

	transition: all 0.2s;
}
.menu:hover, .menu-r:hover{
	color: #e5732f;
	text-decoration: underline;
}

.redes{
	text-align: left;
	margin-top: 12px;
}
.redes img{
	width: 30px;
	margin: 0 2px;
}

.efecto{
	padding: 0;
}


.contenido{
	padding-top: 30px;
	padding-bottom: 30px;
}

.titulo{
	width: 100%;
	color: #e5732f;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}

.texto{
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 30px;
}

.seccion{
	font-size: 22px;
	line-height: 34px;
}

.imagen-seccion img{
	width: 100%;
}


.banner{
	background: url(../images/fondo-banner.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.banner2{
	background: url(../images/fondo-banner2.jpg) no-repeat center center;
	background-size: cover;
}

.texto-banner{
	background: rgb(129,74,153,0.8);
	color: white;
	font-size: 22px;
	line-height: 32px;
	padding: 12px;
}


footer{
	background: black;
	color: white;
	font-size: 22px;
	line-height: 32px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer img{
	width: 30px;
}

footer strong{
	width: 100%;
	display: inline-block;
	margin: 0 0 20px 0;
}

@media screen and (max-width:1200px){
	.redes{
		text-align: center;
	}
	nav ul li{
		width: 20%;
	}
	.menu{
		text-align: center;
		padding: 5px 0;
	}
}
@media screen and (max-width:992px){
	.logotipo img{
		width: 60%;
	}
	.datos span{
		width: 49%;
		margin: 0;
		display: inline-block;
	}
}
@media screen and (max-width:768px){
	.logotipo img{
		width: 70%;
	}
	.datos span{
		width: 100%;
	}
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
}
@media screen and (max-width:576px){
	.logotipo img{
		width: 90%;
	}
	.i49{
		width: 99% !important;
	}
}