body {

}

a{
	color: rgb(120,23,22);
}

a:hover{
	color: rgb(65,74,55);
}

.bkgcolor-guindo{
	background-color: rgb(120,23,22);
}

.bkgcolor-gris{
	background-color: rgb(230,230,230);
}

.bkgcolor-verde{
	background-color: rgb(65,74,55);
}

.bkgcolor-guindotransparentebajo{
	background-color: rgba(120,23,22,.8);
}

.bkgcolor-guindotransparentealto{
	background-color: rgba(120,23,22,.2);
}

.navbar{
	font-family: "Quicksand", serif;
}
.borde-top{
	border-top: solid 6px rgb(120,23,22);
}

.borde-top-gris{
	border-top: solid 6px rgb(230,230,230);
}

.borde-top-guindo{
	border-top: solid 6px rgb(120,23,22);
}

.bkg-greca1{
	background-image: url("../img/bkg-greca1-cacahuazintle.png");
	min-height: 200px;
}

.bkg-mono{
	background-image: url("../img/bkg-mono-cacahuazintle.png");
	min-height: 200px;
	background-repeat: no-repeat;
	 background-position: center right;
}

.bkg-pozoleverde{
	background-image: url("../img/img-pozoleverde-cacahuazintle.jpg");
	min-height: 350px;
	background-repeat: no-repeat;
	 background-position: center center;
	 background-size: auto 100%;
}

.bkg-pozolerojo{
	background-image: url("../img/img-pozolerojo-cacahuazintle.jpg");
	min-height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto ;
}

.bkg-sucursalags{
	background-color: #000000;
	background-image: url("../img/img-suc-ags-cacahuazintle.jpg");
	/*background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,.6), rgba(0,0,0,1)), url("../img/img-suc-ags-cacahuazintle.jpg");*/
	min-height: 500px;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto ;
	/*background-size: cover;*/
}

.section-visitaags{
	height: 500px;
	border: 1px solid black;
}

.bkg-negro{
	background-color: #000000;
}

.bkg-preferencia{
	background-color: #000000;
	background-image: url("../img/img-preferencia-cacahuazintle.jpg");
	min-height: 400px;
	background-repeat: no-repeat;
	 background-position: left center;
	 background-size: 100% 120%;
}

.bkg-color-negro{
	background-color: #000000;
}

.bkg-promomama{
	background-image: url("../img/img-promo-pc-cacahuazintle.jpg");
	height: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto ;
}

.bkg-sucursales-resumen{
	background-image: url("../img/bkg-mono-cacahuazintle.png");
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: 300px center;
	background-size: auto 100%;
	background-color: rgb(230,230,230);
}

.bkg-descripcion{
	background-color: rgb(65,74,55);
	background-image: url("../img/img-descripcion-cacahuazintle.jpg");
	/*min-height: 330px;*/
	background-repeat: no-repeat;
	background-position: right center;
	background-size:  50% 100%;
}

.bkg-folosofia{
	background-color: rgb(120,23,22);
	/*background-image: url("../img/img-filosofia-cacahuazintle.jpg");*/
	background: linear-gradient(to right, rgba(120,23,22,0), rgba(120,23,22,1)), url("../img/img-filosofia-cacahuazintle.jpg");
	/*min-height: 330px;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.bkg-platon{
	background-color: rgb(120,23,22);
	/*background-image: url("../img/img-filosofia-cacahuazintle.jpg");*/
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)), url("../img/img-platon-cacahuazintle.jpg");
	min-height: 500px;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.bkg-especial-enchiladas{
	background-color: rgb(120,23,22);
	/*background-image: url("../img/img-filosofia-cacahuazintle.jpg");*/
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1)), url("../img/img-especial-enchiladas-cacahuazintle.jpg");
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center center ;
	background-size: 100% auto;
}



.box-degradado-negro {
  /*background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url("../img/img-suc-ags-cacahuazintle.jpg");*/
 background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  min-height: 400px;  
}

.box-degradado-guindo {
  /*background: linear-gradient(to right, rgba(120,23,22,0), rgba(120,23,22,1)), url("../img/img-filosofia-cacahuazintle.jpg");*/
  background: linear-gradient(to right, rgba(120,23,22,0), rgba(120,23,22,1));
  min-height: 400px;  
}

.bkg-nuestras-enchiladas{
	background: url("../img/bkg-nuestras-enchiladas-cacahuazintle.jpg");
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 0;
	margin: 0;
}

