@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,900);
@import url(https://fonts.googleapis.com/css?family=Neuton:400,800);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url("normalize.css");
@import url("bootstrap.min.css");


body{
	font-family: 'Work Sans', sans-serif;	
	font-size: 14px;
	margin: 0;
	/*background-image: url(../img/bgpattern.png);*/
	background-repeat: repeat-x;
	font-weight: normal;
	font-style: normal;
}
h3{
	font-family: 'Neuton', serif;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: 800;
}

.grid-custom h4{
font-family: 'indie flower', serif;
color: #d9534f;
font-weight: normal;
font-style: normal;
font-size: 20px;
letter-spacing: 2px;

}
.grid-custom img{
	    border: 2px solid #d0d2d3;
}

footer{
	bottom: 0;
	position: relative;
}
/*General Style*/

.visibleDiv
{
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 9999;
}

.sm{ font-size: 16px; text-align: justify; padding-right: 15px;}

.back-to-top {
 
background: none;
 
margin: 0;
 
position: fixed;
 
bottom: 0;
 
right: 0;
 
width: 70px;
 
height: 70px;
 
z-index: 100;
 
display: none;
 
text-decoration: none;
 
color: #ffffff;
 
background-color: #ff9000;
 
}
 
  
 
.back-to-top i {
 
  font-size: 60px;
 
}

.glyphicon {
	float: right;
}
.waves{
	background-image: url(../img/waves.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 30px;
	min-height: 250px;
	float: left;
	list-style: outside none none;

}
.waves h4{
	font-family: 'Neuton', serif;
	letter-spacing: 1px;
	border-bottom: 2px solid #1e367d;
	margin-right: 80px;
	color: #1e367d;
	font-weight: 800;

}


.redes{
	text-align: right;
	float: right;
	bottom: 0;
	vertical-align: bottom;
	color: #fff;
	font-weight: normal;
}
.carousel-control{
	text-shadow:none!important;
}

.carousel-indicators li {
    display: none;
    width: 10px;
    height: 10px;
    margin: 1px; 
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
}

.logo {
	position: absolute;
	top: 15px;

}
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.hidden{
		display: none;
	}
	.clearfix {
		display: block;
	}
	html[xmlns] .clearfix {				
		display: block;
	}
	 
	* html .clearfix {
		height: 1%;
	}
	img{
    	max-width:100%;
    	height:auto;
    	display:block;
	}
	
	a{
		text-decoration: none;
	}
	a:hover{
		text-decoration: none;
	}
	a:focus{
		outline: none;
	}

	.morecolor{
		color: red;
	}
	h2{
		font-size: 20px;
		margin: 0 0 20px;
	}


	.header-bg{
		background-image: url(../images/bg-header.png);
		width: 100%;
		padding: 5px;
		height: 110px;
		border-bottom: 3px solid #fff100;
	}

	/*.contacto{padding-left: 10px;}*/

	.header-bg .interior{

    position: unset;
}
	}

 	.column2, .column3{
		padding-right: 55px;
	

	}
	.column1 span, .column2 span, .column3 span{
		padding-top: 5px;
		display: list-item;
		list-style:initial;

	}

	.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
	.hoverImg{
		transition:all 2s ease;
		-webkit-transition: all 2s ease; /* For Safari 3.1 to 6.0 */
	}
	.hoverImg:hover{
		opacity: 0.5;
		background-color: rgba(100%, 0, 0, 0.25);

	}
	.hoverImg:hover span{
		background: #fff;
		color: #33baaf;
	}


	*::-moz-selection {
    	/*background: none repeat scroll 0 0 #fffb00;*/
    	color: #000;
	}
@media (max-width: 767px) {
 .texto.sucursales {
    width: 100%;
}
.footer_content .c1 {
    margin: 0;
    padding: 0;
    text-align: center !important;
}

.waves h4 {
    font-family: 'Neuton', serif;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 800;
}
.logo img{
	width: 80%;
}

}

    @media (max-width: 480px){
		h2{
			
			border-left: none;
			padding-left: 0;
			text-align: center;
			font-size: 18px;
		}
		.waves h4 {
		    font-family: 'Neuton', serif;
		    letter-spacing: 1px;
		    font-weight: 800;
		}
		.footer_content .c1 {
    margin: 0;
    padding: 0;
    text-align: center !important;
}


	}
/* End General Style*/
/*Header*/
	.navbar{
	background: #B7D6ED none repeat scroll 0 0;
    border-bottom: medium #B6D6EE;
    position: static;
 
  
	}

	.customed .navbar-inverse{
		background-color: transparent;
		border-color: transparent;
	}
	.customed .navbar-collapse.in {
    overflow-y:inherit;
}
	.social-media{
		text-align: right;
		padding-right: 10px;
		color: white;
		padding-top: 10px;
		list-style: outside none none;

	}

	.social-media img{
		display: inline;
		padding-left: 3px;


	}
.social-media span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
	.customed .navbar-nav{
		float: right;

	}
	.customed .navbar-inverse .navbar-nav li{
 	 margin: 0;
 	 font-family: 'Neuton', serif;
 	 list-style: none;
 	 bottom: 0;
 	 font-weight: 800;
 	}

 	.Inicio ol, ul{
 		list-style: none;
 		padding: 0
 	}
	.customed .navbar-inverse .navbar-nav>li>a{
	font-family: 'Indie Flower', sans;
    color: white;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    letter-spacing: 1px;
	}
	.customed .navbar-inverse .navbar-nav>li>a:hover,
	.customed .navbar-inverse .navbar-nav>.active>a{
	font-family: 'Indie Flower', sans;
    background: no-repeat;
    background-color: none;
    font-size: 20px;
    color: #fff100;
   
	}
	a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, 
	button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus{
	/*background-color: #00aac0;
    border-color: #00aac0;*/
    color: #fff;
    background-color: transparent;
	}

	.customed .navbar-nav>.active>a{
	font-family: 'Neuton', serif;
    /*background: #00aac0 none repeat scroll 0 0;
    border-color: #00aac0;*/
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    font-weight: 800;
	}
	.customed li.active, li.active:hover.active {
	font-family: 'Neuton', serif;
    /*background: #00aac0 none repeat scroll 0 0;
    border-color: #00aac0;*/
    font-size: 16px;
    color: #fff;
	border-bottom: 7px solid #ea4928;
	font-weight: 800;
	}

	.customed .navbar-inverse .navbar-toggle{
		background-color: #E7001F;
		border: transparent;
	}
	.customed .navbar-inverse .navbar-collapse{
		border: transparent;
		box-shadow: none!important;

	}

	.logosfranquicia img{
		margin: 0 auto;
	}
	@media (max-width: 991px) {

		.customed .navbar-inverse .navbar-nav>li>a{
		color: #fff;
		background-color: #E7001F;
		text-align: center;
		}
		.customed .navbar-nav{
			float: none !important;

		}
		.customed .navbar-inverse .navbar-nav>li>a{
		color: #fff;
		background-color: #00aabe;
		text-align: center;
		}
		.customed .navbar-inverse .navbar-nav>li>a:hover,
		.customed .navbar-inverse .navbar-nav>.active>a{
		color: #fff;
		background: #d9534f;
		}

				.customed .navbar-inverse .navbar-nav > li > a {
		    border-radius: 4px;
		    color: #fff;
		    font-family: 'Neuton', serif;
		    font-size: 16px;
		    font-weight: 800;
		}


		.footer_content .c1 {
		    margin: 0;
		    padding: 0;
		    text-align: center !important;
		}
		.btnsucu{
			margin-bottom: 10px;
		}
		.waves h4 {
		    font-family: 'Neuton', serif;
		    letter-spacing: 1px;
		    text-align: center;
		    border-bottom: 2px solid #1e367d;
		    color: #1e367d;
		    font-weight: 800;
		}

	}
/*Ends Header*/		
/*Inicio*/

.btn-primary {
    background-color: #1e367d;
  
}
	.customed section.inicio {
		margin:50px auto 0;
		float: none;
	}
	.customed section.inicio aside img{
		float: right;
	}
	.customed section.inicio h3{
		font-size: 18px;
	}

	.tres{
		margin-top: 30px;
	}

	.tres img{
		float: left;
		padding-right: 10px;
		padding-top: 10px;
		display: block;
		max-width: 130px;
		
	}

	@media (max-width: 992px){

		body.customed.container {
		   width: 100%;
		  }


		.social-media{
			position: absolute;
			right: 76px;
		}

		.customed section.inicio aside{
			text-align: center;
		}
		.customed section.inicio aside img{
			float: none;
			margin: 0 auto;
		}
		.customed .navbar-inverse .navbar-nav > li > a {
    color: #1e367d;
    font-family: "indie flower",serif;
    font-size: 16px;
	}
	.customed .navbar-inverse .navbar-nav li{
 	 margin: 0;
 	 font-family: 'indie flower', serif;
 	 list-style: none;
 	 bottom: 0;
 	 z-index: 888;
 	 top: 40px;
 	}

 	.logo img{
	width: 80%;
}

	}


.footer_content .c1{
	margin: 0;
	padding: 0;
}
.footer_content .c1 a {
    margin: 0;
    padding: 0;
}
.footer_content li {
	font-weight: normal;
    color: #fff;
    font-family: "Work Sans",serif;
    font-size: 14px;
}
.footer_content li.active, li.active:hover {
    background: transparent;
    color: #fff;
    font-family: "Work Sans",serif;
    font-size: 14px;
    font-weight: normal;
}

.copyright{
	background-color: #1E367D;
	color:#fff;
    padding: 5px;
    clear: both;
}

.copyright p{
	padding-top: 5px;

}

.foot-header{
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: rgb(63, 63, 63);
  padding-bottom: 20px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}

/*End Inicio*/
/*Menu*/

.pagetitle{
	padding-bottom: 30px;
}

.decoration {
    position: relative;
    text-align: center;
    font-size: 22px;
    font-family: 'Neuton', serif;
    letter-spacing: 2px;
	font-weight: 800;

}

.decoration a{

    color: #ea4928;

}
.decoration:before {
    content: '';
    position: absolute;
    height: 2px;
    top: 14px;
    left: 0;
    right: 55%;
    margin-right: 67px;
    margin-left: 3px;
    background: #ea4928;
}
.decoration:after {
    content: '';
    position: absolute;
    height: 2px;
    top: 14px;
    right: 0;
    left: 55%;
    margin-left: 67px;
    margin-right: 3px;
    background: #ea4928;
}

.categorias img{
	border: 2px solid #d0d2d3;

}

.separador{
	padding-top:10px;
}
.separador img{
	padding-right:10px;
	cursor: pointer;
}
.inner-menu .menu-list h3 {
	font-family: 'Neuton', serif;	letter-spacing: 1px;
    border-bottom: 4px solid #00AAC0;
    color: #00AAC0;
    font-size: 20px;
    margin: 0;
    padding-bottom: 6px;
    font-weight: 800;
}
.inner-menu .menu-list .menu-list-item h4 {
	font-family: 'Neuton', serif;	letter-spacing: 1px;
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    font-weight: 800;
}
.inner-menu .menu-list {
    margin: 30px auto 0;
    max-width: 400px;
}
/*Menu ends here*/
/*Section Franquicias*/
	.middle-interior .bloque .foto img {
    height: auto;
    width: 100% !important;
}
.questions h2{
	font-family: 'Neuton', serif;	letter-spacing: 1px;
	line-height: 30px;
    display: flex;
    font-weight: 800;
}
.questions h2:before {
    content: url('../images/silueta.png');
    display: inline-table;
}
/*End Section Franquicias*/
/*Section Contacto*/
	section.contacto{
		
		margin: 50px auto 0;
		display: block;
	}
	section.contacto .kptcha{
		float: right;

	}
	section.contacto article{
		float: left;
	}
	section.contacto aside{	
		float: right;
	}
	section.contacto .contactForm div{
    	display: block;
    	position: relative;
    	margin-bottom: 8px;
	}
	section.contacto .contactForm input,
	section.contacto .contactForm textarea{
	    background: #FFFFFF;
	    border: 1px solid #DDDDDD;
	    color: #AAAAAA;
	    display: block;
	    font-size: 14px;
	    font-weight: 300;
	    outline: 0 none;
	    padding: 12px 14px;
	    transition: all 0.2s ease-out 0s;
	    width: 100%;
	}
	section.contacto .contactForm input.button{
	    background: #00AAC0;
	    color: #FFFFFF;
	    display: block;
	    font-size: 14px;
	    font-weight: 300;
	    padding: 10px 0;
	    text-align: center;
	    transition: all 0.2s ease-out 0s;
	    float: right;
	    border: 1px solid transparent;
	    width: 30%;
	}
	section.contacto .contactForm input.button:hover{
	    background: #d9534f;
	    
	    color: #fff;
	}
	section.contacto .contactForm input:focus,
	section.contacto .contactForm textarea:focus{
	    background: #00AAC0;
	    color: #FFFFFF;
	}
	section.contacto .contactForm textarea{
		height: 140px;
	}
	section.contacto ul{
		margin: 30px 0;
		padding: 0;
	}
	section.contacto .icon{
		background: url("../images/icons.png") no-repeat;
		height: 25px;
		display: block;
		padding-left: 30px;
	}
	section.contacto .icon.facebook{
		background-position: 0 -59px;
	}
	section.contacto .icon.correo{
		background-position: 0 -29px;
	}
	.blockContact{
		position: absolute;
		bottom: -40px;
		background: yellow;
		width: 230px;
		height: 150px;
		color:#000;
		right: 20%;
		padding:20px 10px;
		text-align: center;
	}
	.blockContact h2{
		font-size: 100%;
		text-align: left;
	}
	section.contacto label { 
		display:block; 
		float:none; 
		font-size:12px; 
		width:auto; 
		font-weight: bold; 
		margin-bottom: 7px; 
		color: #333333;
	}
	section.contacto label.error { 
		display:block; 
		float:none; 
		font-size:12px; 
		width:auto; 
		font-weight: normal; 
		margin-bottom: 0px; 
		color: #bb3737; 
		background: #fad6d6; 
		border: 1px solid #bb3737; 
		margin-top: 5px; 
		padding: 5px 7px;
	}
	section.contacto label.checked { 
		display:none; 
		background: none; 
		border: 0px; 
		margin-top: 0px; 
		padding: 0px; 
		text-indent: -5000px;
	}
	section.contacto em { 
		color: #01b3b3;
	}
	section.contacto .stage { 
		margin-bottom: 20px;
	}
	section.contacto .requiredNote { 
		margin: 20px 0px 20px; 
		color: #333; 
		font-weight: bold;
	}
	section.contacto .success { 
		padding: 10px; 
		background: #f0ffc1; 
		border: 1px solid #819934; 
		margin-bottom: 15px; 
		color: #819934;
	}
	section.contacto .success p { 
		margin: 0px;
	}
/*End Section Contacto*/
	section.contactoFran{

		display: block;
	}
	section.contactoFran .kptcha{
		float: right;

	}
	section.contactoFran article{
		float: left;
	}
	section.contactoFran aside{	
		float: right;
	}
	section.contactoFran .contactForm div{
    	display: block;
    	position: relative;
    	margin-bottom: 8px;
	}
	section.contactoFran .contactForm input,
	section.contactoFran .contactForm textarea{
	    background: #FFFFFF;
	    border: 1px solid #DDDDDD;
	    color: #AAAAAA;
	    display: block;
	    font-size: 14px;
	    font-weight: 300;
	    outline: 0 none;
	    padding: 12px 14px;
	    transition: all 0.2s ease-out 0s;
	    width: 100%;
	}
	section.contactoFran .contactForm input.button{
	    background: #00AAC0;
	    color: #FFFFFF;
	    display: block;
	    font-size: 14px;
	    font-weight: 300;
	    padding: 10px 0;
	    text-align: center;
	    transition: all 0.2s ease-out 0s;
	    float: right;
	    border: 1px solid transparent;
	    width: 30%;
	}
	section.contactoFran .contactForm input.button:hover{
	    background: #d9534f;
	    
	    color: #fff;
	}
	section.contactoFran .contactForm input:focus,
	section.contactoFran .contactForm textarea:focus{
	    background: #00AAC0;
	    color: #FFFFFF;
	}
	section.contactoFran .contactForm textarea{
		height: 140px;
	}
	section.contactoFran ul{
		margin: 30px 0;
		padding: 0;
	}
	section.contactoFran .icon{
		background: url("../images/icons.png") no-repeat;
		height: 25px;
		display: block;
		padding-left: 30px;
	}
	section.contactoFran .icon.facebook{
		background-position: 0 -59px;
	}
	section.contactoFran .icon.correo{
		background-position: 0 -29px;
	}

	.blockContact h2{
		font-size: 100%;
		text-align: left;
	}
	section.contactoFran label { 
		display:block; 
		float:none; 
		font-size:12px; 
		width:auto; 
		font-weight: bold; 
		margin-bottom: 7px; 
		color: #333333;
	}
	section.contactoFran label.error { 
		display:block; 
		float:none; 
		font-size:12px; 
		width:auto; 
		font-weight: normal; 
		margin-bottom: 0px; 
		color: #bb3737; 
		background: #fad6d6; 
		border: 1px solid #bb3737; 
		margin-top: 5px; 
		padding: 5px 7px;
	}
	section.contactoFran label.checked { 
		display:none; 
		background: none; 
		border: 0px; 
		margin-top: 0px; 
		padding: 0px; 
		text-indent: -5000px;
	}
	section.contactoFran em { 
		color: #01b3b3;
	}
	section.contactoFran .stage { 
		margin-bottom: 20px;
	}
	section.contactoFran .requiredNote { 
		margin: 20px 0px 20px; 
		color: #333; 
		font-weight: bold;
	}
	section.contactoFran .success { 
		padding: 10px; 
		background: #f0ffc1; 
		border: 1px solid #819934; 
		margin-bottom: 15px; 
		color: #819934;
	}
	section.contactoFran .success p { 
		margin: 0px;
	}
/*End Section Contacto*/
/*Sucursales*/

.sucursales .btn{
	font-size: 14px;
}

.sucursales h5{
	font-size: 14px;
	color: #ea4928;

}


.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    }
  #map-outer {  height: 440px; 
	  				padding: 20px; 
					border: 2px solid #CCC; 
					margin-bottom: 20px; 
					background-color:#FFF }
	  #map-container { height: 400px; text-align: center; margin-top: 15px; }
	  
