/* Vetro 2017*/
/* Version: 1.0*/
/* Build: 9 Noviembre 2017*/
/* Autor: http://www.conaxis.com */


/*Estilos generales*/
body{
	font-family: "Raleway", sans-serif;
	color:#666;
	font-size:16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position:relative;
	background-color:#fff;
}
h1, h2, h3, h4, h5, h6, h7{
	font-family: "Raleway", sans-serif;
	font-weight:normal;
	letter-spacing:normal;
}
.numbers{
	font-family: "Arial", Helvetica, sans-serif;
}
a, button {
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a,
a:hover,
a:focus{
	text-decoration: none;
}
a:focus,
button:focus  { 
	outline: none; 
}
.clearfix{
	clear:both;
	display: inline-block;
	height:1%;
}
.clear-lg{
	height:50px;
}
.container{
	position:relative;
}
.btn-primary {
	position:relative;
	color:#fff;
	background-color:#ED0021;
	border-radius:0;
	border:0;
	font-weight:600;
	padding:12px 30px;
	font-size:14px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color:#fff;
	margin-top:3px;
	background-color:#ED0021;
}
.text-red{
	color:#ED1A26;
}
.text-md{
	font-size:18px;
}
.text-sm{
	font-size:14px;
}

/*Header*/	
header {
	width: 100%;
	position:absolute;
	top:0;
	z-index:999;
	text-align:center;
}
header .brand {
	display:inline-block;
	padding:0;
	margin:0 15px;
	position:relative;
}
header .brand img {
	position:relative;
    display: inline-block;
	width:auto;
	height:130px;
}
header .navbar {
	margin:0;
	border:0;
	padding:0;
	border-radius: 0;
}
header .navbar-toggle {
	margin:0;
	color:#004594;
	padding:20px 0;
}
header .navbar-container {
	 position:relative;
}
header .navbar-nav {
	position:relative;
	float:none;
}
header .nav li{
	margin:10px 15px;
	float:none;
	display:inline-block;
}
header .nav li a {
	font-weight:700;
	color:#0D4298;
	font-size:18px;
	/*text-transform:uppercase;*/
	padding: 8px 0;
	border-radius:0;
}
header .nav li a:focus{
	background-color:transparent;
}
header .nav>li.active>a,
header .nav>li.active>a:hover,
header .nav>li.active>a:focus,
header .nav>li>a:hover {
	background-color:transparent;
	color:#F11B1B;
}
.nav .open>a,
.nav .open>a:focus{
	background-color:transparent;
	color:#253858;	
}
header .navbar-nav .dropdown-menu {
	right: auto;
    left: -35px;
	width:100%;
	background:transparent;
	color:#fff;	
	border:0;
	border-radius:0;
	text-align:center;
	padding:0;
	width:260px;
	box-shadow:none;
}
header .dropdown-menu li {
	margin:0;
	display:block;
}
header .dropdown-menu>li>a{
	background-color:#0078AB;
	color:#fff;	
	display:block;
	padding:8px 10px;
	font-size:14px;
	margin-bottom:1px;
	font-weight:600;
}
header .nav .open .dropdown-menu>li > a:focus,
header .dropdown-menu>li > a:focus,
header .dropdown-menu>li > a:hover,
header .dropdown-menu>li.active > a,
header .dropdown-menu>li.active > a:hover{
	background-color:#05578A;
	color:#fff;	
}
header .dropdown-menu > li {
	position:relative;
}
header .dropdown-menu > li .dropdown-menu > li > a{
	background-color:#05578A;
}
header .nav .open .dropdown-menu>li .dropdown-menu > li > a:focus,
header .dropdown-menu>li .dropdown-menu > li > a:focus,
header .dropdown-menu>li .dropdown-menu > li > a:hover,
header .dropdown-menu>li.active .dropdown-menu > li > a,
header .dropdown-menu>li.active .dropdown-menu > li > a:hover{
	background-color:#04456C;
	color:#fff;
}
header .dropdown-menu > li .dropdown-menu {
	top:-2px;
	left:161px;
}


/*Portada*/	
.main-slider.owl-carousel{
	position:relative;
}
.main-slider.owl-carousel .item {
	text-align:center;
	padding:0;
	height: 100vh;
    background-position: bottom center;
    background-size: cover,100%;
    background-repeat: no-repeat;
}
.main-slider.owl-carousel .item .caption{
	margin-top:40vh;
	height: 25vh;
}
.main-slider.owl-carousel .item .caption h1 {
	color:#fff;
	font-weight:700;
	font-size:38px;
	line-height:1.1;
}
.main-slider.owl-carousel .item .caption p{
	font-size:20px;
	margin-bottom:40px;
	color:#fff;
}
.main-slider.owl-carousel .owl-nav{
    position: absolute;
    width: 100%;
	top: 50%;
}
.main-slider.owl-carousel .owl-prev,
.main-slider.owl-carousel .owl-next {
	position:absolute;
	width:20px;
	height:45px;
	opacity: 0.9;
	z-index:999;
	display: inline-block;
    background-position: center center;
    background-size: cover,100%;
    background-repeat: no-repeat;
	line-height:1;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.main-slider.owl-carousel .owl-prev:hover,
.main-slider.owl-carousel .owl-next:hover{
	margin-top:3px;
}
.main-slider.owl-carousel .owl-next {
	right:35px;
	background-image:url(../images/arrow-right.svg);
}
.main-slider.owl-carousel .owl-prev {
	left:35px;
	background-image:url(../images/arrow-left.svg);
}
.main-slider.owl-carousel .owl-dots {
	display:none;
}
span.line{
	display: inline-block;
	background-color: #D90000;
	height: 2px;
	width: 120px;
	margin-top:45px;
}
span.line.blue{
	background-color: #004594;
}
.module {
	text-align:center;
	padding:40px 0;
	color:#fff;
}
.module h1{
	font-weight:400;
	font-size:44px;
	line-height:1.3;
	color:#004594;
	margin-bottom:40px;
}
.module h1 b{
	font-weight:900;
}
.module p {
	font-size:18px;
	font-weight:400;
	color:#666;
	margin-bottom:30px;
}
.module-2 figure {
	margin:0;
	padding:10px;
}
.module-2 figure img{
	height:90px;
}
.module-2 .caption {
	padding:10px;
}
.module-2 .caption h1{
	font-size:36px;
	font-weight:900;
	margin-bottom:15px;
}
.module-2 .caption p{
	font-size:16px;
	color:#333;
}
.module-3{
	background-image:url(../images/field.jpg);
	background-position: top center;
	background-size: cover,100%;
	padding-bottom:450px;
	background-repeat: no-repeat;
}
.module-3 p{
	color:#333;
	font-weight:500;
	font-size:20px;
}
.module-33{
	background-image:url(../images/chicamesa.jpg);
	background-position: top center;
	background-size: cover,100%;
	padding-bottom:450px;
	background-repeat: no-repeat;
}
.module-33 p{
	color:#333;
	font-weight:500;
	font-size:20px;
}

.module-34{
	background-image:url(../images/FONDO-VIDEO-EMPRESA.jpg);
	background-position: top center;
	background-size: cover,100%;
	/*padding-bottom:450px;*/
	background-repeat: no-repeat;
}
.module-34 p{
	color:#333;
	font-weight:500;
	font-size:20px;
}

.module-5 .container{
	width:100%;
	padding:0;
}
.module-5 .container .row{
	margin:0;
}
.module-5 .container .row .col-xs-12{
	padding:0;
}
.module-5 {
	padding:0;
	color:#fff;
	background-image:url(../images/corner.svg);
	background-position: right bottom;
	background-size:320px 311px;
	background-repeat: no-repeat;
	background-color:#03456E;
	position:relative;
	text-align:left;
}
.module-5 .caption{
	margin:120px 30px 0;
	width:50%;
}
.module-5 .caption h1{
	font-size:45px;
	color:#fff;
	line-height:1;
}
.module-5 .caption h1 b{
	display:block;
}
.module-5 .caption p{
	color:#fff;
	font-size:16px;
	opacity:0.7;
}
.module-6 .zonas{
	width:400px;
	margin-top:50px;
	float:right;
}
.module-6 .caption {
	text-align:left;
	margin:150px 20px 0;
	width:70%;
}
.module-6 .caption h1{
	font-size:40px;
	line-height:1;
}
.module-6  h1 b{
	display:block;
}
.module-6 .caption p{
	font-size:16px;
	color: #004594;
}
.module-6 h2{
	font-size:22px;
	color:#666;
	line-height:1.5;
	font-weight:700;
	margin-bottom:40px;
}
.module-6 .stats{
	width:600px;
	margin-bottom:50px;
}
.module-6 h4{
	font-size:22px;
	color:#666;
	line-height:1.5;
	margin-bottom:40px;
}
.module-6 .branding{
	margin:0;
	padding:0;
	list-style:none;
}
.module-6 .branding li{
	display:inline-block;
	margin:20px;
}
.module-6 .branding li img{
	height:80px;
}
#gallery .item{
	height: 600px;
    background-position: center center;
    background-size: cover,100%;
    background-repeat: no-repeat;
}
#gallery.owl-carousel .owl-nav{
    position: absolute;
    width: 100%;
	top: 300px;
}
#gallery.owl-carousel .owl-prev,
#gallery.owl-carousel .owl-next {
	position:absolute;
	width:30px;
	height:45px;
	opacity: 0.9;
	z-index:999;
	display: inline-block;
    background-position: center center;
    background-size: cover,100%;
    background-repeat: no-repeat;
	line-height:1;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
