﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?kgyb89');
  src:  url('../fonts/icomoon.eot?kgyb89#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?kgyb89') format('truetype'),
    url('../fonts/icomoon.woff?kgyb89') format('woff'),
    url('../fonts/icomoon.svg?kgyb89#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e900";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}





body{
	background: url(../images/fondo2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
}

#chat{
	position: fixed;
	bottom: 200px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 120px;
	text-align: center;
	padding: 10px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

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

#chat strong{
	width: 100%;
	font-size: 22px;
	float: left;
}

#chat img{
	width: 80px;
}

.llamar{
	position: fixed;
	bottom: 100px;
	right: 85px;
	z-index: 10000;
	width: 75px;
}
.llamar img{
	width: 100%;
}


#wrapP{
	width: 1220px;
	margin: 0 auto;
}

#pagina{
	border: 10px solid white;
	border-top: 10px solid white;
	width: 100%;
	float: left;

	box-shadow: 10px 10px 10px black;

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

#cabecera{
	background: #f7f7f7;
	width: 100%;
	float: left;
}

#logotipo{
	width: 100%;
	text-align: center;
	color: blue;
	font-family: 'Lexend Deca', sans-serif;
	font-size: 45px;
	float: left;
	padding: 0 0 20px;
}

#logotipo strong{
	width: 100%;
	float: left;
}

#logotipo span{
	width: 100%;
	color: red;
	font-size: 30px;
	font-weight: lighter;
	text-shadow: 0 0 0 white !important;
	float: left;
	margin: 20px 0 0 0;
}


#datos{
	background: #741c3e;
	background: white;
	width: 100%;
	float: left;
}

#datos span{
	border: 0px solid red;
	width: 33.33%;
	text-align: center;
	color: black;
	font-size: 22px;
	font-weight: bold;
	float: left;
	padding: 12px 0;

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

#datos span img{
	width: 30px;
	margin: -10px 0 0 0;
}

#datos a{
	color: blue;
}


#menu{
	width: 100%;
	float: left;
}
.menu-r{
	display: none;
}
#menu ul{
	width: 100%;
	float: left;
}
#menu ul li{
	border: 0px solid red;
	width: 25%;
	float: left;
}
.menu, .menu-r{
	width: 100%;
	text-align: center;
	font-size: 20px;
	padding: 12px 0;
	cursor: pointer;
}


#efecto{
	width: 100%;
	float: left;
}

#efectoi{
	width: 65%;
	float: left;
	padding: 20px 10px;

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

#efectod{
	background: #f7f6d8;
	width: 34%;
	color: black;
	float: right;
	padding: 20px 10px;
	margin: 20px 0 0 0;

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

#efectod strong{
	width: 100%;
	text-align: center;
	font-size: 24px;
	float: left;
	margin: 0 0 30px 0;
}


#contenido{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: blue;
	font-weight: bold;
	float: left;
	padding: 0 20px;

	box-sizing: border-box;
}

.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: blue;
	float: left;
	margin: 0 0 30px 0;

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


.texto1{
	background: url(../images/fondo-mariachi.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 49%;
	color: white;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 20px;
	margin: 20px 0 30px 0;

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

.texto1 strong{
	width: 100%;
	text-align: center;
	font-size: 24px;
	float: left;
}

.mitad{
	width: 50%;
	float: left;
}


.cuadro{
	background: #ddd;
	width: 24%;
	font-size: 21px;
	line-height: 26px;
	text-align: center;
	float: left;
	margin: 20px 0.5% 0;
	padding: 20px 0 0;
}

.cuadro strong{
	width: 100%;
	font-size: 27px;
	line-height: 32px;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 20px;

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

.cuadro span{
	color: #fe9901;
}


.imagenes{
	width: 100%;
	text-align: center;
	float: left;
	margin: 30px 0 0 0;
}
.imagenes img{
	height: 400px;
	margin: 0 2px 10px;
}
.imagenes iframe{
	width: 45%;
	margin: 0 2.5% 30px;
	float: left;
}


.precios{
	width: 100%;
	float: left;
	padding: 10px 0;
}
.precio{
	background: #f7f6d8;
	width: 33.33%;
	text-align: center;
	font-size: 21px;
	line-height: 31px;
	padding: 20px 0;
	float: left;
}
.precio strong{
	font-size: 27px;
	color: blue;
}


.parte{
	width: 100%;
	float: left;
	margin:40px 0;
}

.seccion{
	width: 62%;
	text-align: justify;
	font-size: 22px;
	line-height: 30px;
	float: left;
}

.seccion p{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	float: left;
}

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



.footer{
	background: white;
	width: 100%;
	float: left;
}

.seccion-footer{
	font-size: 22px;
	line-height: 32px;
	padding: 20px 10px;
	float: left;

	box-sizing: border-box;
}
.seccion-footer strong{
	width: 100%;
	color: blue;
	float: left;
	margin: 0 0 30px 0;
}


@media screen and (max-width: 1250px){
	#wrapP{
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	#datos span{
		width: 100%;
	}
	#efectoi{
		width: 100%;
	}
	#efectod{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.seccion-footer{
		width: 50% !important;
	}
	.mitad{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	.texto1{
		width: 100%;
	}
	.precio{
		width: 100%;
	}
	.imagenes iframe{
		width: 90%;
		margin: 0 5% 30px;
	}
	.seccion-footer{
		width: 100% !important;
	}
	.menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.seccion, .imagen-seccion{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	.cuadro{
		width: 100%;
		margin: 20px 0 0 0 !important;
	}
	.subtitulo{
		padding: 0 20px;
	}
	.imagenes img{
		width: 60%;
		height: auto !important;
		margin: 0 20% 30px;
	}
	#logotipo img{
		width: 80% !important;
	}
}
@media screen and (max-width: 500px){
	.mitad{
		width: 100%;
	}
}














