@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: 20px 40px;
     max-width: 1266px;
     margin: 0 auto;
}
h1{
    margin: 0 0 15px;
    font-size: 40px;
}
h1 strong{
    font-size: 36px;
}
h2{
    margin: 0 0 15px;
    font-size: 45px;
    font-weight: 400;
    color: #00354F;
}
h2 strong{
    font-weight: 600;
    color: #027BE4;
}
.border{
    border-bottom: 1px solid #660EFF;
    padding-bottom: 4px;
}
h3{
    margin: 0 0 15px;
}
h4{
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 400;
    color: #00354F;
}
h4 strong{
    color: #027BE4;
}
p{
    margin: 0;
    font-size: 12pt;
}
.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 40px;
}
.telefonos-head{
    display: flex;
    align-items: center;
    grid-gap:  50px;
}
.flex-head{
    display: flex;
    grid-gap: 10px;
    align-items: center;
    cursor: pointer;
}
.flex-head:hover p{
    color: #027BE4;
}
.flex-head p{
    margin: 0;
    font-size: 10pt;
}
.flex-head label{
    font-size: 8pt;
}
.bg1{
    background: url(../img/fondo-buen-fin-desktop-01.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.div-pleca-buenfin{
    width: 80%;
    margin: -30px auto 20px;
    background: #f0f0f0;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -7px;
}
.azul{
    color: #027BE4;
}
.one-buen-fin{
    color: #fff;
    text-align: center;
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
}
.one-buen-fin h2{
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.one-buen-fin h4{
    color: #FFFF00;
    font-size: 30px;
    margin: 0;
}
.one-buen-fin p{
    font-size: 18px;
}
.temporizador-box{
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 15px;
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
}
.temporizador-box h5{
    margin: 0 0 5px;
    font-size: 24px;
}
.temporizador{
    display: flex;
    grid-gap: 10px;
    justify-content: center;
}
.temporizador span{
    width: 52px;
    height: 42px;
    background: #E20613;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.temporizador i{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
}
.temporizador label{
    font-size: 11px;
    font-weight: 500;
}
.seguro-type {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.seguro-type .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 155px;
    cursor: pointer;
    transition: 0.3s;
}
.seguro-type .card div {
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 8px;
    width: -moz-available;
    width: -webkit-fill-available;
    text-align: center;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.seguro-type .card span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* Efecto hover */
.seguro-type .card:hover svg{
  fill: #DA0080;
}
/* Estado seleccionado */
.seguro-type input:checked + .card svg{
    fill: #DA0080;
}
form{
    width: 450px;
    margin: 20px auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 10px;
}
form h3{
    font-size: 11pt;
}
form h5{
    margin: 0 0 8px;
    font-size: 9pt;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}
.b-bottom{
    margin: 0 0 8px;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}
form h6{
    margin: 0px 0 10px;
    font-size: 7pt;
    font-weight: 400;
}
.input-group{
    height: 40px;
    margin-bottom: 15px;
    text-align: left;
}
.input-group input, .input-group select {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 15px 10px 6px 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: -42px;
    left: 10px;
    font-size: 7.5pt;
    color: #5a2ef5;
    z-index: 2;
    font-weight: 500;
}
.btn-rosa{
    background: #DA0080;
    color: #fff;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14pt;
    font-weight: 600;
    margin: auto;
    cursor: pointer;
    border: none;
}
.btn-rosa:hover{
    background: #FA00C8;
}
.btn-fit{
    width: fit-content;
    padding: 5px 20px;
}
.grid2-buenfin{
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}
.grid3-buenfin{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}
.terminos-buenfin{
    display: grid;
    grid-template-columns: 20px 65%;
    justify-content: center;
    align-items: center;
    grid-gap: 0 6px;
    margin-bottom: 10px;
}
.terminos-buenfin p{
    font-size: 6pt;
}
.terminos-buenfin a{
    color: #fff;
}
.flex-buenfin{
    display: flex;
    grid-gap: 0 40px;
    align-items: center;
}
.center-buenfin{
    text-align: center;
}
.bg2{
    background: url(../img/fondo-buen-fin-desktop-02.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.bg2 h4{
    color: #fff;
}
.bg2 h4 strong{
    color: #fff;
}
.aseguradorasbox{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: center;
    align-items: center;
    grid-gap: 0 15px;
    padding: 20px;
    border: 1px solid #f0f0f0;
    background: #fff;
    max-width: 958px;
    justify-items: center;
    margin: 0 auto 0;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -7px #000;
}
.aseguradorasbox img, .boxaseguradora img{
    object-fit: fill;
    width: 95px;
}
.aseguradorasbox>div{
    display: flex;
    grid-gap: 0 35px;
}
.boxaseguradora{
    display: grid;
    grid-template-columns: 20% 30% 30%;
    justify-content: center;
    align-items: center;
    grid-gap: 0 15px;
    max-width: 458px;
    padding: 20px;
    border-radius: 10px;
    background: #F0F0F0;
    margin: 20px auto;

}
.bg3{
    background: url(../img/fondo-buen-fin-desktop-03.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ulcheck{
    margin: 15px 0 0;
    padding: 0 0 0 22px;
    list-style: url(../img/check-morado.svg);
}
.ulcheck li{
    font-size: 11pt;
}
.ulcheck li:not(:last-child) {
  margin-bottom: 10px;
}
.ulcheckflecha{
    margin: 15px 0 0;
    padding: 0 0 0 22px;
}
.ulcheckflecha li::marker{
    content: "➜ ";
    color: #660EFF;
    font-size: 14pt;
    font-weight: 900;
}
.whiteul li::marker{
    color: #fff;
}
.xs{
    font-size: 9pt!important;
}
.coberturas-div{
    display: grid;
    grid-template-columns: 20% 20% 20%;
    justify-content: center;
    grid-gap: 0 45px;
}
.head-card-buenfin{
    background: #660EFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    text-align: center;
}
.head-card-buenfin h4{
    font-size: 13pt;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}
.body-card-buenfin{
    background: #f0f0f0;
    padding: 10px 10px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 250px;
}
.tabla-buenfin{
    display: grid;
    grid-template-columns: 15% 45%;
    justify-content: center;
}
.bodytabla-buenfin{
    display: grid;
    grid-template-columns: 33% 34% 33%;
}
.th{
    margin: 0;
    background: #C8C8C8;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 10px;
    border-top-left-radius: 10px;
}
.th-opcion{
    background: #027BE4;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    height: 50px;
    margin: 0;
    background: #027BE4;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    height: 50px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.th-opcion strong{
    color: #fff;
    font-size: 18px;
}
.th-td{
    height: 40px;
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    font-size: 16px;
    border-bottom: 1px solid #FFf;
}
.td{
    height: 40px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    font-size: 16px;
}
.td span{
    font-size: 12px;
}
.rojo{
    color: #FF0000;
    font-size: 18px;
}
.bg4{
    background: url(../img/fondo-buen-fin-desktop-04.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.bg4 h2, .bg4 h2 strong, .bg4 a{
    color: #fff;
}
.bg4 img{
    margin-bottom: -24px;
}
.w70{
    width: 70%;
    margin: 0 auto;
}
.bg5{
    background: url(../img/fondo-buen-fin-desktop-05.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.preguntas-buenfin {
    border: 1px solid #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
    width: 878px;
}
.preguntas-buenfin h3 {
    margin: 0;
    color: #027BE4;
    border: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.preguntas-buenfin hr {
    border-color: #000;
    border-bottom: 1px;
}
.preguntas-buenfin span{
    color: #660EFF;
}
.show-buenfin {
    display: block!important;
}
.hide-buenfin{
    display: none;
}
.slide-buen-fin{
    display: grid;
    grid-template-columns: 40px 75% 40px;
    justify-content: center;
    align-items: center;
    grid-gap: 35px;
}
.flecha-buenfin {
    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-buenfin:hover{
    background: #660EFF;
    color: #fff;
}
.span-buenfin{
    display: flex;
    justify-content: center;
    grid-gap: 5px;
    margin-top: 15px;
}
.span-buenfin2{
    display: flex;
    justify-content: center;
    grid-gap: 5px;
    margin-top: 15px;
}
 .white{
    background: #660EFF!important;
    width: 20px!important;
    border-radius: 15px!important;
}
.white2{
    background: #FFF!important;
    width: 20px!important;
    border-radius: 15px!important;
}
.span-buenfin span {
	height: 12px;
	width: 12px;
	padding: 0;
	display: flex;
	background: transparent;
	border-radius: 100%;
    border: 1px solid #660EFF;
    cursor: pointer;
}
.span-buenfin2 span:hover{
    background: #660EFF;
}
.span-buenfin2 span {
	height: 12px;
	width: 12px;
	padding: 0;
	display: flex;
	background: transparent;
	border-radius: 100%;
    border: 1px solid #fFF;
    cursor: pointer;
}
.span-buenfin2 span:hover{
    background: #fFF;
}
.footer-buenfin{
    background: #027BE4;
    display: flex;
    justify-content: space-between;
    padding: 10px 40px;
    grid-gap: 60px;
    color: #fff;
    align-items: center;
}
.footer-buenfin p{
    font-size: 9pt;
}
.footer-buenfin a{
    font-size: 9pt;
    color: #fff;
}
.slide-buenfin-info{
    display: flex;
    overflow: hidden;
    width: -moz-available;
    width: -webkit-fill-available;
    scroll-behavior: smooth;
}
.box-info-buenfin{
    flex: 0 0 calc(100% / 1);
    box-sizing: border-box;
    transition: transform 0.4s ease;
}
.movil-buenfin{
    display: none;
}
.morado{
    color: #660EFF;
}
.p-bottom{
    padding-bottom: 10px;
}
@media (max-width: 820px){
    .head{
        display: none;
    }
    .movil-buenfin{
        display: block;
    }
    .desk-buenfin{
        display: none;
    }
    section{
        padding: 20px;
    }
    .one-buen-fin{
        grid-template-columns: 100%;
    }
    .terminos-buenfin {
        grid-template-columns: 20px 91%;
    }
    .terminos-buenfin p{
        font-size: 7px!important;
    }
    h1 {
        font-size: 32px;
    }
    .temporizador-box {
        display: flex;
        grid-gap: 15px;
    }
    .temporizador-box h5 {
        font-size: 10px;
    }
    .temporizador {
        grid-gap: 5px;
    }
    .temporizador span {
        width: 42px;
        font-size: 16px;
    }
    .temporizador i {
        font-size: 29px;
    }
    .temporizador label {
        font-size: 9px;
    }
    form {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .one-buen-fin h2 {
        font-size: 22px;
    }
    .one-buen-fin p {
        font-size: 16px;
    }
    .one-buen-fin h4 {
        font-size: 22px;
    }
    .flex-buenfin {
        grid-gap: 25px 0;
        flex-direction: column;
    }
    h2 {
        font-size: 24px;
    }
    .aseguradorasbox{
        width: -webkit-fill-available;
        width: -moz-available;
        grid-template-columns: 100%;
    }
    .boxaseguradora {
        grid-template-columns: 20% 35% 35%;
    }
    .coberturas-div, .bodytabla-buenfin {
        grid-template-columns: 100%;
    }
    .tabla-buenfin {
        grid-template-columns: 42% 58%;
    }
    .th-opcion {
        border-top-right-radius: 10px;
    }
    .slide-flecha{
        display: flex;
        justify-content: center;
        grid-gap: 25px;
        margin-top: 20px;
    }
    .bg4 img{
        height: 250px;
    }
    .slide-buen-fin, .grid3-buenfin, .grid2-buenfin {
        grid-template-columns: 100%;
    }
    #prevBtn, #nextBtn{
        display: none;
    }
    .preguntas-buenfin {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .footer-buenfin {
        padding: 10px 20px;
        grid-gap: 15px;
        align-items: flex-start;
        flex-direction: column;
    }
    .aling-center{
        width: -webkit-fill-available;
        text-align: center;
    }
}