/** caja_cambio.php */

  
.fondo4 {
    background-color: #FBFFEF;
    padding: 112px 64px 112px 0px;
  }

.cambio {
    padding: 20px;
    color: #012241;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 50px;
}

.flecha {
    color: gray;
    margin-right: 15px;
    margin-left: 15px;
}

.numero-icono {
    display: flex;
    flex-direction: row;
    padding: 8px 24px 8px 16px;
    width: 120px;
    height: 56px;
    border-radius: 50px;
    background-color: #effebe;
    text-align: center;
    justify-content: space-between;
    color: #2c5e8c;
    font-size: 28px;
    align-items: anchor-center;
    font-weight: 500;
    line-height: 120%;
  }
  
  .numero-icono img {
    margin-left: 10px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
  }

.bloque-cambios-movil {
    display: none !important;
}

.bloque-cambios h1 {
    color: var(--fg-default, #012241);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 100%;
}

.bloque-cambios p {
    color: var(--fg-subtle, #627480);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.cambio-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 56px;
}

.container-cambio-2 {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 60px;
}

.flecha-movil {
    display: none !important;
}

  
  .container-cajas {
    display: none !important;
  }
  
  .tres {
    margin-left: 10%;
  }
  
  .dos {
    margin-left: 10%;
  }
  
  .unoo {
    margin-left: 10%;
  }
  
  .guino {
    width: 32px;
    height: 32px;
  }
  
  
  .telefono-azul {
    width: 32px;
    height: 32px;
  }
  
  .giro {
    width: 32px;
    height: 32px;
  
  }
  
  .truco {
    padding-top: 1px;
  } 
  
  
  
  @media (max-width: 620px) {
  
    .fondo4 {
      background-color: #FBFFEF;
      padding: 0px 16px 0px 16px !important;
      height: fit-content;
      justify-items: center;

    }

    .cambio {
        padding-top: 112px;
        color: #012241;
        text-align: center;
        font-size: 44px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }
  
    .cambio-container {
        display: flex !important;
        flex-direction: column!important;
        width: 85%!important;
        gap: 70px!important;
        margin-bottom: 152px !important;
        font-size: 44px;
        font-weight: 500;
    }

    .bloque-cambios {
        display: none !important;
    }

    .bloque-cambios-movil {
        display: flex !important;
        flex-direction: column!important;
    }

    .bloque-cambios-movil h1 {
        color: var(--color-azul-oscuro);
        text-align: center;
        font-size: 28px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }

    .bloque-cambios-movil p {
        color: var(--color-gris-parrafo);
        text-align: center;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .flecha {
        display: none !important;

    }

    .flecha-movil {
        display: flex !important;
        /* transform: rotate(90deg) !important; */
        margin-bottom: 20px !important;
    }
  
  
  
  }
  