@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{
    --rojo: #FF1721;
    --azul: #00008F;
    --gris: #969696;
    --light: #F5F5F5;
}
body{
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
    max-width: 1266px;
}
section{
    padding: 20px 40px;
}
h1{
    margin: 0 0 15px;
    font-size: 34px;
}
h2{
    margin: 0 0 15px;
    font-size: 18pt;
}
h3{
    margin: 0 0 15px;
}
p{
    margin: 0;
    font-size: 12pt;
}
.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 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: #FF1721;
}
.flex-head p{
    margin: 0;
    font-size: 10pt;
}
.flex-head label{
    font-size: 8pt;
}
.one-axa{
    background: url(../img/fondo-formulario.webp);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 51% 48%;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 30px;
}
.one-axa p{
    font-size: 13pt;
}
.center{
    text-align: center;
}
.terminos-form{
    display: grid;
    grid-template-columns: 25px 89%;
    align-items: center;
}
.terminos-form p{
    font-size: 6pt!important;
    padding: 0!important;
}
.terminos-form a{
    color: #000;
    font-weight: 500;
}
form{
    background: rgba(255, 255, 255, 0.75);
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    color: #000;
    border-radius: 10px;
}
.grid2-axa{
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}
.grid3-axa{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}
select, input{
    font-size: 15px;
    padding: 7px;
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid var(--light);
    border-radius: 5px;
    margin-bottom: 10px;
}
form label{
    font-size: 12px;
}
button{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 35px;
    border-radius: 5px;
    background: #FF1721;
    border: 1px solid #FF1721;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
button:hover{
    background: #FF6400;
    border-color: #FF6400;
}
button:active, button:focus{
    background: #960000;
    border-color: #960000;
}
.w-button{
    width: 280px;
}
.flex2-axa{
    display: flex;
    grid-gap: 0 50px;
    align-items: center;
}
ul{
    margin-bottom: 0;
	padding: 0 20px 20px 20px;
	font-size: 13pt;
	list-style-image: url(../img/check-rojo.svg);
}
li{
    margin-bottom: 15px;
}
.bg-gris-axa{
    background: var(--light);
    border-radius: 10px;
}
.preguntas-axa{
    justify-content: space-between;
}
.preguntas-axa h2{
    padding-bottom: 5px;
}
.preguntas-axa h3{
    display: flex;
    grid-gap: 0 10px;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
.preguntas-axa span{
    color: var(--rojo);
}
.preguntas-axa p{
    padding-left: 20px;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.footer{
    padding: 10px 40px;
    display: flex;
    align-items: center;
    background: var(--azul);
    color: #fff;
    text-align: center;
    grid-gap: 0 50px;
}
.footer p{
    font-size: 9pt;
}
.footer a{
    color: #fff;
}
.movil{
    display: none!important;
}
table{
    width: 60%;
    margin: 0 auto;
    border-collapse:collapse;
    border-spacing:0;
    border: 1px solid #ddd;
    font-size: 12pt;
}
th{
    border: 1px solid var(--azul);
    padding: 8px;
    background: var(--azul);
    color: #fff;
}
td {
  border: 1px solid #ddd;
  padding: 8px;
}
.td-left{
    text-align: left;
}
.td-titulo{
    text-align: left;
    background: #C8E8F8;
     border: 1px solid #fff;
}
.small{
    font-size: 10pt;
}
.descuentos h4{
    margin: 0;
    font-size: 22pt;
    color: var(--azul);
}
.descuentos h3{
    margin: 0;
    font-size: 30pt;
    color: var(--rojo);
}
@media (max-width: 820px){
    .movil{
        display: block!important;
    }
    .desk{
        display: none;
    }
    section{
        padding: 20px;
    }
    h2 {
        font-size: 16pt;
    }
    .head {
        align-items: flex-start;
        justify-content: space-between;
        padding: 20px;
    }
    .telefonos-head {
        grid-gap: 10px;
    }
    .flex-head{
        background: var(--azul);
        color: #fff;
        padding: 10px;
        height: 41px;
        width: 100px;
    }
    .flex-head:hover{
        background: #960000;
    }
    .flex-head label {
        font-size: 10pt;
        font-weight: 600;
    }
    .flex-head svg{
        fill: #fff;
    }
    .postventa{
        display: grid;
        grid-template-columns: 20px 80%;
    }
    .one-axa {
        background: var(--azul);
        border-radius: 0;
        grid-template-columns: 100%;
        padding: 0;
    }
    h1 {
        font-size: 24px;
        padding: 20px 20px 0;
    }
    .one-axa p {
        font-size: 12pt;
        padding: 0 20px;
    }
    form {
        width: -webkit-fill-available;
        width: -moz-available;
        border-radius: 0;
    }
    .grid2-axa {
        grid-template-columns: 100%;
    }
    .one-axa img {
        width: 270px;
        margin: 25px 0;
    }
    .flex2-axa {
        grid-gap: 50px 0;
        flex-direction: column;
    }
    .bg-gris-axa {
        border-radius: 0;
    }
    .footer {
        padding: 20px;
        align-items: flex-start;
        text-align: left;
        grid-gap: 15px 0;
        flex-direction: column;
    }
    select, input {
        font-size: 16px;
    }
    .grid3-axa {
        grid-template-columns: 100%;
    }
    .grid3-movil-axa{
        grid-template-columns: 32% 32% 32%;
    }
    table, .w80 {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    table select{
        margin: 0;
        background: var(--azul);
        border-color: var(--azul);
        color: #fff;
    }
    .ul-movil{
        padding: 0 0 0 20px;
        margin: 0;
    }
}

