/*--
Author: W3Layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset Code --*/


body {width: 100%;}
 #container{width: 80%;}
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h5, h6 {
	margin: 0;
	padding: 0;
	color: #003a7e;
	text-align: center;
    font-family: 'Aref Ruqaa', serif;
	/*font-family: 'Raleway', sans-serif;**/
}
 h4{
	margin: 10px;
	padding: 0;
	text-align: center;
	color: #02c704;
	font-family: 'Raleway', sans-serif;
}
p {
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
label {
	margin:0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
img {
	width: 100%;

}
/*-- //Reset Code --*/

/*-- Index-Page-Styling --*/

/*-- Navbar --*/
.navbar-inverse {
	position: absolute;
	z-index: 99999;
	border: none;
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
	border: 3px solid #FFF;
}
.navbar-inverse .navbar-brand {
	position: absolute;
	font-size: 22px;
	font-weight: 900;
	color: #EEE;
	webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -5px;
	top: 2px;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: rgb(10, 10, 10);
}
.navbar-nav {
	background-color: transparent;
	margin-top: 0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
	color: #0066ff ;
	font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #1A1818;
}
ul#cross-effect {
	margin-top: 40px;
}
/*-- Hover-Cross-Effect --*/
.cross-effect {
	position: relative;
	z-index: 1;
}
.cross-effect a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cross-effect a::before, .cross-effect a::after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 30%;
	height: 4px;
	margin-top: -1px;
	background: #003b7d;
	content: '';
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.cross-effect a::before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
.cross-effect a::after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}
.cross-effect a:hover, .cross-effect a:focus {
	color: rgb(7, 7, 7);
}
.cross-effect a:hover::before, .cross-effect a:hover::after, .cross-effect a:focus::before, .cross-effect a:focus::after {
	opacity: 0.7;
}
.cross-effect a:hover::before, .cross-effect a:focus::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cross-effect a:hover::after, .cross-effect a:focus::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*-- //Hover-Cross-Effect --*/
/*-- //Navbar ---*/

/*-- Carousel-Controls-Changed-from-Default-Code --*/
.carousel-control.left {
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}
.carousel-control {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	width: inherit;
	font-size: 0;
	color: transparent;
	text-shadow: none;
	filter: alpha(opacity=50);
	opacity: .5;
}
/*-- //Carousel-Controls --*/

/*-- Slider-Grid --*/
.slider-grid-bg {
	/*background: rgba(0, 0, 0, 0.57);*/
	/*border: 2px solid rgba(255, 255, 255, 0.57);*/
	height: 200px;
	width: 1200px;

	text-align: center;
	position: absolute;
	margin: 0 auto;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
}
.slider-grid-bg:hover {
	/*background-color: transparent;*/
	/*border: 2px solid #000000;*/
}
.slider-grid-text {
	position: absolute;
	left: -30px;
	top: 85px;
	text-align: center;

}
.slider-grid-text h5 {
	font-size: 30px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}
.slider-grid-text .border {
	width: 100px;
	border-top: 3px solid #EEE;
	margin: 0 auto;
}
.slider-grid-text p {
	font-size: 18px;
	color: #990000;
	font-style: bold;
	line-height: 30px;
	margin-top: 35px;
}
/*-- //Slider-Grid --*/

/*-- Carousel-Controls-Diamond-Hover-Effect --*/
.nav-diamond a {
	margin: 0 30px;
}
.nav-diamond .icon-wrap {
	position: absolute;
	height: 100%;
	z-index: 100;
}
.nav-diamond svg.icon {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-diamond .left-arrow, .right-arrow {
	position: relative;
	overflow: hidden;
	width: 70px;
	height: 70px;
	border: 3px solid #FFF;
	background: #FFF url("../images/left.png") no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nav-diamond .left-arrow:hover {
	background: none;
}
.nav-diamond .right-arrow {
	background: #FFF url("../images/right.png") no-repeat;
}
.nav-diamond .right-arrow:hover {
	background: none;
}
.nav-diamond img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #FFF;
	border: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.nav-diamond a.prev img {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
	transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
}
.nav-diamond a.next img {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2);
}
.nav-diamond a:hover div {
	-webkit-transform: scale(1) rotate(-45deg);
	transform: scale(1) rotate(-45deg);
}
.nav-diamond a.next:hover div {
	-webkit-transform: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg);
}
.nav-diamond a:hover img {
	opacity: 0.8;
}
.nav-diamond a.prev:hover img {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
	transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
}
.nav-diamond a.next:hover img {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1);
}
/*-- //Carousel-Controls-Diamond-Hover-Effect --*/

/*-- Content --*/

h1, .about h3, .portfolio h3, .testimonial h3, .skills h3, .stats h3, .clients h3, .team h3, .contact h3,.conoce h3,.sucursal h3,.promocion h3 {
	font-size: 40px;
	font-weight: 600;
	margin: 50px auto 0;
	color: #003a7e;
}
.about h3, .testimonial h3, .stats h3, .team h3, .contact h3 ,.conoce h3,.sucursal h3,.promocion h3{
	color: #FFF;
}
.heading-underline {
	height: 8px;
	width: 30%;
	margin: 20px auto 55px;
	background-color: #00ca00;
	border-radius: 25px;
}
.heading-underline1 {
	height: 3px;
	width: 25%;
	margin: 5px auto 15px;
	background-color: #007549;
	border-radius: 15px;
}
/*-- Features --*/
.features {
	background-color: #E0EEEE;

}
.features h2, .features h3,.features h1 {
	font-size: 30px;
	line-height: 60px;
	margin-top: 30px;
	font-weight: 500;
	color: #000080;

}
.features p {
	text-align: justify;
	font-size: 20px;
	color: #363636;
	font-size: 17px;
	padding: 20px 0;
}
.features span {
	color: #006DB7;
	font-weight: 500;
}
.feature1 {
	margin-bottom: 70px;
	width: 33%;
	float: left;
}
.features-icon {
	width: 30%;
	float: left;
}
.features-icon img {
	width: 90%;
}
.features-info {
	width: 70%;
	float: left;
	padding-left: 25px;
}
.features-item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 30px 30px 0;
	border-style: solid;
	border-color: #F5F5F5 #F5F5F5 #028fcc #028fcc;
	-webkit-box-shadow: 0 1px 1px rgba(99, 93, 93, 0.68), -1px 1px 1px rgba(234, 224, 224, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(99, 93, 93, 0.68), -1px 1px 1px rgba(234, 224, 224, 0.2);
	box-shadow: 0 1px 1px rgba(99, 93, 93, 0.68), -1px 1px 1px rgba(234, 224, 224, 0.2);
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
	display: block;
	width: 0;
}
.features-item{
	background: #FFF;
	padding: 30px 20px 20px;
	margin: 15px 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}
