/*
Theme Name: molinoborra
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

molinoborra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 18px;
}
@media (min-width: 760px) {
  * {
    font-size: 20px;
  }
}
* a {
  text-decoration: none !important;
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  width: 100vw;
} 
header {
  display: none !important;
}

.landing {
  height: 100vh;
  height: 100svh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
}
.landing .video-background {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.landing .video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.landing .wrapper {
  position: absolute;
  width: 100%;
  padding: 50px 10%;
  display: flex;
}
.landing .wrapper .title {
  z-index: 23;
  color: white;
  position: relative;
  opacity: 0;
}
.landing .wrapper .title .lineLand {
  background-color: #fa8319;
  height: 4px;
  width: 50px;
}
.landing .wrapper .title .main {
  font-size: 1.5rem;
  font-weight: 800;
  word-wrap: none;
}
.landing .wrapper .logo {
  height: 100px;
}
.landing .social {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  right: 0;
  height: 100vh;
  top: 0;
  padding: 1rem 5px;
}
.landing .social a {
  height: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.landing .social a svg {
  color: white;
}

@media (min-width: 760px) {
  .landing .wrapper {
    max-width: 1024px;
    padding: 0;
    padding-bottom: 6vh;
    align-items: center;
  }
}
@media (min-width: 900px) {
  .landing .social {
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    flex-direction: row;
  }
}
.hero {
  height: -moz-fit-content;
  height: fit-content;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  background-color: #1989fa;
}
.hero section {
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  gap: 40px;
}
.hero section .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1.5rem 2rem;
  padding-bottom: 0;
  color: white;
}
.hero section .title .main {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: 800;
}
.hero section .title .line {
  width: 50px;
  height: 3px;
  background-color: #fa8319;
}
.hero section .title .sub {
  text-align: justify;
  font-size: 0.9rem;
  color: #1e1e1e;
  line-height: 1.4em;
  color: white;
}
@media (min-width: 760px) {
  .hero section .title .line {
    width: 80px;
  }
}
.hero .about {
  position: relative;
  gap: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.hero .about .bgContainer {
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.hero .about .bgContainer img {
  width: 100%;
  height: auto;
}
.hero .about .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: relative;
  background-color: white;
}
.hero .about .wrapper .aboutText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
  color: white;
  padding: 1.4rem 2rem;
  max-width: 1024px;
}
.hero .about .wrapper .aboutText .col-md-8 {
  padding-bottom: 1rem;
}
.hero .about .wrapper .aboutText .col-md-4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.hero .about .wrapper .aboutText .title {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #1989fa;
  position: relative;
  padding: 0 !important;
}
.hero .about .wrapper .aboutText .text {
  text-align: justify;
  font-size: 0.9rem;
  color: #1e1e1e;
  line-height: 1.4em;
}
.hero .about .flashOffer {
  height: 200px;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.hero .about .flashOffer img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 900px) {
  .hero .about {
    justify-content: center;
  }
  .hero .about .title {
    top: 0;
  }
  .hero .about .wrapper {
    width: 100vw;
  }
}
.hero .products .title {
  padding: 1.5rem 2rem;
  color: white;
}
.hero .products .title .sub {
  text-align: left;
  font-size: 0.9rem;
  color: #1e1e1e;
  line-height: 1.4em;
  color: white;
}
.hero .products .productWrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1024px;
}
.hero .products .productWrapper .alert {
  color: white;
}
.hero .products .productWrapper .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 0;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  transition: 200ms;
}
.hero .products .productWrapper .product .productImg {
  width: 140px;
  transition: 500ms;
}
.hero .products .productWrapper .product .utilityTitleAnimation {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 500ms;
}
.hero .products .productWrapper .product .utilityTitleAnimation .productTitle {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  overflow: hidden;
  text-transform: uppercase;
}
.hero .products .productWrapper .product .utilityAnimation {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms;
}
.hero .products .productWrapper .product .utilityAnimation .logoWrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 15px;
  transition: padding 200ms;
}
.hero .products .productWrapper .product .utilityAnimation .logoWrapper .logoText {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  width:220px;
  overflow: hidden;
}
.hero .products .productWrapper .product .utilityAnimation .logoWrapper a .productLogo {
  width: 90px;
  /* height: 30px; */
  box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0);
  transform: scale(1);
  transition: 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero .products .productWrapper .product .utilityAnimation .logoWrapper a .productLogo:hover {
  transform: scale(1.1);
}
.hero .products .productWrapper .product:hover {
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.hero .products .productWrapper .product:hover .productImg {
  width: 100px;
}
.hero .products .productWrapper .product:hover .utilityTitleAnimation {
  grid-template-rows: 0fr;
}
.hero .products .productWrapper .product:hover .utilityAnimation {
  grid-template-rows: 1fr;
}
.hero .products .productWrapper .product:hover .utilityAnimation .logoWrapper {
  padding: 15px;
}
.hero .products .CTAwrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.hero .products .CTAwrapper .text {
  text-decoration: underline;
  color: white;
  font-size: 1.5rem;
  text-align: center;
}
.hero .products .CTAwrapper .CTA {
  all: unset;
  box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0);
  color: #1989fa;
  background-color: #fff;
  font-size: 0.7rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 1rem;
  border-radius: 200px;
  text-transform: uppercase;
  font-weight: 600;
  flex: 1;
  max-width: 200px;
  display: grid;
  place-items: center;
  transition: 400ms;
}
.hero .products .CTAwrapper .CTA:hover {
  box-shadow: 0 2px 10px 10px rgba(255, 255, 255, 0.4);
}
.hero .products .CTAwrapper .CTA a {
  color: #1989fa;
}
.hero .garage {
  color: white;
  position: relative;
  padding: 40px 0;
}
.hero .garage .bgContainer {
  width: 100vw;
  height: 100%;
  z-index: 0;
  position: absolute;
  overflow: hidden;
}
.hero .garage .bgContainer img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero .garage .title {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
  color: white;
}
.hero .garage .title .sub {
  text-align: left;
  font-size: 0.9rem;
  color: #1e1e1e;
  line-height: 1.4em;
  color: white;
}
.hero .garage .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1;
  position: relative;
}
.hero .garage .sellRepair {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding: 25px 30px;
  width: 90%;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero .garage .sellRepair .title {
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0;
}
.hero .garage .sellRepair .sub {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero .garage .sellRepair .sub .lineV {
  height: 2em;
  width: 4px;
  background-color: #fa8319;
}
.hero .garage .sellRepair ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
.hero .garage .sellRepair ul li {
  font-size: 0.7rem;
  display: flex;
  align-items: start;
  width: 100%;
}
.hero .garage .sellRepair ul li .dot {
  height: 0.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fa8319;
  margin: 0.2rem;
}
@media (min-width: 760px) {
  .hero .garage .wrapper .sellRepair {
    margin-left: auto;
  }
}
.news {
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 40px;
  color: white;
  gap: 20px;
  overflow-x: hidden;
}
.news .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.news .title .line {
  all: unset;
  background-color: #fa8319;
  flex: 1;
  height: 3px;
}
.news .title .main {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 800;
  color: #1989fa;
}
.news .links {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  color: black;
  text-transform: capitalize;
}
.news .newsWrapper {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: scroll;
  gap: 40px;
  padding: 0 20px;
  padding-bottom: 30px;
}
.news .newsWrapper a {
  height: -moz-fit-content;
  height: fit-content;
  width: 300px;
}
.news .newsWrapper a .article {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  height: -moz-fit-content;
  height: fit-content;
  width: 300px;
}
.news .newsWrapper a .article img {
  width: 100%;
  height: auto;
}
.news .newsWrapper a .article .articleText {
  color: #1e1e1e;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  padding: 20px 10px;
  border-top: 2px solid #1e1e1e;
}
.news .newsWrapper a .article .articleText .title {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  justify-content: start;
}
.news .newsWrapper a .article .articleText .line {
  height: 3px;
  background-color: #1e1e1e;
  width: 30px;
  opacity: 0.7;
}
.news .newsWrapper a .article .articleText .content {
  font-weight: 300;
  font-size: 0.7rem;
}

.footer {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #1989fa;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  padding-bottom: 100px;
  overflow: hidden;
}
.footer .wrapper {
  max-width: 1024px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.footer .wrapper .social {
  display: flex;
  gap: 20px;
}
.footer .wrapper .social a {
  height: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.footer .wrapper .social a svg {
  color: white;
}
.footer .footerSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .footerSection .title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.footer .footerSection div {
  text-align: center;
  font-size: 0.7rem;
}
.footer .footerSection div span {
  font-size: 0.7rem;
}
.footer .footerSection div a {
  font-size: 0.7rem;
}
.footer .sec1 {
  flex-direction: row;
  position: relative;
  justify-content: center;
  width: 100vw;
  max-width: none;
  height: 5rem;
}
.footer .sec1 .name {
  font-size: 1.5rem;
  font-weight: 600;
}
.footer .sec1 img {
  height: 5rem;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .sec2 .openTime {
  display: flex;
  flex-direction: column;
}
.footer .sec2 .address a {
  color: white;
}
.footer .sec3 div a {
  color: white;
}
@media (min-width: 1024px) {
  .footer {
    flex-direction: row;
    height: 30vh;
  }
  .footer .wrapper {
    flex-direction: row;
    align-items: start;
    padding-top: 2rem;
  }
  .footer .footerSection {
    align-items: start;
    flex: 1;
  }
  .footer .footerSection div {
    text-align: start;
  }
  .footer .sec1 {
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .footer .sec1 img {
    position: relative;
  }
  .footer .sec1 .name {
    flex: 1;
  }
  .footer .sec1 .social {
    flex-direction: row;
    position: absolute;
    right: 0;
    top: auto;
    bottom: -2rem;
  }
}

.contacts {
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  gap: 40px;
  position: relative;
  min-height: 50vh;
}
.contacts .bgContainer {
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  overflow: hidden;
  background-color: #000;
}
.contacts .bgContainer::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 10;
}
.contacts .bgContainer img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.contacts .title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto 0 0;
  padding: 0 !important;
  padding: 1.5rem 2rem;
  padding-bottom: 0;
  color: white;
}
.contacts .title .main {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 800;
  color: white;
}
.contacts .title .line {
  width: 50px;
  height: 3px;
  background-color: #fa8319;
}
.contacts .title .sub {
  text-align: left;
  font-size: 0.9rem;
  color: #1e1e1e;
  line-height: 1.4em;
  color: white;
  font-weight: 300;
}
.contacts .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 1024px;
  background-color: rgba(25, 137, 250, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  gap: 20px;
  padding: 20px;
}
.contacts .wrapper .utilityContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts .wrapper .utilityContainer form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: rgba(25, 137, 250, 0.7);
  padding: 20px;
  width: 100%;
}
.contacts .wrapper .utilityContainer form p {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contacts .wrapper .utilityContainer form p span input:not([type=checkbox]) {
  all: unset;
  width: 100%;
  border-bottom: 2px solid #1989fa;
  color: white;
  font-size: 1rem;
  height: 2rem;
}
.contacts .wrapper .utilityContainer form p span input:not([type=checkbox])::-moz-placeholder {
  color: white;
}
.contacts .wrapper .utilityContainer form p span input:not([type=checkbox])::placeholder {
  color: white;
}
.contacts .wrapper .utilityContainer form p span textarea {
  color: white;
  border: none;
  width: 100%;
  border-bottom: 2px solid #1989fa;
  background-color: rgba(0, 0, 0, 0);
}
.contacts .wrapper .utilityContainer form p span textarea::-moz-placeholder {
  color: white;
}
.contacts .wrapper .utilityContainer form p span textarea::placeholder {
  color: white;
}
.contacts .wrapper .utilityContainer form p span textarea:focus-visible {
  all: unset;
  color: white;
  border-bottom: 2px solid #1989fa;
}
.contacts .wrapper .utilityContainer form p span textarea::-moz-placeholder {
  color: white;
}
.contacts .wrapper .utilityContainer form p span textarea::placeholder {
  color: white;
}
.contacts .wrapper .utilityContainer form p .submit {
  all: unset;
  cursor: pointer;
  background-color: #1989fa;
  color: white;
  text-align: center;
  border-radius: 500px;
  padding: 0.2rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin-left: auto;
  box-shadow: 0 2px 10px 10px rgba(255, 255, 255, 0);
  transition: 300ms;
}
.contacts .wrapper .utilityContainer form p .submit:hover {
  background-color: #fff;
  color: #1989fa;
  box-shadow: 0 2px 10px 10px rgba(255, 255, 255, 0.4);
}
.contacts .wrapper .utilityContainer .map {
  gap: 20px;
  width: 100%;
  height: 964px;
  position: relative;
}
.contacts .wrapper .utilityContainer .map p {
  color: white;
}
.contacts .wrapper .utilityContainer .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 1024px) {
  .contacts .wrapper .utilityContainer {
    flex-direction: row;
    gap: 20px;
  }
  .contacts .wrapper .utilityContainer .wpcf7 {
    flex: 1;
  }
  .contacts .wrapper .utilityContainer .map {
    flex: 1;
  }
}
.slider-container {
  width: 80%;
  overflow: hidden;
  position: relative;
}

.slider {
  width: 90%;
  max-width: 1024px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black, black, black, transparent);
          mask-image: linear-gradient(to right, transparent, black, black, black, transparent);
}
.slider .slider-track {
  display: flex;
  width: 2160px;
  height: 50px;
  position: relative;
}
.slider .slider-track .item {
  position: absolute;
  left: 100%;
  height: 50px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: autoRun 10s linear infinite;
  animation-delay: calc(0.8333333333s * (var(--position) - 1));
}
@keyframes autoRun {
  from {
    left: 100%;
  }
  to {
    left: -180px;
  }
}
.slider .slider-track .item .slide {
  max-width: 100%;
  max-height: 100%;
}

.wpcf7-list-item-label {
  font-size: 8px;
  color: #fff;
  line-height: 0.8 !important;
}

.fwi {
  width: 100vw;
  height: auto;
  max-height: 500px;
}
.fwi img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */