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

/* Created 09 ENE 22 */

/* Last modification 10 ENE 2022 */

/*
      1. FONTS
      2. NAVBAR - MENU
      3. GENERAL
      4. INDEX
      5. FOOTER
      6. NOSOTROS
      7. PRODUCTOS
      8. ALIANZAS
      9. CONTACTO
      10. AVISO
      11. CONVOCATORIAS
      12. FAQS
      13. TESTIMONIOS
      14. BLOG
      15. EXPERIENCIAS

      Colors
      Primary   -   #ff9001
      Secondary -   #881a00
*/


/* ---- 1. FONTS ---- */
.anton-font {
  font-family: 'Anton', sans-serif;
}

/* ---- 2. NAVBAR - MENU ---- */
.notice {
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.notice-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  padding: 10px 0px;
}

.div-block {
    width: 118px;
    height: 32px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 4px 10px 4px 10px;
    border-top-right-radius: 12px;
    background-color: #ff9001;
    color: #000;
}

.div-block p {
  margin-top: -4px;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-nav li {
  margin-top: -8px;
}

.navbar-nav a {
  font-size: 14px;
}

.navbar-nav .titulo-con-flecha {
  margin-top: 10px;
}

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

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

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}

.navbar-inverse {
	background-color: #ff9001;
	border: none;
  letter-spacing: 1px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  border-radius: 0px;
} 

.navbar-brand img {
  height: 30px;
  margin-top: 22px;
}

.navbar-woutbg {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-green {
  background-color: #0c4733;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.navbar-red {
  background-color: #881a00;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.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) {
  .notice-wrap {
    margin: 0px 5px;
    font-size: 12px;
  }

  .div-block p  {
    margin-top: 2px;
    font-size: 12px;
  }

  .navbar-nav {
    display: block;
  }
}

/* ---- 3. GENERAL ---- */
body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
}

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

p {
  font-family: 'Quicksand', sans-serif;
  color: #000;
  line-height: 2;
  font-size: 16px;
}

a {
  color: #ff9001;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 15px;
}

.titulo-con-flecha {
  display: inline-block;
  padding: 2px 15px;
}

.titulo-con-flecha img {
  height: 10px;
  padding-left: 5px;
  margin-top: -5px;
}

.link-oscuro a {
  color: #000;
}

.div-block-rojo {
  max-width: 200px;
  margin-right: 8px;
  padding: 20px 32px 20px 32px;
  border-top-right-radius: 20px;
  background-color: #881a00;
  color: #fff;
}

.div-block-rojo a {
  color: #fff;
}

.div-block-amarillo {
  max-width: 300px;
  margin-right: 8px;
  padding: 10px 15px 10px 15px;
  border-top-right-radius: 20px;
  background-color: #ffac12;
  color: #000;
}

.div-block-amarillo a {
  color: #000;
}

.text-red {
  color: #881a00;
}

.title-line {
  width: 100%;
  max-width: 170px;
  min-height: 4px;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #ff9001;
  background-image: none;
} 

.btn-amarillo {
  background-color: #ff9001;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
}

.btn-amarillo:active,
.btn-amarillo:hover,
.btn-amarillo:focus {
  background-color: #881a00;
  color: #fff;
}

.btn-rojo {
  background-color: #881a00;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
}

.btn-rojo:active,
.btn-rojo:hover,
.btn-rojo:focus {
  background-color: #ff9001; 
  color: #fff;
}