.features-item h4{
	font-size: 20px;
	font-weight: 700;
	color: #028fcc;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.features-item p {
	font-size: 14px;
	margin: 10px 0;
	padding: 10px 0;
	font-weight: 100;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.features-item:hover{
	background: rgba(2, 143, 204, 0.88);
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.features-item:hover h4{
	color: #FFF;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-o-transform: translate(0,-5px); 
	-moz-transform: translate(0,-5px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.features-item:hover p{
	color: #EEE;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-o-transform: translate(0,-5px); 
	-moz-transform: translate(0,-5px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.features-item:hover:before {
	border-color: #F5F5F5 #F5F5F5 #006db7 #006db7;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}
/*-- //Features --*/

/*-- Team --*/
.team {
	background-color: #E0EEEE;

}
.team h2, .team h3,.team h1 {
	font-size: 30px;
	line-height: 60px;
	margin-top: 30px;
	font-weight: 500;
	color: #000080;

}
.team p {
	text-align: justify;
	font-size: 20px;
	color: #363636;
	font-size: 17px;
	padding: 20px 0;
}
.team span {
	color: #006DB7;
	font-weight: 500;
}
.feature1 {
	margin-bottom: 70px;
	width: 33%;
	float: left;
}
.team-icon {
	width: 30%;
	float: left;
}
.team-icon img {
	width: 90%;
}
.team-info {
	width: 70%;
	float: left;
	padding-left: 25px;
}
.team-item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 30px 30px 0;
	border-style: solid;
	border-color: #F5F5F5 #F5F5F5 #028fcc #028fcc;
	-webkit-box-shadow: 0 1px 1px rgba(99, 93, 93, 0.68), -1px 1px 1px rgba(234, 224, 224, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(99, 93, 93, 0.68), -1px 1px 1px rgba(234, 224, 224, 0.2);
	box-shadow: 0 1px 1px rgba(99, 93, 93, 0.68), -1px 1px 1px rgba(234, 224, 224, 0.2);
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
	display: block;
	width: 0;
}
.team-item{
	background: #FFF;
	padding: 30px 20px 20px;
	margin: 15px 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}
.team-item h4{
	font-size: 20px;
	font-weight: 700;
	color: #028fcc;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.team-item p {
	font-size: 14px;
	margin: 10px 0;
	padding: 10px 0;
	font-weight: 100;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.team-item:hover{
	background: rgba(2, 143, 204, 0.88);
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.team-item:hover h4{
	color: #FFF;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-o-transform: translate(0,-5px); 
	-moz-transform: translate(0,-5px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.team-item:hover p{
	color: #EEE;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-o-transform: translate(0,-5px); 
	-moz-transform: translate(0,-5px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.team-item:hover:before {
	border-color: #F5F5F5 #F5F5F5 #006db7 #006db7;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}
/*-- //team --*/

/*-- Features --*/
.about {
	background-color: #E0EEEE;

}
.about h2, .about h3,.about h1 {
	font-size: 30px;
	line-height: 60px;
	margin-top: 30px;
	font-weight: 500;
	color: #31708f;

}
.about p {
	text-align: justify;
	font-size: 20px;
	color: #363636;
	font-size: 17px;
	padding: 20px 0;
	
}
.phistory {
	text-align: justify;
	font-size: 20px;
	color: #363636;
	font-size: 20px;
	padding: 30px;
	background-color: #edf2f5c2;
	text-align:justify;
	font-family:century-gothic;	
}
.about span {
	color: #006DB7;
	font-weight: 500;
}
.about-icon {
	width: 30%;
	float: left;
}
.about-icon img {
	width: 90%;
}
.about-info {
	width: 70%;
	float: left;
	padding-left: 25px;
}
.about-item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 30px 30px 0;
	border-style: solid;
	border-color: #F5F5F5 #F5F5F5 #028fcc #028fcc;
	-webkit-box-shadow: 0 1px 1px rgba(99, 93, 93, 0.68), -1px 1px 1px rgba(234, 224, 224, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(99, 93, 93, 0.68), -1px 1px 1px rgba(234, 224, 224, 0.2);
	box-shadow: 0 1px 1px rgba(99, 93, 93, 0.68), -1px 1px 1px rgba(234, 224, 224, 0.2);
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
	display: block;
	width: 0;
}
.about-item{
	background: #FFF;
	padding: 30px 20px 20px;
	margin: 15px 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}
.about-item h4{
	font-size: 20px;
	font-weight: 700;
	color: #028fcc;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.about-item p {
	font-size: 14px;
	margin: 10px 0;
	padding: 10px 0;
	font-weight: 100;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.about-item:hover{
	background: rgba(2, 143, 204, 0.88);
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.about-item:hover h4{
	color: #FFF;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-o-transform: translate(0,-5px); 
	-moz-transform: translate(0,-5px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.about-item:hover p{
	color: #EEE;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-o-transform: translate(0,-5px); 
	-moz-transform: translate(0,-5px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.about-item:hover:before {
	border-color: #F5F5F5 #F5F5F5 #006db7 #006db7;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}
/*-- //About --*/


/*-- About --*/
.social {
	margin-top: 30px;
	text-align: center;
}
ul.social-icons li {
	display: inline-block;
}
ul.social-icons li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url("../images/img-sprite.png") no-repeat 0px 0px;
}
ul.social-icons li a.facebook {
	background-position: 0px 0px;
	background-color: #C2C7CC;
}
ul.social-icons li a.facebook:hover {
	background-position: 0px -50px;
	background-color: #C2C7CC;
}
ul.social-icons li a.twitter {
	background-position: -50px 0px;
	background-color: #C2C7CC;
}
ul.social-icons li a.twitter:hover {
	background-position: -50px -50px;
	
}
ul.social-icons li a.googleplus {
	background-position: -100px 0px;
	background-color: #C2C7CC;
}
ul.social-icons li a.googleplus:hover {
	background-position: -100px -50px;
	background-color: #C2C7CC;
}
ul.social-icons li a.instagram {
	background-position: -150px 0px;
	background-color: #C2C7CC;
}
ul.social-icons li a.instagram:hover {
	background-position: -150px -50px;
}
ul.social-icons li a.youtube {
	background-position: -200px 0px;
	background-color: #C2C7CC;
}
ul.social-icons li a.youtube:hover {
	background-position: -200px -50px;
}
/*-- //About --*/

/*-- Portfolio --*/
.portfolio {
	padding-bottom: 50px;
}
/*-- Tabs --*/
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
.tabs nav {
	text-align: center;
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}
.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}
.tabs nav li.tab-current a {
	color: #74777b;
}
.tabs nav a:focus {
	outline: none;
}
.portfolio h4 {
	margin: 30px 0;
	font-size: 25px;
	font-weight: 600;
}
/*-- Tabs-Content --*/
.content-wrap {
	position: relative;
}
.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: center;
}
.content-wrap section.content-current {
	display: block;
}
.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	font-size: 4em;
	line-height: 1;
}
/*-- //Tabs-Content --*/

/*-- Fallback --*/
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox nav ul {
	display: block;
}
.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}
/*-- //Fallback --*/

/*-- Tabs-Styling --*/
.tabs-style-bar nav {
	background: rgba(40,44,42,0.05);
}
.tabs-style-bar nav ul {
	border: 4px solid transparent;
}
.tabs-style-bar nav ul li a {
	margin: 0 2px;
	background-color: #f7f7f7;
	color: #74777b;
	transition: background-color 0.2s, color 0.2s;
}
.tabs-style-bar nav ul li a:hover, .tabs-style-bar nav ul li a:focus {
	color: #006db7;
}
.tabs-style-bar nav ul li a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 13px;
}
.tabs-style-bar nav ul li.tab-current a {
	background: #006db7;
	color: #fff;
}
/*-- //Tabs-Styling --*/

/*-- Tab-Images --*/
.gallery-top {
	padding: 10px;
}
.gallery-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.gallery-grids figure img {
	position: relative;
	display: block;
	width: 100%;
	border: 3px solid #C7C7C7;
}
.gallery-bottom {
	margin: 2.5em 0;
}
.gallery-grids figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery-grids figure figcaption::before, .gallery-grids figure figcaption::after {
	pointer-events: none;
}
.gallery-grids figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	background: #000;
}
figure.effect-bubba:hover img {
	opacity: 0.3;
	width: 300px;
	height: 300px;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1); 
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h4 {
	padding-top: 11%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
}
.gallery-top figure.effect-bubba h4{
	padding-top: 15%;
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h4 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-- //Tab-Images --*/
/*-- //Tabs --*/
/*-- //Portfolio --*/

/*-- Testimonials --*/
.testimonial {
	background: url("../images/6.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 400px;
	text-align: center;
}
.testimonial h3 {
	margin-top: 30px;
	font-size: 25px;
	font-weight: 500;
	color: #fff;
}
.testimonial p {
	color: #EEE;
	font-size: 17px;
	line-height: 35px;
	padding: 0 50px;
	text-align: center;
}
.test-span p {
	text-align: center;
	font-size: 13px;
	color: #848484;
	margin-top: 10px;
}
/*-- //Testimonials --*/

/*-- Skills --*/
.skills p {
	line-height: 35px;
	margin-top: 40px;
	text-align: center;
}
.skills-numbers {
	margin-top: 100px;
	padding: 0 50px;
}
.num1 {
	width: 20%;
	float: left;
	text-align: center;
}
.num1 .num-rotate {
	width: 100px;
	height: 100px;
	position: relative;
	left: 23%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #006db7;
}
.num1 .num-rotate:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 70px;
	border-width: 0 30px 30px 0;
	border-style: solid;
	border-color: #FFF #FFF #006db7 #006db7;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
	display: block;
	width: 0;
	transform: rotate(-90deg);
}
.num1 .num-rotate:hover:before {
	border-color: #006db7 #006db7 #006db7 #006db7;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
	box-shadow: none;
}
.num1 .numscroller {
	color: #FFF;
	position: absolute;
	top: 30px;
	left: 35px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
	display: block;
	font-size: 25px;
	font-weight: 900;
}
.num1 h4 {
	margin: 50px 0 0 0;
	font-size: 20px;
	font-weight: bolder;
}
/*-- Progress-Bar --*/
#about-us {
	padding: 60px 0;
}
#about-us h2 {
	margin-top: 0;
	color: #fff;
}
#about-us .lead {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 5px;
	text-align: left;
}
#about-us h1 {
	margin-bottom: 30px;
}
.progress{
	height: 20px;
	background-color: #EEE;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 25px;
}
.progress-bar{
	box-shadow: none;
	-webkit-box-shadow: none;
	text-align: right;
	padding-right: 12px;
	background-color: #006db7;
	font-size: 12px;
	font-weight: 600;
}
.progress .progress-bar.six-sec-ease-in-out {
	-webkit-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
}
/*-- //Progress-Bar --*/
/*-- //Skills --*/

/*-- Map-Starts-Here --*/
.map iframe {
	width: 120%;
	height: 500px;
	border: 5px solid #FAFAFA;
}
/*-- //Map-Ends-Here --*/

/*-- Footer-Starts-Here --*/
.footer {
  background-color: #003a7e;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer-info {
	margin-top: 5px;
}
.footer-info h4 {
	color: #006db7;
	padding: 20px 0;
	font-weight: 400;
	text-align: left;
}
.footer-info a {
	color: #EEE;
	display: block;
	font-weight: 300;
	font-size: 25px;
	line-height: 5px;
}
.links a {
	color: #EEE;
}
.links a:hover {
	color: #FFF;
	text-decoration: underline;
}
a.mail {
	color: #EEE;
}
a.mail:hover {
	color: #0f27ff;
}
.footer-info a {
	color: rgb(231, 226, 226);
	font-weight: 300;
	font-size: 13px;
	line-height: 10px;
	margin-bottom: 10px;
}
.newsletter {
	position: relative;
}
.newsletter .email {
	padding: 5px 60px 5px 15px;
	font-style: italic;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 40px;
	border: 1px solid #ddd;
	min-width: 100%;
}
.newsletter .email {
	color: #bcc0c4;
	background-color: #565f66;
	border: none;
}
.newsletter .submit {
	width: 40px;
	height: 40px;
	background-image: url('../images/subscribe.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-color: #006db7;
	top: 0;
	right: 0;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

/*-- Copyright --*/
.copyright {
	text-align: center;
	padding: 35px 0;
	border-top: 1px solid #EEE;
}
.copyright p {
	color: #FFF;
	font-size: 15px;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #006db7;
	text-decoration: underline;
}
/*-- //Copyright --*/

/*-- Go-To-Top-Button 
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
} //Go-To-Top-Button --*/

#footerwrap {
  background-color: #E0EEEE;
  color: rgb(7, 7, 7);
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: left;
}
#footerwrap h2.text-center {
  color:#000080;
}
#footerwrap h3 {
  color: #000080;
  font-size: 30px;
    font-weight: 500;
    font-family: 'Aref Ruqaa', serif;
    padding: 20px 0;
}
#footerwrap  address , #footerwrap  address  a {
    margin-bottom: 20px;
   font-family: 'Aref Ruqaa', serif;
    font-size: 18px;
    line-height: 26px;
  color:#fff;
  font-weight:100;
}
#footerwrap label {
  font-size: 18px;
    font-weight: 100%;
   font-family: 'Aref Ruqaa', serif;
  padding:10px 0;
}


.contact-info textarea {
  min-height: 150px;
  width: 100%;
  color: black;
    resize: none;
}
p.your-para {
    color: white;
    font-size: 1em;
    margin: 5px 0 8px 0;
    font-weight: 600;
}
.send input[type="submit"] {
    background: #C1CDE4;
  font-weight:600;
    outline: none;
    font-size: 1em;
    margin: 16px 0px;
    border: none;
    padding: 0.6em 2em;
    color: #3F4144;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    -webkit-appearance: none;
}
.send input[type="submit"]:hover {
  background:#DC965A;
}
.btn-outline {
    margin-top: 15px;
 font-family: 'Aref Ruqaa', serif;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}
.map iframe {
  width: 120%;
  height: 500px;
  border: 1px solid #EEE;
  border-top: none;
  border-bottom: none;
}

.map-hover {
  position: relative;
}

.map-hover-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.46);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.map-hover-1:hover {
  background-color: transparent;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.contact-info input{min-width: 100%; height: 40px; color:black;}
.send input{min-width: 30%;color:black;}
/*-- //Footer-Ends-Here --*/

/*-- Slideanim --*/
.slideanim {
	text-align: center;
}
.slide {
	/* The name of the animation */
	animation-name: slide;
	-webkit-animation-name: slide; 
	/* The duration of the animation */
	animation-duration: 1s; 
	-webkit-animation-duration: 1s;
	/* Make the element visible */
	visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
/*-- //Slideanim --*/

/*-- //Index-Page-Styling --*/

/*-- Responsive Code --*/

@media screen and (max-width:1920px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 60%;
	}
	.slider-grid-bg {
		left: 40%;
	}
	.carousel-control {
		top: 45%;
	}
}

@media screen and (max-width:1680px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 69%;
	}
	.slider-grid-bg {
		left: 39%;
	}
	.carousel-control {
		top: 46.5%;
	}
}

@media screen and (max-width:1600px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 72%;
	}
}

@media screen and (max-width:1440px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 80%;
	}
	.slider-grid-bg {
		left: 37%;
		top: 30%;
	}
}

@media screen and (max-width:1366px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 85%;
	}
	.slider-grid-bg {
		left: 37.5%;
		top: 28%;
	}
}

@media screen and (max-width:1280px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 90%;
	}
	.slider-grid-bg {
		left: 36%;
	}
}

@media screen and (max-width:991px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 100%;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	.logo {
		height: 80px;
		width: 80px;
	}
	.navbar-inverse .navbar-brand {
		left: -10px;
		top: 10px;
		font-size: 20px;
	}
	.features {
		padding-bottom: 50px;
	}
	.feature1 {
		margin-bottom: 15px;
		width: 50%;
	}
	.features-info {
		padding-left: 20px;
	}
	.about p {
		padding: 0;
	}
	.gallery-top {
		width: 33%;
		display: inline-table;
	}
	.gallery-top figure.effect-bubba h4 {
		padding-top: 0%;
	}
	.testimonial p {
		padding: 0;
	}
	.num1 .num-rotate {
		width: 75px;
		height: 75px;
		left: 15%;
	}
	.num1 .num-rotate:before {
		right: 45px;
	}
	.num1 .numscroller {
		top: 25px;
		left: 30px;
	}
	.num1 h4 {
		font-size: 18px;
	}
	.stats {
		height: 610px;
	}
	.stats p {
		padding: 0;
	}
	#about-us {
		padding: 60px 25px;
	}
	.team-social {
		top: 38%;
		left: 18%;
		width: 66%;
		height: 22%;
	}
	ul.social-icons li a {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url("../images/img-sprite.png") no-repeat 0px 0px;
		background-size: 200px;
	}
	ul.social-icons li a.facebook:hover {
		background-position: 0px -33px;
	}
	ul.social-icons li a.twitter {
		background-position: -35px 0px;
	}
	ul.social-icons li a.twitter:hover {
		background-position: -35px -33px;
	}
	ul.social-icons li a.googleplus {
		background-position: -69px 0px;
	}
	ul.social-icons li a.googleplus:hover {
		background-position: -69px -33px;
	}
	ul.social-icons li a.instagram {
		background-position: -102px 0px;
	}
	ul.social-icons li a.instagram:hover {
		background-position: -102px -33px;
	}
	ul.social-icons li a.youtube {
		background-position: -135px 0px;
	}
	ul.social-icons li a.youtube:hover {
		background-position: -135px -33px;
	}
	.team h4 {
		font-size: 23px;
	}
	.footer-info li {
		line-height: 21px;
	}
	.newsletter .email {
		padding: 5px 40px 5px 10px;
		font-size: 13px;
		width: 110%;
	}
	.newsletter .submit {
		width: 35px;
		right: -15px;
	}
}

@media screen and (max-width:966px) {
	.feature1 {
		margin-bottom: 0px;
		width: 50%;
	}
	.features {
		padding-bottom: 50px;
	}
	.divSucursales {
		padding-bottom: 50px;
	}
	.team {
		padding-bottom: 50px;
	}
	.about {
		padding-bottom: 50px;
	}
	.features-info {
		padding-left: 20px;
	}
	.about p {
		padding: 0;
	}
	.testimonial {
		height: 420px;
	}
	.gallery-grids h4 {
		font-size: 20px;
	}
	.num1 .num-rotate {
		width: 80px;
		height: 80px;
		left: 18%;
	}
	.num1 .num-rotate:before {
		top: 0px;
		right: 55px;
		border-width: 0 25px 25px 0;
	}
	.team h4 {
		font-size: 23px;
	}
	.map iframe {
		height: 300px;
	}
	.contact ,.conoce,.sucursal,.promocion {
		height: 540px;
	}
	.footer-info li {
		font-size: 12px;
	}
	.address li {
		line-height: 20px;
	}
	.footer-info p {
		font-size: 12px;
	}
	.newsletter .email {
		width: 110%;
	}
	.newsletter .submit {
		right: -15px;
	}
}

@media screen and (max-width:853px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 90%;
	}
	ul#cross-effect {
		margin-top: 90px;
	}
	.slider-grid-bg {
		top: 29%;
		left: 35%;
		height: 250px;
		width: 250px;
	}
	.slider-grid-text {
		left: 20px;
		top: 60px;
	}
	.slider-grid-text h5 {
		font-size: 22px;
	}
	.slider-grid-text p {
		font-size: 13px;
		margin-top: 15px;
	}
}

