:root {
    --fuente: font-family: 'Lato';
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.ttf');
}
html {
    font-size: 62.5%;
    /*este codigo es un tipo estandar */
    box-sizing: border-box;  
    font-family: var(--fuente) !important;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body{   
    font-size: 1.6rem;
}
#tarjetas .card {
    height: 40rem;
}
#tarjetas .card  i {
    font-size: 10rem;
    color: white;
   }

#tarjetas .card  h3 {
 font-size: 2.5rem;
 color: white;
}
.bg-card-primary {
    background: linear-gradient(180deg, #3e67a0 0%, #1e8dc6 18%, #14b2dd 100%);
    box-shadow: 0px 7px 34px 0px #959090;
}
.mt-negative-1 {
    margin-top: -1.6rem;
}
.mt-negative-2 {
    margin-top: -2.6rem;
}
.mt-negative-3 {
    margin-top: -12rem;
}

#tarjetasInformativas .card {
    height: 30rem;
}
#tarjetasAgentes .row img{
    width: 60%;
}
#tarjetasInformativas .card img {
    padding-bottom: 2rem;
}
.bg-card-secondary{
    box-shadow: 0px 9px 19px 0px #BFBEBE;
}
.bg-card{
    background: linear-gradient(180deg, #395d8f 0%, #1e8dc6 21%, #14b2dd 100%);
}
#agentesTecnologia img{
    width: 50%;
}
#ferchetips .card {
    width: 30rem;
    height: 35rem;
}
#ferchetips .card img {
    height: 20rem;
    object-fit: cover;
}
.bolsaDeTrabajo {
    display: flex;
    justify-content: center;
    align-items: center;
}

#tarjetaBolsaDeTrabajo .card h4{
    font-size: 4rem;
}
/*tarjetas de facturacion y estaciones*/

.detallesDirecciones{
    width: 100%;
    padding: 1rem;
    background-color: #f2f2f2;
    
}
.detallesDirecciones summary {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #959090; 
}
.detallesDirecciones p {
    color: black;
}
.cardLocate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.cardLocate i {
    font-size: 10rem;
    color: #1f4e9b;
}
/*------card monedero--------*/
#cardsMonedero {
    border-radius: 1rem;
    height: 50rem;
    margin-top: -10rem;
    background-color: #3c39e6;  
}
#cardsMonedero .card {
    border: none !important;
}
#cardsMonedero .card img {
    width: 80%;
}
#cardsMonedero .card-group {
    margin-top: 2rem;
}
#cardsMonedero .row {
    height: 50rem;
}
#cardsMonedero .displayEspecia {
    height: 24rem;
}
#cardsMonedero .displayEspecia h3 {
    text-transform: uppercase;
    font-weight: bold;
}
#cardsMonedero .displayEspecia p {
    padding-top: 2rem;
    text-align: left;
    color: black;
}
@media (max-width: 650px) {
    #cardsMonedero {
        height: 100% !important;
    }
    #cardsMonedero .card img {
        width: 50%;
    }
    #cardsMonedero .row {
        height: 100%;
    }
}


/*---------------------*/
.esquinaRedonda {
    border-radius: 0 0 1rem 0;
}
.esquinaRedonda2 {
    border-radius: 0 0 0 1rem;
}

#tarjetasComoObtenerMonedero .card {
    border: none !important;
}
#tarjetasComoObtenerMonedero .card p {
    color: black;
    font-size: 1.4rem;
    text-align: justify;
}
#tarjetasComoObtenerMonedero .card a {
    font-size: 1.1rem;
    
}
#tarjetasComoObtenerMonedero .card img {
    width: 50%;
}
@media (max-width:768px) {
    #tarjetasComoObtenerMonedero .card img {
        width: 30% !important;
    }
    #formularioMonederoElectronico {
        padding: 1rem !important;
    }
}

/**/
/* .contendedorImagenMapa {
    border: 1px solid red;
   
}
.contendedorImagenMapa img {
    width: 50%;
} */
