@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root{
	--rojo: #C8102E;
	--vino: #722F3A;
	--r-dark: #9C273A;
	--gris: #E5E5E5;
	--g-light: #F2F2F2;
	--g-dark: #808080;
}
body{
	max-width: 1266px;
	margin: 0 auto;
	font-family: "Lato", sans-serif;
}
section{
	padding: 30px 15px;
}
h1{
	margin: 0 0 15px;
    background: rgba(255, 255, 255, 0.65);
    width: fit-content;
    padding: 0 25px 0 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 28pt;
}
h2{
	color: var(--rojo);
	font-size: 16pt;
	margin-top: 0;
}
h2 strong{
	color: #000;
}
h3{
	margin: 0 0 10px;
    font-size: 14pt;
}
h4{
	margin: 0 0 10px;
	font-size: 12pt;
	color: var(--rojo);
}
h6{
	margin: 0;
	font-size: 13pt;
	font-weight: 400;
}
p{
	margin: 0;
	font-size: 11pt;
}
label{
	font-size: 10pt;
}
input, select{
	font-size: 12pt;
    padding: 5px;
    border: 1px solid var(--g-dark);
    border-radius: 5px;
    width: -webkit-fill-available;
}
button{
	cursor: pointer;
	background: #C8102E;
	color: #fff;
	width: 200px;
	height: 30px;
	font-size: 12pt;
	font-weight: 600;
	border: 1px solid #fff;
	border-radius: 5px;
}
button:hover{
	background: #9E051B;
}
button:active, button:focus{
	background: #E03346;
}
ul{
	list-style-image: url(../img/palomita-verde.svg);
	margin: 0;
    padding-left: 22px;
}
li::marker{
	font-size: 25pt;
}
.list-red{
	list-style: disc;
}
.list-red::marker{
	font-size: 18pt;
	color: var(--rojo);
}
.head{
	padding: 15px 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.telefonosgrid>div:hover h5 strong{
	color: #9E051B;
}
.onegrid2{
	background: url(../img/insignia-life.webp);
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    background-repeat: no-repeat;
    background-position: top;
}
.oneimg{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.oneimg img{
	margin: 15px 0 0 15px;
}
.oneformulario{
	background: rgba(0, 0, 0, 0.5);
	border-top-right-radius: 10px;
	padding: 15px;
	color: #fff;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.grid2{
	display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
    grid-gap: 10px 0;
}
.grid3{
	display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}
.terminos{
	display: grid;
    grid-template-columns: 20px 90%;
    justify-content: space-between;
    align-items: center;
}
.terminos p{
	font-size: 6pt;
}
.bg-red{
	background: var(--rojo);
    padding: 15px;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.box{
	box-shadow: 0px 0px 15px -7px #000;
    border-radius: 10px;
    padding: 15px;
    height: 350px;
}
.icono{
	width: 60px;
    height: 60px;
    border-radius: 100%;
    background: var(--gris);
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.coberturas{
	display: flex;
    grid-gap: 15px;
    background: var(--gris);
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 12px -6px #000;
}
.coberturas img{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.btn-slide{
	margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
}
.slidebtn{
	width: 40px;
    height: 40px;
    background: var(--r-dark);
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 15pt;
    justify-content: center;
    cursor: pointer;
}
.grid4{
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	justify-content: space-between;
}
.mbox{
	margin: -45px auto 10px;
}
.hgauto{
	height: auto;
}
#img-preguntas{
	width: -webkit-fill-available;
    border-radius: 10px;
}
.pregunta{
	width: -webkit-fill-available;
    display: flex;
    justify-content: space-between;
    background: var(--r-dark);
    padding: 6px 12px;
    color: #fff;
    border-radius: 10px;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
.pregunta span{
	font-size: 22pt;
}
.respuesta{
	background: var(--gris);
    padding: 20px 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.show{
	display: block!important;
}
.hide{
	display: none;
}
.borderb{
	border-bottom-right-radius: 0!important;
	border-bottom-left-radius: 0!important;
}
.footer{
	text-align: center;
    background: var(--g-dark);
    color: #fff;
    padding: 15px;
}
.footer p, .footer a{
	margin: 0;
	font-size: 8pt;
	color: #fff;
}
.footer-flex{
	display: flex;
	grid-gap: 20px;
	justify-content: center;
	margin-top: 10px;
}
.movil{
	display: none;
}
@media (max-width: 820px){
	.movil{
		display: block;
	}
	.desk{
		display: none;
	}
	.onegrid2 {
	    background: var(--g-dark);
	    grid-template-columns: 100%;
	    border-radius: 0;
	}
	h1 {
	    margin: 0;
        background: var(--rojo);
        padding: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-size: 18pt;
        color: #fff;
        width: -webkit-fill-available;
	}
	.grid2 {
	    grid-template-columns: 100%;
	}
	input, select {
	    font-size: 16pt;
	}
	button {
	    width: -webkit-fill-available;
	    height: auto;
	    font-size: 16pt;
	    padding: 10px 0;
	}
	section {
	    padding: 15px 5px;
	}
	.oneformulario {
	    background: transparent;
	    border-radius: 0;
	}
	.bg-red {
	    border-bottom-right-radius: 0;
	    border-bottom-left-radius: 0;
	    margin-top: -3px;
	}
	.terminos {
	    grid-template-columns: 30px 90%;
	}
	.terminos p {
	    font-size: 7pt;
	}
	h6 {
	    font-size: 11pt;
	}
	.oneformulario .grid3 {
	    grid-template-columns: 32% 32% 32%;
	}
	.grid3, .grid4 {
	    grid-template-columns: 100%;
	}
	.coberturas {
	    flex-direction: column;
	}
	.coberturas img {
	    border-bottom-left-radius: 0;
	    width: -webkit-fill-available;
	    border-top-right-radius: 10px;
	}
	.paddin-movil{
		padding: 0 15px 15px;
	}
	.spans{
		display: flex;
	    align-items: center;
	    grid-gap: 10px;
	    justify-content: center;
	    margin-top: 15px;
	}
	.w3-badge{
		width: 15px;
	    height: 15px;
	    background: var(--gris);
	    border-radius: 100%;
	    cursor: pointer;
	}
	.white{
		background: var(--g-dark);
	}
}

.telefonosgrid {
    display: flex;
    grid-gap: 0 40px;
    align-items: center;
}
.link {
    cursor: pointer;
}
.telefonosgrid .flex {
    display: flex;
    grid-gap: 0 15px;
    align-items: center;
}
.head h5 {
    font-weight: 400;
    margin: 0;
    font-size: 10pt;
    font-family: sans-serif;
}
.head h5 strong{
  font-weight: 900;
}
@media (max-width: 820px) {
    .head {
        padding: 10px 20px;
    }
	.head img{
		width: 90px;
	}
    .btn-telefono {
        background: #C8102E;
        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-telefono svg{
      fill: #fff;
    }
    .btn-telefono .svg{
      width: 28px;
    }
}
@media (max-width: 450px) {
    .telefonosgrid {
        grid-gap: 0 10px;
    }
    .btn-telefono {
        width: 90px;
        height: 30px;
    }
}