﻿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;
	z-index: 1000;
	width: 75px;
}
.chat img{
	width: 100%;
}


.cintillo-ayuda{
	border: 0px solid blue;
	width: 100%;
	height: 44px;
}

.cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgb(255,0,0);
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cabecera{
	position: relative;
	border: 0px solid red;
}

.logotipo img{
	width: 100%;
}

.leyenda{
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.datos{
	position: fixed;
	top: 0;
	right: 0;
	border: 1px solid red;
	width: 100%;
	display: inline-block;
}

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

	width: 45%;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	display: inline-block;

	border-radius: 4px;
}


nav{
	width: 100%;
	display: inline-block;
	margin: 40px 0 0 0;
}

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

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

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

.menu, .menu-r{
	background: #f7f7f7;
	text-align: center;
	color:red;
	font-size: 22px;
}



 .efecto{
	position: relative;
	padding: 0;
 }

 .texto-efecto-conten{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
 }
 
.texto-efecto{
	background: rgba(256,256,256,0.8);
	width: 90%;
	text-align: left;
    font-size: 20px;
    line-height: 21px;
	padding:10px 30px;
	display: inline-block;
}


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

.titulo{
	width: 100%;
	text-align: center;
	font-size: 40px;
	display: inline-block;
	margin: 0 0 30px 0;
}


.cuadro{
	position: relative;
	margin: 0 0 40px 0;
}

.cuadro img{
	width: 100%;
}

.titulo-cuadro{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgb(64,61,204,0.8);
	background: rgb(255,0,0,0.8);
	width: 92%;
	text-align: center;
	color: white;
	padding: 7px 5px;
	margin: 0 4%;
	display: inline-block;
}


.frase{
	border: 1px solid #ddd;
	background-color: white;
	width: 30.33%;
	padding: 5px;
	margin:0.5% 10px;
	display: inline-block;
}
.frase img{
	height: 260px;
}


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

.seccion strong{
	width: 100%;
	font-size: 23px;
	color: red;
	float: left;
	margin: 0 0 20px 0;
}

.palabras{
	background: #f7f7f7;
	font-size: 20px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.letritas{
	background: url(../images/fondo-rojo.jpg) no-repeat center center;
	background-size: cover;
	color: white;
	font-size: 11px;
	line-height: 12px;
	padding: 40px;
}


footer{
	background: black;
	background: rgb(252,176,69);
	background: linear-gradient(90deg, rgba(252,176,69,1) 0%, rgba(255,215,1,1) 50%, rgba(252,176,69,1) 100%);
	width: 100%;
	font-size: 22px;
	line-height: 32px;
	padding: 30px 0;
}

footer strong{
	width: 100%;
	font-size: 25px;
	margin: 0 0 30px 0;
	display: inline-block;
}

@media screen and (max-width:1200px){
	.texto-efecto-conten{
		position: relative;
		margin: 0;
	}
}
@media screen and (max-width:1000px){
	.frase{
		width: 46%;
	}
}
@media screen and (max-width:768px){
	.cintillo-ayuda{
		height: 88px;
	}
	.texto-efecto{
		padding: 10px;
	}
	.frase{
		width: 45%;
	}
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
}
@media screen and (max-width:576px){
	.frase{
		width: 100%;
	}
}