@media screen and (max-width:800px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 92%;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.slider-grid-bg {
		top: 27.5%;
	}
	.testimonial {
		height: 420px;
	}
	.testimonial p {
		padding: 0;
	}
}

@media screen and (max-width:768px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 95%;
	}
	.logo {
		margin-left: 25px;
	}
	ul#cross-effect {
		margin-top: 20px;
	}
	.slider-grid-bg {
		top: 26.5%;
		left: 33%;
	}
	.features h2, .features h3 {
		font-size: 25px;
	}
	h1, .about h3, .portfolio h3, .testimonial h3, .skills h3, .stats h3, .clients h3, .team h3, .contact h3,.conoce h3,.sucursal h3,.promocion h3 {
		font-size: 35px;
		margin: 40px auto 0;
	}
}

@media screen and (max-width:736px) {
	.navbar-toggle {
		margin-right: 0;
		margin-top: 26px;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border: none;
		box-shadow: none;
		width: 72%;
		position: absolute;
		top: 19px;
		right: 45px;
		padding: 0;
	}
	ul#cross-effect {
		width: 97%;
		float: right;
		text-align: center;
		display: -webkit-inline-box;
		padding: 0;
		margin: 0;
	}
	.nav>li {
		height: 50px;
		margin-top: 5px;
	}
	.nav>li>a {
		padding: 10px 12px;
	}
	.slider-grid-bg {
		height: 225px;
		width: 225px;
		top: 28.5%;
		left: 34%;
	}
	.slider-grid-text {
		left: 15px;
		top: 45px;
	}
	.slider-grid-text h5 {
		font-size: 20px;
	}
	.heading-underline {
		margin-bottom: 30px;
	}
	.img-grid {
		padding: 10px;
		width: 33%;
		float: left;
	}
	.portfolio {
		padding-bottom: 20px;
	}
	.gallery-top {
		width: 32%;
	}
	.gallery-grids h4 {
		font-size: 18px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 26px;
	}
	.testimonial {
		height: 420px;
	}
	.skills-numbers {
		margin-top: 60px;
		padding: 0 30px;
	}
	.stats {
		height: 570px;
	}
	.stats-grid {
		width: 25%;
		float: left;
	}
	.team-grid {
		width: 25%;
		float: left;
	}
	.team-social {
		top: 38%;
		left: 16%;
		width: 69%;
		height: 23%;
	}
	.team h4 {
		font-size: 22px;
	}
	.map iframe {
		height: 300px;
	}
	.contact,.conoce,.sucursal,.promocion {
		height: 470px;
	}
	.c1 {
		width: 50%;
		float: left;
		padding: 0 5px;
	}
	a.more_btn {
		font-size: 13px;
	}
	.footer-info {
		margin-top: 20px;
	}
	.footer-info-grid {
		width: 25%;
		float: left;
	}
	.address li {
		line-height: 18px;
	}
}

@media screen and (max-width:667px) {
	.logo {
		height: 60px;
		width: 60px;
		margin-top: 20px;
		margin-left: 5px;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		width: 72%;	
	}
	.navbar-inverse .navbar-brand {
		left: -15px;
		top: 0px;
		font-size: 16px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 12px;
	}
	.slider-grid-bg {
		top: 26.5%;
		left: 33%;
	}
	.slider-grid-text {
		left: 17px;
	}
	.nav-diamond a {
		margin: 0;
	}
	.features-item {
		padding: 30px 0 10px;
	}
	.features-info {
		padding-left: 0;
	}
	.features-item p {
		font-size: 13px;
	}
	.about p {
		font-size: 13px;
		line-height: 30px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 18px;
	}
	.testimonial {
		height: 400px;
	}
	.testimonial p {
		font-size: 13px;
		line-height: 30px;
	}
	.skills p {
		font-size: 13px;
		line-height: 30px;
	}
	.num1 .num-rotate {
		width: 65px;
		height: 65px;
		left: 20%;
	}
	.num1 .num-rotate:before {
		right: 45px;
		border-width: 0 20px 20px 0;
	}
	.num1 .numscroller {
		top: 20px;
		left: 25px;
		font-size: 20px;
	}
	.num1 h4 {
		font-size: 18px;
	}
	.stats p {
		font-size: 13px;
		line-height: 30px;
	}
	.stats-img img {
		width: 80px;
	}
	.stats {
		height: 535px;
	}
	.team-social {
		left: 10%;
		width: 78%;
		height: 27%;
	}
	.team h4 {
		font-size: 18px;
	}
	.contact ,.conoce,.sucursal,.promocion{
		height: 465px;
	}
	.address li {
		line-height: 21px;
	}
}

@media screen and (max-width:640px) {
	.navbar-toggle {
		margin-right: 0px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 11px;
	}
	.slider-grid-bg {
		top: 25.5%;
		left: 32%;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 15px;
		font-size: 16px;
	}
	#about-us {
		padding: 30px;
	}
	#about-us .lead {
		margin-top: 15px;
	}
	.team-social {
		top: 37%;
		left: 9%;
		width: 83%;
		height: 27%;
	}
	.contact ,.conoce,.sucursal,.promocion{
		height: 430px;
	}
	.contact_form input[type='text'] {
		padding: 10px 17px 10px;
		height: 35px;
	}
	.contact_form textarea {
		height: 145px;
	}
	.footer-info p {
		line-height: 18px;
	}
	.address li {
		line-height: 20px;
	}
}