.box-verde {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: rgba(65,74,55,0.6);
}

.card{
	border: 0px solid red !important;
	box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 90%;
}

.card:hover{
	
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.nav-item{
	margin-right: 15px !important; 
}

.nav-link{
	color: rgb(120,23,22);
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

.nav-link:hover{
	color: rgb(65,74,55);
	font-weight: bold;
	border-bottom: 1px solid rgb(65,74,55);
}

.nav-link-activo{
	background-color: rgb(65,74,55);
	color: rgb(255,255,255);
	font-weight: bold;
	border-radius: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

.nav-link-activo:hover{
	color: rgb(255,255,255);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(120,23,22, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border: 1px solid rgb(120,23,22);
  border-radius: 3px;
}

.footpage{
	min-height: 100px;
	color: rgb(255,255,255);
}

.section-tradicion{
	min-height: 100px;
	color: rgb(255,255,255);
}

.copyright p{
	font-size: 10px;
}

.font-MarkaziText{
	font-family: 'Markazi Text', serif;
}

.font-Questrial{
	font-family: 'Questrial', serif;
}

.font-Quicksand{
	font-family: 'Quicksand', serif;
}

.font-Montserrat{
	font-family: 'Montserrat', serif;
}


.colortext-gris{
	color: rgb(230,230,230);
}

.colortext-verde{
	color: rgb(65,74,55);
}

.colortext-guindo{
	color: rgb(120,23,22);
}

.colortext-blanco{
	color: rgb(255,255,255);
}


#mas-informacion {
	position: relative;
	left: -40px;
}

#mas-informacion li a {
	color: rgb(120,23,22);
	font-size: 12px;
}

#mas-informacion li{
	list-style:none;
}

.label-form{
	font-weight: bolder;
	font-size: normal;
}

.carousel-indicators li{
	color: red !important;
	height: 8px; 
	width: 8px;
	border-radius: 50%;
}

.carousel-inner{
  width:100%;
  height: 550px !important;
  max-height: 800px !important;
}

.carousel-item img {
	  width:100%;
	  height: 100%;
	}

.carousel-caption .t1 {
	font-size: 40px;position: relative; top: 80px;
}
.carousel-caption .t2 {
	font-size: 90px;position: relative; top: 10px;
}
.carousel-caption .t3 {
	font-size: 20px;position: relative; top: -40px;
}

.shadow-50{
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#menu{
	
	
}

.menu-esconder{
	top:-100px;
	position:fixed;
	z-index: 1000;
	background-color: #ffffff;
}

.menu-transition{
	border-bottom: solid 6px rgb(120,23,22);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    
    transform: translate(0,100px);
    -webkit-transform: translate(0,100px);
    -o-transform: translate(0,100px); 
    -moz-transform: translate(0,100px);
}

.efecto-img1{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img1:hover{
	filter: invert(100%);
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img2{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img2:hover{
	
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img3{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img3:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.efecto-img4{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img4:hover{
	-webkit-transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform: rotateY(180deg);
	transform-style: preserve-3d;
	border-radius: 20px;
}

.efecto-img5{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img5:hover{
	filter: grayscale(100%);
}

#nuestra-filosofia .nf-1{
	position:relative;
}

#nuestra-filosofia .nf-2{
	font-size: 60px;position: relative; top: -35px;font-weight: bold; 
}

#nuestra-filosofia .nf-3{
	position:relative;
	top: -50px;
}

.navbar-brand img{
	transform: scale(1) rotate(0) translate3d(0,0,0);position: relative; left: -10px;
}

.img-historia{
	width: 75%;
}

.texto-pozole-especial
{
	width: 50%;
}

.franquicias-titulos{
	
}

#divFranquicias1{
	border-top: 6px solid rgb(120,23,22);
	background: url("../img/imgFranquicias1-1.jpg");
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 0;
	margin: 0;
}

#divFranquicias1  h1{
	color: #ffffff;
}

#divFranquicias1  h4{
	margin-top: 30px;
	color: #AFAF3B;
	font-size: 30px;
	font-weight: bolder;
}

#divFranquicias1  p{
	color: #AFAF3B;
}


#divFranquicias2{
	border-top: 6px solid rgb(230,230,230);
}

#divFranquicias2  h1{
	color: rgb(120,23,22);
}

#divFranquicias2  p{
	font-size: 14pt;
}

