@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(superfish.css);
@import url(icomoon.css);

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

body {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}

body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #114095;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}

a:hover {
  text-decoration: none;
  color: #114095;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #848484;
  font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h4, h5, h6 {
  color: #5a5a5a;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
h1 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
h3 {
  color: #5a5a5a;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
 line-height: 35px;
}

h7 {
   font-size: 25px;
  color: #5a5a5a;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 100;
  line-height: 35px;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #114095;
}

::-moz-selection {
  color: #fcfcfc;
  background: #114095;
}

::selection {
  color: #fcfcfc;
  background: #114095;
}

/*** BOTONES ***/

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn.btn-primary {
  background: #114095;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  box-shadow: none;
  background: #114095;
  color: #fff !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  border-color: transparent;
}

.btn.btn-outline {
  background: transparent;
  color: #114095;
  border: 2px solid #114095 !important;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
  background: #114095 !important;
  color: #fff !important;
}

.btn.btn-outline-w {
  background: #114095;
  color: #FFFFFF;
  border: 2px solid #114095 !important;
}

.btn.btn-outline-w:hover,
.btn.btn-outline-w:focus,
.btn.btn-outline-w:active {
  background: #1852ba!important;
  color: #FFF !important;
}
.btn-info {
    color: #fff;
    background-color: #114095;
    border-color: #114095;
}
/*** LAYOUT ***/

.bloque {
  float:  left;
  padding: 3em 0;
}

@media screen and (max-width: 768px) {
  .bloque {
    padding: 4em 15px;
  }
}

.header-top {
  padding: 10px 0;
  background: #114095;
}

.booking {
  position: relative;
  z-index: 1000;
  padding-top: 90px;
  height:  750px;
}

@media screen and (max-width: 768px) {
    .booking {
        height: auto !important;
    }
}
.booking .btn {
  padding: 1em 2em;
  opacity: .9;
}

@media screen and (max-width: 768px) {
  .booking .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.booking .desc h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
  .booking .desc h2 {
    font-size: 40px;
  }
}

.booking .desc h3,
.booking .desc p a {
  color: #fff;
}

.booking .desc p {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
}

.booking .desc p a:hover,
.booking .desc p a:focus {
  color: #fff !important;
}

.booking .desc p a:hover.btn,
.booking .desc p a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}

.booking .desc p a.sitio-web {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.booking .desc .price {
  font-size: 60px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .booking .desc {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .booking .desc h3,
  .booking .desc p a,
  .booking .desc h2 {
    color: #848484;
  }
  .booking .desc h3 {
    margin-bottom: 5px;
  }
  .booking .desc p {
    margin-bottom: 5px;
    color: #848484;
    padding: 10px 10px;
  }

  .booking .desc p a:hover,
  .booking .desc p a:focus {
    color: #fff !important;
  }
}

.header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;
  background: #fff;
}

.stuck {
  position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

.seccion-gris {
  background: rgba(0, 0, 0, 0.04);
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 5em;
}

.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #114095;
}

.heading-section h3 {
  font-size: 40px;
  font-weight: 400;
  position: relative;
}

.heading-section p {
  font-size: 20px;
}

.heading-title {
  font-size: 40px;
  margin-bottom: 1.5em;
}

.seccion-azul {
	position: relative;
	background: #114095;
	background-color: #1b3975;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

.texto_diccionario .texto {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: right;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.texto_diccionario .texto span {
  display: inline-block;
  margin-bottom: 20px;
}
.texto_diccionario .texto h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.texto_diccionario .texto h3 a {
  color: rgba(0, 0, 0, 0.6);
}

/*** FOOTER ***/

#footer {
  background: #393e46;
  padding: 60px 0 40px;
}

#footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}
#footer p a:hover,
#footer p a:active,
#footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
#footer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}

.row-bottom-padded,
#articulos_detalle,
#productos_detalle {
  float:  left;
  width: 100%;
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded {
    padding-bottom: 2em;
  }
}
.row-top-padded {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.car-price {
  width: 100%;
  float: left;
  margin-bottom: 1px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #114095;
  color: #fff;
}
.car-price .auto {
  width: 59%;
  float: left;
  padding: 10px 20px 0 20px;
  font-size: 18px;
}
.car-price .price {
  width: 41%;
  float: right;
  background: #114095;
  padding: 6px 20px;
  font-size: 25px;
  font-weight: 400;
  text-align:  right;
}

#productos_detalle .grp {
	float: left;
	width: 50%;
}

.forms {
  float: left;
  padding: 30px;
  margin-top: -3em;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -ms-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -o-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  color: rgba(0, 0, 0, 0.6);
}
.forms h4 {
	color: #1c3b79;
	font-weight: 700;
}
.forms label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.forms input[type="text"] {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #114095 !important;
  width: 100% !important;
}

.forms .input-group input[type="text"] {
  width: 100% !important;
}

.forms input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #114095 !important;
}

.forms input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #114095 !important;
}

.forms input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #114095 !important;
}

.forms input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #114095 !important;
}
.forms .btn {
  letter-spacing: 0;
  text-transform: none;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .forms .input-group input[type="text"],
  .select2-container {
    width: 100% !important;
  }
}