@media screen and (max-width:603px) {
	.nav>li>a {
		padding: 10px;
	}
	.slider-grid-bg {
		height: 200px;
		width: 200px;
		top: 27.5%;
		left: 33%;
	}
	.slider-grid-text {
		left: 10px;
		top: 40px;
	}
	.slider-grid-text h5 {
		font-size: 18px;
	}
	.slider-grid-text p {
		font-size: 12px;
		margin-top: 10px;
		line-height: 25px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 13px;
		font-size: 14px;
	}
	.testimonial {
		height: 360px;
	}
	.num1 .num-rotate {
		width: 55px;
		height: 55px;
		left: 20%;
	}
	.num1 .num-rotate:before {
		right: 35px;
	}
	.num1 h4 {
		font-size: 16px;
	}
	.num1 .numscroller {
		top: 15px;
		left: 20px;
	}
	.stats {
		height: 535px;
	}
	.stats-img img {
		width: 70px;
	}
	.footer-info h4 {
		font-size: 17px;
	}
	.team-grid {
		padding: 0;
	}
	.team-social {
		top: 38%;
		left: 15%;
		width: 70%;
		height: 24%;
	}
}

@media screen and (max-width:600px) {

	.stats-img img {
		width: 70px;
	}
	p.stats-info {
		font-size: 12px;
	}
	.team-social {
		top: 38%;
		left: 14%;
		width: 71%;
		height: 23%;
	}
}

@media screen and (max-width:568px) {
	.navbar-toggle {
		padding: 5px;
	}
	ul#cross-effect {
		width: 94%;
	}
	.nav>li>a {
		padding: 8px;
	}
	.nav-diamond .left-arrow, .right-arrow {
		width: 45px;
		height: 45px;
		background-size: 40px;
	}
	.nav-diamond .right-arrow {
		background-size: 40px;
	}
	.slider-grid-bg {
		top: 23%;
		left: 32%;
	}
	.heading-underline {
		width: 15%;
	}
	.features h2, .features h3 {
		font-size: 20px;
		line-height: 40px;
	}
	.features-icon img {
		padding-top: 15px;
	}
	.features-item h4 {
		font-size: 18px;
	}
	.tabs-style-bar nav ul li a span {
		font-size: 12px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 10px;
	}
	.testimonial {
		height: 400px;
	}
	.skills-numbers {
		margin-top: 50px;
	}
	.num1 h4 {
		font-size: 14px;
	}
	.num1 .numscroller {
		top: 16px;
		left: 18px;
	}
	.stats {
		height: 530px;
	}
	p.stats-info {
		padding: 0;
		margin-top: 15px;
		line-height: 20px;
		font-size: 13px;
		font-weight: 100;
	}
	.clients {
		padding-bottom: 80px;
	}
	.team-grid {
		width: 50%;
		padding: 20px 0;
	}
	.team-image img {
		width: 75%;
		margin-left: 12%;
	}
	.team h4 {
		margin-top: 15px;
	}
	.team-social {
		top: 42%;
		left: 30%;
		width: 38%;
		height: 17%;
	}
	.map iframe {
		height: 200px;
	}
	.contact,.conoce,.sucursal,.promocion {
		height: 420px;
	}
	.message {
		margin-bottom: 20px;
	}
	.footer-info-grid {
		width: 50%;
		margin-bottom: 20px;
	}
	.address li {
		line-height: 25px;
	}
	.newsletter .email {
		width: 105%;
	}
	.footer-info p {
		line-height: 23px;
	}
}

@media screen and (max-width:533px) {
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		width: 50%;
		background-color: #333;
	}
	ul#cross-effect {
		width: 100%;
		display: block;
	}
	.nav>li {
		height: 40px;
		margin: 0;
	}
	.navbar-inverse .navbar-nav>li>a:hover {
		color: #FFF;
		background-color: rgba(171, 171, 171, 0.46);
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 13px;
	}
	.cross-effect a::before, .cross-effect a::after {
		position: inherit;
	}
	.slider-grid-bg {
		height: 190px;
		width: 190px;
	}
	.slider-grid-text {
		left: 15px;
		top: 37px;
	}
	.features-item h4 {
		font-size: 17px;
	}
	.tabs-style-bar nav ul li a span {
		letter-spacing: 0;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 8px;
		font-size: 12px;
	}
	.skills p {
		padding-top: 30px;
	}
	.num1 .num-rotate {
		width: 50px;
		height: 50px;
	}
	.num1 .num-rotate:before {
		right: 30px;
	}
	.team-social {
		top: 40%;
		left: 28%;
		width: 41%;
		height: 18%;
	}
}

@media screen and (max-width:480px) {
	.navbar-toggle {
		margin-right: 5px;
		margin-top: 19px;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		right: 50px;
	}
	.slider-grid-bg {
		top: 15%;
		left: 30%;
	}
	.carousel-control {
		top: 41.5%;
	}
	.features-item {
		padding: 40px 0 10px;
	}
	.features-item h4 {
		font-size: 15px;
	}
	.gallery-grids figure figcaption {
		top: -14px;
		left: -14px;
		width: 125%;
		height: 135%;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 13px;
		font-size: 14px;
	}
	.testimonial {
		height: 420px;
	}
	.skills-numbers {
		padding: 0;
	}	
	.stats .numscroller {
		font-size: 30px;
	}
	.num1 h4 {
		margin-top: 35px;
	}
	.num1 .numscroller {
		top: 15px;
		left: 15px;
	}
	.stats-info {
		margin-top: 25px;
	}
	.clients .heading-underline {
		margin-bottom: 50px;
	}
	.team-social {
		top: 40%;
		left: 27%;
		width: 45%;
		height: 21%;
	}
}

@media screen and (max-width:414px) {
	.heading-underline {
		width: 20%;
	}
	.slider-grid-bg {
		height: 170px;
		width: 170px;
		top: 16.5%;
		left: 28.5%;
	}
	.slider-grid-text {
		left: 5px;
		top: 40px;
	}
	.slider-grid-text h5 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.slider-grid-text p {
		font-size: 11px;
		margin-top: 10px;
		line-height: 18px;
	}
	.carousel-inner>.item>img {
		height: 350px;
	}
	h1, .about h3, .portfolio h3, .testimonial h3, .skills h3, .stats h3, .clients h3, .team h3, .contact h3 ,.conoce h3,.sucursal h3,.promocion h3{
		font-size: 30px;
		margin: 30px auto 0;
	}
	.features h2, .features h3 {
		font-size: 18px;
	}
	.features p {
		font-size: 18px;
	}
	.feature1 {
		width: 100%;
	}
	.features-icon img {
		padding-top: 0;
	}
	.features-info {
		padding-left: 20px;
	}
	.features-item {
		padding: 20px 0 10px;
	}
	.features-info {
		padding-left: 20px;
		padding-top: 10px;
	}
	.portfolio {
		padding-bottom: 20px;
	}
	.portfolio h4 {
		margin: 20px 0;
	}
	.gallery-top {
		width: 48%;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 26px;
	}
	.img-grid {
		width: 100%;
	}
	.testimonial {
		height: 430px;
	}
	.num1 {
		width: 33%;
		margin-bottom: 50px;
	}
	.num1 .num-rotate {
		width: 70px;
		height: 70px;
		left: 22%;
	}
	.num1 .num-rotate:before {
		right: 40px;
		border-width: 0 30px 30px 0;
	}
	.num1 .numscroller {
		top: 25px;
		left: 27px;
	}
	#about-us {
		padding: 0 30px 20px;
	}
	#about-us .lead {
		margin-top: 0;
	}
	.skills p {
		padding-top: 0;
	}
	.stats {
		height: 500px;
	}
	.stats-img img {
		width: 60px;
	}
	.stats .numscroller {
		font-size: 25px;
	}
	.team-social {
		top: 39%;
		left: 23%;
		width: 54%;
		height: 24%;
	}
	.contact ,.conoce,.sucursal,.promocion{
		height: 400px;
	}
	.contact_form input[type='text'] {
		padding: 10px;
	}
	.address li {
		line-height: 20px;
	}
	.footer-info {
		margin-top: 20px;
	}
	.footer-info p {
		line-height: 21px;
	}
}

@media screen and (max-width:384px) {
	.slider-grid-bg {
		left: 26.5%;
	}
	.features h2, .features h3 {
		font-size: 16px;
	}
	.features-info {
		padding-left: 10px;
	}	
	.tabs-style-bar nav ul li a span {
		font-size: 10px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 22px;
	}
	.stats {
		height: 530px;
	}
	.team-image img {
		width: 90%;
		margin-left: 5%;
	}
	.team-social {
		top: 40%;
		left: 20%;
		width: 58%;
		height: 21%;
	}
}

@media screen and (max-width:375px) {
	.testimonial {
		height: 460px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 20px;
	}
	.team-social {
		top: 39%;
		width: 60%;
		height: 22%;
	}
}

@media screen and (max-width:320px) {
	.slider-grid-bg {
		left: 22%;
	}
	.features h2, .features h3 {
		font-size: 17px;
		line-height: 35px;
	}
	.features-icon img {
		padding-top: 16px;
	}
	.about p {
		padding: 0 10px;
		font-size: 12px;
		line-height: 25px;
	}
	.portfolio h3, .clients h3, .team h3 {
		font-size: 27px;
	}
	.gallery-grids figure figcaption {
		top: -16px;
		left: -19px;
		width: 140%;
		height: 150%;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 13px;
	}
	.testimonial {
		height: 520px;
	}
	.num1 {
		width: 50%;
	}
	.num1 .num-rotate {
		left: 25%;
	}
	.stats {
		height: 540px;
	}
	.stats-img img {
		width: 50px;
	}
	.stats .numscroller {
		font-size: 20px;
		text-indent: -5px;
	}
	p.stats-info {
		margin-left: -5px;
	}
	.team-social {
		left: 14%;
		width: 72%;
		height: 23%;
	}
	.contact,.conoce,.sucursal,.promocion{
		height: 540px;
	}
	.c1 {
		width: 100%;
	}
	.footer-info p {
		line-height: 25px;
	}
}

/*-- //Responsive Code --*/
.imgRedonda1{
    width:100px;
    height:200px;
    border-radius:100%;
    border:6px solid #FC0312; 
    margin-bottom: 10px;
    vertical-align: middle; 
    text-align: center;  
    border-radius:50%;
}
.imgRedonda{
    width:200px;
    height:200px;
    border:6px solid #FC0312; 
    margin-bottom: 10px;
    vertical-align: middle; 
    text-align: center;  
    border-radius: 50%;
}

