@charset "utf-8";
/* 1-smartphone/girainter24.css */


body {
margin:0;
font-size: 110%;
font-family: 'Krub', sans-serif;
}

.madre {
    width: 85%;
    margin: 0 auto 0 auto;
    padding: 7%;
}


.madre img {
    width: 100%;
}

.cabecera_color {
    overflow: hidden;
}

.cabecera_color img {
    width: 100%;
}

.imgcabecera {
    display: none;
}

.video_presentacion {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video_presentacion iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    }

.data {
    text-transform: uppercase;
    font-size: 75%;
    font-family: 'Quando', serif;
    color: #393232;
}

.data article {
    font-size: 210%;
    margin-bottom: 1em;
    text-align: left;
}

.data span {
    display: none;
}

.logo {
    float: none;
    margin-top: 3%;
    text-align: center;
}

.logo img {
    width: 30%;
}

.cuerpo_texto {
    color: #333;
}

.pais {
    font-size: 230%;
    font-weight: bold;
    margin-bottom: 2%;
    margin-top: 1.3em;
}

.col {
    color: #2105a2;
}

.mex {
    color: #0e9e0c;
}

.esp {
    color: #b20707;
}

.desde {
    font-size: 120%;
    margin-bottom: 4%;
}

.unirse_wapp {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    clear: both;
    margin-top: 2em;
}

a.unirse_wappbtn {
    background-color: #25d366;
    color: #fff;
    border-radius: 5px;
    padding: 1em;
   font-weight: bold;
   transition: all 1s;
}

a.unirse_wappbtn:hover {
    border-radius: 15px;
    background-color: #36be69;
}











.bloquefecha {
    margin-bottom: 6%;
}

.fecha {
    text-transform: uppercase;
    font-size: 110%;
    margin-top: 1%;
}

span {
    background-color: rgba(255, 217, 0, 0.764);
}

.completo {
    background-color: #078542;
    color: #fff;
    padding-left: 1%;
    padding-right: 1%;
    margin-left: 1%;
}

.titulo_actividad {
    font-size: 160%;
    line-height: 102%;
    margin-top: 0.4em;
    margin-bottom: 0.3em;
}

.tipo_actividad {
    color:#817474;
    text-transform: uppercase;
}

.data_actividad {

}

.linkmap {
    font-weight: bold;
    text-decoration: none;
    color: #ff480b;
    font-size: 120%;
}

.fa-map-marker-alt, .fa-link {
    color: #ff480b;
}

.betweenlines {
    height: 1px;
    margin: 3%;
    background-color: #a8a0a0;
    width: 100%;
}

















.cierre {
    font-weight: bold;
    margin-top: 3%;
}

.cierre article {
    margin-top: 1%;
}

.cierre a {
    text-decoration: none;
    color: #333;
}

.cierre a:hover {
    text-decoration: underline;
    color: #f4610b;
}

















/* botón de Whatsapp click to chat */


a{
    text-decoration: none;
  }
  #whatsapp {
      position: fixed;
      bottom: 20px;
      right:20px;
  }
  svg {
      width: 80px;
      display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
  }
  circle {
    fill: #25d366;
  }
  path {
      fill:  #fff;
  }
  #whatsapp a {padding: 20px 0;}
  #whatsapp a::before {
      content: 'Solicito recibir información sobre el Programa de la Gira';
      display: inline-block;
      vertical-align: middle;
      padding: 5px 10px;
      margin-right: 10px;
      color: rgba(0, 0, 0, .8);
      background: white;
      border: 1px solid #ccc;
      border-radius: 20px;
      filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
      transition: .3s ease;
      opacity: 0;
  }
  #whatsapp:hover a::before {opacity: 1;}