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

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

.cabecera{
	background: rgb(33,76,128);
	background: linear-gradient(180deg, rgba(33,76,128,1) 0%, rgba(0,158,232,1) 50%, rgba(33,76,128,1) 100%);
}

.logotipo{
	text-align: center;
}

.logotipo img{
	background: white;
	width: 90%;
}

nav{
	margin: 30px 0 0 0;
}

.menu-r{
	cursor: pointer;
	display: none;
	margin: 0 0 30px 0;
}

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

nav ul li{
	width: 23%;
	float: left;
	margin-left: 2%;
}

.menu, .menu-r{
	background: white;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	padding: 4px 0;

	border-radius: 6px;
}
.dosM{
	line-height: 21px;
	padding: 0;
}

.datos{
	width: 100%;
	display: inline-block;
	margin: 12px 0 0 0;
}

.datos span{
	border: 0px solid white;
	width: 33.33%;
	text-align: center;
	font-size: 20px;
	color: white;
	display: inline-block;
}


.efecto{
	background: white;
}

.texto-efecto{
	font-size: 28px;
	line-height: 38px;
}

.texto-efecto p{
	padding: 0px 30px;

	box-sizing: border-box;
}

.texto-efecto strong{
	border: 0px solid red;
	width: 100%;
	color: #1773a9;
	font-size: 31px;
	display: inline-block;
}


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

.titulo{
	width: 100%;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px black;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 40px 0;
}

.seccion{
	font-size: 22px;
	line-height: 32px;
}
.seccion strong{
	color: #204d7f;
	font-size: 25px;
}


.texto{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	padding: 0 100px;
}


footer{
	background: #204c7f;
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding: 60px 0 30px;
}

footer strong{
	width: 100%;
	font-size: 24px;
	text-shadow: 3px 3px 3px black;
	margin: 0 0 30px 0;
	display: inline-block;
}

@media screen and (max-width:1000px){
	.d1000{
		display: none !important;
	}
	.datos span{
		width: 100% !important;
	}
}

@media screen and (max-width:700px){
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.menu{
		padding: 6px 0 !important;
	}
	.menu-r{
		display: block;
	}
}
@media screen and (max-width:600px){
	.logotipo img{
		width: 50%;
	}
	.texto{
		padding: 0 10px;
	}
}