/*
Theme Name: bootScore Child
Theme URI: https://bootscore.me/
Template: bootscore
Author: bootScore
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. Documentation. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Tags: featured-images,threaded-comments,translation-ready
Version: 5.3.4.1711031504
Updated: 2024-03-21 15:31:44

*/

:root {
  --ga-primary: #008EFB;
  --ga-black: #000;
  --ga-gray: #616972;
  --ga-dark-gray: #494750;
  --ga-light-gray: #f5f5f5;
  --ga-cta: #0060F1;
  --ga-white: #fff;
}@font-face {
  font-family: "Fira Sans Condensed";
  src: url("assets/fonts/FiraSansCondensed-Regular.woff2") format("woff2"),
    url("assets/fonts/FiraSansCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("assets/fonts/FiraSansCondensed-Black.woff2") format("woff2"),
    url("assets/fonts/FiraSansCondensed-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("assets/fonts/FiraSansCondensed-Bold.woff2") format("woff2"),
    url("assets/fonts/FiraSansCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-Bold.woff2') format('woff2'),
    url('assets/fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-Thin.woff2') format('woff2'),
    url('assets/fonts/Roboto-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-Regular.woff2') format('woff2'),
    url('assets/fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto";
  color: var(--ga-dark-gray);
}

p {
  font-size: 1rem;
}

.h1,
.h2,
.h3,
.h4,
.lead {
  font-family: "Fira Sans Condensed";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3rem;
}

hr.hr-meba {
  width: 5rem;
  display: block;
  margin: 2rem auto 3rem auto;
  border: 0;
  height: .3rem;
  background-color: var(--ga-primary);
  opacity: 1;
}

.h1 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: .3rem;
  color: var(--ga-black);
}

.h2 {
  color: var(--ga-black);
  position: relative;
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin-top: 0 !important;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
}

.lead {
  font-size: clamp(2rem, 7vw, 3rem);
  line-height: clamp(2.3rem, 8vw, 3.5rem);
  margin-bottom: 3.5rem;
  color: var(--ga-primary);

}

.h2-fira {
  font-family: "Roboto";
  color: var(--ga-primary);
  font-size: 2.3rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.5rem;
}
.h3{
  font-size: 1rem;
  letter-spacing: .2rem;
}


/* --- botones --- */

.btn-primary {
  background-color: var(--ga-primary) !important;
  border-color: transparent;
  border-radius: unset;
  text-transform: uppercase;
  padding: 0.5rem 1rem !important;
}

.btn-primary:hover {
  background-color: var(--ga-cta) !important;
}

/* ==== Inicio ==== */

/* ---- Hero ---- */
.inicio .lead {
  color: var(--ga-primary);
}

.inicio .hero {
  background-image: url(assets/img/meba-temp.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  padding-top: 7rem;
  padding-bottom: 7rem;
  height: 75vh;
}

.inicio .hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, .9);
  z-index: -1;
}

.inicio .home-marcas {
  padding-top: 7rem;
  padding-bottom: 7rem;

}


/* ---- Conócenos ---- */
.conocenos {
  position: relative;
}

.conocenos .container {
  position: relative;
}

.conocenos .coches-solapados {
  position: relative;
}

.conocenos .coches-solapados img {
  width: 40%;
}

@keyframes mancha {

  0%,
  100% {
    filter: blur(4rem);
    transform: translateX(0);
  }

  50% {
    filter: blur(5rem);
    transform: translateX(1rem);
  }
}


.img-container {
  position: relative;
  display: inline-block;
}


/* ---- meba ---- */
.columna-foto img {
  aspect-ratio: 7/6;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.columna-foto {
  position: relative;
}

.columna-foto::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: var(--ga-dark-gray);
  opacity: 0.4;
}

.meba {
  z-index: 0;
  position: relative;
  color: white;
}

.meba .container-fluid {
  background-color: var(--ga-dark-gray);
}

.columna-fondo .h2,
.columna-fondo div {
  color: var(--ga-white);
}

.texto-imagen {
  position: absolute;
  z-index: 1;
}

.texto-imagen .h2-fira {
  color: var(--ga-white);
}

.texto-imagen .h2-fira::after {
  position: absolute;
  content: "";
  height: 0.2rem;
  width: 3rem;
  background-color: var(--ga-primary);
  bottom: -0.5rem;
  left: 0;
}

/*--Tarjetas Meba--*/

.tarjetas {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.tarjetas .card {
  height: 100%;
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  text-align: center;
}

.tarjetas .card img {
  width: 5rem;
  display: block;
  margin: 2rem auto;
}

.tarjetas .card .h3 {
  text-transform: uppercase;
  color: var(--ga-primary);
}

/*--cta sección--*/
section.cta {
  background-image: url(assets/img/meba-temp.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  color: white !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section.cta::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--ga-black);
  opacity: .8;

}

section.cta p {
  font-size: 2rem;
  text-transform: uppercase;
}

/*--Contacto--*/
.form-sect {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.form-wrapper {
  padding: 1.5rem;
  background-color: var(--ga-light-gray);
}

.nf-form-content label {
  font-size: 0.8rem !important;
}

.contacto .nf-form-fields-required {
  font-size: 0.6rem !important;
}

.contacto .nf-fu-fileinput-button {
  margin-bottom: 1rem !important;
  color: var(--ga-white);
  background-color: var(--ga-primary);
  font-size: 0.8rem !important;
}

.contacto .nf-form-content input[type=submit] {
  width: 100%;
  background-color: var(--ga-primary);
  text-transform: uppercase;
  padding: .5rem 1rem;
  border:0;
  color: white;
  transition: .3s ease-in-out;
}
.contacto .nf-form-content input[type=submit]:hover{
background-color: var(--ga-cta);
}

.contacto .nf-form-content a {
  color: var(--ga-primary);
}

.contacto .nf-fu-progress-bar {
  background-color: var(--ga-primary);
}

/* Quitar margen input hidden*/
.nf-input-limit {
  margin-top: 0 !important;
}

.contacto-info {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.contacto-info svg {
  width: 3rem;
  height: 3rem;
  fill: var(--ga-cta);
  margin-bottom: 2rem;
}

/* ==== Páginas ==== */

.historia {
  z-index: 0;
  position: relative;
}

.historia .container-fluid {
  background-color: var(--ga-dark-gray);
}


/* ---- Carrusel ---- */
.carousel-indicators {
  bottom: 0;
}

.carousel-item .indicador {
  border-left: unset !important;
  border-bottom: unset !important;
}

.about .concesionarios {
  padding-bottom: 10rem;
}


.page-numbers.current,
a.page-numbers:hover {
  background: var(--ga-gray);
  color: var(--ga-white);
}


/* === Contacto === */
.info {
  z-index: 0;
  position: relative;
  background-color: var(--ga-gray);
  color: white;
}

.columna-fondo {
  padding-top: 2rem !important;
}

/* === Header === */
.site #nav-main .offcanvas-body .menu-item .nav-link {
  text-transform: uppercase;
  font-family: "Roboto";
  position: relative;
}

.site #nav-main .offcanvas-body .menu-item .nav-link.active {
  color: var(--ga-primary);
}

.site #nav-main {
  background-color: var(--ga-white);
}

.navbar-brand img {
  width: 5rem;
}

.navbar-nav {
  gap: 0.1rem;
}

.navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  height: 0.1rem;
  width: 0;
  background-color: var(--ga-primary);
  transition: 0.3s ease-in-out;
  bottom: -0.1rem;
  left: 0;
}

.navbar-nav .nav-link:hover::before {
  width: 100%;
}

.dropdown-menu {
  --bs-dropdown-border-color: unset;
}

.dropdown-item.active,
.dropdown-item {
  text-transform: uppercase;
  font-family: "Roboto";
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--ga-primary);
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item {
  position: relative;
}

.dropdown-item::before {
  position: absolute;
  content: "";
  height: 0.1rem;
  width: 0;
  background-color: var(--ga-primary);
  transition: 0.3s ease-in-out;
  bottom: -0.1rem;
  left: 0;
}

.dropdown-item:hover::before {
  width: 100%;
}

.site-header svg {
  vertical-align: text-top;
}

/* ==== Footer ==== */
.bootscore-footer {
  position: relative;
  text-align: center;
}

.bootscore-footer::after {
  position: absolute;
  content: "";
  height: 0.2rem;
  width: 100%;
  background-color: var(--ga-primary);
  top: 0;
  left: 0;
}

.footer-logo img {
  display: block;
  margin: 2rem auto;
  width: 7rem;
}

.bootscore-footer .legal a {
  text-decoration: none;
  color: var(--ga-gray);
  font-size: 1rem;
  text-align: center;
}

.bootscore-footer .social {
  padding-bottom: 2rem;
}

.bootscore-footer .social a {
  text-decoration: none;
}

.bg-body-tertiary {
  --bs-bg-opacity: 0;
}

.social svg {
  width: 1.5rem;
  height: 1.5rem;
  transition: .5s ease-in-out;
}

.bootscore-footer .social svg>path {
  fill: var(--ga-gray);
}

.bootscore-footer .social a:hover svg {
  opacity: .7;
}


#colophon {
  font-size: 0.8rem;
  background-color: var(--ga-light-gray);
  color: var(--ga-gray);
  text-align: center;
  padding: 0.5rem;
}

