/* Move down content because we have a fixed navbar that is 50px tall */
/*
 * Header
 */

 /* ---- FONTS ---- */
.open-font {
  font-family: 'Open Sans', sans-serif;  
}

.montse-font {
  font-family: 'Montserrat', sans-serif;
}
/* ---- /FONTS ---- */


/* -- NAVBAR -- */
.navbar-inverse {
	background-color: #fff;
  border-bottom: 4px #54b5c5 solid;
  font-size: 16px;
  font-family: 'Montserrat';
  letter-spacing: 1px;
} 

.navbar-brand img {
  height: 58px;
}

@media (max-width: 768px){
  .navbar-brand img {
  height: 52px;
}
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
  top: 2px;
}

.navbar-toggle .icon-bar {
      position: relative;
      transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
      top: 6px;
      transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
      background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
      top: -6px;
      transform: rotate(-45deg);
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fbfbfb;
  border-color: #ddd;
}


.bfh-flag-US,
.bfh-flag-MX,{
  width: 16px;
  height: 14px;
  background: url(../img/bootstrap-formhelpers-countries.flags.png) no-repeat;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-us {
  background-image: url(../flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../flags/1x1/us.svg);
}

.flag-icon-mx {
  background-image: url(../flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../flags/1x1/mx.svg);
}

.navbar-language {
  color: #9d9d9d;
  position: relative;
  float: right;
  height: 50px;
  padding: 27px 15px 20px 0px;
  font-size: 15px;
  line-height: 20px;
}
.navbar-language:hover,
.navbar-language:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-language,
  .navbar > .container-fluid .navbar-language {
    margin-left: -15px;
  }
}


/* ---- GENERAL ---- */

body {
  background-color: #fff;
  color: #333;
  padding-top: 80px;
  padding-bottom: 0px;
}

section {
    padding-top:10px;
    padding-bottom: 50px;
    overflow:auto;
}

p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 2;
  padding-bottom: 5px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat';
  letter-spacing: 1px;
  color: #0f2147;
  padding-bottom: 5px;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 18px;
}

.section-padding {
  padding-top: 30px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.element-padding {
  padding-bottom: 30px;
}

.btn-azul {
  border: 1px solid #0f2147;
  color: #fff;
  background-color: #0f2147;
}
.btn-azul:hover,
.btn-azul:focus {
  border: 1px solid #54b5c5;
  color: #fff;
  background-color: #54b5c5;
}

.img-galeria {
  margin-bottom: 20px;
}


/* ---- /GENERAL ---- */


/* ---- INDEX ---- */
.index i {
  font-size: 24px;
  color: #0f2147;
}

.index h5 {
  margin-bottom: 0px;
}

.index-servicios {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px){
  .index h5 {
    font-size: 15px;
  }
}
/* ---- /INDEX ---- */

/* ---- NOSOTROS ---- */
.valores {
  background-color: #0f2147;
  color: #fff;
}

.valores p {
  margin: 10px 0px 10px;
  padding: 0px;
}

@media (max-width: 768px) {
  .valores {
    background-color: transparent;
    color: #333;
  }
}
/* ---- NOSOTROS ---- */

/* ---- PRECIOS ---- */
.tabla-nosotros {
  padding: 0px 35px;
}


/* ---- CONTACTO ---- */
.contacto a {
  color: #333;
}

.contacto a:hover, .contacto a:focus {
  color: #555;
}

.form-control  {
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
}

.btn-lg  {
  border-radius: 0px;
  font-size: 20px;
  letter-spacing: 1px;
}

.contact-order {
  text-align: justify;
}
/* ---- /CONTACTO ---- */



.img-responsive {
  margin: 0 auto;
}


.btn-social {
    padding-bottom: 8px;
    text-align: center;
    font-size: 17px;
}



/* -- FOOTER -- */
footer {
    color: #fff;
    font-size: 14px;
}

footer h3 {
    margin-bottom: 30px;
}

footer a {
    color: #fff;
}

.footer-above i {
  margin-top: 5px;
  font-size: 20px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #54b5c5;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #0f2147;
}

@media only screen and (max-width: 768px) {
  .footer-above {
    text-align: center;
  }
}
/* -- /FOOTER -- */


/* -- GOOGLE -- */
#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 600px;
  }
}

#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(15, 33, 71, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(15, 33, 71, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/google-maps/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}
/* -- /GOOGLE -- */

/* -- WHATSAPP -- */
.whatsapp {
  position:fixed;
  width:70px;
  height:70px;
  bottom:35px;
  right:35px;
  background-color:#25d366;
  color:#fff;
  border-radius:35px;
  text-align:center;
  font-size:35px;
  z-index:100;
}

.whatsapp i {
  font-size: 35px;
  margin-top:17px;
}

.whatsapp i {
  color: #fff;
}

.whatsapp i:hover, .whatsapp i:focus {
  color: #e9efe9;
}
/* -- /WHATSAPP -- */