@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
body{
    max-width: 1266px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}
section{
	padding: 30px 20px;
}
h1{
    margin: 0 0 15px;
    font-size: 22pt;
}
h2{
    margin: 0 0 15px;
    font-size: 20pt;
}
h3{
    margin: 0 0 15px;
    font-size: 13pt;
}
h4{
    margin: 0 0 10px;
    font-size: 12pt;
}
h6{
    margin: 0 0 10px;
    font-size: 10pt;
}
p{
    font-size: 11pt;
    margin: 0;
}
.head{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
}
.head h5{
	font-weight: 400;
    margin: 0;
    font-size: 10pt;
}
.telefonosgrid{
	display: flex;
    grid-gap: 0 40px;
    align-items: center;
}
.flex{
	display: flex;
	grid-gap: 0 15px;
    align-items: center;
}
.btn-blog{
    border: 1px solid #6E27C5;
    color: #6E27C5;
    background: #fff;
    border-radius: 5px;
    height: 40px;
    font-size: 14pt;
    font-weight: 500;
    cursor: pointer;
    padding: 0 30px;
}
.btn-blog:hover{
    background: #6E27C5;
    color: #fff;
}
.btn-blog:active, .btn-blog:focus{
    background: #320096;
    color: #fff;
}
.chubb-section{
    background: url(../img/fondo-seguro-auto-chubb-desktop.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-columns: 45% 50%;
    justify-content: space-between;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
}
.skewX2, .skewX3{
    padding: 3px;
    transform: skewX(-10deg);
    width: fit-content;
    margin: auto;
}
.skewX2{
    display: block;
    font-size: 14pt;
    padding: 3px 40px;
    background: #6E27C5;
}
.skewX2-black{
	background: #000;
    padding: 3px 10px;
}
.skewX3{
    background: #FF6600;
	margin: 0 auto;
	padding: 3px 50px;
}
.promo1{
    margin-bottom: -65px;
}
.promo2{
    margin-top: -30px;
}
.flex-promo{
    display: flex;
    justify-content: center;
}
.flex-promo img{
    margin-right: -165px;
}
.fontXL{
    font-size: 18pt;
    position: relative;
    left: 15px;
    padding: 3px 30px;
}
.text-l{
    font-size: 16pt;
}
.text-m{
    font-size: 14pt;
}
.xs{
    font-size: 8pt;
}
.center{
    text-align: center;
}
form{
    background: rgba(255, 255, 255, 0.75);
    color: #000;
    padding: 30px 20px;
    border-radius: 10px;
}
select, input{
	width: -webkit-fill-available;
    width: -moz-available;
    font-size: 12pt;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
}
.grid2{
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}
.grid3{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}
.terminos{
    display: grid;
    grid-template-columns: 20px 70%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.terminos p{
    font-size: 7pt;
}
.terminos input{
    margin: 0;
}
.terminos a{
    color: #000;
}
.btncotnow{
    width: 200px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #45B800;
    font-size: 13pt;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btncotnow:hover{
    background: #50D500;
}
.btncotnow:focus, .btncotnow:active{
    background: #3D8F00;
}
.slide{
    overflow: hidden;
    padding-top: 25px;
    width: -webkit-fill-available;
    width: -moz-available;
}
.flecha{
    width: 34px;
    height: 34px;
    border: 3px solid #969696;
    border-radius: 100%;
    display: flex;
    font-size: 20pt;
    color: #969696;
    text-align: -webkit-center;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    cursor: pointer;
}
.flecha:hover{
    border-color: #646464;
    color: #646464;
}
.flecha:active, .flecha:focus{
    border-color: #323232;
    color: #323232;
}
.slide-all{
    display: grid;
    grid-template-columns: 5% 85% 5%;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
}
.slide-coberturas, .paquetes-slide, .slide-ventajas, .slide-otros{
   display: flex;             /* coloca las tarjetas en fila */
  overflow-x: hidden;          /* activa scroll horizontal */
  scroll-behavior: smooth;   /* scroll suave */
  scrollbar-width: none;     /* opcional: oculta barra en Firefox */
}
.slide-coberturas::-webkit-scrollbar, .paquetes-slide::-webkit-scrollbar, .slide-ventajas::-webkit-scrollbar, .slide-otros::-webkit-scrollbar {
  display: none;             /* oculta barra en Chrome/Safari */
}
.coberturas, .paquetes, .ventajas, .otros{
    flex: 0 0 calc(100% / 3.3);
    padding: 0 20px;
}
.box-gris{
    width: 88%;
    margin: auto;
    text-align: center;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 0 15px 20px;
    height: 124px;
}
.coberturas .box-gris img{
    margin-top: -60px;
}
.paddingTop{
    padding-top: 60px;
}
.small{
    font-size: 10pt;
}
.deg-gris{
    background: linear-gradient(180deg, #F2F2F2, #fff);
}
.paquetes>div{
    width: 95%;
    margin: auto;
    box-shadow: 0px 0px 15px -7px #000;
    border-radius: 10px;
}
.paquetes h4{
    display: flex;
    background: #01C1D6;
    padding: 6px 12px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 38px;
    margin: 0;
}
.body-paquetes{
    border: 1px solid #01C1D6;
    padding: 6px 12px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.btn-section-lp{
    background: #FF6600;
    height: 40px;
    width: 200px;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 14pt;
    font-weight: 600;
    cursor: pointer;
}
.btn-section-lp:hover{
    background: #FF9650;
}
.btn-section-lp:focus, .btn-section-lp:active{
    background: #C83200;
}
table{
    border-collapse: collapse;
    margin: auto;
}
table, th,td{
    border: 1px solid #f2f2f2;
}
th{
    width: 139px;
    height: 50px;
    font-size: 16px;
    background: #6E27C5;
    color: #fff;
    padding: 0 10px;
}
.th{
    width: 329px;
    color: #000;
    font-size: 18px;
    background: #fff;
    text-align: left;
}
td{
    height: 40px;
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
}
.td{
    background: #f2f2f2;
    text-align: left;
}
.box80>div{
    width: 90%;
    margin: auto;
}
.box80 hr{
    border-color: #FFB617;
}
.box80 p{
    padding: 0 10px;
}
.bg-deg{
    background: linear-gradient(180deg, #6E27C5, #01C1D6);
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}
.flexi{
    display: flex;
    grid-gap: 50px;
    align-items: center;
}
.ulwhite{
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 11pt;
}
.ulwhite li:not(:last-child), .ularrow li:not(:last-child){
  margin-bottom: 10px;
}
.ularrow{
    padding-left: 20px;
    list-style: url(../img/flecha-morada.svg);
    margin: 0;
    font-size: 11pt;
}
.ventajas .box-gris{
    text-align: left;
    padding: 15px;
    height: 162px;
}
.ventajas h4{
    border-bottom: 2px solid #FF0198;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.w70{
    width: 70%;
    margin: auto;
}
.bggris{
    padding: 20px;
    background: #F2F2F2;
    border-radius: 10px;
}
.slide-contratar span{
    font-size: 60px;
    font-weight: 900;
    color: #01C1D6;
}
.slide-contratar .border{
    border-left: 3px solid #FF0198;
    padding-left: 3px;
}
.slide-contratar .flex{
    align-items: stretch;
    width: 88%;
    margin: auto;
}
.contratar-box{
    flex: 0 0 calc(100% / 4);
    padding: 0;
}
.slide-contratar{
    transition: transform 0.4s ease;
    display: flex;
}
.dots, .dots50 {
  margin-top: 10px;
}
.dot, .dot50 {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #969696;
}
.dot:hover{
    background: #969696;
}
.dot.active, .dot50.active {
  background: #323232;
}
.ulcircle{
    margin: 0;
    padding-left: 20px;
}
.ulcircle li{
    font-size: 11pt;
}
.ulcircle li::marker{
    color: #FF0198;
    font-size: 20pt;
}
.ulcircle li:not(:last-child){
  margin-bottom: 3px;
}
.box-border{
    width: 80%;
    margin: auto;
    border: 2px solid #01C1D6;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
}
.box-border h4{
    margin: 0;
}
.border-b{
    margin: 0;
    font-size: 18pt;
    border-bottom: 3px solid #FF0198;
}
.circle-morado li{
    font-size: 12pt;
}
.circle-morado li::marker{
    color: #6E27C5;
}
.siniestro .link{
    cursor: pointer;
    font-weight: 800;
    color: #01C1D6;
}
.grid4{
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    justify-content: space-between;
}
.grid4 h4, .w45 h4{
    border-bottom: 2px solid #FF0198;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.grid4 h3, .w45 h3{
    font-size: 18pt;
    color: #01C1D6;
    cursor: pointer;
}
.grid4 h3:hover, .siniestro .link:hover, .w45 h3:hover{
    color: #0196AA;
}
.w45{
    width: 42%;
    margin: auto;
}
.pregunta-head{
    background: #01C1D6;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 38px;
}
.pregunta-head h3{
    font-size: 11.6pt;
    margin: 0;
}
.pregunta-body{
    padding: 10px 15px;
}
.preguntas-img{
    margin-bottom: -34px;
}
.footer{
	background: #01C1D6;
    display: flex;
    grid-gap: 40px;
    justify-content: space-between;
    text-align: center;
    padding: 15px 40px;
}
.footer p, .footer a{
	color: #fff;
	font-size: 9pt;
}
.movil{
    display: none;
}
@media (max-width: 820px){
    .movil, .show{
        display: block!important;
    }
    .desk, .hide{
        display: none;
    }
    .head {
	    padding: 10px 20px;
	}
    .menumovil{
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        width: 80%;
        background: #fff;
        height: 100vh;
        z-index: 3;
    }
    .padding0-mobile{
        padding: 0;
    }
    .chubb-section{
        grid-template-columns: 100%;
        border-radius: 0;
        grid-gap: 40px 0;
    }
    .chubb-section img{
        height: 200px;
    }
    h1 {
        font-size: 18pt;
    }
    h2 {
        font-size: 16pt;
    }
    .grid2, .grid3, .grid4, .slide-all {
        grid-template-columns: 100%;
    }
    .terminos {
        grid-template-columns: 20px 90%;
    }
    form {
        background: transparent;
        color: #fff;
        padding: 0;
        border-radius: 0;
    }
    .terminos a {
        color: #fff;
    }
    .text-l {
        font-size: 14pt;
    }
    .fontXL {
        font-size: 16pt;
    }
    .promo1 {
        margin-bottom: -50px;
    }
    .slide-coberturas, .paquetes-slide, .slide-ventajas, .slide-otros {
        display: block;
    }
    .coberturas, .paquetes, .ventajas, .otros {
        padding: 0;
    }
    .box-gris {
        width: -webkit-fill-available;
        width: -moz-availale;
        height: auto;
    }
    .table{
        overflow-y: scroll;
    }
    td {
        padding: 10px;
    }
    .spans{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }
    .w3-badge {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 5px;
        background: transparent;
        border: 1px solid #969696;
        border-radius: 50%;
        cursor: pointer;
    }
    .w3-badge2{
        border-color: #fff;
    }
     .white{
        background: #323232!important;
    }
    .white2{
        background: #fff!important;
    }
    .flexi {
        flex-direction: column;
    }
    .w70, .w45 {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .grid4 h3, .w45 h3 {
        font-size: 12pt;
    }
    .grid4, .siniestro, .preguntas{
        grid-gap: 32px;
    }
    .slide-contratar .flex {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .contratar-box {
        flex: 0 0 calc(100% / 1);
    }
    .reverse{
        flex-direction: column-reverse;
    }
    .footer {
        grid-gap: 20px;
        padding: 15px 20px;
        flex-direction: column;
    }
}