@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{
	--rojo: #D81E05;
	--rojo2: #BE0F0F;
	--rojo3: #AC0404;
	--rojo4: #DA2A2A;
	--gris: #737373;
	--gris2: #EAE9E9;
	--amarillo: #FFFF00;
}
body{
    max-width: 1266px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}
section{
	padding: 30px 20px;
}
h1{
	margin: 0;
    font-size: 20pt;
    font-weight: 400;
}
h2{
	margin-top: 0;
    font-size: 26px;
}
h3{
	margin: 0;
	font-size: 13pt;
}
h4{
	margin: 0 0 5px;
    font-size: 14pt;
}
p{
	font-size: 11pt;
	margin: 0;
}
label{
	font-size: 10pt;
}
.head{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    box-shadow: 0px 2px 13px -8px #BFBFBF;
}
.head h5{
	font-weight: 400;
    margin: 0;
    font-size: 10pt;
}
.telefonosgrid{
	display: flex;
    grid-gap: 0 40px;
    align-items: center;
}
.link, .link2{
	cursor: pointer;
}
.link:hover strong{
	color: var(--rojo);
}
.link2:hover{
	color: var(--rojo);
}
.flex{
	display: flex;
	grid-gap: 0 15px;
    align-items: center;
}
.flex{
	display: flex;
	grid-gap: 0 15px;
    align-items: center;
}
.promocion{
	background: url(../img/fondo-promo-mapfre.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    text-align: center;
    padding: 12px 10px;
    margin: 12px;
    color: #fff;
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.promocion strong{
	color: var(--amarillo);
}
.promocion h6{
	margin: 0 0 6px;
	color: var(--amarillo);
	font-size: 16pt;
}
.secform{
	display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
}
.one{
	background: url(../img/seguro-auto-mapfre.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#promo, .padding{
	padding: 20px;
}
.title{
	background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 15px 25px;
    border-bottom-left-radius: 20px;
}
.title p{
	font-size: 16pt;
}
.divformulario{
	background: var(--rojo);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
form{
    color: #fff;
    padding: 20px;
}
form .subtitle{
	border-bottom: 1px solid #fff;
	margin: 10px 0 5px;
}
select, input{
	width: -webkit-fill-available;
    font-size: 12pt;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid var(--gris);
}
.center{
	text-align: center;
}
.grid2{
	display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    align-items: start;
}
.grid3{
	display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}
.grid3-30{
	grid-template-columns: 30% 30% 30%;
}
.terminos{
	display: grid;
    grid-template-columns: 20px 80%;
    justify-content: center;
    grid-gap: 0 5px;
    margin-bottom: 10px;
}
.terminos p, .xs-text{
	font-size: 8pt;
}
button, .btn{
	width: 200px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14pt;
	background: #45B800;
	border-radius: 5px;
	cursor: pointer;
}
.btn{
	border-color: #45B800;
}
button:hover{
	background: #50D500;
}
button:active, button:focus{
	background: #3D8F00;
}
.grid4{
	display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    justify-content: space-around;
    align-items: stretch;
}
.w80{
	width: 80%;
	margin: 0 auto;
}
.sechr{
	padding: 0 30px;
}
.cobertura ul, .ulcheck{
    padding: 0px 20px 0px 30px;
    font-size: 11pt;
    list-style-image: url(../img/check-rojo.svg);
    margin: 0;
}
li{
	padding-bottom: 6px;
}
.ulwhite, .ulrojo{
	font-size: 10pt;
	margin-top: 20px;
	padding-left: 20px;
}
.ulwhite li::marker{
	color: #fff;
}
.ulrojo li::marker{
	color: var(--rojo);
}
.border-b {
    margin: 0 10px;
    text-align: center;
    padding: 5px 0;
    border-bottom: 2px solid var(--rojo2);
    font-size: 14pt;
}
.p12{
	padding: 12px;
}
.btn-cotiza{
	display: grid;
    grid-template-columns: 40% 20% 40%;
    align-items: center;
    justify-items: center;
}
.btn-cotiza hr{
	width: 100%;
}
.grid-gap{
	grid-gap: 30px 0;
}
.grid-gap2{
	grid-gap: 0 30px;
}
.box-rojo{
	background: var(--rojo);
	border-radius: 10px;
	color: #fff;
	padding: 20px;
}
.flex2{
	display: grid;
	grid-template-columns: 65% 30%;
	justify-content: space-between;
}
.flex-bottom{
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
table{
	width: 100%;
	border-collapse: collapse;
}
table, th, td{
	border: 1px solid var(--rojo);
	color: #000;
	font-size: 11pt;
	text-align: center;
	padding: 5px;
}
th{
	background: var(--gris2);
	font-weight: 400;
}
td{
	background: #fff;
}
.gridg{
	display: grid;
	grid-template-columns: 13px 90%;
	grid-gap: 0 8px;
	margin-bottom: 8px;
}
.box-gris{
	background: var(--gris2);
	border-radius: 10px;
	padding: 20px;
}
.flex3{
	display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.flex3>div{
	width: 30%;
}
.align-center{
	justify-content: center;
}
.align-center img{
	width: -webkit-fill-available;
}
.box1, .box2, .box3, .box4{
    color: #fff;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box1{
	background: var(--rojo3);
}
.box2{
	background: var(--rojo2);
}
.box3{
	background: var(--rojo);
}
.box4{
	background: var(--rojo4);
}
#imgvantajas{
	margin: -45px 0 -50px;
    border-radius: 10px;
}
.small{
	font-size: 11pt;
}
.red{
	color: var(--rojo);
}
.boxing{
	background: var(--gris);
    color: #fff;
    padding: 0 15px 15px;
    border-radius: 5px;
}
.boxing img{
	margin-top: -14px;
    width: 24px;
}
.flexi{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fundacion{
	display: grid;
    grid-template-columns: 40% 60%;
    padding: 15px;
    border-radius: 10px;
    background: url(../img/rectangulo-gris.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.bg-gris{
	padding-left: 45px;
	color: #fff;
}
.preguntas{
	display: grid;
    grid-template-columns: 32% 32% 28%;
    justify-content: space-between;
}
.footer{
	background: var(--rojo);
    display: flex;
    grid-gap: 40px;
    justify-content: space-between;
    text-align: center;
    padding: 15px 40px;
    margin-top: -34px;
    align-items: center;
}
.footer p, .footer a{
	color: #fff;
	font-size: 9pt;
}
.movil{
	display: none;
}
.btn-slide{
        margin: 15px 0;
    }
    .spans{
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 5px;
    }
    .w3-badge {
        height: 15px;
        width: 15px;
        padding: 0;
        display: flex;
        border-radius: 100%;
        border:1px solid #7D7D7D;
        background: transparent;
    }
     .white{
        background: #7D7D7D!important;
        width: 25px !important;
        border-radius: 15px !important;
    }
@media (max-width: 820px){
	.movil{
		display: block;
	}
	.desk{
		display: none;
	}
	h1{
		font-size: 17pt;
	}
	.head {
	    padding: 10px 20px;
	}
	.btn-mapfre{
		background: var(--gris);
        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-mapfre:hover{
		background: #AC0404;
	}
	.btn-mapfre h5{
		font-weight: 600;
	}
	.btn-mapfre svg{
		fill: #fff;
	}
	.btn-mapfre .svg{
		fill: #fff;
		width: 28px;
	}
	.secform {
	    grid-template-columns: 100%;
	    padding: 0;
	}
	.one {
	    background: var(--naranja);
	    border-radius: 0;
	    color: #Fff;
	}
	.title {
	    background: var(--rojo);
	    padding: 20px;
	    border-bottom-left-radius: 0;
	    text-align: center;
	}
	.promo{
		color: #000;
		padding: 15px;
	}
	.f14{
		font-size: 14pt;
	}
	.divformulario{
		border-radius: 0;
	}
	.grid2, .grid3, .grid4, .flex2, .fundacion  {
		grid-template-columns: 100%;
	}
	.terminos {
	    grid-template-columns: 20px 92%;
	}
	#imgmovilall{
		width: -webkit-fill-available;
	}
	.w80,  .flex3>div{
	    width: 100%;
	}
	.grid4movil {
	    grid-template-columns: 48% 48%;
	    align-items: stretch;
	    grid-gap: 30px 0;
	}
	.flex3 {
	    flex-wrap: nowrap;
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	}
	.flex-column2{
		flex-direction: column;
    	grid-gap: 30px 0 !important;
	}
	#imgvantajas {
	    margin: 0px 0 -50px;
	    width: 70%;
	}
	.center-movil{
		text-align: center;
	}
	.fundacion{
		background: url(../img/rectangulo-movil.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
	}
	.bg-gris {
	    padding-left: 0;
	    padding-top: 55px;
	}
	.btn-cotiza {
	    grid-template-columns: 15% 60% 15%;
	    justify-content: space-between;
	}
	.preguntas {
	    grid-template-columns: 100%;
	    grid-gap: 30px 0;
	}
	.footer {
	    flex-direction: column;
	}
	.footer{
		grid-gap: 20px;
	}
	.padding-movil{
		padding: 0;
	}
	.box-rojo, .box-gris, .fundacion{
		border-radius: 0;
	}
	.p12m{
		padding: 20px 20px 0;
	}
	.flexmovil{
		display: flex;
		grid-gap: 0 10px;
		align-items: center;
	}
	.triangulo{
		transform: rotate(90deg);
	}
	.hide{
		display: none;
	}
	.show{
		display: block;
	}
}
@media (max-width: 450px){
	.head img{
		width: 85px;
	}
	.telefonosgrid {
	    grid-gap: 0 10px;
	}
	.btn-mapfre {
        width: 90px;
        height: 30px;
    }
}