#gallery.owl-carousel .owl-next {
	right:15px;
	background-image:url(../images/arrow-right.svg);
}
#gallery.owl-carousel .owl-prev {
	left:15px;
	background-image:url(../images/arrow-left.svg);
}
#gallery.owl-carousel .owl-dots {
	position:absolute;
	bottom:10px;
	width:100%;
	z-index:9;
	text-align:center;
}
#gallery.owl-carousel .owl-dot{
	display:inline-block;
	margin:2px 3px;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
#gallery.owl-carousel .owl-dot span{
	width:12px;
	height:12px;
	border-radius:100%;
	background-color:#fff;
	display:block;
	opacity:0.6;
}
#gallery.owl-carousel .owl-dot.active span{
	opacity:1;
}

.banner{
	position:relative;
	background-size:cover;
	height:75vh;
	background-position:center top;
}
.banner .container{
	height:75vh;
}
.banner .caption{
	position:absolute;
	bottom:60px;
	width:97%;
	text-align:center;
}
.banner .caption span.line{
	margin-top:0;
}
.banner h1{
	font-weight:900;
	color:#fff;
	font-size:50px;
}
.banner p{
	font-size:18px;
	color:#fff;
	margin-top:20px;
}
.img-gallery {
	margin:20px 0;
}
.banner .breadcrumb {
	position:absolute;
	bottom:0;
	display:inline-block;
    padding: 10px 15px;
    margin-bottom:0;
    list-style: none;
    background-color:rgba(0,0,0,0.6);
    border-radius: 0;
}
.banner .breadcrumb>li{
	margin-right:10px;
	font-weight:400;
	color:#fff;
}
.banner .breadcrumb>li a{
	font-weight:500;
}
.banner .breadcrumb>li a:hover{
	color:#fff;
}
.banner .breadcrumb>li .fa{
	margin-right:5px;
	color:#FF0000;
}
.banner .breadcrumb>li+li:before{
	display:none;
}
.banner .breadcrumb>li .fa-circle{
	font-size:11px;
}
.img-gallery img{
	width:100%;
	margin-bottom:30px;
}
.product {
	padding:160px 0;
	text-align:center;
	background-image:url(../images/gradient.png);
	background-repeat:repeat-x;
	background-position:center top;
}
.product h1{
	font-size:50px;
	color:#004594;
}
.product .img-product{
	width:auto;
	max-width:100%;
	margin-bottom:40px;
}
.product .caption p{
	font-size:22px;
	margin-bottom:30px;
}
.product .caption p b{
	display:block;
}
.product .caption.left{
	border-right:2px solid red;
}
.contact-info{
	padding:60px 0;
}
.contact-info .well{
	padding:20px;
	box-shadow:none;
	border-radius:0;
	border:0;
	margin:0;
	height:420px;
	text-align:center;
}
.contact-info .well h1{
	font-size:40px;
}
.contact-info .well p{
	font-size:20px;
}
.contact-info .well span.line{
	margin:20px 0;
}
.contact-info .well-grey{
	background-color:#E6E6E6;
	color:#666;
}
.contact-info .well-grey h1{
	color:#054D78;
}
.contact-info .well-blue{
	background-color:#054D78;
	color:#fff;
}
.contact-form{
	text-align:center;
	padding-bottom:100px;
}
.contact-form h1{
	color:#054D78;
	font-size:40px;
}
.form input{
	height:46px;
	padding:10px;
	font-size:16px;
	font-weight:400;
}
.form input,
.form textarea{
	border:0;
	border-radius:0;
	box-shadow:none;
	font-size:16px;
	background-color:#D6E6EB;
	color:#333;
}
.form input:focus,
.form select:focus,
.form textarea:focus,
.form input:active,
.form select:active,
.form textarea:active{
	box-shadow:none;
}
.form .form-group {
	margin-bottom:25px;
	position:relative;
}
.form_hint {
	font-size: 11px;
}
.form input:required,
.form textarea:required {
	background: #D6E6EB url(../images/red_asterisk.png) no-repeat 98% center;
}
.form input:required:valid, .form textarea:required:valid {
	background: url(../images/valid.png) no-repeat 98% center;
	background-color: #D6E6EB;
}
.form input:focus:invalid,
.form textarea:focus:invalid {
	background: url(../images/invalid.png) no-repeat 98% center;
	background-color: #D6E6EB;
}
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.form input:focus + .form_hint {display: inline;}
.form input:required:valid + .form_hint {background: #28921f;}
.form input:required:valid + .form_hint::before {color:#28921f;}
#mensajes .thanks {
	font-size:18px;
	padding:10px;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 600;
	background-color: #89C04A;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
#mensajes .thanks_error {
	font-size: 14px;
    padding: 6px;
    line-height: 120%;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 700;
	background-color:#C35F63;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.working {
	margin-bottom:20px;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	background-color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.2);
}
label.error {
	font-size: 13px;
	color:red;
	font-weight:400;
	position: absolute;
	left: 0;
	margin-top:3px;
}
.form input.error, .form  textarea.error {
	color:#e9322d;	
	border-color:#e9322d;
}
.form input.valid, .form  textarea.valid {
	border-color:#85B200;
}
.form .form-action {
	text-align:center;
}
.form .form-action .btn-primary{
    padding: 14px 40px;
    z-index: 1;
    font-size: 18px;
}
.form .form-action .btn-primary:hover{
	margin-top:0;
}
.map {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
	margin-bottom:40px;
}
#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
footer {
	background-color:#E6E6E6;
}
.social {
	position:relative;
	background-image:url(../images/bg_social.svg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	color:#fff;
	padding: 25px 0 0;
	height:135px;
	top:-20px;
}
.social h1{
	font-size:30px;
}
.social ul {
	margin:25px 0;
	padding:0;
	list-style:none;
	float:right;
}
.social ul li {
	float:left;
	margin:0 25px;
}
.social ul li:last-child{
	margin-right:0;
}
.social ul li a {
	display:block;
}
.social ul li a img{
	height:30px;
}
.prefooter{
	padding:40px 0 0;
	text-align:center;
}
.prefooter p{
	font-weight:600;
	font-size:18px;
}
.prefooter .phone{
	margin:20px 0 0;
	color:#333;
	font-size:36px;
}
.prefooter .mail{
	margin:20px 0 0;
	color:#333;
	font-size:22px;
}
.prefooter .f-brand .fb-left img{
	height:100px;
	float:left;
}
.prefooter .f-brand .fb-right img{
	height:35px;
	float:right;
	margin-top:35px;
}
.footer {
	position:relative;
	background-image:url(../images/bg-footer.svg);
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	color:#fff;
	padding:100px 0 0;
	height:160px;
	margin-top:-30px;
}
.footer .up{
	position:absolute;
	top:-60px;
	left:50%;
	margin-left:-10px;
	width:20px;
	display:block;
}
.footer p.copyright {
	color:#fff;
	font-weight:300;
	font-size:13px;
	margin:0;
	float:left;
}
.footer .agency{
	margin:0;
	margin-top:-3px;
	float:right;
}
.footer .agency img{
	/*height:12px;*/
}

/* Estilos agregados 2022 */
.dropdown-item, .dropdown-toggle{
	cursor: pointer;
}

.dropzone {
    background: #D6E6EB url(../images/red_asterisk.png) no-repeat 98% center;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    margin-left: auto;
    margin-right: auto;
}

.select {
	height: 46px;
	width: 100%;
	background-color: #D6E6EB;
	border: 0;
  }
  
  .select select {
	  padding: 5px 8px;
	  /* width: 130%; */
	  border: none;
	  box-shadow: none;
	  background-color: transparent;
	  background-image: none;
	  appearance: none;
  }

/*Directivas del Responsive*/

@media screen and (max-width: 767px) {
	header{
		padding:0;	
		position:fixed;
		background-color:rgba(255,255,255,0.9);
		text-align:left;
	}
	header:before{
		display:none;
	}
	header .brand {
		margin:0;
	}
	header .brand img {
		height: 75px;
	}
	header .navbar {
		padding:0;
	}
	header .navbar-collapse {
		position:absolute;
		right:0;
		margin:0;
		padding:0;
		z-index:9;
		width:100%;
		top:75px;
		width:280px;
		border:0;
		text-align:right;
		overflow:hidden;
		box-shadow:none;
		background-color:rgba(255,255,255,0.9);
	}
	header .navbar-nav {
		margin-top:0;
		margin-bottom:0;
	}
	header .nav>li{
		padding:0 0 0 10px;
		margin:0 15px 0 5px;
		display:block;
	}
	header .nav>li>a {
		padding:13px 10px;
		border:0;
	}
	header .dropdown-menu>li>a {
		background-color:transparent;
		color: #253858;
	}
	header .dropdown-menu>li>a:hover,
	header .dropdown-menu>li>a:focus{
		color: #253858;
	}
	header .nav>li.active>a,
	header .nav>li.active>a:hover,
	header .nav>li>a:hover,
	header .nav>li.open>a,
	header .nav>li.open.active>a:hover,
	header .nav>li.open>a:hover,
	header .nav>li.open>a:focus,
	header .nav>li.open>.dropdown-menu,
	header .dropdown-menu>li a:hover,
	header .dropdown-menu>li.active a,
	header .dropdown-menu>li.active a:hover{
		background-color:rgba(58,89,138,0.3);
		color: #253858;
	}
	header .dropdown-menu > li .dropdown-menu > li > a{
		background-color:rgba(58,89,138,0.3);
		color: #253858;
	}	
	header .dropdown-menu > li .dropdown-menu > li > a:hover{
		background-color:rgba(58,89,138,0.4);
		color: #253858;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		text-align:right;
		padding:12px 15px;
	}
	.main-slider.owl-carousel .owl-nav {
		display:none;
	}
	.main-slider.owl-carousel .item {
		height:400px;
	}
	.main-slider.owl-carousel .item .caption {
		margin-top: 18vh;
	}
	.main-slider.owl-carousel .item .caption h1 {
		font-size: 22px;
	}
	.main-slider.owl-carousel .item .caption p {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.main-slider.owl-carousel .item .caption .btn-primary{
		padding: 13px 4px;
		font-size: 13px;
	}
	.module {
		padding:30px 0;
		text-align:center;
	}
	.module h1 {
		font-weight: 700;
		font-size: 30px;
	}
	.module-2 .caption h1 {
		font-size: 30px;
	}
	.module-3{
		padding:30px 0 200px;
	}
	.module-3 p {
		font-size:16px;
	}
	.module-3 p br{
		display:none;
	}
	.product {
		padding: 100px 0;
	}
	.product h1 {
		font-size: 34px;
    }
	.product .caption p{
		font-size:16px;
		margin-bottom:30px;
	}
	.product .caption.left{
		border-right:0;
	}
	.social {
		text-align:center;
	}
	.social h1{
		margin:0;
		font-size:20px;
	}
	.social ul {
		float:none;
	}
	.social ul li {
		margin: 0px 20px;
		float:none;
		display:inline-block;
	}
	.social ul li a img{
		height:22px;
	}
	.prefooter p {
		font-weight: 400;
		font-size: 16px;
	}
	.prefooter .phone {
		font-size:24px;
	}
	.prefooter .mail {
		margin:0;
		font-size: 18px;
	}
	.prefooter .f-brand {
		margin-bottom:80px;
	}
	.prefooter .f-brand .fb-left img,
	.prefooter .f-brand .fb-right img{
		float:none;
		margin:0;
	}
	.footer {
		text-align:center;
		padding: 60px 0 20px;
		height:auto;
	}
	.footer .up {
		top: -30px;
	}
	.footer p.copyright{
		margin:20px 0 6px;
		float:none;
		font-size:13px;
		text-align:center;
	}
	.footer .agency{
		float:none;
		text-align:center;
		margin-bottom:6px;
	}
	.banner .caption {
		width: 90%;
		bottom: 20px;
	}
	.banner p {
		font-size: 16px;
	}
	.banner,
	.banner .container	{
		height:500px;
	}
	.banner h1 {
		margin-top:110px;
		text-align:center;
		font-size:28px;
	}
	.banner p{
		text-align:center;
	}
	.banner .breadcrumb {
		background-color:transparent;
		bottom: -42px;
	}
	.banner .breadcrumb li,
	.banner .breadcrumb li a,
	.banner .breadcrumb li a:hover{
		color:#666;
	}
	.banner .breadcrumb {
		padding-left:0;
	}
	.banner .breadcrumb>li .fa-circle {
		display:none;
	}
	.content p{
		font-size:16px;
	}
	.content .list li{
		font-size:16px;
		margin-bottom:10px;
	}
	.content h1{
		font-size:26px;
	}
	.content h2{
		font-size:18px;
	}
	.content figure {
		margin-bottom:50px;
	}
	.content figure .caption{
		font-size:14px;
		font-weight:600;
		bottom:-20px;
		color:#333;
		padding:4px 10px;
		background-color:#eee;
		width:100%;
	}
	#gallery.owl-carousel .item {
		height:300px;
	}
	#gallery.owl-carousel .owl-nav{
		top: 130px;
	}
	.well h1 {
		font-size:18px;
	}
	.module-5{
		padding:0;
	}
	.module-5 .caption {
		width: 100%;
		margin: 0;
		padding: 30px;
	}
	.module-6 .zonas {
		float:none;
		display:inline-block;
		text-align:center;
		max-width:100%;
	}
	.module-6 .caption {
		width: 100%;
		margin:0 0 30px;
		text-align:center;
	}
	.module-6 .caption h1 {
		font-size: 30px;
    }
	.module-6 .stats {
		max-width:100%;
	}
	.module-6 h4 {
		font-size: 16px;
	}
	.contact-info .well h1 {
		font-size: 30px;
	}
	.contact-info .well p {
		font-size: 18px;
	}
	.contact-form h1 {
		font-size: 32px;
	}
	.dropdown-menu{
		margin-left: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

	.main-slider.owl-carousel .item .caption h1 {
		font-size: 26px;
	}
	.main-slider.owl-carousel .owl-prev, .main-slider.owl-carousel .owl-next,
	.main-slider.owl-carousel .owl-prev, .main-slider.owl-carousel .owl-prev{
		width: 55px;
		height: 34px;
	}
	.main-slider.owl-carousel .item .caption p {
		font-size:16px;
	}
	.social h1{
		margin:10px 0;
		font-size:22px;
	}
	.social ul li {
		margin: 0px 18px;
	}
	.module-5 .caption {
		width: 90%;
	}
	.module-6 .zonas {
		float:none;
		display:inline-block;
		text-align:center;
	}
	.module-6 .caption {
		width: 100%;
		margin:0 0 30px;
		text-align:center;
	}
}		
@media (min-width: 992px) and (max-width: 1199px) {
	.social h1{
		margin:5px 0;
	}
	.social ul li {
		margin: 0px 18px;
	}
	.module-6 .caption {
		width: 85%;
	}
	.contact-info .well h1 {
		font-size: 36px;
	}
}
@media (min-width: 767px){
	.dropdown-menu{
		margin-left: 18%;
	}

	
}

@media (max-width: 768px){
	
	.contact-info .well{
		height: 470px;
	}

	.prefooter .mail{
		margin:20px 0 0;
		color:#333;
		font-size:16px;
	}
}