@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 10px;
    font-size: 18pt;
}
h3{
    margin: 0 0 12px;
    font-size: 13pt;
}
h4{
    margin: 10px 0 0;
    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 #002E71;
    color: #002E71;
    background: #fff;
    border-radius: 5px;
    height: 40px;
    font-size: 14pt;
    font-weight: 500;
    cursor: pointer;
    padding: 0 30px;
}
.btn-blog:hover{
    background: #002E71;
    color: #fff;
}
.btn-blog:active, .btn-blog:focus{
    background: #000032;
    color: #fff;
}
.center{
    text-align: center;
}
.bg-deg{
    background: url(../img/fondo-seguro-auto-gnp-desktop.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: grid;
    grid-template-columns: 48% 48%;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    justify-content: space-between;
}
.bg-deg p{
    font-size: 14pt;
}
.skewX2, .skewX3{
	background: #000;
    padding: 3px;
    transform: skewX(-10deg);
    width: fit-content;
    margin: auto;
    font-weight: 900;
}
.skewX2{
    display: block;
    font-size: 13pt!important;
    padding: 3px 10px;
}
.skewX2 strong{
	color: #FFFF00;
	font-size: 14pt;
}
.skewX3{
	background: linear-gradient(#0064AF, #000032);
	margin: 0 auto;
	padding: 3px 50px;
}
.font-small{
	font-size: 10pt!important;
}
#promo{
	margin-bottom: -52px;
}
form{
    background: rgba(255, 255, 255, 0.75);
    padding: 20px;
    border-radius: 10px;
    color: #000;
}
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;
}
.btn{
    width: 200px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #45B800;
    font-size: 13pt;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btn:hover{
    background: #50D500;
}
.btn:focus, .btn:active{
    background: #3D8F00;
}
.slide-all{
    display: grid;
    grid-template-columns: 5% 85% 5%;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
}
.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;
}
.cobertura span{
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.b-bottom{
    border-bottom: 3px solid #002E71;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.coberturas-slide, .paquetes-slide, .slide-tipos, .casos-slide {
  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 */
}
.coberturas-slide::-webkit-scrollbar, .paquetes-slide::-webkit-scrollbar, .slide-tipos::-webkit-scrollbar, .casos-slide::-webkit-scrollbar {
  display: none;             /* oculta barra en Chrome/Safari */
}
.cobertura, .paquete, .tipos-seguro, .caso {
    flex: 0 0 calc(100% / 3);
}
.cobertura>div, .paquete>div, .caso>div{
    width: 80%;
    margin: 20px auto 0;
}
.tipos-seguro>div{
    width: 95%;
    margin: 10px auto 0;
}
.paquete .b-bottom{
    border-color: #fff;
}
.flex2{
    display: flex;
    grid-gap: 0 50px;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.c-adicionales h4{
    display: flex;
    grid-gap: 0 15px;
    align-items: center;
    cursor: pointer;
}
.c-adicionales span{
    font-size: 16pt;
    font-weight: 900;
    color: #FC6C25;
}
.bg-azul{
    background: linear-gradient(#0064AF, #000032);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}
table{
    width: 1020px;
    border-collapse: collapse;
    margin: auto;
}
table, td, th{
    border: 1px solid #F2F2F2;
}
th{
    background: #FC6C25;
    color: #fff;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    min-width: 180px;
}
.th-azul{
    background: #002E71;
    text-align: left;
    min-width: 278px;
    padding-left: 20px;
}
td{
    text-align: center;
    height: 40px;
    font-size: 16px;
}
td .font-small{
    font-size: 8pt!important;
}
.td-gris{
    background: #C8C8C8;
    text-align: left;
    padding-left: 20px;
}
.sec-btn{
    display: grid;
    grid-template-columns: 40% 18% 40%;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    margin-top: 25px;
}
.sec-btn hr{
    width: -webkit-fill-available;
    width: -moz-available;
}
.w60{
    width: 600px;
    margin: auto;
}
.w60 .th-azul{
    width: 328px;
}
i{
    font-size: 7pt;
}
.ulcircle li{
    font-size: 10pt;
}
.ulcircle li::marker{
    color: #FC6C25;
}
.ulcircle li:not(:last-child), .ulflecha li:not(:last-child) {
  margin-bottom: 10px;
}
.bg-gris{
    background: #F2F2F2;
    padding: 20px;
    align-items: center;
    border-radius: 10px;
}
.grid4{
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    justify-content: space-between;
    margin: 20px 0;
}
.grid4>div{
    display: flex;
}
.grid4 span, .caso span{
    font-size: 60px;
    font-weight: 900;
    color: #FC6C25;
}
.grid4 .b-left{
    border-left: 4px solid #002E71;
    padding-left: 5px;
    font-size: 14pt;
    margin-left: 5px;
}
.icono-tipos{
    padding: 4px;
    border: 4px solid #002E71;
    width: fit-content;
    border-radius: 10px;
    position: relative;
    margin: auto;
    background: #fff;
}
.icono-tipos span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #FC6C25;
    border-radius: 10px;
}
.texto-tipos{
    background: #f0f0f0;
    padding: 60px 15px 20px;
    margin-top: -40px;
    border-radius: 10px;
    height: 155px;
}
.texto-tipos h4{
    margin: 0 0 10px;
}
.ulflecha{
    margin: 0;
    padding: 0 0 0 22px;
}
.ulflecha li::marker{
    content: "➜ ";
    font-weight: 900;
}
.ulflecha li{
    font-size: 11pt;
}
.caso span{
    background: url(../img/semicirculo-azul.svg);
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}
.caso p{
    font-size: 14pt;
}
.caso>div{
    display: grid;
    grid-template-columns: 80px 90%;
    align-items: center;
}
.pregunta h3{
    margin: 0;
    background: #FC6C25;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pregunta p{
    padding: 10px 15px 0;
}
.w80{
    width: 85%;
    margin: auto;
}
.footer{
	background: #002E71;
    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) {
    .desk{
		display: none;
	}
	.movil{
		display: block;
	}
	.head {
	    padding: 10px 20px;
	}
	.btn-morado{
		background: #D24723;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        width: 125px;
        height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        cursor: pointer;
        grid-gap: 5px;
	}
	.btn-morado:hover{
		background: #960000;
	}
    .menumovil{
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        width: 80%;
        background: #fff;
        height: 100vh;
        z-index: 3;
    }
    .padding0{
        padding: 0;
    }
    .bg-deg {
        grid-template-columns: 100%;
        grid-gap: 45px;
        border-radius: 0;
    }
    h1{
        font-size: 18pt;
    }
    .bg-deg p {
        font-size: 11pt;
    }
    .grid2, .grid3, .grid4, .slide-all {
        grid-template-columns: 100%;
    }
    .terminos{
        grid-template-columns: 20px 92%;
    }
    .terminos p{
        font-size: 7pt;
    }
    .cobertura, .paquete, .tipos-seguro, .caso {
        flex: 0 0 calc(100% / 1);
    }
    .flex2 {
        grid-gap: 30px 0;
        flex-direction: column;
    }
    section {
        padding: 20px;
    }
    .table{
        overflow-x: scroll;
    }
    .coberturas-slide, .paquetes-slide, .slide-tipos, .casos-slide {
        display: block;
    }
    .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;
    }
    .flex-reverse{
        flex-direction: column-reverse;
    }
    .paquete>div{
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .sec-btn {
        grid-template-columns: 15% 60% 15%;
    }
    .w60 {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .w60 th {
        min-width: auto!important;
        padding: 15px;
    }
    .w80 {
        width: 100%;
    }
    .footer {
	    flex-direction: column;
	}
	.footer{
		grid-gap: 20px;
	}
}
