@media only screen and (max-width: 1590px) {
    .container-fluid{
        overflow-x: hidden;
    }
    .left {
        left: 5%;
    }
    .rigth{
        right: 5%;
    }
    .title-banner {
        color: white;
        font-family: Rubik;
        text-align: center;
        font-weight: 600;
        font-size: 60px;
        padding: 9px 14%;
        line-height: 60px;
    }   
}
@media only screen and (max-width: 1000px) {
    .container-fluid{
        overflow-x: hidden;
    }
    .industria_card img {
        width: 130px;
    }
    .industria_card p {
        font-size: 17px;
    }
    #b4 .container {
        height: auto;
        padding: 100px;
    }
    #b4 h1 {
  
     padding: 0px 0%; 

    }
    #b4 p {
        padding: 10px 0%; 
    }
    .left {
        left: 1%;
    }
    .rigth{
        right: 1%;
    }
}
@media only screen and (max-width: 600px) {
    .container-fluid{
        overflow-x: hidden;
    }
    .left {
        display: initial;
        width:50px;
    }
    .rigth{
       display: initial;
       width:50px;
    }
     .fa-bars{
        display: block;
    }
    .industria_card {
        width: 110px;
        /*border: solid red;*/
    }
    #b6 .card {
        height: 615px;
    }
        .title-banner {
        font-size: 32px;
        padding: 0px 0%;
        line-height: 36px;
    }
    .industria_card p {
        font-size: 9px;
        padding: 7px 0px;
    }
    .industria_card img {
        width: 52px;
    }
    #b5 h1, #b5-2 h1 {
        font-size: 40px;
    }
    #contacto h1 {
        font-size: 48px;
        line-height: 51px;
    }
    .contacto a, .contacto p {
        font-size: 16px;
    }
    #contacto h1 {
        font-size: 36px;
        line-height: 40px;
    }
    form label {
        font-size: 18px;
    }
    #b2 h2, #b3 h1 {
        font-size: 40px;
    }
    .logo {
        width: 120px;
    }
    .check {
        width: 40px;
    }
    .text-tegno {
        font-size: 18px;
        line-height: 21px;
    }
    .carforma ul li {
        font-size: 11px;
    }
    .carforma h3 {
      font-size: 16px;
    }
    #b4 h1 {
        font-size: 30px;
        line-height: 37px;
    }
    #b4 p {
        font-size: 24px;
        line-height: 32px;
    }
    .titlesus{
        font-size: 40px;
    }
    #contacto {
        border-top-left-radius: 70px 70px;
        border-top-right-radius: 70px 70px;
        margin-top: -112px;
    }
    #b7 h1 {
    font-size: 26px;
    }
    .navbar-collapse{
        background:#142F71;
    }
    #b5 p {
        font-size: 25px;
        line-height: 28px;
    }
    #b5-2 .card-body {
        font-size: 28px;
        line-height: 28px;
    
    }
    .circleArrow {
        width: 100px;
        height: 100px;
        left: -20px;
    }
}