/* CSS for Paseos de San Francisco Website developed by Alonso Garcia @alonsogarciamx powered by Rotbit (www.rotbit.com) @rotbitmx */

/* Created 21 MAY 22 */

/* Last update 22 MAY 2022 */

/*
      1. FONTS
      2. NAVBAR - MENU
      3. GENERAL
      4. INDEX
      5. FOOTER
      NOSOTROS
      7. PRODUCTOS
      8. SERVICIOS
      9. CONTACTO
      AVISO
      OTROS

      Colors
      Primary   -   #dd9a01 
      Secondary -   #a87603
*/


/* ---- 1. FONTS ---- */
.poppins-font {
  font-family: "Poppins", sans-serif;
}

/* ---- 2. NAVBAR - MENU ---- */
.upper-navbar {
  background-color: black;
  padding-top: 10px;
}

.upper-navbar p {
  color: #fff;
  line-height: 0;
  font-size: 12px;
  display: flex;
  justify-content:  space-between;
} 

.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);
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;  
} 

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse {
	background-color: #dd9a01;
	border-color: #fff;
  border-bottom-color: #a87603;
  border-bottom-width: 2px;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
} 

.navbar-brand img {
  height: 62px;
  margin-top: -2px;
}

.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-icon {
  margin-top: 17px;
}

@media only screen and (max-width: 768px) {
  .upper-navbar p {
    justify-content: center;
  }
}

/* ---- 3. GENERAL ---- */
body {
  padding-top: 70px;
  padding-bottom: 0px;
}

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

p {
  font-family: 'Open Sans', sans-serif;
  color: #999;
  line-height: 2;
  font-size: 15px;
}

a {
  color: #dd9a01 ;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 15px;
}



/* ---- 4. INDEX ---- */
.portada {
  position: relative;
  text-align: center;
  color: white;
  z-index: 0;
}

.portada img {
    max-width: 100%;
    height: auto;
}

#pixie {
  z-index:10;
  position: absolute;
  top: 0;
  left: 0;
}

.texto-portada {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
}

.index-tours {
  padding-top: 30px;
}

.tour-thumb {
  border: 1px solid #eee;
  margin-bottom: 35px;
}
.tour-thumb img {
  margin-bottom: 10px;
}

.head-tour-thumb {
  position: absolute;
  top: 15px;
  left: 5px;
  padding: 0 8px;
}

.text-tour-thumb {
  padding: 0 9px;
}

.text-tour-thumb a {
  color: #fff;
}

.verde {
  background-color: #a9cf46;
  color: #fff;
}

.rosa {
  background-color: #eb268f;
  color: #fff;
}

.naranja {
  background-color: #f16834;
  color: #fff;
}

.cafe {
  background-color: #c6ac6f;
  color: #fff;
}

.turquesa {
  background-color: #25bccc;
  color: #fff;
}

.salmon {
  background-color: #f8ac92;
  color: #fff;
}

.vino {
  background-color: #8d3537;
  color: #fff;
}

.rojo {
  background-color: #ed262d;
  color: #fff;
}

.texto-amarillo {
  color: #dd9a01;
}

@media only screen and (max-width: 768px) {
  .portada img {
    max-width: 100%;
    height: auto;
  }

  .portada h1 {
    font-size: 50px;
    margin-top: 0px;
  }

  .portada h4 {
    margin-top: 50px;
    font-size: 20px;
  }
}
/* ---- 5. FOOTER ---- */
footer {
  color: #999;
}

footer a {
    color: #999;
}

.footer-above img {
  height: 200px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #0e0e0e;
}

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

footer .footer-below {
    padding: 20px 0;
    background-color: #050505;
}

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




/* ---- 9. CONTACTO ---- */
.contacto {
  padding-top: 20px;
}

.contact-order {
  text-align: left;
}


#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(255, 102, 0, 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: #ff6600;
}
@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;
}