.desplazar { position: relative; top: 1px; left: 290px; }

blockquote {
  padding: 20px 10px;
  border: PowderBlue  5px solid;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


/**
 * Product loops
 */
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product {
  background: #f0ede0;
  border: solid 1px #e7e1cb;
  padding: 10px;
  text-align: center;
  width: 30.75%;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product {
    width: 48%;
  }
}
.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(100, 48, 32, 0.9);
  color: white;
  padding: 10px;
  z-index: 99;
}
.woocommerce ul.products li.product .product-desc {
  text-align: center;
}
.woocommerce ul.products li.product h3 {
  padding: 10px;
  margin: 0;
  font-size: 16px;
  color: #777;
  font-weight: bold;
  text-align: center;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0;
  box-shadow: none;
  border: solid 1px #e7e1cb;
  -webkit-filter: brightness(0.95);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.woocommerce ul.products li.product a img:hover {
  -webkit-filter: brightness(1);
}
.woocommerce ul.products li.product .button {
  margin-top: 5px;
  background: #dfd6ba;
  color: #6a6a6a;
  padding: 8px 16px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.woocommerce ul.products li.product .button:hover {
  background: #643020;
  color: white;
}
.woocommerce ul.products li.product .price {
  color: #643020;
  display: block;
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 14px;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.7;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  font-weight: 700;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(66, 66, 66, 0.005);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  font-size: 13px;
  color: #777;
  font-weight: lighter;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 20px;
  position: relative;
  display: inline-block;
  background: #efebdd;
  border: solid 1px #e8e3cf;
  border-radius: 0;
}
.woocommerce .woocommerce-ordering select:after {
  content: "\f103";
  font-family: "FontAwesome";
  color: white;
  position: absolute;
  right: 27px;
  top: 23px;
  font-size: 18px;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 3px;
  text-decoration: none;
  border: 1px solid #e7e1cb;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: normal;
  padding: 7px 12px;
  min-width: 25px;
  display: block;
  color: #777;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: #efebdd;
  color: #777;
}

@media(max-width: 480px){

	.about-grid1-pos {
		width: 40%;
		top: 29%;
		left: 30%;
	}
	.about-grid-right {
		padding: 6em 1em 10em 0;
	}
	.about-grid1-pos1 img {
		width: 100%;
	}
	.about-grid1-pos1 {
		top: 83%;
		left: 27%;
		width: 40%;
	}
}

/*-- banner-bottom --*/

.banner-bottom-grid1{
	background:#98B961;
	padding:2em 1em 2.5em;
	text-align:center;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	width:350px; 
}
.banner-bottom-grid1 span{
	color: #fff;
    font-size: 2em;
    top: 0.5em;
}
.banner-bottom-grid1 p{ 
	font-family: century;
	font-weight: normal;
	font-size:2em;
	color:#fff;
	
	text-align: justify;
}
.banner-bottom-grid2{
	background:#F7750F;
}
.banner-bottom-grid3{
	background:#F7210F;
}
.banner-bottom-grid4{
	background:#F7750F;
}
.about-grid-left{
	text-align:justify;
	border-right:1px solid #ccc;
	padding:4em 8em 0 1em;
}
.about-grid-left h3,.about-grid-right h3{
	font-size: 1.5em;
    color: #CE9871;
    margin: 0 0 1em;
    font-family: 'Crete Round', serif;
}
.about-grid-left p,.about-grid-right p{
	font-size:14px;
	color:#6D6A6A;
	width:70%;
	margin:0 auto;
	line-height:1.8em;
}
.about-grid-right h3{
	margin:10em 0 1em !important;
}	
.about-grids {
    margin: 4em 0 0;
}
.about-grid1{
	position:relative;
}
.about-grid1-pos{
	position:absolute;
	top: 0%;
    left: 39%;
}
.about-grid1-pos1{
	position:absolute;
	top: 60%;
    left: 39%;
}
.about-grid-right{
	padding:0em 1em 0 11em;
	text-align:justify;
}
.about-grid-right h4,.about-grid-left h4{
	text-transform:capitalize;
	font-size:2em;
	margin:3em 0 0;
	color:#98B961;
	line-height:1.5em;
}
.about-grid-left h4{
	margin:8em 0 0 !important;
}
/*-- //banner-bottom --*/

.grid {
	padding: 3em 0 0;
    list-style: none;
    text-align: justify;
}

#sucursalesVazza{
display: none;
}
.sucur{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.leftSuc{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 30px;
	padding: 0 10px;
	float: initial;
	box-sizing: border-box;
	margin: 0;
}
.sucur p{
	margin: 10px;
	font-size: 16px;
	text-align: left;
}
.sucur label{
	width: 100%;
	text-align: left;
	margin:  7px 0px;
	font-size: 16px!important;
	color: #5f0d1b!important;
	float: left;
	display: inline-block;
	position: relative;
}
.divSucursales{
	background: #E4EEF8;
	padding-bottom:  25px;
	overflow: hidden;
	display: inline-block;
	width: 1160px;

}

@media only screen and (max-width: 1024px) {

    .header{
        height: 1px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .menu a {
        font-size:13px;
        padding: 0px 15px;
    }
    .seccion1{
        width:23%;
    }
    .logoVazza{
        margin: 0px 0;
    }

}
@media only screen and (max-width: 968px) {
    .rioLi .artRelacionados {
        border: 0.5px solid rgba(203, 203, 203, 0.4);
    }
    div .rioUl{
        display: inline-block;
    }
    .rioLi{
        width: 50%;
        padding: 8px;
        margin: 0;
        float: left;
        box-sizing: border-box;
        border: 0;
        min-height: 400px;
        height: 430px;
    }
    .secCredMarg{
        padding-top: 30px;
    }
    .credivazza li{
        font-size: 17px;
        line-height: 17px;
    }
    #form-suscribete{
        display: none;
    }
    .logoMenuSup{
        display: none !important;
    }
    .menu li {
       
    }
    .redesSociales{
        display: none;
    }
    .menu a {
        /* margin-top: 15px; */
        padding: 0 8px;
    }
    .logoSupTxt {
        display: block;
    }
    .descEstiloVida{
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.81);
    }
    .desEstilo{
        height: 3em;
        overflow: hidden;
          color: #DBDBDB  !important;
        
    }
    .verMasEstilo{
        background: #ea0f2f;
      color: white;
      padding: 1px 11px;
      display: inline-block;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
    }
    .catNotaTitSup {

        width: 21%;
        font-size: 28px;

    }
    .contCatNota img {
        width: 130%;
        margin: 0;
    }
    .leftSuc {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: initial;
    padding: 0 80px;
    box-sizing: border-box;
    }
    .rightSuc {
      width: 98%;
      margin: 1%;
    }
    .rightSuc iframe {
      width: 100%;

    }    
    .select {
    position: relative;
    border: 1px solid #ff3b3b;
    width: 50%;
    height: 40px;
    line-height: 20px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    float: right;
    box-sizing: border-box;
    }
    .sucursales label {
        width: 50%;
        display: inline-block;
        position: relative;
        float: left;
        margin: 16px 0;
    }
}

@media only screen and (max-width: 768px) {
    .notita-der{
        margin: 35px 10px 35px 35px !important;
    }
    .contCatNota .nota-title{
        font-size: 42px;
    }
    .secObtenerCred{
        display: inline-block;
        width: 100%;
    }
    .credivazza li{
        width: 100%;
    }
    .benImg{
        max-width: none;
        padding: 0;
    }
    .divBeneficios{
        padding: 0;
    }
    .contenidoSeccion{
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 0;
    }
    .conmtenidoNota2{
        width: 100%;
        margin: 0;
    }
    .bannerPrincipal{
        width: 100%;
        margin-bottom: 40px;
    }
    .blog30{
        width: 480px;
        box-sizing: border-box;
        margin: auto;
        float: none;
    }
    .view{
        // width: 400px;
        // margin: auto;
        // display: block;
        // float: none;
    }
    a.artCategoria3 img{
        width: 100%;
        margin-top: 0;
    }
    .artCategoria3{
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    .blog50 article{
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
        display: inline-block;
        float: left;
    }
    #form-suscribete{
        display: none;
    }
    .btnMenumovil {
        display: block;
    }
    .infoShoes{
        width: 35%;
    }
    .menu a {
        font-size:13px;
        padding: 0px 4px;
        padding: 0px 31px;
    }
    h3 {
        font-size: 22px;
    }
    .menu_con{
        display:block;
    }
    .sec_lookbook {
        width: 98%;
    }
    .seccion1 {
        width: 49%;
        display: inline-block;
    }
    .seccion1 img {
        width: 100%;
    }
    .contHeader_vazza{
        display:none;
    }
    .latMinImg_movil{
        display:block;
    }
    .normal-header{
        display:block;
    }
    .divSliderHome{
        width:100%;
        height:auto;
    }
    .secEstInt {
        position: relative;
        width: 70%;
        height: auto;
        margin: 15px auto;
        float:none;
    }
    .leftSuc {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        font-size: 30px;
        padding: 0 10px;
    }
    .rightSuc {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        padding: 0 11px;
        box-sizing: border-box;
    }
    .sucursales h2 {
    font-size: 30px;
    color: #5f0d1b!important;
    margin: 10px;
    text-align: center;
    }
    .sucursales iframe {
        position: relative;
        display: block;
    margin: 0 auto;
    margin-top: 40px;
    }
    .latMinImg_movil {
        position: relative;
        display: block;
        width: 130px;
        float: left;
    }
    .latMinImg_movil a {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    border: 1px solid whitesmoke;
    margin-top: 5px;
    }
    .latMinImg_movil img{
        position:relative;
        display:block;
        width:100%;
    }
    header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    border-bottom: solid 2px #f0f0f0;
    }
    .header {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    min-width: 0;
    /* padding: 0; */
    }
    .divContacto {
        background: white;
        display: none;
    }
    .logoVazza img{
        width:170px;
        height:auto;
    }
    .menuMovil {
        width: 80px;
        position: relative;
        height: 90px;
        float: right;
        z-index: 9;
        right: 0;
    }
    .btnMenumovil {
    height: 45px;
    width: 45px;
    cursor: pointer;
    position: absolute;
    top: 26px;
    left: 24px;
    }
    .menu {
        display: block;
        position: absolute;
        background: #ab172d;
        color: white;
        width: 311px;
        right:-530px;
        min-width: 200px;
        top: 115px;
        margin: 0px 20px;
        height: 1200px;
    }
    .menu {
        display: block;
        z-index: 1;
        position: absolute;
        background: #ab172d;
        color: white;
        width: 273px;
        transform: translateX(100%);
        transition: 400ms;
        min-width: 200px;
        top: 91px;
        margin: 0px 0px;
        height: 450px;
        text-align: center;
        right: 0;
    }
    .menu.show{
        transform: translateX(0%);
    }
        .menu li {
            position: relative;
            display: block;
            width:100%;
        }
        .menu a {
            color: white;
            font-size: 18px;
            border-right: 0;
        }
        .menu strong {
            display: block;
            color: white;
        }
    .logoVazza {
        position: relative;
        display: block;
        left: 11px;
        top: 0px;
        height: 59px;
        margin: 15px 0;
    }
    .blog50{
        clear: both;
        width: 100%;
        display: inline-block;
    }
    .notaTxt {
        position: relative;
        display: block;
        width: 100%;
        float: left;
        border-right: 0;
    }
    .notaTxt h1 {
        text-align: center;
        font-size: 38px;
        color: #E00109;
    }
    .artRelacionados h3 {
    color: #E00109;
    font-size: 18px;
    }
    .artRelacionados img {
        position: relative;
        display: block;
        width: 52%;
        float: left;
    }
    .artRelacionados .introNota {
        position: relative;
        display: block;
        width: 100%;
        float: left;
        font-size: 14px;
        color: #600B18;
        max-height: none;
    }
    .notalnk {
    position: relative;
    display: block;
    width: 100%;
    margin-left: 0%;
    float: left;
    }
    .blog-categorias{
        // width: 50%;
        // float: left;
    }
    .blog-relacionados{
        // width: 50%;
        // float: left;
    }
    .categories-list li{
        padding-left: 0;
    }
    span.borderh2{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .artRelaDiv{
        display: block;
        width: 100%;
        max-width: 380px;
        margin: auto;
    }
    .notalnk a>img{
        width: 100% !important;
    }
    .artRela ul li:nth-of-type(3){
        position: static !important;
    }
    .notalnk div span{
        right: 25px !important;
        bottom: 3px;
    }
    .notalnk div span.grater{
        bottom: 18px;
    }
    .artRela ul{
        position: relative;
    }
    .leer-mas{
        font-size: 15px;
        margin: 10px 0 !important;
        display: inline-block;
    }
    .div-contCatNota img{
        width: 180%;
    }
        .notalnk h2 {
        font-size: 50px;
        margin: 9px;
        text-align: center;
        position: relative;
        display: block;
        }
        .notalnk a {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 100%;
        text-decoration: none;
        color: #95616A;
        padding-bottom: 10px;
        border-bottom: 1px solid whitesmoke;
        font-size: 21px;
        text-align: center;
        max-width: 380px;
        }
    .conmtenidoNota {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
        margin: 27px auto;
    }
    .div-contCatNota {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #F0F0F0;
    overflow: hidden;
    }
    .divObtenerCred {
    position: relative;
    display: block;
    height: 1381px;
    width: 100%;
    background: #f0f0f0;
    }
    .benImgCliente {
    position: relative;
    width: 100%;
    height: 172px;
    display: block;
    margin: 36px 7px;
    text-align: center;
    color: #600e1a;
    font-size: 26px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    }
    .benImgCliente img {
    display: block;
    position: relative;
    width: 90px;
    margin: 5px auto;
    }
    .width50 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    }

    .contBeneficios .mod20-12{
        text-align: center;
    }

    .mod21-12 {
        margin-left: 0;
    }

    .width50 .comoFunCred li .txtBen{
        text-align: left;
    }
    .beneficios{
        text-align: center;
        margin-bottom: 30px;
    }

    .beneficios ul li{
        width: 100%;
    }
    .secCredMarg h2{
        text-align:left !important;
    }

    .secCredMarg ul li{
        text-align: left;
    }

    .width50 h2{
        text-align: center;
        padding: 0 10px;
    }

    .secAval h2{
        text-align: center;
    }

    .secAval .benImg2x{
        width: 100%;
        text-align:center;
    }



    p.content-text {
      display: inline-block;
      width: 100%;
      text-align: center;
    }

    span.logo-vazza {
      width: 129px;
      height: 110px;
      background-image: url(../images/vazza-logo-slogan-01.png);
      display: inline-block;
    }

    span.text-news-img {
      display: block;
      width: 100%;
      background-image: url(../images/copy.png);
      height: 108px;
      background-repeat: no-repeat;
      margin-left: 33px;
      margin-top: 15px;
    }



    #email-custom {
      width: 100%;
      padding: 22px 22px;
      margin: 12px 0px;
      display: inline-block;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
    }

    #submit-em {
      width: 100%;
      background-color: #e12728;
      color: white;
      padding: 10px 7px;
      margin: 6px 0;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 21px;
    }


    .contControlesHome a{
    background: white;
    }
    .divSliderHome{
        background: #f0f0f0;
    }

    a#btnred {
        background-color: red;
        border: 0;
        margin: 80px auto;
        color: white;
        padding: 4px 26px;
        font-size: 17px;
        text-decoration:none;
    }

    .tarjetaCosto img {
        position: relative;
        display: block;
        margin: 15px auto 50px;
        margin-top: 65px;
        width: 65%;
    }
    .contCatNota img{
        width: 200%;
        margin: 0;
    }
    .latMinImg {

        display: none;
    }
    .latMinImg_movil {
        position: relative;
        display: inline-block;
        width: 100%;
        float: left;
    }
    .latMinImg_movil a {
        position: relative;
        display: inline-block;
        width: 23%;
        height: auto;
        border: 1px solid whitesmoke;
        margin-top: 5px;
    }
    .imgZapView img {
        position: relative;
        display: block;
        width: 150%;
        margin: 0 auto;
    }

    .zapatos {
        width: 46.5%;
        height: auto;
        display: block;
        position: relative;
        float: left;
        margin: 1% 0 2% 2%;
        text-decoration: none;
        border: 2px solid #E0E0E0;
    }
    .menu_redsoc {
        display: inline-block;
        text-align: center;
        margin-left: 1%;
    }

    .menu_redsoc li {
        display: inline-block;
        width: 100%;
        margin: 6px auto;
    }
    .menu_redsoc img {
           width: 30px;
    }
    .divObtenerCred {
        position: relative;
        display: block;
        height: 645px;
        width: 100%;
        background: #f0f0f0;
    }
    .txtBen{
        width: 65%;
        font-size:20px;
        line-height: 20px;
        margin-top: 20px;
    }
    .flat-table {

        margin-left: 21px;

    }
    .imgCrediFloat img {
        position: relative;
        bottom: 0;
        top: -68px;
    }
    .secCredMarg {
    padding: 0;
    width: auto;
    margin: auto;
    float: none;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}
    .formContact form {
        margin-top: 40px;
        margin-left: 40px;
        margin-right: 40px;
    }
    .catNotaTitSup {

        width: 21%;
        font-size: 28px;

    }
    .divObtenerCredcc {
        position: relative;
        display: block;
        height: auto;
        width: 100%;
        background: #f0f0f0;
    }
    .secImgSup{
        margin-top: 30px;
    }
    .benImgCliente {margin: 30px auto;display: block;}
    .contentTerminosTarjeta{
        width: 100%;
        display: inline-block;
        margin-top: 30px;
    }
    .contBeneficios{
        margin: 30px 0 80px;
    }
    .crediclient li{
        width: 400px;
        margin: 20px auto;
        max-width: 100%;
    }
    .crediclient li:first-child{
        margin: 20px auto;
    }

    .ben_client2{
        font-size: 17px;
        line-height: 18px;
        vertical-align: text-top;
        position: relative;
    }
    div#mnsNews {
        color: white;
        width: 266px;
        display:block;
        font-size:20px;

    }

    p.content-text {
      display: inline-block;
      width: 100%;
      text-align: center;
    }

    span.logo-vazza {
      width: 129px;
      height: 110px;
      background-image: url(../images/vazza-logo-slogan-01.png);
      display: inline-block;
    }

    span.text-news-img {
    display: inline-block;
    width: 70%;
    background-image: url(../images/copy.png);
    height: 109px;
    background-repeat: no-repeat;
    margin-left: 0px;
    float: left;
    }



    #email-custom {
      width: 100%;
      padding: 22px 22px;
      margin: 12px 0px;
      display: inline-block;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
    }

    #submit-em {
      width: 100%;
      background-color: #e12728;
      color: white;
      padding: 10px 7px;
      margin: 6px 0;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 21px;
    }

    .secEstInt .subtitulo {
      display: none;
    }
    .secEstInt .desEstilo {
        display: none;
    }
    .hiddenFooter{
        display: none !important;
    }
    .foo20{  
        width: 40%;
        margin-left: 20px;
    }
    .foo40{
        float: right;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .sucursales-section .divImgSup img{
        width: 200% !important;
        float: right;
        margin-right: -35px;
    }
    .sucursales p {
        margin: 10px;
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width:667px){
	.logo a {
		font-size: 2.5em;
	}
	.reserve {
		margin: 2.5em 0 0;
	}
	.banner-info {
		width: 95%;
	}
}
@media (max-width:640px){
	.header {
		margin: 1em 0 0;
	}
	.banner-info h1 {
		font-size: 1.8em;
	}
	.banner-info {
		margin: 7em auto 0;
	}
	.banner {
		min-height: 925px;
	}
	.banner-info-bottom-right {
		margin: 1em 0 0 7em;
	}
	.reserve a {
		padding: 9px 45px;
	}
	.banner-bottom, .services, .team, .gallery, .testimonials {
		padding: 3em 0;
	}
	.banner-bottom-grid1 p {
		margin: 0;
	}
	.banner-bottom-grid {
		width: 50%;
	}
	.about-grid-left {
		padding: 2em 14em 0 0em;
	}
	.about-grid-right h4, .about-grid-left h4 {
		font-size: 1.4em;
	}
	.about-grid-left h4 {
		margin: 0.5em 0 0 !important;
	}
	.about-grid-right {
		padding: 3em 1em 0 14em;
	}
	.about-grids {
		margin: 4em 0 0;
	}
	.service-grd-pos {
		width: 82%;
		left: 10%;
	}
	.services {
		padding: 3em 0 0 !important;
		min-height: 102px;
	}
	.services h3, .team h3, .gallery h3, .testimonials h3 {
		font-size: 2em;
	}
	.team h3 {
		width: 50%;
	}
	.team-grid1-pos ul {
		display: none;
	}
	.team-bottom-left img {
		padding: 0.5em;
	}
	.team-bottom-right1-pos h2 {
		font-size: 2em;
	}
	.team-bottom-right1 h4 {
		font-size: 1.5em;
		margin: 0.5em 0 0;
	}
	.team-bottom-right1-pos1 {
		padding: 1em;
	}
	.gallery h3, .testimonials h3 {
		width: 40%;
	}
}

@media (max-width: 414px){
	.reserve a {
		padding: 8px 30px;
		font-size: 13px;
	}
	.logo a {
		font-size: 1.7em;
	}
	.reserve {
		margin: 1.3em 0 0;
	}
	.logo a span {
		font-size: 12px;
	}
	.banner-info h1 {
		font-size: 1.2em;
		letter-spacing: 0px;
	}
	.banner-info {
		width: 100%;
		margin: 4em auto 0;
	}
	.banner-info-bottom {
		margin: 6em 0 0;
	}
	.banner {
		min-height: 380px;
	}
	.banner-bottom-grid1 span {
		font-size: 1.5em;
	}
	.about-grid-left {
		padding: 0em 0 2em 0em;
	}
	.about-grid1-pos {
		top: 27%;
		width:100px;
    height:200px;
    border-radius:100%;
    border:6px solid #FC0312; 
    margin-bottom: 10px;
    vertical-align: middle; 
    text-align: center;  
    border-radius:50%;
	}
	.about-grid-right h3 {
		margin: 1em 0 0.5em !important;
		font-size: 1.2em;
	}
	.about-grid-left h3, .about-grid-right h3 {
		font-size: 1.2em;
	}
	.about-grid-left p, .about-grid-right p {
		width: 100%;
	}
	.about-grid-right h4, .about-grid-left h4 {
		font-size: 1.2em;
	}
	.about-grid-right {
		padding: 6em 1em 8em 0;
	}
	.about-grid1-pos1 {
		top: 85%;
	}
	.services {
		padding: 2em 0 0 !important;
	}
	.services h3, .team h3, .gallery h3, .testimonials h3 {
		font-size: 1.6em;
	}
	.service-grid {
		width: 70%;
	}
	.service-grd-pos {
		width: 64%;
	}
	.team-grids {
		margin: 2em 0;
	}
	.team-grid {
		width: 70%;
	}
	.team-bottom-right1-pos h2 {
		font-size: 1.5em;
	}
	.team-bottom-right1 h4 {
		font-size: 1em;
	}
	.team-bottom-right1-pos1 p {
		font-size: 13px;
	}
	.team-bottom-right1-pos1 {
		width: 115%;
	}
	.wmuSliderPagination a {
		width: 10px;
		height: 10px;
	}
	.reservation ul li {
		font-size: 14px;
	}
	.b_room {
		padding: 0em;
	}
	.reservation ul {
		padding: 2em 0 0;
	}
	.contact-grids {
		top: 4%;
	}
	.address {
		margin: 1em 0;
	}
	.contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea {
		padding: 10px;
	}
	.contact-grid input[type="submit"] {
		padding: 10px 0px;
	}
	.map-color, .map iframe {
		min-height: 895px;
	}
}

.row80{
	width: 90%;
	max-width: 960px;
	margin: auto;
	position: relative;
	text-align: justify;
}
@media only screen and (max-width:769px){
	.column50{
		width:95%;
		padding:2.5%
	}
}
#interior .column50 p{
	line-height:140% !important;
	text-align:left
	}
	#interior .column50 p strong{
		font-weight:700
	}
	#interior .column50 img{
		width:100%
	}
	#interior .column100{
		padding:8% 0
	}
	#interior .column100 p{
		line-height:140% !important;
		text-align:left
	}
	#interior p{
		font-size:105%;
		margin:15px 0;
		color:#58595B
	}

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

	div#industrias .column33{
		background:#e8e8e9;
		min-height:600px
	}
		div#industrias .column33 figure{
			padding:3% 0;
			text-align:center
			}
		div#industrias .column33 figure img{
			width:50%;
			height:auto
		}
	div#industrias .column33 h1{
		font-size:160%;
		color:#282B65;
		font-weight:700;
		text-align:center;
		margin:20px 0
		}