#colophon a {
  text-decoration: none;
  color: var(--ga-gray);
}

#colophon svg {
  width: 7rem;
}

#colophon svg path {
  fill: var(--ga-gray);
}

/* === 404 === */
.page-404 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-404 .h1 {
  font-size: 5rem;

}

.page-404 .h1 span {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  display: block;
  color: var(--ga-gray);

}

.page-404 img {
  width: 10rem;
}

.page-404 svg {
  display: block;
  fill: var(--ga-primary);
  width: 4rem;
  height: 4rem;
  margin: 2rem auto;
}


/* ==== MQ ==== */

/*sm*/

@media (min-width: 576px) {}

/*md*/
@media (min-width: 768px) {




  /* === Contacto === */

  .contacto .hero .img-container::after {
    content: "";
    position: absolute;
    top: -5rem;
    left: -5rem;
    width: 5rem;
    height: 5rem;
    background-color: var(--ga-primary);
    z-index: -1;
  }

  .contacto .hero .img-container::before {
    content: "";
    position: absolute;
    bottom: 4rem;
    left: -4rem;
    width: 10rem;
    height: 10rem;
    background-color: var(--ga-primary);
    z-index: 1;
    opacity: 0.7;
  }


}

/*lg*/
@media (min-width: 992px) {



  /* ---- conocenos ---- */
  .conocenos::after {
    content: "";
    position: absolute;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    bottom: -11rem;
    right: 1rem;
    overflow: clip;
    z-index: -2;
    transform: translateX(-50%);
    background-color: var(--ga-primary);
    filter: blur(7rem);
    animation: mancha 2s linear infinite;
  }


  /* ==== Páginas ==== */


  /* === Contacto === */
  .contacto .hero::after {
    content: "";
    position: absolute;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    bottom: -8rem;
    right: 1rem;
    overflow: clip;
    z-index: -2;
    transform: translateX(-50%);
    background-color: var(--ga-cta);
    filter: blur(7rem);
    animation: mancha 2s linear infinite;
  }
}

/*xl*/
@media (min-width: 1200px) {}

/*xxl*/
@media (min-width: 1400px) {}