@charset "UTF-8";
@media only screen and (max-width : 1024px){
	ul {
     	margin: 0 !important; 
	    padding: 0 !important;
	}
	.wrapper {
		width: 100%;
		margin: 0 auto;
		height: auto;
		box-sizing: border-box;
		/*background-color: #cccccc; */
	}
	.tablaProducto table th{
		text-align: center;
	}
	th {
    text-align: left;
	}
	header{
		width:100%;
		height:auto;
		background:#FFF;
		z-index:10000;
	}
	.iconNavMovil{
	    display: block;
	    position: relative;
	    padding: 10px;
	    /* width: 100%; */
	    float: right;
	    cursor: pointer;
	}
	.logoMovil {
	    display: block;
	    position: relative;
	    float: left;
        margin-left: 10px;
	}
	img{
		width: 80%;
	}
	/*MENU FLOTANTE*/
	#navFlotante{
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
		position: fixed;
	    width: 100%;
	    z-index: 10;
	    background-color: #ffffff;
	    display: none;
	}
	.navFlotante{
		height: 90px;
		position: relative;
	}

	.navFlotante .logo{
		width: 185px;
		height: 90px;
		position: relative;
		float: left;
	}
	.navFlotante .logo img{
		position: relative;
		margin-top: 10px;
	}
	.navFlotante .menu{
		text-align: right;
		font-family: 'Pacifico', cursive;
		font-weight: bold;
		float: right;
	}
	.navFlotante .menu>ul{
		list-style: none;
	}
	.navFlotante .menu>ul>li{
		float: right;
	    padding-left: 35px;
	}
	.navFlotante .menu>ul>li>a:hover{
		color: #E96C51;
	}
	.navFlotante .accesosrapidos {
	    text-align: right;
	    font-size: 14px;
	    margin-top: 10px;
	    float: right;
	    width: 50%;
	}
	/*MENU MAIN*/
	#menuMain{
	    position: fixed;
	    text-align: right;
	    left: 0px;
	    top: 0px;
	    right: 0;
	    height: 65px;
	    background: #fff;
	    background: rgba(255,255,255,1);
	    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	    z-index: 10000;
	    transition: all 0.25s ease;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
        box-sizing: border-box;
        -webkit-backface-visibility:hidden; /*Most Important*/
	}
	#menuMain nav{
		display: none;
	    background-color: #67BFB3;
   		padding: 0;
	    position: absolute;
    	top: 65px;
	}
	#menuMain nav>ul{
		list-style: none;
		margin: auto;
		padding: inherit;
	}
	#menuMain nav ul li {
	    padding: 11px 35px;
    	font-weight: normal;
	}
	#menuMain nav ul li.left {
	    float: left;
	}
	#menuMain nav ul li.right {
	    float: left;
	}
	#menuMain .accesosrapidos {
	    text-align: right;
	    font-size: 14px;
	    margin-top: 10px;
	    float: left;
	    width:100%;
	}
	#menuMain .accesosrapidos .contacto, #menuMain .accesosrapidos .telefonos{
		float: none;
    	/*line-height: 45px;*/
    	text-align: center;
	}
	/*BANNER*/
	.contentBanner{
		height: auto;
		width: 100%;
		position: relative;
		/*overflow: hidden;*/
	}
	.contentBanner>.banner{
		position: relative;
		padding-bottom: 20px;
		/*overflow: hidden;*/
	}
	.contentBanner img{
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto;
		display: none;
		width: 90%;
	}
	/*SECCION*/
	section {
	    clear: both;
	}
	section>.titulo{
		font-size: 25px;
	    padding: 10px;
	    line-height: normal;
	    height: auto;
	}
	section .infoLeft{
	    width: initial;
	    width: auto;
	    margin: 20px;
	    text-align: justify;
	    float: left;
	    position: relative;
	}
	section .infoRight{
		width: initial;
	    width: auto;
		margin: 20px;
		text-align: justify;
		float: left;
		position: relative;
	}
	section .infoBottom{
		width: 100%;
		float: left;
		position: relative;
	}
	section .infoBottom.ajuste{
	    height: auto;
	    margin-top: auto;
	    z-index: -1;
	}
	section .infoBottom .lineaProductos{
		position:relative;
		left:0;
		bottom:0;
	}
	section .infoBottom.ajuste img{
		width: 100%;
	}
	section .infoFullwidth{
		position: relative;
		clear: both;
		box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.6);
	}
	section .infoFullwidth.bgmadera{
	    height: auto;
	    background-image: url('../img/pattern_madera2.jpg');
	    margin-bottom: 0px;
	    float: left;
	}
	section .infoFullwrapper{
		width: initial;
    	width: auto;
		position: relative;
		float: left;
		margin: 20px;
		text-align: justify;
	}
	section .infoFullwrapper .titulo{
		font-size: 30px;
		font-family: 'Pacifico', cursive;
	}
	section .tablaInfo{
	    margin: 0 auto;
	}
	section .tablaInfo>table, section .tablaProducto>table{
		border-radius: 4px;
		overflow: hidden;
	}
	section .tablaInfo>table thead>tr{
		background-color: #e76c50;
	}
	section .tablaInfo>table tbody>tr:nth-child(odd){
		background-color: #9adcd3;
	}
	section .tablaInfo>table tbody>tr:nth-child(even){
		background-color: #67beb2;
	}
	section .tablaInfo>table th{
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #ffffff;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	section .tablaInfo>table td, section .tablaProducto>table td{
		font-weight: normal;
		font-size: 15.67px;
		padding: 6px 20px;
	}
	/*ESPECIALES*/
	.infoSombra{
		float: left;
		width: initial;
		width: auto;
		margin: 20px;
		color: #ffffff;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
	}
	.infoSombra>.titulo{
		font-family: 'Pacifico', cursive;
		font-size: 35px;
		text-align: center;
	}
	.infoSombra>.text{
		text-align: justify;
	    font-weight: bold;
	}
	.Direccion{
		color: #3e3e3e;
		font-size: 15px;
		text-align: center;
		position: relative;
		width: 100%;
	}
	.Direccion>.cajaDir{
		background-color: #ececec;
		border-radius: 4px;
		overflow: hidden;
	}
	.Direccion>.cajaDir.ajuste{
		margin-top: -17px;
	}
	.Direccion>.cajaDir>.titulo{
		height: auto;
		padding: 38px 0 18px 0;
		background-color: #e76c50;
		font-weight: bold;
		color: #ffffff
	}
	.Direccion>.cajaDir>.infodir{
		margin: 15px;
	}
	.mapa{
		position: relative;
	}
	.mapa>.titulo{
		font-size: 30px;
		font-family: 'Pacifico', cursive;
		text-align: center;
		margin-bottom: 10px;
	}
	.mapa>.cajaMapa{
		border-radius: 4px;
		overflow: hidden;
		height: 322px;
		border: 2px solid #3e3e3e;
		position: relative;
	}
	.hazcita>.titulo{
		font-size: 42px !important;
		color: #e76c50 !important;
		font-family: 'Pacifico', cursive !important;
	}
	.hazcita>.telcita{
		font-size: 24px !important;
	}
	section .tablaProducto>table{
		border: 1px solid #bebebe;
	}
	section .tablaProducto>table th{
		font-family: 'Pacifico', cursive;
		font-weight: normal;
		font-size: 16.26px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	section .tablaProducto>table thead>tr{
		background-color: #67beb2;
	}
	section .tablaProducto>table tbody>tr(odd){
		background-color: #ffffff;
	}
	.cajaProducto{
	    margin-bottom: 20px;
	    float: left;
	    /*width: initial;*/
	    /*width: auto;*/
	}
	.cajaInfoProducto{
	    /*width: initial;*/
    	width: 100%;
    	margin-left: auto;
	}
	.cajaInfoProducto.ajuste.left{
	    width: 100%;
	}
	.smallMovil
	{
		width: 35%;
	}
	.fullMovil
	{
		width: 100%;
	}
	.left{
	float: left;
	width: 100%;
	}
	.right{
		float: left;
		width: 100%;
	}
	.cajaInfoProducto>.titulo{
	    margin: 20px;
	}
	.cajaInfoProducto>.descripcion{
		margin: 20px;
	}
	#popup{
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    z-index: 1000;
	    
	}
	#popup>.bg{
	    background-color: rgba(0, 0, 0, 0.8);
	    width: 100%;
	    height: 100%;
	    position: absolute;
	}
	#popup>.cajaForm {
	    width: 280px;
	    padding: 20px;
	    background-color: #9adcd3;
	    font-size: 18px;
	    margin: 70px auto;
	    border-radius: 6px;
	    text-align: center;
	    position: relative;
	}
	#popup>.cajaForm>.titulo {
	    font-family: 'Pacifico', cursive;
	    color: #e76c50;
	    font-size: 30px;
	    text-align: center;
	    margin-bottom: 15px;
	}
	hr {
	    margin: 20px 0;
	    border: 0;
	    border-top: 1px solid #78BDB4;
	    border-bottom: 1px solid #B8FFF5;
	}
	#popup form>input[type="text"]{
	    padding: 8px 10px;
	    margin-bottom: 5px;
	    width: 257px;
	    height: 20px;
	    border: 1px solid #fff;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    font-size: 13px;
	}
	#popup form>textarea{
	    padding: 8px 10px;
	    margin-bottom: 5px;
	    width: 257px;
	    height: 90px;
	    border: 1px solid #fff;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    font-size: 13px;
	    font-family: helvetica;
	}
	#popup form>input[type="submit"]{
	    padding: 8px 10px;
	    margin-bottom: 5px;
	    width: 280px;
	    border: 1px solid #FFAB98;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    font-size: 20px;
	    background-color: #E76C50;
	    color: #ffffff;
	    cursor: pointer;
	    font-family: 'Pacifico', cursive;
	    font-weight: normal;
	}
	#popup form>input[type="submit"]:hover{
		background-color: #d94e2e;
	}
	#popup .btnRegresar{
		cursor: pointer;
	}
	#popup .btnRegresar:hover{
		opacity: 0.7;
	}
	.Estatus {
	    font-size: 14px;
	    margin: 20px 0;
	}

	.txtCentro{
		text-align: center;
	}
	.leyenda {
	    margin: 30px 20px;
	}
	.leyenda span{
		font-size: 16px !Important;
	}
}