
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");


/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
    font-size: 62.5%;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
html, body { overflow-x: hidden;}
 
/* body{font-family: 'Cairo', sans-serif; font-weight: 300; font-size: 14px;} */
body{
    font-family: "Red Hat Text", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    background: #150102;
    /* background-image: url(../img/common/background.jpg); */
    /* background: linear-gradient(0deg, rgba(148,164,164,1) 0%, rgba(168,183,178,1) 26%, rgba(210,216,216,1) 100%); */
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-y: 7rem;
    
}

.no-padding{padding: 0;}

/* Menu */

.display-box {
    display: contents;
}

.logo-marca-top {
    width: 100px;
    height: auto;
    position: absolute;
    z-index: 9999;
}

.menu-top {
    color: #ffffff;
    font-size: 11px;
}

.menu-top-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #006294;
    padding: 0;
}

.items-contactos {
    display: flex;
    justify-content: flex-end;
}

.items-contactos ul {
    list-style: none;
    padding: 0;
    margin: 0 15px 0 0;
}


.items-contactos ul li {
    display: inline-block;
    margin-right: 10px;
}

.items-contactos ul li a {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
}

.redes-top-contenido {
    padding: .5rem 0;
    background-color: #0096B4;
}

.redes-top ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}

.redes-top ul li {
    margin-right: 5px;
    display: inline-block;
}

.redes-top a {
    color: #ffffff;
}

.menu-principal {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: #ffffff;
    height: 74px;
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 1px 6px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 1px 6px 0px rgba(204, 204, 204, 1);
}

.menu-top-contenido {
    padding: 0;
    background-image: url(../img/common/menu-top-background@2x.png);
    background-position: center center;
}

.redes-top ul li img {
    width: 12px;
}

.modelo-menu {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

.modelo-menu a:last-of-type {
    margin-right: 0;
}

.modelo-menu a {
    font-weight: 700;
    color: #023A57;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0;
    margin-right: 15px;
}

.modelo-menu a {
    font-weight: 700;
    color: #023A57;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0;
    margin-right: 15px;
}

.modelo-menu img {
    margin-left: 0;
}

.modelo-menu img {
    height: 22px;
    width: auto;
}

.overlay.open {
    /* opacity: .95; */
    opacity: 9;
    visibility: visible;
    height: 100%;
}

.menu-fixed {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
}

.menu-mobile-contenido {
    display: none;
}

.overlay {
    position: fixed;
    display: block;
    background: rgba(227, 227, 227, 1);
    top: 50px;
    border: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    -o-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
}

.texto-centrado{text-align: center; margin: 3rem 0;}

/* Banner Home */

.banner-home-contenedor{padding: 0!important;}
.banner-home img{width: 100%; height: auto;}
.header-banner{min-height: 300px; background: url(../img/common/cabecera.jpg); background-size: cover; background-position-y: 50%;}
.banner-home h1{font-weight: 700; text-align: center; font-size: 3.3rem; padding: 7% 10%; color: #ffffff; font-family: 'KiaB';}

.titular-landing{ text-align: center; text-transform: uppercase; font-weight: 700; font-size: 3rem; font-family: 'KiaB';}
.titular-landing p{font-family: "Red Hat Text", sans-serif;}


.linea-separadora{width: 20%; height: 1px; background: #000000; margin: 20px 0 40px 0;}

.contenido-landing{padding-top: 3rem;}

/* Formulario */

.form-control {
    height: 4rem;
    padding: 1rem;
    border-color: #696969;
    color: #969696;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../img/common/form-arrow.png);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    background-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.bloque-checks {margin-top: 1.5rem;}
.form-check{padding-left: 0; display: flex;}
.bloque-checks label{font-size: 1rem; margin-left: 1rem;}
.form-group{margin-bottom: 2rem;}
.contenido-formulario{padding: 15px 0;}
.form-indicación{text-transform: uppercase; text-align: center;}
.form-indicación h4{font-weight: 700; margin: 0 0 60px 0; padding: 0 15%;}
/*.registro-content{width: 960px; margin: 60px auto;}*/
.modulo-form{margin:15px 0;}
.modulo-form h1{font-family: 'peugeotregular'; text-transform: uppercase; font-size: 1.8rem; margin: 30px 0 30px 0; border-bottom: 1px solid #d40a2d; padding-bottom: 15px; color: 012642;}
.modulo label{font-size: 1.4rem; text-transform: uppercase;}
.check-privacidad{font-size: 11px; margin: 30px 0 0 16px;}
.check-privacidad p{margin-bottom: 5px;}
.boton-contenido{margin-top: 30px;}
.boton-seguros{
    display: block;
    margin: 0 auto;
    background:#0096B4;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 45px; 
    border-radius: 25px;
    border: none;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.btn-primary {
    display: flex;
    align-items: center;
    background-color: #a80808;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    border: none;
    padding: 1rem 3rem;
    border-radius: 5rem;
    margin: 0 auto 3rem auto;
    transition: background-color ease-in .3s;
}

.btn-primary ion-icon{margin-left: 1rem;}
.btn-primary:hover{background: #9a0303 !important;}
.btn-primary:focus{background: #9a0303!important;}
.btn-primary:active{background: #9a0303!important;}

.indicacion{padding-left: 15px;}
.indicacion span{font-family: 'peugeotregular'; color: #012642;}

#registro-form .form-check label.error {
    display: block!important;
    border: none!important;
    color: #9a0303;
    font-weight: 700;
}

.mensaje-formulario{font-size: 1.2rem; color:#9a0303;}

/* Mensaje */

.mensaje{text-align: center; margin: 0 auto 150px auto;}
.texto-centrado{text-align: center;}
.mensaje h2{font-size: 3rem; font-weight: 700;}


.img_m{display: none;}
.img_d{display: block;}

.gracias-limautos p{text-align: center;}
.gracias-limautos h3{text-transform: uppercase; font-weight: 700;}

.titular-landing{padding-top: 0;}
.titular-landing p{font-weight: 300; font-size: 1.8rem; font-style: normal;}

/* Inferior */

.banners-inferiores {margin-top: 30px;}

.banners-inferiores .col-md-4 {padding: 0;}

.banners-inferiores img {width: 100%;}

.footer-contenido {background-color: #EDEDED; margin-top: 100px;}

.items-footer {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.logo-footer {width: 14.28%;}

.logo-footer img {
    height: 13px;
    width: auto;
    margin-bottom: .5rem;
}

.logo-footer p {font-size: 1rem; color: #006294;}

.col-footer {
    width: 14.28%;
    padding: 0 1rem;
}

.redes-footer p {
    color: #006294 !important;
    font-weight: 400;
    font-size: 10px;
}

.col-footer ul {
    list-style: none;
    padding: 0;
    font-size: 10px;
}

.col-footer ul li {line-height: 1.6rem;}
.redes-footer li {display: inline-block;}

.col-footer ul li a {
    text-transform: uppercase;
    color: #4D4D4D;
}
.redes-footer li a {
    font-size: 2rem;
    color: #006294 !important;
}

/* Fix */

.banner-home-mobile{display: none;}
.fix-padding{padding: 0;}
.legal p{font-size: 1rem; text-align: justify;}


.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}

.terminos-contenido{padding: 6rem 3rem;}

.logo{width: 35%; margin: 0 auto; margin-bottom: 6rem;}
.logo img{width: 100%;}
.titular_descarga h1{text-align: center; text-transform: uppercase; font-family: "Red Hat Text", sans-serif;; font-size: 2rem; color: #03437F; font-weight: 700;}