#divFranquicias3{
	border-top: 6px solid rgb(230,230,230);
	background-color: rgb(120,23,22);
	color: #ffffff;
}
/*
#divFranquicias3 .fondo{
	background-repeat: no-repeat;
	background-position: right -30% bottom 45%;;
	background-size: auto 100%;
	padding: 0;
	margin: 0;
}*/

#divFranquicias3 ul *{
	 list-style-image: url("../img/iconoFranquicias-2.png");
	 font-size: 18px;
}


#divFranquicias4{
	border-top: 6px solid rgb(230,230,230);
	background-color:  rgb(65,74,55);
	color: #ffffff;
}

#divFranquicias4 ul *{
	 list-style-image: url("../img/iconoFranquicias-2.png");	
	 font-size: 18px; 
}

#divFranquicias5{
	border-top: 6px solid rgb(230,230,230);
	background-color:  #ffffff;
}

#divFranquicias5 .inversion-card{
	border-radius: 10px;
	box-shadow: 0px 0px 15px;
}

#divFranquicias5 .inversion-card-title{
	background-color:  rgb(120,23,22);
	color: #ffffff;
	border-radius: 10px 10px 0 0;
}

#divFranquicias5  h6{
	color: rgb(120,23,22);
	font-weight: bolder;
}

#divFranquicias5 ul *{
	 list-style-image: url("../img/iconoFranquicias-1.png");
	 font-size: 20px;
}

#divFranquicias5  h3{
	font-weight: bold;
	font-size: 20px;
}

#divFranquicias5  h5{
	font-weight: bold;
	font-size: 20px;
}

#divFranquicias5  h4{
	background-color: #AFAF3B;
	border-radius: 30px;
	font-weight: bold;
	color:#ffffff;
}

#divFranquicias5  p{
	/*font-size: .5vw;*/
	font-size: 9px;
}

#divFranquicias6{
	border-top: 6px solid rgb(230,230,230);
	background-color:  #ffffff;
}

#divFranquicias6  h1{
	color: rgb(65,74,55);
	font-weight: bold;
}

#divFranquicias6  h4{
	color: rgb(120,23,22);
	font-weight: bold;
}

#divFranquicias6 .formulario{
	background-color: rgb(230,230,230);
	border-radius: 10px;
}

#divFranquicias6 .formulario-aviso{
	font-size: 9px;
}

#divFranquicias6 input[type=text] {
	border: 0px solid #ffffff;
	padding: 3px !important;
	height: 25px !important;
}

#divFranquicias6  textarea {
	border: 0px solid #ffffff;
	padding: 3px !important;
}

#divFranquicias6 label {
	color: rgb(120,23,22);
	font-weight: bolder;
	margin-bottom: 0px !important;
}

#divFranquicias6 button {
	background-color: rgb(65,74,55);
	color: #ffffff;
	border-radius: 30px;
}


#divFranquicias7{
	border-top: 6px solid rgb(230,230,230);
	background-color: rgb(65,74,55);
}

#divFranquicias7 h3{
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}

