body{
    overflow-x: hidden;
}
.banner{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
header{
    position: fixed;
    z-index: 9999999;
}
.blue{
    background-color:  #00005B;
}
.trasparent{
    background: transparent;
}
nav{
        border: solid 2px white;
        border-left: 0;
        border-right: 0;
        border-top: 0;
}
.nav-link{
    color: white;
    font-family: Rubik;
    font-weight: bold;
    font-size: 20px;
}
.btn-outline-primary{
    border:solid white 2px !important;
    color:white !important;
    font-family: Rubik !important;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 600;
}
.btn-outline-primary:hover{
    background: transparent;
}
.logo{
    width: 200px;
}
.cont-slick{
    position: relative;
}
.arrow{
    position: absolute;
    top: 43%;
    transform: translate(16px, 0px);
    z-index: 1;
    width: 111px;
    cursor: pointer;
}
.left{
    left: 13%;
}
.rigth{
    right: 13%;
}
.title-banner{
    color: white;
    font-family: Rubik;
    text-align:  center;
    font-weight: 600;
    font-size: 60px;
    padding: 10px 25%;
    line-height: 75px;
}
.title-banner small{
    color: white;
    font-family: Rubik;
    text-align:  center;
    font-weight: 300;
}
.industria_card img{
    width: 200px;
}
.degrad{
    background: #9ebfe6; /* color de respaldo */
    background: -webkit-linear-gradient(top, #9ebfe6, #FFFFFF 50%);
    background: -moz-linear-gradient(top, #9ebfe6, #FFFFFF 50%);
    background: linear-gradient(to bottom, #9ebfe6, #FFFFFF 50%);
}
#b2 h2, #b3 h1{
    color:  #00005B;
    font-family: Rubik;
    text-align:  center;
    font-weight: 600;
    font-size: 60px;
}
.card_img{
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 20% 20%;
}
.carforma{
    border-top-right-radius:20% 20%;
    background: white;
    height:100%;
    display: flex;
}
.carforma h3{
     color:  #00005B;
    font-family: Rubik;
    text-align:  left;
    font-weight: 600;
    font-size: 20px;
}
.carforma ul li {
    color: #00005B;
    font-family: Rubik;
    text-align:  left;
    font-weight: 400;
    font-size: 15px; 
    padding: 0px;
}
#b4{
    background-size: cover;
    background-repeat: no-repeat;
    
}
#b4 .container{
    height: 79vh;

}
 .industria_card {
        width: 300px;
}

.industria_card img{
    width: 80%;
}
.industria_card p{
    color:  #00005B;
    font-family: Rubik;
    text-align:  center;
    font-weight: 700;
    font-size: 24px;  
    padding: 15px 20px;
}
.check{
    width: 90px;
}
#b5{
 background-color: #F4F5F6;
}

.text-tegno{
    color:  #00005B;
    font-family: Rubik;
    text-align:  left;
    font-weight: normal;
    font-size: 24px;  
    line-height: 25px;
}
#b4 h1{
    color: white;
    font-family: Rubik;
    text-align:  center;
    font-weight: 600;
    font-size: 60px;
    padding: 0px 25%;
    line-height: 75px; 
    margin: 0px;
}
#b4 p{
    color: white;
    font-family: Rubik;
    text-align:  center;
    font-weight: 300;
    font-size: 40px;
     padding: 10px 17%;
    line-height: 38px;  
}
#b5 h1, #b5-2 h1{
     color:  #00005B;
    font-family: Rubik;
    text-align:  center;
    font-weight: 600;
    font-size: 60px;
}
#b5 p{
    color:  #00005B;
    font-size: 35px;
    line-height: 38px;  
    font-weight: normal;
}
#b5-2 .card{
    border:solid 2px  #00005B;
    border-radius: 39px;
}
#b5-2 .card-title{
    color: #2347EC;
    font-size: 80px;
    font-family: Rubik;
    font-weight: 700;
    margin: 0px;

}
#b5-2 .card-body{
     color:  #00005B;
      font-size: 35px;
    line-height: 38px;  
    font-weight: 500;
}
#b6{
    background-color:  #2347EC;;
}
#b6 h1{
     color: #fff;
    font-family: Rubik;
    text-align:  center;
    font-weight: 600;
    font-size: 60px;
}
#b6 .card{
    border-radius: 50px;
    box-shadow: 8px 5px 21px rgb(35, 71, 236,0.5) inset;
}
#b6 .card-title{
    color: #2347EC;
    font-size: 54px;
    font-family: Rubik;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}
