body {
    margin: 0;
    padding: 0;
    font-family: Assistant;
}

.cargando {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #002768;
    background: #fff;
    padding-top: 100px;
    text-align: center;
    z-index: 1000;
}

.cargando > div {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 200px;
    margin: auto;
}

.max-width {
    max-width: 1080px;
    margin: auto;
}

section {
    padding: 100px 30px;
}

section p {
    font-size: 16px;
    margin: 0;
    line-height: 23px; 
}

section p span {
    font-weight: 700;
}

.linea-gris {
    border-bottom: solid 3px #f9f9f9;
}

.titulo {
    font-size: 32px;
    color: #002768;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 36px;
}

.titulo .titulo-strong {
    font-weight: 700;
}


/* Header (menu principal) */

header {
    display: flex;
    justify-content: space-between;
    height: 80px;
    background-color: #fff;
    text-align: center;
    border-bottom: solid 2px #f9f9f9;
}

header .logo {
    width: 210px;
    margin: 8px auto;
}

header .volver {
    width: 80px;
}

header .volver object {
    height: 20px;
    margin-top: 30px;
}

header .contacto {
    line-height: 80px;
    width: 80px;
    margin-right: 30px;
    text-decoration: none;
    font-weight: 700;
    color: #002563;
}


/*Cotizador*/

