*{
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.card{
    margin: 0 auto; 
    float: none; 
    margin-bottom: 10px;
}
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.container-fluid{
    padding: 0 6%;
}

.cuerpo{
    margin-bottom: 200px;
}

.celulares{
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center center;
    max-width: 100%;
    height: 55vh;
    box-shadow: #002968 0px -150px 70px -71px  inset;
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
}

.celularesh1{
    color: white;
    margin: 0 0 10px 3%;
    font-size: 3em;
    font-weight: 400;
}

header.menudegr {
    background: rgba(255,255,255,1)!important;
}

header {
    position: relative!important;
    padding: 20px 0!important;
}
.container{
    max-width: 100%!important;
    padding: 0 6%!important;
}

p{
    font: 21px;
}

h2{
    color: #3347a4;
    font-weight: 400;
}
strong {
    font-weight: 600;
}

.img-cta{
    content:url("/img/CTA-Blog-ingles.jpg");
}

.img-cta{
    border-radius: 1em;
}

.cuertpo-texto{
    padding-right: 3em;
}

.iconos-RS {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}
  
.iconos-RS a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
  }
  
.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
}


@media screen and (max-width: 575px){
    
    .celulares {
        background-position: right;
    }

    .celularesh1 {
        line-height: 36px;
        font-size: 2em;
        font-weight: 600;
    }

    .cuerpo{
        margin-bottom: 10px;
    }

    .cuertpo-texto{
        padding-right: 1em;
    }
    .img-cta{
        content:url('https://cross.findme.mx/wp-content/uploads/2023/04/Movil-ingles.jpg'); 
    }

    .cta-RS{
        margin-top: .5em!important;
    }
}