@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300|Libre+Baskerville');

/*-----contenido flip-------*/
.f_volada {
    color: #f7a817;
    margin-bottom: 5px;
}

.contenedor-barrido {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  
  .f_titu {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    transition: transform 1s ease;
    text-shadow: #000000 1px 2px;
  }
  
  /* Se activa solo si se detecta que el texto es largo */
  .f_titu.scroll {
    animation: barrido 10s linear infinite;
  }

  .f_bajada {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
  }
  
  .f_bajada.scroll {
    animation: barrido 10s linear infinite;
  }
  
  
  @keyframes barrido {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }
  
  

/* .f_titu {
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
    animation: barrido 10s linear infinite;
    white-space: nowrap;
    width: 100%;
    
}


  
  @keyframes barrido {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
  } */
  

.f_bajada {
    color: #ffffff67;
}

.zona_med {
    border-top: 1px dotted #ffd6de;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ffd6de;
    margin-bottom: 30px;
}

.img_icono {
    display: inline-block;
    width: 30px !important;
    vertical-align: baseline;
    margin-right: 10px;
}

.dato_vigencia {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
}

.f_legal {
    font-size: 13px;
    text-align: justify;
    color: #ffdfe6;
}

.ico_local{
    padding-right: 5px;
}



/*----fin contenido flip----*/

.title {
    text-align: center;
    margin: auto 20px;
}

.container_flip {
    margin: 0 6em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flip-card {
    max-width: 100%;
    /* 325px */
    /* height: 655px; */
    /* 500px */
    padding: .75em;
    margin: auto;
}

.back {
    /* background-color: #1f072ec9; */
    color: #fff;
    transform: rotateY(180deg);
    height: 655px;
    background: #00000060;
}

.back .back-header {
    height: 45%;
    text-align: center;
}

.back .back-header img {
    height: 100%;
    margin: 20px;
    padding: 1em;
}

.front img {
    display: block;
    margin: auto;
    width: 100%;
}

.inner {
    position: relative;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}


.front {
    position: relative;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.back{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card:hover .inner {
    transform: rotateY(180deg);
}

.back .back-footer {
    height: 55%;
    padding: 7%;
}

.back-footer a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 5px;
    margin: 25px auto 10px;
    transition: .8s;
    background-color: #ff0030;
    border: none;
    color: #ffffff;
    display: block;
    font-size: 18px;
}

/* .back-footer a:hover {
    background-color: black;
    border: 1px solid white;
    color: #fff;
} */

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

  }

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

  }

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

  }

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

  }

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

  }

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

  }

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

  }

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

  }

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

  }

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

  }