#divFranquicias7 .contacto-nombre, .contacto-telefono, .contacto-correo{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#divFranquicias7 .contacto-puesto{
	color: #AFAF3B;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#divFranquicias7 .contacto-correo{
	color: #ffffff;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

	
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
	
	.alinearCentro-sm{
		text-align: center;
	}

	#divFranquicias1{
		border-top: 6px solid rgb(120,23,22);
		background: url("../img/imgFranquicias1-1.jpg");
		min-height: 200px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100% ;
		padding: 0;
		margin: 0;
	}
	
	#divFranquicias3 .fondo{
		background: none;
		background-repeat: no-repeat;
		background-position: right -30% bottom 45%;;
		background-size: auto 100%;
		padding: 0;
		margin: 0;
	}

	.texto-pozole-especial
	{
		width: 100%;
	}

	.img-historia{
		width: 100%;
	}

	.img-movil-1 {
       /* box-sizing:border-box;
        display:block;
        width:100%;         /*Ancho de la imagen nueva, aunque en este caso son iguales.*/
        /*padding-left:100%; /*Padding igual al ancho de la imagen nueva*/
        /*background: url("../img/carousel/movil/1.jpg");
        overflow:hidden;*/
         content:url("../img/carousel/movil/1.jpg");
    }
    .img-movil-2 {
         content:url("../img/carousel/movil/2.jpg");
    }
    .img-movil-3 {
         content:url("../img/carousel/movil/3.jpg");
    }
    .img-movil-4 {
         content:url("../img/carousel/movil/4.jpg");
    }
    .img-movil-5 {
         content:url("../img/carousel/movil/5.jpg");
    }
    .img-movil-6 {
         content:url("../img/carousel/movil/6.jpg");
    }
    
    
	.navbar-brand img{
		width: 130px;transform: scale(1) rotate(0) translate3d(0,0,0);
	}
	.card{
		width: 90% !important;
	}
	#nuestra-filosofia .nf-1{
		top: -35px;
	}
	
	#nuestra-filosofia .nf-2{
		line-height: 40px;
	}
	
	#nuestra-filosofia .nf-3{
		top: -30px;
	}

	.navbar-nav{
		padding-top: 20px;	
	}
	
	.navbar-nav .nav-item{
		padding-top: 10px;	
		font-size: 20px;
	}
	
	.bkg-preferencia{
		background-color: #000000;
		background-image: url("../img/img-preferencia-cacahuazintle.jpg");
		min-height: 300px;
		height: 300px;
		background-repeat: no-repeat;
		 background-position: left center;
		 background-size: auto 100%;
	}
	
	.bkg-platon{
		background-size: auto 100% ;
	}
	
	.section-visitaags{
		height: 950px;
	}

	.bkg-sucursalags{
		background-color: #000000;
		background-image: url("../img/img-suc-ags-cacahuazintle.jpg");
		/*background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,.6), rgba(0,0,0,1)), url("../img/img-suc-ags-cacahuazintle.jpg");*/
		min-height: 500px;
		height: 500px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%  ;
		/*background-size: cover;*/
	}
	
	.bkg-pozolerojo{
		background-image: url("../img/img-pozolerojo-cacahuazintle.jpg");
		min-height: 350px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%  ;
	}

	.bkg-promomama{
		background-image: url("../img/img-promo-movil-cacahuazintle.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size:  auto 100% ;
		height: 1350px;
	}
	
	.bkg-folosofia{
		background: linear-gradient(180deg, rgba(120,23,22,0), rgba(120,23,22,1)), url("../img/img-filosofia-cacahuazintle.jpg");
		background-size: auto 100%;
		background-position: center center;
	}
	
	.bkg-descripcion{
		background: linear-gradient(180deg, rgba(65,74,55,0), rgba(65,74,55,1)), url("../img/img-descripcion-cacahuazintle.jpg");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: auto 100%;
	}
	
	.carousel-inner{
	  width: auto;
	  height: 250px !important;
	}
	
	.carousel-item  {
	  height:100% !important;
	}
	
	.carousel-caption .t1 {
		font-size: 13px !important;
		top: 30px;
	}
	.carousel-caption .t2 {
		font-size: 25px !important;
		top: 5px;
	}
	.carousel-caption .t3 {
		font-size: 10px !important;
		top: -20px;
	}
	
	.bkg-nuestras-enchiladas{
		background: url("../img/bkg-nuestras-enchiladas-cacahuazintle.jpg");
		min-height: 500px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
		
	}
	
	.bkg-especial-enchiladas{
		background-color: rgb(120,23,22);
		/*background-image: url("../img/img-filosofia-cacahuazintle.jpg");*/
		background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1)), url("../img/img-especial-enchiladas-cacahuazintle.jpg");
		min-height: 500px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100% ;
	}
	
	.section-tradicion{
		height: 700px;
	}
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	
	#divFranquicias1{
		border-top: 6px solid rgb(120,23,22);
		background: url("../img/imgFranquicias1-1.jpg");
		min-height: 200px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100% ;
		padding: 0;
		margin: 0;
	}
	
	#divFranquicias3 .fondo{
		background: none;
		background-repeat: no-repeat;
		background-position: right -30% bottom 45%;;
		background-size: auto 100%;
		padding: 0;
		margin: 0;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#divFranquicias3 .fondo{
		background: url("../img/imgFranquicias3-2.png");
		background-repeat: no-repeat;
		background-position: right -100% bottom 50%;
		background-size: auto 100%;
		padding: 0;
		margin: 0;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
 	.img-historia{
		width: 90%;
		/*margin: 5px;*/
	}
	
	#divFranquicias1{
	border-top: 6px solid rgb(120,23,22);
	background: url("../img/imgFranquicias1-1.jpg");
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 0;
	margin: 0;
}
	
	#divFranquicias3 .fondo{
		background: url("../img/imgFranquicias3-2.png");
		background-repeat: no-repeat;
		background-position: right -600% bottom 50%;
		background-size: 100 100%;
		padding: 0;
		margin: 0;
	}

}
