@import url('http://fonts.cdnfonts.com/css/gotham-rounded');

.linea_gris {
    width: 170px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Gotham Rounded', sans-serif;
}

.subtitulo_atraccion{
    color: var(--azul_acero);
    font-size: 15pt;
}

.iconos_recorrido_virtual{
    width: 180px;
}

.link_recorrido:hover{
    text-decoration: none;
}


.icono_atraccion {
    height: 100px;
}

.container_atracciones h4 {
    font-size: 14pt;
}

.boton_recorrido{
    background: #ffb735;
    color: #000000;
    padding: 5% 0 5% 0;
}           

.boton_recorrido:hover {
    background: var(--azul_acero);
    color: white;
}

/*boton opcional hover*/

.contenedor_recorrido {
  position: relative;
}

.img_recorrido {
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.alineador_recorrido {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.contenedor_recorrido:hover .img_recorrido {
  opacity: 0.3;
  transform: scale(1.01);
}

.contenedor_recorrido:hover .alineador_recorrido {
  opacity: 1;
}

.texto_recorrido {
  padding: 16px 32px;
  font-size: 12pt;
}

.recorridos_externos h5{
    font-size: 11pt;
    padding: 30px 0 5px 0;
    text-align: center;
}

.lista_empresa{
    list-style: none;
    text-align: center;
    padding: 0;
}

/* preguntas frecuentes  */

.card-link{
  font-family: 'Gotham Rounded', sans-serif;
}

[data-toggle="collapse"] .fa:before {  
  content: "\f139";
  margin-right: 11px;
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
  margin-right: 11px;
}