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

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

.cintillo-ayuda{
	border: 0px solid red;
	position: relative;
	width: 100%;
	height: 39px;
}
.cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	background: #1a6dc1;
	color: white;
	font-size: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.cintillo a{
	color: white;
	text-decoration: underline;
}

.cabecera{
	background: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.logotipo{
	text-align: center;
}

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

nav{
	margin-top: 34px;
}

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

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

nav ul li{
	width: 15.66%;
	float: left;
	margin: 0 0.5%;
}

.redes{
	text-align: center;
	margin-top: 40px;
}

.menu, .menu-r{
	background: #f7f7f7;
	color: black;
	font-size: 19px;
	text-align: center;
	padding: 12px 0;
}
.menu:hover, .activo, .menu-r:hover, .naranja{
	background: rgba(238,62,53,1) !important;
	background: -moz-linear-gradient(-45deg, rgba(238,62,53,1) 0%, rgba(241,111,92,1) 50%, rgba(240,79,73,1) 100%) !important;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238,62,53,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(100%, rgba(240,79,73,1))) !important;
	background: -webkit-linear-gradient(-45deg, rgba(238,62,53,1) 0%, rgba(241,111,92,1) 50%, rgba(240,79,73,1) 100%) !important;
	background: -o-linear-gradient(-45deg, rgba(238,62,53,1) 0%, rgba(241,111,92,1) 50%, rgba(240,79,73,1) 100%) !important;
	background: -ms-linear-gradient(-45deg, rgba(238,62,53,1) 0%, rgba(241,111,92,1) 50%, rgba(240,79,73,1) 100%) !important;
	background: linear-gradient(135deg, rgba(238,62,53,1) 0%, rgba(241,111,92,1) 50%, rgba(240,79,73,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3e35', endColorstr='#f04f49', GradientType=1 ) !important;
	color: white;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;

	border-radius: 5px;
}


.efecto{
	padding: 0;
}



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

.titulo{
	position: relative;
	z-index: 100;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.titulo div{
	background: #1a6dc1;
	color: white;
	font-size: 27px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 20px;
}
.titulo a{
	color: white;
}


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


.seccion{
	background: #f7f7f7;
	padding: 30px;
}
.seccion a{
	color: white !important;
}
.seccion strong{
	width: 100%;
	color: #1a6dc1;
	font-size: 24px;
	margin: 0 0 20px 0;
	display: inline-block;
}
.seccion p{
	font-size: 22px;
	line-height: 30px;
}
.boton{
	background: rgba(238,62,53,1);
	background: -moz-linear-gradient(-45deg, rgba(238,62,53,1) 0%, rgba(241,111,92,1) 50%, rgba(240,79,73,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238,62,53,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(100%, rgba(240,79,73,1)));
	background: -webkit-linear-gradient(-45deg, rgba(238,62,53,1) 0%, rgba(241,111,92,1) 50%, rgba(240,79,73,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(238,62,53,1) 0%, rgba(241,111,92,1) 50%, rgba(240,79,73,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(238,62,53,1) 0%, rgba(241,111,92,1) 50%, rgba(240,79,73,1) 100%);
	background: linear-gradient(135deg, rgba(238,62,53,1) 0%, rgba(241,111,92,1) 50%, rgba(240,79,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3e35', endColorstr='#f04f49', GradientType=1 );
	color: white;
	font-size: 24px;
	display: inline;
	padding: 7px 12px;
	cursor: pointer;
	
	border-radius: 5px;
}
.boton:hover{
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}

.imagen{
	padding: 0;
}
.imagen img, .imagen-contacto img{
	width: 100%;
}

.imagen-contacto{
	font-size: 20px;
	line-height: 30px;
	padding-top: 20px;
}


.leyenda{
	font-size: 24px;
	font-weight: bold;
}



.valores{
	padding-top: 40px;
	padding-bottom: 40px;
}

.valor{
	text-align: center;
}

.valor img{
	height: 100px;
}

.valor strong{
	width: 100%;
	font-size: 27px;
	display: inline-block;
	padding: 12px 0;
}

.valor p{
	font-size: 22px;
	line-height: 32px;
	font-weight: lighter;
}



.hacemos{
	background: #f7f7f7;
	padding:40px 0;
}


.cuadro{
	border: 2px solid #ddd;
	background: white;
	padding: 0;
	margin: 0 0 30px 0;
}
.cuadro img{
	width: 100%;
}

.texto-cuadro{
	font-size: 20px;
	line-height: 30px;
	padding: 12px;
}
.texto-cuadro strong{
	width: 100%;
	text-align: center;
	color: #1a6dc1;
	font-size: 27px;
	font-weight: normal;
	display: inline-block;
	margin: 0 0 30px 0;
}




.entrada{
	border: 0px solid red;
	width: 100%;
	margin: 0 0 35px 0;
	display: inline-block;
}

.entrada:hover .texto-entrada{
	color: black;
}
.entrada:hover .texto-entrada strong{
	color: blue;
}

.imagen-entrada{
	width: 25%;
	float: left;
}

.imagen-entrada img{
	width: 100%;
	float: left;
}

.texto-entrada{
	border: 0px solid red;
	width: 73%;
	color: gray;
	float: left;
	padding: 0 0 0 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-entrada strong{
	background: transparent;
	width: 100%;
	font-size: 22px;
	color: #555963;
	float: left;
}

.texto-entrada span{
	width: 100%;
	font-weight: normal;
	color: #555963;
	font-size: 14px;
	margin: 10px 0;
	float: left;
}

.texto-entrada p{
	width: 100%;
	height: 120px;
	line-height: 20px;
	font-weight: normal;
	float: left;
	overflow: hidden;
}



.titulo-e{
	width: 100%;
	text-align: center;
	font-size: 27px;
	color: #1a6dc1;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 30px 0;
}

.e{
	width: 100%;
	display: inline-block;
}

.texto-e{
	border: 0px solid red;
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
}

.texto-e img{
	width: 30%;
	vertical-align: text-top;  
	float: left;
	margin: 0 20px 20px 0;
}


.titulo-tarjeta{
	text-align: center;
	font-size: 32px;
	color: gray;
	margin: 20px 0 0 0;
}


.circulo{
	width: 30%;
	margin: 0 35%;
}
.circulo img{
	width: 100%;
}

.text{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: gray;
	line-height: 30px;
	margin: 30px 0;
}

.botones{
	text-align: center;
}
.botones .boton{
	color: white;
}
.whatsapp{
	background: #1fa112 !important;
}
.llamada{
	background: #0084c9 !important;
}
.correo{
	background: #f2ae1a !important;
}



footer{
	background: #1a6dc1;
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer strong{
	width: 100%;
	font-size: 23px;
	text-shadow: 2px 2px 2px black;
	display: inline-block;
	margin: 0 0 15px 0;
}
footer a, footer a:hover{
	color: white;
}


@media screen and (max-width:1200px){
	.d1200{
		display: none;
	}
	.boton{
		width: 50%;
		margin: 0 25% 20px;
		display: inline-block;
	}
	.cintillo{
		text-align: center;
	}
}
@media screen and (max-width:800px){
	.circulo{
		width: 50%;
		margin: 0 25%;
	}
	.boton{
		width: 80%;
		margin: 0 10% 15px;
	}
}
@media screen and (max-width:768px){
	.menu-r{
		display: block;
	}
	nav, .redes{
		margin: 5px 0;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
}
@media screen and (max-width:600px){
	.imagen-entrada, .texto-e img{
		width: 100%;
		margin-bottom: 30px;
	}
	.texto-entrada{
		width: 100%;
	}
	.circulo{
		width: 70%;
		margin: 0 15%;
	}
	.boton{
		width: 100%;
		margin: 0 0 15px;
	}
	.chat{
		width: 45px;
		bottom: 40px;
		right: 40px;
	}
}