/* telefono horizontal */

@media only screen and (max-width: 844px){
    #home{
        max-height: 162vh !important;
    }
    .titulo_content1 {
        font-weight: bold;
        font-size: 38px;
    }
    .gif_img{
        left: 51px;
    }
    .form_blur_light{display: none;}
    .form_blur_blue{
        left:70px !important;
    }
    .fondo{
        height: 225px;
    }
    .card_total{
        width: 16rem;
        margin-left: -8px;
    }
    #numero,#numero_activo{
        width: 16%;
    }
    #howwork {
        margin-top: 279px;
    }
}

@media only screen and (max-width: 915px){
    #home{
        max-height: 162vh !important;
    }
    .titulo_content1 {
        font-weight: bold;
        font-size: 38px;
    }
    .gif_img{
        left: 51px;
    }
    .form_blur_light{display: none;}
    .form_blur_blue{
        left:70px !important;
    }
    .fondo{
        height: 225px;
    }
    .card_total{
        width: 16rem;
        margin-left: -8px;
    }
    #numero,#numero_activo{
        width: 16%;
    }
    #howwork {
        margin-top: 279px;
    }
}

/* tablet */

@media only screen and (max-width: 768px){
    .titulo_content1 {
        font-weight: bold;
        font-size: 38px;
    }
    .gif_img{
        left: 51px;
    }
    .form_blur_light{display: none;}
    .form_blur_blue{
        left:70px !important;
    }
    .fondo{
        display: none;
    }
    .card_total{
        width: 16rem;
        margin-left: -8px;
    }
    #numero,#numero_activo{
        width: 13%;
    }
    #porqueapay{
        /* height: 60vh; */
    }
}

/* telefono */

@media only screen and (max-width: 600px) {
    .form_blur_light,.form_blur_blue,.form_blur_skyblue,.code_image{
        display: none;
    }
    .titulo_content1{
        margin-left: 0px;
        text-align: center;
        font-size: 40px;
    }
    .second_content1{
        margin-left: 0px;
        margin-top: 10px;
        text-align: center;
    }
    .titulo1_formas3{
        position: relative;
        left:-75px;
        font-size: 29px;
    }
    .chat{
        display: none;
    }
    .form_img{
        display: none;
    }
    .gif_img{
        left: 29px;
        margin-bottom: 60px;
    }
    #info{
        margin-top: 101px;
    }
    #features{
        display: none;
    }
    #discover{
        height: 70vh;
    }
    .numero{
        width: 36px !important;

    }
    #numero,#numero_activo{
        width: 11%;
    }
    .content_forma3_2{
        padding: 0;
    }
    .titulo_formas3_2 {
        margin-top: 30px;
        font-size: 29px;
        font-weight: 700;
        line-height: 37px;
        color: #144194;
    }
    .titulo_formas3{
        font-size: 30px;
    }
    #tab1c{
        display: none;
    }
    .contendt_formas3_3{
        padding: 10px;
    }
    .content_forma3{
        padding: 0px;
    }
    .btn_registro_outline{
        position: relative;
        left: 77px;
    }
    div.column-center-mobile.w-col.w-col-4 {
        width: 100%;
       left: 0%;
      
    }
    div.footer-column.w-clearfix.w-col.w-col-4 {
        width: 100%;
    }
    div.w-col.w-col-8 {
        width: 100%;
       left: 10%;
       top: 10px;
      }
      img.failory-logo-image {
        position: relative;
        top: -20px;
    }
    .espacio_footer_mobile
    {
        margin-top: 200px;
    }
    .card_section3,.card_section3_active{
        width: 100%;
    }

    #tab1m,#tab2m,#tab3m{
        margin-top: 10px;
    }
    #tab3m{
        margin-left: 20px;
    }
    .espacio_left{
        margin-left: 5px;
    }
    .btn_espacial{
        left: 57px !important;
        margin-bottom: 10px;
    }
    #porqueapay{
        margin-top: 100px;
        height: 100vh;
    }
  }