div#industrias .column33 p{
		font-size:83%;
		line-height:130%;
		margin:15px 0
		}
div#industrias .column33 ul{
		padding:10px 15px
		}
div#industrias .column33 ul li{
	font-size:83%;
	list-style-type:square;
	color:green;margin:10px 0
	}
div#industrias .column33 ul li a,div#industrias .column33 ul li a:link,div#industrias .column33 ul li a:visited,div#industrias .column33 ul li a:active{
	color:#282B65;
	text-decoration:none
}
/*estilos para caja 3*/
#cajatres { margin: 50px 70px; border: 10px groove #6600cc; background-color: #ccffff; 
            padding: 15px ;}
#cajatres h1 { font-family: arial; font-size: 2.2em; text-align: center; color: #660033; }
#cajatres p { font-style: italic; font-family: tahoma; font-size: 1.1em; }
#cajatres table { border: 2px solid #660066; border-collapse: collapse; margin: auto; 
                  width: 80%; }
#cajatres th, td { border: 1px solid #660066; font-family: arial; font-size: 1.1em;
                   padding: 5px 10px; color: #660066; }
#cajatres table caption { font-family: arial; font-size: 1.3em; color: #006600; 
                          padding-bottom: 10px;}

@media (max-width:768px){
	.logo a {
		font-size: 3em;
	}
	.reserve {
		margin: 3em 0 0;
	}
	.banner-info h1 {
		font-size: 2em;
	}
	.banner-info {
		width: 90%;
	}
	.banner-info-bottom ul li {
		margin: 0 0.3em 0 0;
	}
	.banner-info-bottom {
		margin: 10em 0 0;
	}
	.banner {
		min-height: 605px;
		background: url(../images/dna.jpg) no-repeat -190px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.banner-info-bottom-right {
		margin: 1em 0 0 10.5em;
	}
	.banner-bottom-grid {
		float: left;
		width: 46%;
	}
	.banner-bottom-grid:nth-child(2) {
		margin: 0 0 2em;
	}
	.about-grid-left {
		border-right: none;
		padding: 2em 21em 0 0em;
	}
	.about-grid1-pos {
		left: 58%;
	}
	.about-grid-left h4 {
		margin: 1em 0 0 !important;
	}
	.about-grid1-pos1 {
		top:58%;
		left: 0%;
	}
	.about-grid-right h3 {
		margin: 0em 0 1em !important;
	}
	.about-grid-right {
		padding: 1em 1em 0 15em;
	}
	.service-grid {
		float: left;
		width: 33.33%;
	}
	.service-grd-pos span {
		font-size: 1.5em;
	}
	.service-grd-pos h4 {
		font-size: 1em;
	}
	.service-grd-pos {
		padding: 1.5em 1em;
	}
	.services {
		padding: 4em 0 0;
		min-height: 90px;
		margin: 3em 0 1em;
	}
	.services h3, .team h3, .gallery h3, .testimonials h3 {
		font-size: 2.2em;
	}
	.team-grid {
		float: left;
		width: 33.33%;
	}
	.team-grid1-pos p {
		font-size: 11px;
		margin: 0 0 1em;
	}
	.team-grid1-pos {
		top: 13%;
	}
	.team-grid1 h4 {
		margin: 1em 0 0;
	}
	.team-bottom-right {
		padding: 5em 2em 0;
	}
	.team-bottom-right1-pos {
		top: -90%;
	}
	.banner-wrap {
		margin: 4em 0 10em;
	}
	.wmuSliderPagination {
		bottom: 1%;
	}
	.testimonials-grd-right {
		width: 40%;
		margin: 2em auto 0;
	}
	.testimonials-grid1:before {
		left: 99.5%;
	}
	.testimonials-grd:nth-child(2) {
		margin: 2em 0 0;
	}
	.testimonials-grid1-second:before {
		left: -2.5%;
	}
	.contact-grids {
		top: 6%;
	}
	.contact-grid:nth-child(2) {
		margin: 2em 0;
	}
	.map-color, .map iframe {
		min-height: 980px;
	}
}
@media (max-width:667px){
	.logo a {
		font-size: 2.5em;
	}
	.reserve {
		margin: 2.5em 0 0;
	}
	.banner-info {
		width: 95%;
	}
}
@media (max-width:600px){
	.about-grid1-pos img {
		width: 100%;
	}
	.about-grid1-pos {
		width: 36%;
	}
}
@media (max-width: 414px){
	.reserve a {
		padding: 8px 30px;
		font-size: 13px;
	}
	.logo a {
		font-size: 1.7em;
	}
	.reserve {
		margin: 1.3em 0 0;
	}
	.logo a span {
		font-size: 12px;
	}
	.banner-info h1 {
		font-size: 1.2em;
		letter-spacing: 0px;
	}
	.banner-info {
		width: 100%;
		margin: 4em auto 0;
	}
	.banner-info-bottom {
		margin: 6em 0 0;
	}
	.banner {
		min-height: 380px;
	}
	.banner-bottom-grid1 span {
		font-size: 1.5em;
	}
	.about-grid-left {
		padding: 0em 0 2em 0em;
	}
	.about-grid1-pos {
		top: 27%;
	}
	.about-grid-right h3 {
		margin: 1em 0 0.5em !important;
		font-size: 1.2em;
	}
	.about-grid-left h3, .about-grid-right h3 {
		font-size: 1.2em;
	}
	.about-grid-left p, .about-grid-right p {
		width: 100%;
	}
	.about-grid-right h4, .about-grid-left h4 {
		font-size: 1.2em;
	}
	.about-grid-right {
		padding: 6em 1em 8em 0;
	}
	.about-grid1-pos1 {
		top: 85%;
	}
	.services {
		padding: 2em 0 0 !important;
	}
	.services h3, .team h3, .gallery h3, .testimonials h3 {
		font-size: 1.6em;
	}
	.service-grid {
		width: 70%;
	}
	.service-grd-pos {
		width: 64%;
	}
	.team-grids {
		margin: 2em 0;
	}
	.team-grid {
		width: 70%;
	}
	.team-bottom-right1-pos h2 {
		font-size: 1.5em;
	}
	.team-bottom-right1 h4 {
		font-size: 1em;
	}
	.team-bottom-right1-pos1 p {
		font-size: 13px;
	}
	.team-bottom-right1-pos1 {
		width: 115%;
	}
	.wmuSliderPagination a {
		width: 10px;
		height: 10px;
	}
	.reservation ul li {
		font-size: 14px;
	}
	.b_room {
		padding: 0em;
	}
	.reservation ul {
		padding: 2em 0 0;
	}
	.contact-grids {
		top: 4%;
	}
	.address {
		margin: 1em 0;
	}
	.contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea {
		padding: 10px;
	}
	.contact-grid input[type="submit"] {
		padding: 10px 0px;
	}
	.map-color, .map iframe {
		min-height: 885px;
	}
}
@media (max-width:384px){
	.banner {
		min-height: 405px;
	}
}
@media (max-width:375px){
	.banner-info-bottom-left {
		float: none;
	}
	.banner-info-bottom-right {
		margin: 1em 0 0 10em;
		float: none;
	}
	.callbacks_tabs {
		left: 37.3%;
		top: 102%;
	}
	.banner-info-bottom {
		margin: 4em 0 0;
	}
	.banner-info-bottom {
		margin: 4em 0 0;
	}
	.banner {
		min-height: 425px;
	}
	.reserve a {
		letter-spacing: 0px;
	}
	.reserve {
		margin: 1em 0 0;
	}
}
@media (max-width:320px){
	.testimonials-grid1-second:before {
		left: -4.5% !important;
	}
	.logo a {
		font-size: 1.5em;
	}
	.reserve a {
		padding: 5px 18px;
		font-size: 12px;
	}
	.logo a span {
		font-size: 11px;
	}
	.reserve {
		margin: 0.6em 0 0;
	}
	.banner-info h1 {
		font-size: 1em;
		line-height: 1.5em;
	}
	.banner-info p {
		font-size: 13px;
		margin: 0;
	}
	.callbacks_tabs {
		left: 32.3%;
	}
	.banner-info-bottom {
		margin: 5em 0 0;
	}
	.banner-info-bottom-right a img {
		width: 11%;
	}
	.banner-info-bottom-right {
		margin: 1em 0 0 8.3em;
	}
	.banner {
		min-height: 415px;
	}
	.banner-info-bottom ul li {
		margin: 0;
	}
	.banner-bottom {
		padding: 2em 0 !important;
	}
	.banner-bottom-grid {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.banner-bottom-grid:nth-child(2) {
		margin: 2em auto;
	}
	.banner-bottom-grid:nth-child(3) {
		margin: 0em auto 2em;
	}
	.progress-tracker ul li .pt-description span {
		font-size: 13px;
	}
	.progress-tracker ul li {
		width: 12px;
		height: 12px;
	}
	.about-grids {
		margin: 2em 0 0;
	}
	.about-grid-left h3, .about-grid-right h3 {
		margin: 0 0 0.5em;
	}
	.about-grid-left p, .about-grid-right p {
		font-size: 13px;
	}
	.about-grid1-pos {
		width: 50%;
		left: 25%;
	}
	.about-grid-right {
		padding: 6em 1em 7em 0;
	}
	.about-grid1-pos1 {
		left: 23%;
		width: 50%;
	}
	.reservation img {
		width: 50%;
		margin: 0 auto;
	}
	.modal-content {
		width: 95%;
		padding:1.5em 1em 1.5em;
	}
	.reservation h4 span,.reservation ul li,.testimonials-grid p {
		font-size: 13px;
	}
	.reservation p {
		font-size: 14px;
		margin: 0 0 1.2em;
	}
	.posts a {
		padding: 4px 65px;
		font-size: 13px;
	}
	.reservation ul {
		padding: 1.5em 0 0;
	}
	.services h3:before, .team h3:before, .gallery h3:before, .testimonials h3:before {
		height: 2px;
	}
	.services h3, .team h3, .gallery h3, .testimonials h3 {
		font-size: 1.5em;
		width: 40%;
	}
	.service-grids {
		margin: 2em 0 10em;
	}
	.service-grid {
		width: 80%;
	}
	.service-grd-pos {
		width: 76%;
		left: 5%;
		top: 60%;
	}
	.team h3 {
		width: 70% !important;
	}
	.team-grid {
		width: 95%;
	}
	.team-bottom {
		padding: 0;
	}
	.team-bottom-right1-pos h2 {
		font-size: 1.3em;
	}
	.team-bottom-right {
		padding: 4em 2em 0;
	}
	.gallery h3, .testimonials h3 {
		width: 55% !important;
	}
	.testimonials-grids {
		margin: 2em 0 0;
	}
	.testimonials-grd {
		padding: 0;
	}
	.testimonials-grid1:before {
		left: 97.5%;
	}
	.testimonials-grd-right {
		width: 70%;
	}
	.testimonials-grid1 h4 {
		font-size: 1.1em;
	}
	.testimonials-grid1 {
		padding: 1.2em;
	}
	.contact {
		margin: 0;
	}
	.contact-grdr ul li {
		font-size: 13px;
		margin: 0 0 0.4em;
	}
	.contact-grdl span {
		font-size: 1.3em;
	}
	.contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea,.footer p {
		font-size: 13px;
	}
	.newsletter h3 span {
		font-size: 1.2em;
		left: 2.5em;
	}
	.newsletter {
		padding: 4em 1em 2.5em 0.3em;
	}
	.newsletter h3 {
		font-size: 1.3em;
	}
	.map-color, .map iframe {
		min-height: 780px;
	}
	.footer {
		padding: 1.2em 0;
	}
}

.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
	visibility: visible; 
}
@media (max-width: 640px){
	.caption {
    padding: 6em 0.5em;
}	
	.about-us p.p1 {
	line-height:25px;
}
	span.vertical-line {
    height: 770px;
	top:9%;
}
	span.horizontal-line {
	top: 17%;
    width: 173px;
}
	span.small-vertical-line1 {
	top: 45%;
	width:173px;
}
	span.small-vertical-line2 {
	width:173px;
	top: 73%;
}
}


/*navbar*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background-color: #4169E1;
	width: 1110px;
	height: 50px;
	margin-top: 0px;
}
.navbar-default .navbar-nav>li>a{
	color: #003b7d;
	text-transform: uppercase;
	margin-top: 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #00ca00;
	margin-top: 0px;
}
.navbar-default{
	background-color: #edf2f5;
	border-color: transparent;
	margin-top: 0px;
}
.navbar-toggle{
	border-radius: 0;
}
a#cross-effect {
	margin-top: 30px;
}
@media (min-width: 68px){
	.navbar-brand img{
		width: 10px;
		margin-top: 0px;
	}
	.navbar-nav>li>a{
		padding-top: 0px;
		padding-bottom: 5px;
		margin-top: 0px;
	}	
}


#container {  
  	width: 400px;  
	margin: 0 auto;  
	background: #003a7e;   
	-moz-border-radius: 20px;  
	-webkit-border-radius: 20px;  
	 
   }  
   
	 
   #formulario {  	 
	padding: 1em;  	 
   }  
	 
   #formulario fieldset { 	 
	width: 400px;  
	padding: 0 0 0 0;  
	border: 0;  	 
   }  
	 
   #formulario label {  	 
	display: block;  
	padding: 5px 0 5px 0;  	 
   }  
	 
   #formulario input[type=text], textarea {  	 
	padding: 10px 0 10px 0;  
	border: 1px solid black;  
	color: #5b5c5c;  
	font-family: inherit;  
	font-size: inherit;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 3px;  	 
   }  
	 
   #formulario input[type=text]:focus, textarea:focus {  
	 	background: #f5f3dd;  	 
   }  
	 
   #formulario input[type=submit] {  
	 	border: none;  
	margin-right: 1em;  
	padding: 6px;  
	text-decoration: none;  
	font-size: 20px;  
	font-weight: bold;  
	-moz-border-radius: 4px;  
	background: #049e04;  
	color: white;  
	width: 100px;  
	  }  
	 
   #formulario input[type=submit]:hover {  
	background: #14c2a8;  
	cursor: pointer;  
   }  
	 
   #validar-nombre, #validar-correo, #validar-sitio, #validar-mensaje {  
	position: absolute;  
	width: 100px;  
   }  
	 
   #validar-nombre img, #validar-correo img, #validar-mensaje img {  
	padding:10px 0 0 5px;  
   }  

   
#titulo{
	float:right;
	background:#D76E87;
    padding:5px;
    margin-top: 13%;
    width:36px;
    right: 10px;
	height: 352px;
	display: block;
    position: fixed;
    text-indent: 100%;
	text-decoration: none;
    border: none;
	bottom: 18px;
}
#contenido{
	background:#4169E1;
	float:right;
	padding:10px 20px;
    margin-top: 0%;
    width:450px;
    height: 535px;
    display: none; 
    position: relative;
	
}
.imgcolexp{
	float:right;
	width:32px;
	cursor:pointer;
}
#panel-oculto { display: none; position: fixed; top: 0; width: 100%; height: 200px; z-index: 1000; background-color: #222; }
#to1 {
	text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 0px;
    border: none;
    text-indent: 100%;
}
.container11 {
	bottom: 18px;
	z-index: 10;
	top: 9%;
	background-color: transparent;
	position: fixed;
	height: 584px;
	width: 550px;
	right: 0px;
	-webkit-transition: right 0.4s ease-in-out;
	-moz-transition: right 0.4s ease-in-out;
	-ms-transition: right 0.4s ease-in-out;
	-o-transition: right 0.4s ease-in-out;
	transition: right 0.4s ease-in-out;
	}
	.container11.open-sidebar {
		right: 530px;
	}
	 
	#sidebar {
	position: absolute;
	right: -530px;
	background: #edf2f5;
	width: 530px;
	height: 584px;
	box-sizing: border-box;
	font-size: 16px;
	margin-top: 20%;
	}
	#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#sidebar ul li {
	margin: 0;
	}
	#sidebar ul li a {
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 100;
	color: white;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #4169E1;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	}
	#sidebar ul li:hover a {
	background: #4169E1;
	}
	.main-content {
	width: 15px;
	height: 284px;
	padding: 7px;
	right: 0px;
	font-size-adjust: initial;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	margin-top: 30%;
	}
	.main-content .content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 60px;
	width: 100%;
	}
	.main-content .content h1{
	font-weight: 100;
	}
	.main-content .content p{
	width: 100%;
	line-height: 160%;
	}
	.main-content #sidebar-toggle {
	background: rgb(0 202 0);
	border-radius: 3px;
	display: block;
	position: relative;
	padding: 10px 7px;
	float: right;
	height: 250px;
	width: 70px;
	}

	.main-content #sidebar-toggle .bar{
	display: block;
	width: 8px;
	margin-bottom: 3px;
	height: 210px;
	background-color: #fff;
	border-radius: 1px;
	}
	.main-content #sidebar-toggle .bar:last-child{
	margin-bottom: 0;
	}
	
	.history{
		background: url("../images/tlax1.jpeg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}
	}