.section-cotizador {
    background-image: url(../img/imagen-principal.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 60px 30px;
    color: #fff;
}

.section-cotizador ul {
    color: #000;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.section-cotizador ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
}

.section-cotizador p {
    font-size: 42px;
    line-height: 42px;
    margin: 0;
}

.section-cotizador p:first-child {
    font-family: Beyond;
    font-size: 140px;
    line-height: 100px;
    font-weight: 400;
}

.section-cotizador p:nth-child(2) {
    font-family: Rubik;
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: -10px;
}

.section-cotizador p:nth-child(3) {
    font-size: 22px;
    line-height: 18px;
    margin-top: 40px;
}

.section-cotizador .titulo-cotizador {
    font-size: 24px;
    margin-top: 30px;
    font-weight: 600;
}

.contacto-whatsapp {
    display: inline-block;
    margin-top: 30px;
}

.section-cotizador .cotizador {
    background-color: #fff;
    margin-top: 10px;
    padding: 20px;
    border-radius: 10px;
}

.section-cotizador .cotizador input {
    font-size: 14px;
    width: 172px;
    padding: 10px;
    margin-right: 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

/* boton base */
.boton-base {
    background-color: #003789;
    background-image: url(../img/flecha-blanca-boton.svg);
    background-position: right 25px center;
    background-repeat: no-repeat;
    color: #fff;
    border: none;
    text-align: center;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    margin-top: 10px;
    cursor: pointer;
}

.boton-cotizar {
    width: 200px;
    background-position: right 60px center;
    margin-top: 0;
    padding-right: 60px;
}

.boton-cotizar:hover {
    background-color: #0c22c1;
}

/*Logos de las compañias*/

.socios-estrategicos {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 40px 30px;
}

.socios-estrategicos img:last-child {
    margin-top: -5px;
}

.socios-estrategicos object {
    width: 15%;
}

/* Seccion de como contratar seguro */
.contenedor-pasos {
    display: flex;
}

.contenedor-pasos > div {
    flex-grow: 1;
}

.estructura-paso {
    text-align: center;
    border-right: solid 2px #f9f9f9;
}

.estructura-paso:last-child {
    border-right: none;
}

.estructura-paso p {
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
}

/* Seccion de coberturas */

.section-coberturas {
    background-color: #f9f9f9;
    text-align: center;
}

/* .bloque-de-tarjetas {
    position: absolute;
    left: 0;
    right: 0;
} */

.contenedor-tarjetas {
    display: flex;
    margin: 60px auto;
}

.contenedor-tarjetas>div {
    flex-grow: 1;
    text-align: center;
    width: 33.33%;
}

.contenedor-tarjetas .tarjeta {
    width: 80%;
    height: 380px;
    margin: auto;
    background-color: #FFF;
    font-size: 14px;
    padding: 20px;
    border-radius: 16px;
    border: solid 2px #ededed;
    transition: 0.3s;
}

.contenedor-tarjetas .tarjeta:hover {
    margin-top: -20px;
}

.contenedor-tarjetas .tarjeta object {
    margin: 20px 0;
}

.contenedor-tarjetas .tarjeta p:nth-child(2) {
    color: #002768;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

/* Seccion eleccion*/

.ajuste-width-eleccion {
    max-width: 840px;
    margin: auto;
}

.referencias-eleccion {
    display: flex;
    margin-top: 70px;
}

.referencias-eleccion article {
    flex-grow: 1;
    background: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 20px;
    width: 300px;
    border: solid 2px #ededed;
    padding: 20px 0;
    padding-left: 50px;
    border-radius: 16px;
}

.referencias-eleccion article:nth-child(2) {
    margin: 0 20px;
}

.referencias-eleccion article p:first-child {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.referencias-eleccion article p:last-child {
    font-size: 16px;
    font-weight: 300;
    color: #999;
}

.section-mensaje-final {
    background-color: #002264;
    color: #fff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 0;
}

.section-mensaje-final h1 span {
    color: #fff;
}

.botonera-mensaje {
    margin-top: 30px;
}

.section-mensaje-final a {
    display: inline-block;
    border: none;
    color: #fff;
    padding: 18px 0;
    text-align: center;
    width: 260px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.section-mensaje-final .cotiza-online {
    background-color: #fc5c63;
    margin-right: 20px;
}

.section-mensaje-final .cotiza-online:hover {
    background-color: #e53341;
}

.section-mensaje-final .cotiza-ws {
    border: solid 2px #0f66ff;
    background: transparent;
}

.section-mensaje-final .cotiza-ws:hover {
    border: solid 2px #fff;
}

.contenido-mensaje-final {
    /* background-image: url(../img/background-mensaje.png);
    background-repeat: no-repeat;
    background-position: right bottom; */
    height: 300px;
}

/* pie de página*/
footer {
    padding: 50px 0;
    background-color: #f9f9f9;
    border-bottom: solid 3px #f1f1f1;
}

footer .sucursales {
    display: flex;
    padding-bottom: 30px;
}

footer .sucursales > div {
    flex-grow: 1;
}

.sucursales p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.sucursales p.titulos-footer {
    font-size: 16px;
    font-weight: 700;
    color: #002768;
    margin-bottom: 10px;
}

.link-paginas-seguros {
    margin-left: 30px;
}

.link-paginas-seguros a {
    font-size: 15px;
    display: block;
    text-decoration: none;
    line-height: 24px;
    color: #000;
    padding: 5px;
    padding-left: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    transition: all 0.2s;
}

.link-paginas-seguros a:hover {
    border-bottom: solid 1px #3860ff;
    color: #3860ff;
}

.final {
    border-bottom: solid 4px #95ffb7;
}

.final > div {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 20px 0;
    padding-bottom: 14px;
    font-size: 12px;
    color: #002768;
    font-weight: 700;
}

.final > div > div:first-child{
    line-height: 35px;
}

/*Mensaje contacto*/
.sub-titulo-contacto {
    margin: 0;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: solid 2px #f1f1f1;
}

.boton-contacto {
    display: block;
    margin-bottom: 10px;
    border: solid 1px transparent;
    background: transparent;
    padding: 5px 30px;
    border-radius: 20px;
    color: #003789;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    background-position: left;
    background-repeat: no-repeat;
}

.boton-contacto-telefono {
    background-image: url(../img/telefono.svg);
}

.boton-contacto-whatsapp {
    background-image: url(../img/whatsapp.svg);
}

.boton-contacto-email {
    background-image: url(../img/mail.svg);
}

footer .mobile {
    display: none;
}

.mobile {
    display: none;
}

/*RADIO BUTTON*/

.radio-button {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    border: solid 2px #f1f1f1;
    border-radius: 50%;
    cursor: pointer;
}

.radio-button--on {
    border: solid 2px #fc5c63;
}

.radio-button--on::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    margin-left: 4px;
    background-color: #fc5c63;
    border-radius: 50%;
}

/*Adaptativo*/

@media (max-width: 1150px) {
    .section-cotizador .cotizador input {
        width: 45%;
        margin-bottom: 20px;
    }

    .section-cotizador .cotizador input:nth-child(even) {
        margin-right: 0;
    }
  }
  
  @media (max-width: 950px) {
    .tipo-delivery {
        margin-top: 20px;
    }
  }

  @media (max-width: 780px) {
    .section-cotizador .cotizador input {
        width: 96%;
        margin-right: 0;
    }

    .boton-cotizar {
        width: 100%;
        background-image: none;
    }

    .contenedor-pasos {
        display: block;
    }

    .descripcion-proceso {
        text-align: center;
    }

    .descripcion-proceso br {
        display: none;
    }

    .estructura-paso {
        width: 30%;
        margin-top: 30px;
        display: inline-block;
    }

    .socios-estrategicos img {
        display: none;
    }

    .socios-estrategicos object {
        width: 20%;
    }

    .contenedor-tarjetas {
        display: block;
    }

    .contenedor-tarjetas>div {
        margin-top: 30px;
        width: auto;
    }

    .contenedor-tarjetas .tarjeta {
        height: auto;
    }

    .contenedor-tarjetas .tarjeta:hover {
        margin-top: 0;
    }

    .referencias-eleccion {
        display: block;
    }

    .referencias-eleccion article {
        margin-top: 30px;
        border-radius: 16px;
        width: auto;
    }

    .referencias-eleccion article:nth-child(2) {
        margin: 0;
        margin-top: 30px;
    }

    .contenido-mensaje-final br {
        display: none;
    }

    .sucursales {
        flex-wrap: wrap; 
    }

    footer .sucursales > div {
        width: 40%;
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .final > div {
        display: block;
    }

    .final > div {
        text-align: center;
    }
  }


@media (max-width: 640px) {
    .section-mensaje-final .cotiza-online {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contenido-mensaje-final {
        height: auto;
        padding-bottom: 50px;
    }

    section {
        padding: 50px 30px;
    }
}

@media (max-width: 580px) {
    .tipo-monopatin {
        margin-top: 20px;
    }
  }


/*MOBILE*/
@media (max-width: 500px) {
    .mobile {
        display: block;
    }

    footer .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    section {
        padding: 20px 30px;
    }

    header {
        display: block;
        justify-content: space-between;
        height: 16vw;
        border-bottom: none;
        position: fixed;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 90;
        transition: all 0.3s ease-in-out 0s;
    }

    .titulos-cabecera p:first-child {
        font-size: 90px;
    }

    .titulos-cabecera p:nth-child(2) {
        font-size: 8vw;
    }  

    header .contacto {
        display: block;
        width: auto;
        line-height: 50px;
        text-decoration: none;
        text-align: right;
        color: #3860ff;
        transition: line-height 0.15s; 
    }

    .header-scroll {
        background: #f6f6f6;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
    }

    header.header-scroll .contacto {
        line-height: 16vw; 
    }

    header .logo {
        margin: 0 auto;
    }

    header .logo-principal-scroll {
        position: absolute;
        top: 10px;
        left: 20px;
        width: 38vw;
        transition: all 0.3s ease-in-out 0s;
    }


    .section-cotizador {
        background-image: none;
        padding-bottom: 30px;
        padding-top: 154px;
    }

    .section-cotizador p {
        color: #003789;
        text-align: center;
        font-size: 7.8vw;
        line-height: 6.5vw;
    }

    .section-cotizador .titulo-cotizador {
        color: #000;
        text-align: left;
        font-size: 6vw;
        line-height: 6.5vw;
    }

    .section-cotizador p:first-child {
        font-weight: 300;
        font-size: 25vw;
    }

    .section-cotizador p:nth-child(2) {
        font-weight: 700;
    }

    .section-cotizador p.texto-mobile-cabecera {
        font-size: 4vw;
        font-weight: 600;
        color: #000;
        margin-top: 20px;
    }

    .contacto-whatsapp {
        display: none;
    }

    .section-cotizador .cotizador input {
        box-sizing: border-box;
        width: 100%;
        line-height: 26px;
        border-radius: 10px;
        padding: 10px 20px;
        margin-bottom: 12px;
    }

    .contenedor-selector-bicicletas {
        position: relative;
    }

    #selectorTipoBicicletas {
        margin-bottom: 20px;
        height: 50px;
        padding: 10px;
        width: -webkit-fill-available;
        background-color: #fff;
        border: solid 1px #fc5c63;
        border-radius: 10px;
        color: #fc5c63;
        font-weight: 700;
        font-size: 16px;
    }
    
    .flechita-selector-bicicletas {
        position: absolute;
        width: 40px;
        height: 20px;
        background: white;
        top: 2px;
        right: 6px;
        border-radius: 10px;
        height: 28px;
        text-align: center;
        padding-top: 15px;
        padding-right: 0;
    }

    .flechita-selector-bicicletas img {
        width: 16px;
    }

    .section-cotizador .cotizador {
        padding: 0;
        margin-top: 20px;
    }

    .boton-cotizar {
        background: #0c22c1;
        line-height: 26px;
        font-size: 20px;
        padding-right: 40px;
        margin-top: 20px;
    }

    .contacto-whatsapp-mobile {
        margin-top: 20px;
        text-decoration: none;
        font-weight: 700;
        color: #0c22c1;
        line-height: 30px;
        font-size: 18px;
        text-align: center;
    }

    .contacto-whatsapp-mobile img {
        vertical-align: middle;
        margin-bottom: 4px;
        margin-right: 2px;
    }

    .contacto-whatsapp-mobile img:last-child {
        margin: 0;
        margin-left: 5px;
    }

    .socios-estrategicos object:first-child {
        display: none;
    }

    .socios-estrategicos object {
        width: 40%;
    }

    .descripcion-proceso {
        text-align: left;
    }

    .descripcion-proceso .titulo {
        font-size: 6vw;
        color: #000;
        font-weight: 700;
        line-height: 7.5vw;
    }

    .descripcion-proceso .titulo br {
        display: inline;
    }

    .semibold-mobile {
        font-weight: 400;
        font-size: 5.8vw;
    }

    .estructura-paso {
        display: block;
        width: auto;
        margin-top: 30px;
        border: none;
        border-bottom: solid 2px #f9f9f9;
        padding-bottom: 20px;
    }

    .contenedor-pasos div:nth-child(2) {
        margin-top: 50px;
    }

    .contenedor-pasos div:last-child{
        border: none;
    }


    .estructura-paso p br {
        display: none;
    }

    .section-coberturas .titulo {
        font-size: 5.5vw;
        font-weight: 700;
        text-align: left;
        color: #000;
        margin-bottom: 1vw;
    }

    .descripcion-coberturas {
        margin: 0;
        text-align: left;
    }

    .section-coberturas {
        border-radius: 60px 60px 0 0;
        padding-top: 60px;
        position: relative;
        margin-top: 40px;
    }

    .globo-pedalea {
        position: absolute;
        top: -16px;
        left: 50%;
        margin-left: -75px;
    }

    footer {
        padding: 0;
    }

    footer .desktop {
        display: none;
    }

    footer .sucursales {
        padding-bottom: 30px;
        padding: 30px;
    }

    footer .sucursales p {
        font-size: 3.8vw;
    }

    footer .sucursales > div {
        width: auto;
        margin: 0;
        text-align: center;
        margin-bottom: 40px;
    }

    .sucursales p.titulos-footer {
        font-size: 5vw;
        color: #000;
    }

    .link-paginas-mobile a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #000;
        margin-bottom: 5px;
    }

    footer .sucursales p.escribinos-wp-mobile {
        font-size: 22px;
    }

    .escribinos-wp-mobile img {
        vertical-align: middle;
        margin-bottom: 6px;
        margin-right: 10px;
    }

    .final {
        padding: 0 20px;
    }

    .final > div > div {
        color: #000;
        margin-bottom: 20px;
        font-size: 3vw;
    }

    .final > div > div:first-child {
        line-height: normal;
    }

    .preguntas-final {
        padding: 30px;
        padding-bottom: 80px;
    }

    .titulo-final {
        font-size: 5.6vw;
        font-weight: 700;
        margin: 0;
    }

    .subtitulo-final {
        margin: 0;
        font-size: 5.8vw;
    }
    
    .area-preguntas {
        background: #003789;
        color: #fff;
        border-radius: 15px;
        padding: 10px 14px;
        padding-top: 10px;
        margin-top: 30px;
    }
    
    .pregunta {
        padding: 10px;
        position: relative;
        cursor: pointer;
        margin-top: 20px;
    }

    #opcion-1 {
        margin-top: 0;
    }
    
    .pregunta-titulo {
        font-weight: 700;
        margin: 0;
        font-size: 20px;
    }
    
    .pregunta-titulo img {
        width: 14px;
        pointer-events: none;
    }
    
    .pregunta-descripcion {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        overflow: hidden;
        margin: 0;
        max-height: 0;
        transition: max-height 0.25s ease-out;
    }
    
    .pregunta--seleccionada .pregunta-descripcion {
        overflow: initial;
        max-height: 500px;
        margin-top: 30px;
        transition: max-height 0.25s ease-in;
    }
    
    .pregunta--seleccionada .pregunta-titulo {
        margin-bottom: 10px;
    }
    
    .flechita {
        position: absolute;
        top: 20px;
        right: 20px;
        transition: 0.3s;
    }
    
    .pregunta--seleccionada  .flechita {
        transform: rotate(180deg);
    }

    .contenedor {
        min-width: auto;
        margin: 20px;
    }

    #contenedorHTML .titulo-mensaje {
        font-size: 5.3vw;
    }

    #contenedorHTML .sub-titulo-contacto {
        font-size: 4vw;
    }

    #contenedorHTML .boton-contacto {
        font-size: 3.5vw;
    }
}

@media (max-width: 340px) {
    .contenedor-tarjetas .tarjeta {
        height: 325px;
    }
}