
@media only screen and (max-width: 900px) {
    .titleb3 {
       
        padding: 20px 6px;
      
    }
    .card {
        height:345px;
    }
    .bloque3{
        margin-top: -4px;
    }
    .bloque2{
        margin-top:-4px;
    }
    .slider1{
        background: url('/img/POBOX_VOYMEX.png');
        height:50vh;
        width: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .titlteb1 {
        font-family: 'Poppins-Bold';
        font-size: 25px;
    }
    .Full_Left{
        position: absolute;
        left: 0%;
        top: 26%;
        width: 90px;
        z-index: 9999;
    }
    .Full_Right{
       position: absolute;
        right:0%;
        top: 26%;
        width: 90px;
        z-index: 9999;
    }
    
}
@media only screen and (max-width: 600px) {
    .card {
        height:345px;
    }
    .arrowRight {
        position: relative;
        /* right: -75px; */
        /* top: 50%; */
        /* margin-top: 60px; */
        width: 45px;
        float: right;
        z-index: 9999;
    }
    .titlteb1 {
        font-family: 'Poppins-Bold';
        font-size: 24px;
        padding: 0px 10px 0px 35px;
    }
    .decb1 {
        font-family: 'Poppins-Regular';
        font-weight: bold; 
        font-size: 19px;
    }
    .slider1 {
        background: #F6CA48;
        height: auto;
        width: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }
    .slider2,.slider1{
        height: auto;
    }
    .img-slider {
        width: 82%;
    }
}