@media all and (max-width: 991px) {
		#map-outer  { height: 650px }
		}

.Sucursales h4, span{
	display: list-item;
	list-style-type: none;
}

.sucursales h3{
	color: #808184;
}
.sucursales h3:before {
    content: url('../images/silueta.png');
    display: inline-table;
}
.Sucursales h5{
	font-weight: bold !important;
}

.list-group.panel > .list-group-item {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-color: #ddd;
}
.list-group-submenu {
  margin-left:20px;
}
.list-group-item{border:none;
    padding: 5px 15px;
    }


.list-group-item-success {
    background-color:white;
    color: black !important;
    font-family: 'Indie Flower', sans;
    font-size: 20px;
    letter-spacing: 2px;
    border-top: 1px solid #ddd;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    background-color: #d9534f !important;
    color: #fff !important;
}
.list-group a{
	color: #d9534f;

}
@media (max-width: 768px) {
   .texto.sucursales {
      width: 100%;
  }
  div#accordion{
      width: 100%;
  }

.footer_content .c1 {
    margin: 0;
    padding: 0;
    text-align: center !important;
}

.waves h4 {
    font-family: 'Neuton', serif;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 2px solid #1e367d;
    color: #1e367d;
    font-weight: 800;
}
.logo img{
	width: 80%;
}


/*Ends Sucursales*/

/* PROMOCIONES
*/
.customed section.promociones {
	margin-top: 30px;
  
}
.customed section.promociones .img-responsive {
  margin-bottom: 30px;
}

.customed section.promociones img{
	box-sizing: border-box;
    padding: 5px;
    margin:10px;
}
 .customed section.promociones .2promo{
 	padding-top: 10px;
 }

 .marco{
 	margin-bottom: 10px !important;
 	box-sizing: border-box;
 }

/*Promociones end*/



/*ANIMATION*/


	/*For Chrome, Safari & Firefox*/
	@-webkit-keyframes wave {
	    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	    20% { -webkit-transform: scaleY(1.0) }
	}

	@keyframes wave {
	    0%, 40%, 100% { transform: scaleY(0.4); }
	    20% { transform: scaleY(1.0); }
	}
/**END ANIMATION/