@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;
}
h2{
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 25pt;
    color: #00345F;
}
h2 strong{
    font-weight: 700;
    color: #027BE4;
}
h3{
    margin: 0;
    font-size: 13pt;
}
h4{
	font-size: 12pt;
	margin: 0;
}
h5{
    margin: 0 0 10px;
    font-size: 10pt;
}
p{
    margin: 0;
    font-size: 11pt;
}
.xs{
    font-size: 8pt;
}
/*inicio de estylos de la pleca ventas*/
.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 .btn-call>div:hover span, .pleca-promo .btn-call>div:active span, .pleca-promo .btn-call>div:focus span{
	color: #DA0080;
}
.pleca-promo .btn-call>div:hover svg, .pleca-promo .btn-call>div:active svg, .pleca-promo .btn-call>div:focus svg{
	fill: #DA0080;
}
.pleca-promo p{
	font-size: 8pt;
	font-weight: 200;
	margin: 0;
}
.pleca-promo p span{
	font-size: 11pt;
	font-weight: 600;
}
/*fin estilos escritorio pleca ventas*/
.banner-home{
    background: url(../img/fondo-comparador-desktop-01.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.banner-home section{
    padding: 0 40px;
}
.banner-home-grid{
    display: grid;
    grid-template-columns: 52% 45%;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 40px 0;
}
.h3-auto{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.center-seguro-auto{
    text-align: center;
}
h1{
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 20pt;
}
.input-group{
    height: 40px;
    margin-bottom: 15px;
}
.input-group input, .input-group select {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 15px 10px 4px 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: -39px;
    left: 10px;
    font-size: 8pt;
    color: #5a2ef5;
    z-index: 2;
    font-weight: 500;
}
.btn-rosa{
    width: 200px;
    background: #DA0080;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    font-size: 14pt;
    height: 40px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    margin: 10px auto 0;
}
form .btn-rosa{
    border: none;
}
.btn-rosa:hover{
    background: #FA00C8;
}
.grid2-seguro-auto{
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}
.grid3-seguro-auto{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}
.terminos-seguro-auto{
    display: flex;
    grid-gap: 0 10px;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.terminos-seguro-auto p, .terminos-seguro-auto a{
    font-size: 7pt;
    color: #fff;
}
form{
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.bg-gris{
	background: #F0F0F0;
}
.grid4-auto{
	display: grid;
    grid-template-columns: 10% 10% 10% 10%;
    grid-gap: 0 20px;
    justify-content: center;
    text-align: center;
}
.b-bottom{
	border-bottom: 1px solid #660EFF;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
span{
	font-size: 60px;
    font-weight: 700;
    color: #027BE4;
}
.w80{
	width: 80%;
	margin: auto;
}
.ulcheck {
    list-style: url(../img/check-morado.svg);
    margin-bottom: 0;
    padding: 0px 0px 0px 22px;
}
.ularrow{
	margin: 0;
	padding: 10px 0 0 22px;
	list-style: url(../img/flecha-morada.svg);
}
.ulcheck li, .ularrow li{
    font-size: 11pt;
}
.ulcheck li:not(:last-child), .ularrow li:not(:last-child) {
  margin-bottom: 10px;
}
.ulcheck li>strong{
	font-weight: 500;
}
.bg-2{
	background: url(../img/fondo-comparador-desktop-02.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.flex-seguro{
	display: flex;
	grid-gap: 0 50px;
	align-items: center;
}
.img-margin{
	margin-bottom: -35px;
}
.bg-3{
	background: url(../img/fondo-comparador-desktop-03.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding-bottom: 30px;
}
.bg-3 h2, .bg-3 h2 strong, .bg-5 h2, .bg-5 h2 strong, .bg-07 h2, .bg-07 h2 strong{
	color: #fff;
}
.m-top{
	margin-top: -32px;
}
i{
	font-style: normal;
	font-size: 14pt;
	color: #660EFF;
	font-weight: 600;
}
.collapse-seguro{
	margin-bottom: 15px;
}
.collapse-seguro p{
	padding-left: 12px;
}
.collapse-seguro h4{
	cursor: pointer;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.bg-4{
	background: url(../img/fondo-comparador-desktop-04.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
}
.box-asegura{
	width: 1200px;
    display: flex;
    margin: -40px auto 0;
    align-items: center;
    justify-content: center;
    grid-gap: 0 80px;
    background: #C8E8F8;
    padding: 15px 0;
    border-radius: 10px;
}
.box-asegura>div{
	display: flex;
	grid-gap: 0 80px;
	align-items: center;
    justify-content: center;
}
.table{
	width: 70%;
	margin: 0 auto;
}
table {
  border-collapse: collapse;
  width: -webkit-fill-available;
  width: -moz-available;
}
table, td, th {
  border: 1px solid #C8C8C8;
}
.th-rosa{
    width: 170px;
    height: 50px;
    background: #DA0080;
}
th{
    width: 140px;
    height: 50px;
    background: #660EFF;
    color: #fff;
    font-size: 11pt;
}
.td-gris{
    background: #F0F0F0;
    color: #027BE4;
    font-size: 10pt;
    font-weight: 500;
}
td{
    height: 40px;
    font-size: 10pt;
}
.animate-right {
    position: relative;
    animation: animateright 0.8s ease-in-out;
}
.comentarios {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    padding: 20px;
    background: #F0F0F0;
    border-radius: 10px;
}
.comentarios::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(10% - 16px);
    bottom: -19px;
    border-width: 20px 16px 0px 4px;
    border-color: #F0F0F0 transparent transparent transparent;
}
.text-italic {
    font-style: italic;
}
.comentarios hr {
    border-top: 1px solid #000;
}
.comentarios:hover {
    background: #C8E8F8;
}
.comentarios:hover::before {
    border-color: #C8E8F8 transparent transparent transparent;
}
.comentarios:hover hr{
   border-top: 1px solid #660EFF;
}
.comentarios:hover .fondo-comillas{
    fill: #fff;
}
.comentarios:hover .borde-comillas{
    fill: #660eff;
}
.hvr-float-shadow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.bg-5{
	background: url(../img/fondo-comparador-desktop-05.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.border-rad{
	border-radius: 10px;
}
.bg-6{
	background: url(../img/fondo-comparador-desktop-06.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
#comparar-seguro-i{
	text-decoration: none;
    font-style: italic;
    font-weight: 600;
    font-size: 11pt;
    cursor: pointer;
	color: #660EFF;
}
.bg-07{
	background: url(../img/fondo-comparador-desktop-07.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.bg-07 h2{
	border-color: #fff;
}
.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;
}
.slideall{
    display: grid;
    grid-template-columns: 40px 90% 40px;
    justify-content: space-between;
    align-items: center;
	padding-top: 0;
}
.razones-boxes{
	display: flex;
    overflow: hidden;
    width: -moz-available;
    width: -webkit-fill-available;
    scroll-behavior: smooth;
}
.razones-boxes>div{
	flex: 0 0 calc(100% / 3);
    box-sizing: border-box;
    transition: transform 0.4s ease;
    padding: 0 20px;
}
.box-card{
	background: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
}
.box-card h4{
	color: #027BE4;
}
.box-card:hover{
	background: #C8E8F8;
	box-shadow: 0px 0px 15px -7px;
}
.card {
    width: 75%;
    margin: 0 auto;
}
.card-head {
    background: #660EFF;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.card-body {
    background: #E1E1E1;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 85px;
}
.bg-8{
	background: url(../img/fondo-comparador-desktop-08.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.benefits-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: 0 auto;
}
.benefit-card {
  padding: 20px 20px 20px 30px;
  margin: 0;
}
/* Segunda fila: solo 2 columnas centradas */
.benefits-row-2 {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 25px;
}
/* Títulos */
.benefit-card h3 {
  font-size: 11pt;
  margin-bottom: 5px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.border-right{
	border-right: 1px solid #b7b7b7;
}
.border-bottom{
	border-bottom: 1px solid #b7b7b7;
}
.preguntas-section{
    display: grid;
    grid-template-columns: 25% 75%;
    justify-content: space-between;
}
.preguntas-seguro-auto{
    border: 1px solid #C8C8C8;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.preguntas-seguro-auto h3{
    margin: 0;
    color: #027BE4;
    border: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.preguntas-seguro-auto hr{
    border-color: #000;
    border-bottom: 1px;
}
.preguntas-seguro-auto span{
    font-size: 25pt;
}
/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-spin .hvr-icon {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover .hvr-icon, .hvr-icon-spin:focus .hvr-icon, .hvr-icon-spin:active .hvr-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.movil-seguro-auto{
    display: none;
}
@media(max-width: 820px){
    section {
        padding: 20px;
    }
    h1{
        text-align: center;
    }
    h2 {
        font-size: 20pt;
    }
    .movil-seguro-auto{
        display: block;
    }
    .desk-seguro-auto, .pleca-promo{
        display: none;
    }
    .banner-home section {
        padding: 0 20px;
    }
    .banner-home-grid {
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 30px 0;
    }
    .grid2-seguro-auto, .grid3-seguro-auto {
        grid-template-columns: 100%;
    }
	.img-width{
		width: 80%;
	}
	.grid4-auto {
		grid-template-columns: 46% 46%;
		grid-gap: 20px 0;
		justify-content: space-between;
	}
	.spans-movil{
        display: flex;
        justify-content: center;
        grid-gap: 5px;
        margin-top: 15px;
    }
    .white{
        background: #660EFF!important;
        width: 20px!important;
        border-radius: 15px!important;
    }
    .w3-badge {
        height: 12px;
        width: 12px;
        padding: 0;
        display: flex;
        background: transparent;
        border-radius: 100%;
        border: 1px solid #660EFF;
        cursor: pointer;
    }
    .w3-badge:hover{
        background: #660EFF;
    }
	.flex-seguro {
		grid-gap: 30px 0;
		flex-direction: column;
	}
	.width-img{
		width: 80%;
        height: auto;
        margin-left: 10%;
	}
	.img-margin {
		margin-bottom: -22px;
	}
	.box-asegura {
		width: 90%;
		display: grid;
        grid-template-columns: 100%;
	}
	.table {
		width: -webkit-fill-available;
		width: -moz-available;
		overflow-x: scroll;
	}
	.white2{
        background: #fff!important;
        width: 20px!important;
        border-radius: 15px!important;
    }
    .w3-badge2 {
        height: 12px;
        width: 12px;
        padding: 0;
        display: flex;
        background: transparent;
        border-radius: 100%;
        border: 1px solid #fff;
        cursor: pointer;
    }
    .w3-badge2:hover{
        background: #fff;
    }
	.slideall{
		grid-template-columns: 100%;
	}
	.razones-boxes>div {
		flex: 0 0 calc(100% / 1);
	}
	.card-body {
		height: 115px;
	}
	.preguntas-section {
		grid-template-columns: 100%;
	}
	.benefits-container, .benefits-row-2 {
		display: block;
	}
	.border-bottom {
		border-bottom: none;
	}
	.border-right {
		border-right: none;
	}
}