/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

.slider-handle {
    background-image: none !important;
    background-color: #0077d9 !important;
}

.slider-selection {
    background-image: none;
    background-color: black;
}

.slider-handle.round {
    border-radius: 0px !important;
}

.slider.slider-horizontal {
    width: 93% !important;
    margin: 0 auto !important;
    display: block !important;
}
.slidecontainer{ position: relative; top: 1rem; }
.slider .tooltip-inner{ display: none; }

@font-face {
    font-family: 'ChevySans-Regular';
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'ChevySans-Regular';
  font-weight: normal;
  font-style: normal;
}

body{
	background: #fff;
}

p, ul, li, span{
	font-family: 'ChevySans-Regular';
	color: #4d4d4d;

}

.card {
      border: 1px solid #e1e1e1;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      background: #fff;
      transition: transform 0.2s ease;
}
    .card:hover {
      transform: translateY(-5px);
}
    .card-title {
      margin-bottom: 10px;
      font-weight: 600;
}

.yellow-p{
	color: #e1ab00;
}

.call-btn{
	display: inline-block;
	/* float: right; */
	line-height: 100%;
	border: 1px solid #ccc;
	padding: .5rem 1rem;
	border-radius: 15px;
	background: #e1ab00;
	color: #fff;
	margin-right: .4rem;
	text-decoration: none!important;
}

.call-btn:hover{
	display: inline-block;
	/* float: right; */
	line-height: 100%;
	border: 1px solid #ccc;
	padding: .5rem 1rem;
	border-radius: 15px;
	background: #393839;
	color: #fff;
	margin-right: .4rem;
	text-decoration: none!important;
}

.whats-btn{
	display: inline-block;
	/* float: right; */
	line-height: 100%;
	padding: .5rem 1rem;
	border-radius: 15px;
	background: #50cd5e;
	color: #fff;
	margin-right: .4rem;
	text-decoration: none;
}

.whats-btn:hover{
	display: inline-block;
	/* float: right; */
	line-height: 100%;
	padding: .5rem 1rem;
	border-radius: 15px;
	background: #3ba347;
	color: #fff;
	margin-right: .4rem;
	text-decoration: none;
}

.container {
	width: 90%;
	padding: 0;
}

.section{
	margin: 2rem 0 2rem;
}

.section.header{
	
}

.section.header.bg{
	margin-top: 0;
	padding: 1rem 0;
}

.section.header.fixed{
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	width: 100%;
}

.section.header .logo{
	font-size: 0;
}

.section.header .logo img{
	height: 60px;
}

.section.header .info{
	right: 0;
	top: 0;
	line-height: 140%;
}

.section.header .info span{
	display: inline-block;
	text-align: right;
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
	font-weight: 400;
	color: #f2bc18;
	
}
.section.header .info i{
	color: #616065;

}
.section.header .info a{
	font-size: 1.5rem;
	color: #ffffff;
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif; 
	font-weight: 400;
}

.section.after-fixed{
	margin-top: 9rem;
}

.section.menu{
	
}

.section.content{
	
}

.section.footer{
	margin-bottom: 0;
}

.section.footer a{
	
}

.section.footer a:hover{
	
}

.section.footer ul{
	list-style: none;
	margin-bottom: 0;
}

.section.footer ul li{
	margin-bottom: 0;
	line-height: 120%;
}

.section.bg{
	padding: 2rem 0;
}

.section.footer ul li{
	margin-bottom: 0;
}

.add-bottom{
	margin-bottom: 20px;
}

.add-top{
	padding-top: 20px;
}

.add-half-bottom,
.half-bottom{
	margin-bottom: 10px;
}

.remove-bottom{
	margin-bottom: 0px;
}