/* ---- 4. INDEX ---- */
.portada-index {
  background: url('../img/imagen-index.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 80px;
  color: #fff;
  box-shadow: inset 0 700px 9px -7px rgba(0,0,0,0.2);
}

.portada-index h1 {
  font-size: 50px;
}

.portada-index p {
  color: #fff;
}

.portada-index button {
  background-color: rgba(0, 0, 0, 0.0);
  border: 0px;
}

.portada-index button:hover:focus:active {
  background-color: rgba(0, 0, 0, 0.0);
  border: 0px;
}

.portada-index i {
  color: #fff;
  font-size: 60px;
  text-shadow: 2px 2px 25px black;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}

.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:3rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.listado-talokan {
  background-color: #fff;
  margin-top: -140px;
  z-index: 10;
  padding-top: 15px;
  border-top-right-radius: 50px;
}

.listado-talokan img {
  max-height: 55px;
}

.listado-talokan-puntos {
  padding-bottom: 25px;
}

.listado-talokan-puntos p {
  text-align: justify;
}

.info-nosotros {
  background-color: #f5f5f5;
  padding-bottom: 100px;
}

.info-nosotros-contenido {
  padding-top: 50px;
}

.info-nosotros-texto {
  padding: 10px 50px;
  color: #000;
}

.info-nosotros-texto h1 {
  padding-bottom: 20px;
}

.encuentra-experiencia {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 100px;
}

.encuentra-experiencia a {
  color: #000;
}

.thumb-experiencias img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.thumb-text {
  background-color: #fff;
  padding: 5px 10px;
  color: #000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 30px;
}

.viaja-con-nosotros {
  position: relative;
  padding: 142px 3%;
  background-color: #f5f5f5;
  background-image: url(../img/fondo-bosque.jpg);
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.line-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}

.viaja-con-nosotros-contenido {
  padding: 50px 50px;
  max-width: 700px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.viaja-con-nosotros-contenido p {
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .portada {
    height: 600px;
    background: url('../img/slider_0.jpg') no-repeat center;
    background-color: #202020;
  }

  .texto-portada {
    text-align: center;
  }

  .soluciones {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .bloque-extra-info {
    padding: 0 15px 0 15px;
    text-align: center;
  }

  .titulo-est {
    border: none;
  }
}


/* ---- 5. FOOTER ---- */
footer {
  color: #fff;
}

footer p {
  font-size: 15px;
  color: #fff;
}

footer a {
    color: #fff;
}

footer h5 {
    color: #fff;
}

.subscripcion {
  margin-top: 50px;
  margin-bottom: 80px;
}

.subscripcion h4 {
  font-weight: 500;
}

.subscripcion form {
  margin-top: 14px;
}

.subscripcion .form-control {
  height: 50px;
  margin-left: 20px;
}

.subscripcion .btn {
  padding: 0px 20px;
  height: 50px;
  background-color: #881a00;
  display: inline-block;
  border-radius: 0px;
  margin-left: -20px;
}

.footer-above .logo-footer img {
  height: 100px;
}

footer .footer-above {
  padding-top: 50px;
  background-color: #ff9001;
  border-top-color: #e3e3e3;
  border-top-width: 2px;
}

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

.list-inline li {
  display: inline-block;
}

footer .footer-below {
  padding: 20px 0 20px 0;
  background-color: #ff9001;
  text-align: center;
}

footer .footer-below p {
  font-size: 16px;
}

footer .footer-below .sub-footer {
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

footer .footer-below .sub-footer li {
  display: inline-block;
  text-align: center;
  padding-right: 30px;
}

.sub-footer i {
  padding-left: 20px;
  padding-right: 30px;
  font-size: 25px;
}


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


/* ---- 6. NOSOTROS ---- */
.portada-nosotros{
  background: url('../img/nosotros-portada.png') no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 20px;
  margin-top: -88px;
  color: #fff;
  box-shadow: inset 0 700px 9px -7px rgba(0,0,0,0.2);
}

.portada-nosotros p {
  color: #fff;
} 

.nosotros-talokan {
  padding-top: 50px;
  padding-bottom: 50px;
}

.nosotros-talokan img {
  padding-top: 15px;
  padding-right: 15px;
}

.talokan-valores {
  background-color: #ff9001;
  color: #fff;
  padding: 25px 20px;
}

.talokan-valores p {
  color: #fff;
}

.equipo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.equipo img {
  height: 200px;
  padding-bottom: 20px; 
}

.equipo .integrantes {
  padding-bottom: 60px;
}

.equipo .integrantes h4 {
  font-size: 22px;
  line-height: 1.4;
}

.equipo .integrantes p {
  font-size: 15px;
}

.dejando-huella {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 15px;
}

.dejando-huella p {
  font-size: 18px;
  width: 50%;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {

}

/* ---- 7. PRODUCTOS ---- */
.portada-productos {
  background: url('../img/productos-portada.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 20px;
  margin-top: -88px;
  color: #fff;
  box-shadow: inset 0 700px 9px -7px rgba(0,0,0,0.35);
}

.productos {
  padding-top: 30px;
  padding-bottom: 50px;
}

.producto {
  margin-top: 20px;
  margin-bottom: 25px;
}

.producto img {
  border-radius: 20px;
}

.info-producto {
  margin-top: 20px;
  margin-bottom: 25px;
}

.info-producto img {
  border-radius: 20px;
}

.artesanos {
  padding-top: 30px;
  padding-bottom: 50px;
}

.green-block {
  background-color: #0c4733;
  color: #fff;
  padding: 10px 30px;
  text-align: justify;
}

.green-block p {
  color: #fff;
}

.yellow-block {
  background-color: #ff9001;
  padding: 10px 30px;
  text-align: justify;
}

.red-block {
  background-color: #881a00;
  color: #fff;
  padding: 10px 30px;
  text-align: justify;
}

.red-block p {
  color: #fff;
}


/* ---- 8. ALIANZAS ---- */
.portada-alianzas {
  background: url('../img/alianzas-portada.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 20px;
  margin-top: -88px;
  color: #fff;
  box-shadow: inset 0 700px 9px -7px rgba(0,0,0,0.35);
}

.alianzas {
  margin-top: 50px;
}

.alianzas p {
  font-size: 28px;
}

.alianzas .row img {
  max-width: 200px;
  max-height: 100px;
  margin-top: 30px;
  margin-bottom: 70px;
} 

/* ---- 9. CONTACTO ---- */
.contacto {
  margin-top: 30px;
  margin-bottom: 50px;
}

.contacto h2 {
  margin-bottom: 20px;
}

.contacto input {
  border: #ccc 1px solid;
  border-radius: 8px;
  background-color: #fff;
}

.contacto textarea {
  border: #ccc 1px solid;
  border-radius: 8px;
  background-color: #fff;
}



#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;
}


/* ---- 10. AVISO ---- */
.aviso-de-privacidad {
  margin-top: 30px;
  margin-bottom: 50px;
}


/* ---- 11. CONVOCATORIAS ---- */
.convocatorias {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.detalles-convocatorias {
  background-color: #fff;
  padding: 50px 60px;
  margin: 25px 0;
  border-radius: 20px;
  text-align: justify;
}

.detalles-convocatorias img {
  display: inline-block;
}

.detalles-convocatorias a {
  color: #fff;
}

.a-amarillo {
  background-color: #ff9001;
  color: #fff;
  padding: 10px 10px;
}

.a-rojo {
  background-color: #881a00;
  color: #fff;
  padding: 10px 10px;
}

.a-verde {
  background-color: #0c4733;
  color: #fff;
  padding: 10px 10px;
}


/* ---- 12. FAQS ---- */
.portada-preguntas {
  background: url('../img/faqs-portada.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 20px;
  margin-top: -88px;
  color: #fff;
  box-shadow: inset 0 700px 9px -7px rgba(0,0,0,0.35);
}

.preguntas {
  margin-top: 30px;
  margin-bottom: 30px;
}

.preguntas p {
  font-size: 18px;
} 


/* ---- 13. TESIMONIOS ---- */
.testimonios {
  padding-top: 30px;
  padding-bottom: 50px;
}

.testimonios img {
  max-height: 100px;
  margin-bottom: 15px;
  margin-top: 80px;
}

.testimonios .pais {
  font-size: 14px;
}

/* ---- 14. BLOG ---- */
.blog {
  padding-top: 30px;
  padding-bottom: 50px;
}

.blog-entrada {
  margin-top: 20px;
  margin-bottom: 35px;
}

.blog-entrada img {
  border-radius: 20px;
}

.entrada {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.info-entrada {
  background-color: #fff;
  margin-top: 15px;
  padding: 15px 25px;
}


/* ---- 15. EXPERIENCIAS ---- */
.portada-experiencias {
  background-color: #0c4733;
  padding: 50px 0px;
  color: #fff;
}

.portada-experiencias p {
  color: #fff;
}

.portada-experiencias .precio {
  text-align: right;
}

.info-experiencia-presencial {
  background-color: #f5f5f5;
}

.titulo-info-experiencia {
  margin-top: 30px;
}

.galeria {
  padding-top: 30px;
}

.galeria img {
  border-radius: 15px;
  margin-bottom: 17px;
}

.info-experiencia-presencial ul {
  list-style: none;
  padding-inline-start: 10px;
  line-height: 2;
  margin-top: 20px;
}

.info-experiencia-presencial i {
  color: #ff9001;
}

.detalles-experiencias {
  background-color: #fff;
  padding: 20px 20px;
  margin: 25px 0;
  border-radius: 20px;
}

.detalles-experiencias-incluye li {
  display: inline-block;
  padding: 10px 55px;
}

.detalles-experiencias-incluye li i {
  color: #000;
}

.detalles-experiencias .ods img {
  display: inline-block;
  height: 200px;
}

.experiencia-formulario {
  background-color: #fff;
  padding: 20px 15px;
  margin: 25px 0;
  border-radius: 20px;
}

.experiencia-formulario input {
  border: #ccc 1px solid;
  border-radius: 8px;
  background-color: #fff;
}

.experiencia-formulario textarea {
  border: #ccc 1px solid;
  border-radius: 8px;
  background-color: #fff;
}