#b6 .card-body p{
    line-height: 38px;  
    color:  #00005B;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}
#b7 h1 {
     color:  #00005B;
    font-family: Rubik;
    text-align:  center;
    font-weight: 600;
    font-size: 60px;
}
#b7{
    background: #9ebfe6; /* color de respaldo */
    background: -webkit-linear-gradient(top, #fff, #9ebfe6 99%);
    background: -moz-linear-gradient(top, #fff, #9ebfe6 99%);
    background: linear-gradient(to bottom, #fff, #9ebfe6 99%);
}
#contacto {
    background:  #00005B;
    border-top-left-radius: 150px 150px;
    border-top-right-radius: 150px 150px;
    margin-top:-135px;
}
#contacto h1 {
    color: #fff;
    font-family: Rubik;
    text-align:  center;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
}
form{
    background: #adc9eb;
    border:solid 2px white;
    border-radius: 80px;
}
form h1 , form label {
    color:  #00005B !important;
}
form h1 {
    line-height: 60px;
}
form label{
    font-family: Rubik;
    font-weight: 400;
    font-size: 29px;
    margin: 0px!important;
}
input.form-control, textarea{
    width: 100%;
    border-radius: 0px !important;
}
 /* Ocultamos el checkbox original */
    input[type="checkbox"] {
      display: none;
    }

    /* Caja personalizada */
    .custom-checkbox {
      width: 20px;
      height: 20px;
      border: 2px solid  #00005B;
      display: inline-block;
      position: relative;
      cursor: pointer;
      background: transparent;
      border-radius: 4px; /* opcional: esquinas redondeadas */
    }

    /* Palomita al estar seleccionado */
    input[type="checkbox"]:checked + .custom-checkbox::after {
      content: "";
      position: absolute;
      left: 4px;
      top: 0px;
      width: 6px;
      height: 12px;
      border: solid  #00005B;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }
    button[type="submit"]{
        background: transparent;
        border:solid 2px  #00005B;
        color:  #00005B;
        font-family: Rubik;
       
        font-weight: 500;
    }
    .icon-redes{
        width: 50px;
    }
    .contacto a , .contacto p{
        color:#fff;
        font-family: Rubik;
        font-size: 20px;
        text-decoration: none;
    }
    .icon-r{
        width: 50px;
    }
    .siguenos{
        font-size: 38px !important;
        margin: 0px;
    }
    .circleArrow{
           border-radius: 100%;
            background-color: #fff;
            border: solid 8px #2347EC;
            color: #2347EC;
            font-size: 60px;
            position: absolute;
            z-index: 1;
            width: 130px;
            height: 130px;
            text-align: center;
            top: 35%;
            left: -55px;
    }
    .fa-bars, .fa-x{
        color: white;
        font-size: 30px;
    }
    .fa-bars{
        display: none;
    }
    .titlesus{
        color: #00005B;
        font-family: Rubik;
        text-align: left;
        font-weight: 600;
        font-size: 60px;
    }
    .textsus{
        color: #00005B;
        font-family: Rubik;
        text-align: left;
        font-weight: normal;
        font-size: 24px;
        line-height: 25px;
    }
   .imgsus{
        border-bottom-left-radius: 20% 20%;
        border-top-right-radius: 20% 20%;
        width: 100%;
   }