﻿body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	font-family: 'Montserrat', sans-serif !important;
}

.chat{
	position: fixed;
	bottom: 100px;
	right: 100px;
	width: 70px;
	z-index: 100;
}
.chat img{
	width: 100%;
}

.cabecera{
	background: black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.logotipo img{
	width: 100%;
}

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

nav{
	margin: 22px 0 0 0;
}

.menu-r{
	cursor: pointer;
	display: none;
}

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

nav ul li{
	width: 25%;
	float: left;
}

.menu, .menu-r{
	color: white;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	padding: 5px 0;
}

.menu:hover, .activo, .menu-r:hover{
	background: #f10826;
	font-weight: bold;	
}

.efecto{
	padding: 0;
}


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

.titulo{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: red;
	margin-bottom: 30px;
}

.texto{
	font-size: 22px;
	line-height: 32px;
}

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

.seccion strong{
	color: red;
}

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

.boton{
	background: red;
	color: white;
	display: inline-block;
	padding: 4px 10px;
}


.banner{
	position: relative;
	background: url(../images/fondo-banner.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}
.fondo-banner2{
	background: url(../images/fondo-banner2.jpg) no-repeat center center;
	background-size: cover;
}
.fondo-oscuro{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}
.texto-banner{
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px red;
	font-weight: bold;
	font-size: 32px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.texto-banner2{
	position: relative;
	z-index: 2;
	width: 100%;
	color: white;
	text-shadow: 2px 2px 2px black;
	font-size: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}


.amarillo{
	background: #f6edd1;
	padding-top: 40px;
	padding-bottom: 40px;
}

.testimonio{
	border: 3px solid #ddd;
	background: white;
	padding: 12px;
	margin-bottom: 30px;

	border-radius: 10px;
}
.testimonio span{
	width: 100%;
	text-align: right;
	font-style: italic;
	display: inline-block;
}

.cuadro{
	margin-bottom: 30px;
}
.cuadro img{
	width: 100%;
}
.cuadro strong{
	width: 100%;
	text-align: right;
	font-size: 22px;
	padding: 5px 0;
}


.pregunta{
	background: white;
	font-size: 18px;
	font-weight: lighter;
	padding: 12px;
	margin: 0 0 20px 0;
}
.pregunta strong{
	color: red;
	font-weight: bold;
}


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

footer a, footer a:hover{
	color: white;
}

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

@media screen and (max-width:576px){
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
}