.remove-top{
	margin-top: 0px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel .item{
	margin: 0 0.5rem;
}

.btn-chev1 {
    color: #383938;
    background: #f2bc18;
    border-radius: 10px;
    font-size: 13px;
    font-weight: bold;
}

h1{
	font-size: 1.2rem;
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif; 
	background: #0077d9;
	padding: .5rem;
	text-align: center;
	color: #ffffff;
    margin-top: 1rem;
    text-transform: uppercase;
}

h1-name{
	font-size: 1.5rem;
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif; 
	font-weight:bold; 
	padding: .5rem;
	text-align: center;
	color: #0077d9;
    margin-top: 1rem;
    text-transform: uppercase;
}

h2{
	font-size: 2rem;
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
	font-weight: 500;
	color: #0077d9;
    margin-top: 1rem;
}

h3{
	font-size: 1rem;
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
	color: #F6C500;
    text-transform: uppercase;
    padding: 1rem;
}

h3 strong{
	font-weight: 700;
	font-size: 1.6rem;
	color: #324f6d;
}

h4{
	font-size: 1.3rem;
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
	font-weight: 500;
	text-align: center;
}

h5{
	font-size: 2.5rem;
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
	font-weight: 700;
	color: #324f6d;
	display: block;
	margin-bottom: 1rem;
}

h6{
	font-size: 2.1rem;
	text-align: center;
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
	font-weight: 700;
	color: #323232;
	letter-spacing: 0.1rem;
	border-bottom: 2px solid #e8b928;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.features{
	margin-bottom: 1.5rem;
}

.features ul{
	margin-bottom: 0rem;
}

.features li{
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 0;
	padding: .5rem 0;
	list-style-type: none;
	
}

.border-top{
	border-top: 5px solid #ccc;
}

.promo{
	color:#324F6D; 
	font-weight:bold; 
	font-size:2.5rem;
}

.promo2{
	font-size:1.9rem;
}

.mb-2{
	color:#0077d9; 
	font-size:1rem;
}

.caption{
	font-size: 1.2rem;
	text-align: center;
}

.mobile{
	display: block;
}

.no-mobile{
	display: none;
}

.shadow{
	-webkit-box-shadow: 0px 1px 15px #888888;
	-moz-box-shadow: 0px 1px 15px #888888;
	box-shadow: 0px 1px 15px #888888;
}

.gris{
	background: #efefef;
}

.amarillo{
	background: #f4bc00;
	color: #324f6d;
}

.amarillo a{
	color: #324f6d;
}

.banner{
	font-size: 0;
}

.fb{
	color: #3a5795;
	font-size: 3rem;
}

.fb:hover{
	color: #133783;
}

input[type="submit"]{
	color: #ffffff;
	background: #0077d9;
	font-weight: 700;
	border: solid 0px white;
	border-radius: 15px;
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
	font-size: 1.5rem;
}

input[type="submit"]:hover{
	color: #ffffff;
	font-weight: 700;
	border: solid 1px #324f6d;
	background: #0077d9;
	border-radius: 0px;
	text-transform: uppercase;
}

form{
	margin-bottom: 0px;
}

.no-border{
	border-bottom: 0;
}

label{
	font-size: 1.3rem;
	margin-bottom: .2rem;
	color:#324f6d;
}

input, textarea, select{
	margin-bottom: .5rem;
	font-size: 1.4rem;
}

select{
	color: #aaa;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea{
	height: 35px;
	margin-bottom: .8rem;
	border: 2px #ced4da solid;
	border-radius: 0;
	background: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #393839;
  font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
  font-size: 1rem;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #393839;
  font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
  font-size: 1rem;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #393839;
  font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
  font-size: 1rem;
}
:-moz-placeholder { /* Firefox 18- */
  color: #393839;
  font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
  font-size: 1rem;
}

textarea{
	min-height: 30px;
}

.menu{
	background: #ccc;
	padding: .5rem;
	
}

.menu ul{
	margin-bottom: 0;
}

.menu li{
	list-style-type: none;
	display: inline-block;
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 0;
	width: 18%;
}



.menu li a{
	text-decoration: none;
	color: #324f6d;
	text-transform: uppercase;
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
}

hr{
	margin-top: .5rem;
	margin-bottom: 0rem;
}

.galeria .button{
	background: none;
	border: none;
	width: auto;
}

.galeria .button:hover{
	background: none;
	border: none;
	width: auto;
}

#galleria p {
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
    background: #ccc;
    padding: .5rem;
}

.button{
	font-weight: 700;
	border: solid 1px white;
	border-radius: 0px;
	color: #F6C500;
	background: #324f6d;
}


.button:hover{
	color: #324f6d;
	font-weight: 700;
	border: solid 1px #324f6d;
	background: #F6C500;
	border-radius: 0px;
}


.yellow{
	background: #F6C500;
}

.blanco {
    background: rgba(255,255,255,0.8);
}

#contacto {
	background: #e8e8e8;
	background-size: cover;
	border-radius: 15px;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;

}
.contacto {
    font-size: 2.4rem;
    line-height: 120%;
    display: block;
	border-radius: 15px;
    text-align: center;
    font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif; 
	color: #3d3d3d;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

#versiones li{
	font-size: 1.5rem;
	line-height: 160%;
}

.main h1 {
    font-size: 3rem;
    line-height: 140%;
    margin-bottom: 18%;
    margin-top: 18%;
    display: block;
    color: #fff;
    text-shadow: 2px 2px 10px #000;
    background: none;
}
.banner{
	background: url(../img/banner.jpg) left top no-repeat;
	background-size: 150% auto;
}

