@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
body{
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
section{
    padding: 30px 40px;
    margin: 0 auto;
	max-width: 1266px;
}
h1{
    margin: 0 0 12px;
    font-size: 40px;
    font-weight: 400;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
h2{
    margin: 0 0 15px;
    font-size: 24pt;
    color: #00354F;
    font-weight: 400;
}
h2 strong{
    color: #027BE4;
}
h3{
    font-size: 12pt;
    margin: 0 0 10px;
}
h4{
    margin: 10px 0 0;
    font-size: 12pt;
}
h5{
    font-size: 10pt;
    margin: 0 0 10px;
}
p{
    margin: 0;
    font-size: 11pt;
}
.xl{
    font-size: 15pt;
}
.xs{
    font-size: 9pt;
}
.one-tracto{
    background: url(../img/fondo-azul-01-desktop.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
}
.one-tracto section{
    display: grid;
    grid-template-columns: 50% 48%;
    align-items: center;
    color: #fff;
}
.center{
    text-align: center;
}
form{
    width: 85%;
    margin: 0 auto;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.input-group{
    height: 40px;
    margin-bottom: 10px;
}
.input-group input, .input-group select {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 16px 10px 5px 10px;
    border: none;
    border-radius: 10px;
    background: white;
    font-size: 12pt;
    color: #333;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.input-group input::placeholder {
  color: #999;
}
.input-group input:focus, .input-group select:focus  {
  outline: 2px solid #5a2ef5;
}
.input-group label {
    position: relative;
    top: -40px;
    left: 10px;
    font-size: 8pt;
    color: #5a2ef5;
    z-index: 0;
    font-weight: 500;
}
.btn-formulario{
    width: 200px;
    background: #DA0080;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 14pt;
    height: 40px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
}
.btn-formulario:hover{
    background: #FA00C8;
}
.terminos-tracto{
    width: 75%;
    display: flex;
    grid-gap: 10px;
    align-items: center;
    margin: 0 auto 10px;
}
.terminos-tracto p{
    font-size: 7pt;
    text-align: center;
}
.terminos-tracto a{
    color: #fff;
}
.grid2-tracto{
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}
.grid3-tracto{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}
.b-bottom{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.bg1{
    background: url(../img/fondo-gris-01-desktop.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.clasificacion-tracto, .contratar-boxes{
    display: flex;
    overflow: hidden;
    width: -moz-available;
    width: -webkit-fill-available;
    scroll-behavior: smooth;
}
.clasificacion-tracto-box{
    flex: 0 0 calc(100% / 6);
    box-sizing: border-box;
    transition: transform 0.4s ease;
}
.btn-rosa{
    width: 180px;
    border: 2px solid #fff;
    height: 40px;
    border-radius: 20px;
    background: #DA0080;
    color: #fff;
    font-size: 12pt;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.5);
}
.btn-rosa:hover{
    background: #FA00C8;
}
.btn-rosa:active, .btn-rosa:focus{
    background: #96007D;
}
.flex-tracto-card{
    display: grid;
    grid-template-columns: 22% 22%;
    justify-content: center;
    grid-gap: 120px;
}
.head-card{
    background: #660EFF;
    padding: 12px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.head-card h4{
    margin: 0;
    color: #fff;
}
.body-card{
    background: #F0F0F0;
    padding: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 235px;
}
.ul-tracto{
    list-style: url(../img/check-morado.svg);
    margin: 0;
    padding: 0 0 0 22px;
}
.ul-tracto li{
    font-size: 10pt;
}
.ul-tracto li:not(:last-child) {
  margin-bottom: 10px;
}
.bg2{
    background: url(../img/fondo-azul-02-desktop.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.bg2 h2{
    color: #fff;
    font-size: 20pt;
}
.bg2 h2 strong{
    color: #fff;
}
.ulwhite{
    list-style: disc;
}
.ulwhite li:not(:last-child) {
  margin-bottom: 6px;
}
.grid4-tracto{
    display: grid;
    grid-template-columns: 24% 75%;
    justify-content: space-around;
}
.grid4-tracto h4{
    color: #027BE4;
    font-size: 24px;
}
.ventajas-slide-tracto{
    display: grid;
    grid-template-columns: 24% 24% 24%;
    justify-content: space-between;
}
.bg3{
    background: url(../img/fondo-gris-02-desktop.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flecha {
    width: 38px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #F0F0F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px -7px;
    font-size: 18pt;
    color: #660EFF;
    padding-bottom: 2px;
    cursor: pointer;
    background: #fff;
}
.flecha:hover{
    background: #660EFF;
    color: #fff;
}
.slide-contratar{
    display: grid;
    grid-template-columns: 4% 90% 4%;
    justify-content: space-between;
    align-items: center;
}
.box-contratar{
    flex: 0 0 calc(100% / 3);
    box-sizing: border-box;
    transition: transform 0.4s ease;
}
.box-contratar span{
    background: #fff;
    border-radius: 100%;
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}
.box-contratar h4{
    font-size: 14px;
    border-bottom: 1px solid #027BE4;
    padding-bottom: 5px;
    width: 280px;
    margin: 5px auto 5px;
}
.box-contratar p{
    width: 280px;
    margin: 0 auto 5px;
}
.movil-tracto{
    display: none;
}
.pleca-promo {
    display: grid;
    grid-template-columns: 75% 25%;
    align-items: center;
    padding: 10px;
    background: #fff;
}
.pleca-promo h2 {
    margin: 0;
    text-align: center;
    font-size: 16pt;
}
.pleca-promo h2 strong {
    color: #C80000;
}
.pleca-promo .btn-call {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}
.pleca-promo .btn-call>div {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    cursor: pointer;
}
.pleca-promo p {
    font-size: 8pt;
    font-weight: 200;
    margin: 0;
}
.pleca-promo p span {
    font-size: 11pt;
    font-weight: 600;
}
@media (max-width: 820px){
    .one-tracto section {
        grid-template-columns: 100%;
    }
    .movil-tracto{
        display: block;
    }
    .desk-tracto{
        display: none;
    }
    section {
        padding: 20px;
    }
    h1 {
        font-size: 32px;
    }
    .grid2-tracto, .grid3-tracto, .slide-contratar {
        grid-template-columns: 100%;
    }
    .terminos-tracto {
        width: 100%;
    }
    .terminos-tracto p {
        text-align: left;
    }
    h2 {
        font-size: 18pt;
    }
    .flex-tracto-card {
        grid-template-columns: 100%;
        grid-gap: 0;
    }
    .grid-gap{
        grid-gap: 35px 0;
    }
    .grid4-tracto {
        display: flex;
        justify-content: space-around;
        flex-direction: column-reverse;
        align-items: center;
    }
    .imgmovil{
        width: 60%;
        margin: 0 20%;
    }
    .ventajas-slide-tracto {
        grid-template-columns: 80%;
        justify-content: center;
    }
    .box-contratar {
        flex: 0 0 calc(100% / 1);
    }
    .slide-movil {
        display: grid;
        grid-template-columns: 12% 72% 12%;
        justify-content: space-between;
        align-items: center;
    }
    .wmovil{
        width: 90%;
        margin: auto;
    }
    .wmovil img{
        width: 100%;
        height: auto;
    }
    .spans{
        display: flex;
        grid-gap: 0 10px;
        justify-content: center;
        margin-top: 20px;
    }
    .spans span{
        width: 15px;
        height: 15px;
        display: block;
        background: transparent;
        border: 1px solid #660EFF;
        border-radius: 100%;
        cursor: pointer;
    }  
    .spans span:hover{
        background: #660EFF;
    }  
    .white{
        background: #660EFF!important;
    }
    .clasificacion-tracto-box{
        flex: 0 0 50%;
        min-width: 50%; /* cada slide ocupa todo el ancho */
        flex-shrink: 0; /* evita que se encojan */   
    }
    .clasificacion-tracto {
        display: flex;
    }
    .pleca-promo {
        grid-template-columns: 100%;
        background: #027BE4;
    }
    .pleca-promo .promos {
        display: none;
    }
    .pleca-promo .btn-call>div {
        justify-content: center;
        width: 85%;
        margin: auto;
        background: #fff;
        padding: 8px;
        border-radius: 5px;
        height: 40px;
    }
    .pleca-promo p {
        font-size: 11pt;
        font-weight: 600;
        color: #660EFF;
    }
    .pleca-promo p {
        font-size: 11pt;
        font-weight: 600;
        color: #660EFF;
    }
    .pleca-promo p span {
        display: none;
    }
}