.negro{
	background: #000;
	color: #fff;
}


.gallery{
	padding: 0 1.5rem 0 1.5rem;
}

.imageContainer a {
  width: 100%;
  display: inline-block;
  position: relative;
}

.imageContainer a:after {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  content: '';
  font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 10rem;
  opacity: 0;
  transition: opacity .5s;
}

.imageContainer a:hover:after {
  opacity: 1;
}

.imageContainer img {
  max-width: 100%;
  vertical-align: top;
}

th{
	background: #ccc;
}

th:first-child, td:first-child {
	padding-left: 1.5rem;
}

td{
	font-size: 1.3rem;
}

.tabla{
	overflow: scroll;
}

.section.social.fixed{
	position: fixed;
	z-index: 5000;
	top: 0px;
	right: 0;
	width: 130px;
	float: right;
}
	
.section.social.fixed a{
	text-decoration: none;
	float: right;
}

.section.social.fixed i{
	font-size: 2rem !important;
	color: #fff !important;
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
}

.gracias{
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
}

ul.color-select-list{
	list-style: none;
	margin-top: 1rem;
}

ul.color-select-list li{
	display: inline-block;
}

ul.color-select-list li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 100%;
	margin: 0 1rem;
}
.round-image img{
	border-radius: 50%;
}

.fa-stack-1x{
    font-size: 1.4rem;
	line-height: 40px;
}

.fa-stack-2x{
    font-size: 2.5rem;
    top: 0rem;
}
.slider .tooltip-inner{ display: block; }

.fa-stack {
    width: 1em;
}

.box{
	border: 2px #e1ab00 solid;
	padding: 2rem;
}

li{
	margin-bottom: 0;
}	
/* Larger than mobile */
@media (min-width: 400px) {
	
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
}

/* Larger than tablet */
@media (max-width: 750px) {
	.contacto { font-size: 1.4rem; }
	#contacto{ padding: 10px; }
	.main h1{ margin-bottom: 0; }
	.slider.slider-horizontal{ margin: auto !important; width: 70% !important; }
	.slidecontainer p{ width: 75% !important; margin: auto; }
}
@media (min-width: 750px) {
	.container {
    	width: 85%;
    }
    
    .section.header .logo img{
	    height: 60px;
    }
    
    .section.header .info{
	    line-height: 160%;
	    position: absolute;
    }
    
    .section.header .info span{
	    font-size: 2.0rem;
	    display: inline-block;
	    padding-right: 1rem;
    }
    
    .section.header .info a{
	    font-size: 1.5rem;
    }
    
    .section.after-fixed{
		margin-top: 12.8rem;
	}
    
    .section.footer ul li:last-child{
	    float: right;
    }
    
    .section.footer ul li{
		display: inline-block;
		margin-right: 1.0rem;
	}
	
	.no-mobile{
		display: block;
	}
	
	.mobile{
		display: none;
	}
	
	.parallax {
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.parallax-1 {
  background-image: url("../img/banner.jpg");
}

.main h1 {
    font-size: 3rem;
    line-height: 140%;
    margin-bottom: 37%;
    margin-top: 9%;
    display: block;
    color: #fff;
    text-shadow: 2px 2px 10px #000;
}

.banner{
	background: url(../img/banner.jpg) left top no-repeat;
	background-size: 100% auto;
	margin-top: 0px;
}

.contacto {
	font-family: 'ChevySans-Regular','ChevSans-Bold','Open Sans', sans-serif;
	color: #3d3d3d;
    font-size: 1.5rem;
    line-height: 100%;
    margin-bottom: 0rem;
    margin-top: 1.3rem;
    display: block;
    text-align: center;
}

label{
	font-size: 1.3rem;
	margin-bottom: .2rem;
	color:#fff;
	text-shadow: 2px 2px 10px #000;
}
.gallery{
	    padding: 0 0 0 2.5rem;

}

.gallery h2{
	padding-top: 2.5rem;
}
.social{
	position: fixed;
	z-index: 5000;
	top: 0px;
	right: 0;
	width: 320px;
	float: right;
}
	
.social a, .social span{
	text-decoration: none;
	float: right;
}

.social span{
	width: 180px;
	text-align: center;
	}
	
.social i{
	font-size: 2rem !important;
	padding: 0.5rem 1rem;
	text-decoration: none;
}
#contacto {
	background-size: cover;
	padding: 1rem 3rem 3rem 3rem;

}
#galleria .columns{
	margin-left: 0;
}

#galleria .six.columns{
	width: 50%;
}

#galleria .four.columns{
	width: 33.33%;
}
}

/* Larger than desktop */
@media (min-width: 1000px) {
	.container{
		max-width: 1200px;
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
