/*!
    Csoon - Startup and Coming Soon Theme
    wrapbootstrap.com/theme/csoon-startup-and-coming-soon-theme-WB04J5003
    To use this theme you must have a license purchased at WrapBootstrap (wrapbootstrap.com)
    Copyright 1995-2015 ForBetterWeb.com
 */

/* Base structure */
html,
body {
  width: 100% !important;
  height: 100% !important;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #313b45;
  background-color: #fff;
}

/* Preloader */
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#status {
  position: absolute;
  left: 47%;
  top: 50%;
  margin: auto;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #1b1f23;
  animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
  animation-name: loader;
  -webkit-animation-name: loader;
  -moz-animation-name: loader;
}
#status:before,
#status:after {
  animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}
#status:before,
#status:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0.5;
  }
}
@-ms-keyframes loader {
  from {
    -ms-transform: scale(0);
    opacity: 1;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0.5;
  }
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
}
@-moz-keyframes loader {
  from {
    -moz-transform: scale(0);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0.5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.6;
}

p {
  margin: 0 0 25px;
  font-size: 15px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.7;
  }
}

a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #666;
}

.no-pad {
  padding: 0;
}

.thin {
  font-weight: 300;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

section {
  position: relative;
  z-index: 992;
  padding: 140px 0 110px;
}

@media (max-width: 768px) {
  section {
    padding: 100px 0 80px;
  }
}

.list-inline > li {
  padding-bottom: 10px;
  vertical-align: bottom;
}

.label,
input,
.btn,
textarea {
  border-radius: 0 !important;
}
.label-danger {
  background-color: #c00;
}
.btn {
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
}
.btn-border {
  border: 2px solid #fff;
  outline: 0;
  color: #fff;
  background-color: transparent;
}
.btn-border:hover,
.btn-border:focus {
  border: 2px solid #eee;
  outline: 0;
  color: #000 !important;
  background-color: #eee;
}
.btn-white {
  border: 2px solid #fff;
  outline: 0;
  color: #000 !important;
  background-color: #fff;
}
.btn-dark {
  border: 2px solid #313b45;
  outline: 0;
  background-color: #313b45;
  color: #fff;
}

.btn-white:hover,
.btn-white:focus {
  border: 2px solid #fff;
  outline: 0;
  color: #fff !important;
  background-color: transparent;
}
.btn-dark:hover,
.btn-dark:focus {
  border: 2px solid #000;
  outline: 0;
  background-color: #000;
  color: #fff;
}

a .fa-circle {
  color: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover .fa-circle {
  color: #555;
}

a.fa {
  text-decoration: none;
}

/* NavBar */

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  background-color: #1b1f23;
}
.navbar-custom .navbar-brand {
  font-size: 26px;
  letter-spacing: -0.02em;
  text-transform: none;
}
.navbar-custom.top-nav-collapse .navbar-brand {
  font-size: 18px;
}
.logo {
  display: none;
}
.navbar-custom.top-nav-collapse .navbar-brand .logo {
  display: inline-block;
}
.navbar-custom .navbar-brand:focus {
  outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}
.navbar-custom a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.navbar-custom .nav li a:hover {
  outline: 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: 0;
}
.navbar-custom .nav li.active a {
  color: #fffeaf;
}
.navbar-custom .nav li.active a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 30px;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 10px 30px;
    background-color: #1b1f23;
  }
}
.top-nav-collapse .container {
  /* width: auto; */
}
.navbar-toggle {
  padding: 3px 5px 0;
  margin-bottom: 0;
}

/* Intro */

.intro {
  display: table;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  height: 100%;
  overflow: hidden;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  padding: 120px 0 50px;
  width: 100%;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 0 0 5px;
}
.intro .intro-body p.intro-text {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 40px;
  letter-spacing: 1px;
}

.intro h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
  padding: 30px 0;
}

@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  .intro {
    padding: 0;
  }

  .intro .intro-body .brand-heading {
    font-size: 46px;
  }
}

@media (max-width: 1400px) {
  .intro .intro-body {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .intro .intro-body {
    padding: 60px 0;
  }
  .intro h1 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 480px) {
  .intro h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* VIDEO BACKGROUND */
.video-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  opacity: 0.2;
  display: none;
}
.video-controls-visible {
  display: inline;
}
.video-controls .fa {
  color: #fff;
  padding: 5px;
  width: 25px;
}
.no-video-bg {
  background: url(../img/1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: 0;
  backface-visibility: hidden;
}

/* Subscribe form */

.subscribe-form .form-control {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-right: 15px;
}

.help-block li {
  list-style: none;
  color: #990000;
}
.help-block ul {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .subscribe-form .input-group {
    width: 480px;
  }
}

/* Action */
.action {
  background-color: #fff;
}
.action2 {
  background-color: #1b1f23;
}
.action3 {
  background: rgba(0, 0, 0, 0.5);
}
.actionRojo {
  background-image: url(../img/action-rojo-web.jpg);
  background-size: cover; /* Ajusta la imagen para cubrir todo el contenedor */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.action2,
.action2 a,
.action3,
.action3 a {
  color: #fff;
}

.action2 a:hover,
.action3 a:hover {
  color: #888;
}

/* About */

#about {
  background: #eee;
}
#about2 {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#about2 .icon {
  font-size: 80px;
  display: block;
  padding-bottom: 15px;
}

/* services */

#services {
  background: #fff;
}
#services .icon {
  font-size: 80px;
  display: block;
  padding-bottom: 15px;
}

/* Countdown */
#clock {
  padding-bottom: 20px;
}
#clock div {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 60px;
}
#clock span {
  display: block;
  font-size: 72px;
  font-weight: 100;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1170px) {
  #clock div {
    font-size: 14px;
    margin: 0 15px;
  }
  #clock span {
    font-size: 48px;
    padding: 18px 0;
  }
}
@media (max-width: 768px) {
  #clock div {
    font-size: 14px;
    margin: 0 15px;
  }
  #clock span {
    font-size: 42px;
    padding: 15px 0;
  }

  .actionRojo {
    background-image: url(../img/action-rojo-mobile.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 468px) {
  #clock div {
    font-size: 11px;
    margin: 0 7px;
  }
  #clock span {
    font-size: 32px;
    padding: 5px 0;
  }
}

/* Sponsors */

#sponsor {
  background-color: rgba(0, 0, 0, 0.8);
  font-family: "Bebas Neue", sans-serif;
}

.sponsor img {
  max-width: 170px;
  max-height: 100px;
  vertical-align: middle;
}

/* Team */
#team {
  background: #fff;
}
#team h2 {
  margin-bottom: 55px;
}
#team h4 {
  margin-bottom: 20px;
}
#team p {
  margin-bottom: 10px;
}
#team h2 {
  margin-bottom: 55px;
}

/* Contact */

#contact {
  background: #fff;
}

#contact2 {
  width: 100%;
}
#contact2,
#contact2 a,
#contact2 a:hover {
  color: #fff;
}

@media (max-width: 998px) {
  #contact {
    text-align: center;
  }
}

/* Map */
#map {
  width: 100%;
  height: 300px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* Demo */
body.demo {
  background-color: #fff;
  background: none;
  font-size: 16px;
  line-height: 1.8;
}
section.demosection {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #1b1f23;
  color: #fff;
}
section.demosection a {
  color: #fff;
}
.demo h3 {
  margin: 30px 0;
  font-weight: 300;
}
.demo ul {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  section.demosection {
    text-align: center;
    padding-bottom: 50px;
  }
}

/* Stop animate in small dev */
@media screen and (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}

.text-white {
  color: #fff;
}

.divisiones-premier {
  color: #fff;
  font-size: 30pt;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
}

.reconocimientos-premier {
  color: #fff;
  font-size: 24pt;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
}

.reconocimiento-section {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Navbar */

.navbar-custom .navbar-brand .logo {
  display: inline-block;
}

.navbar-custom .navbar-brand img {
  display: none;
}

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  display: none;
}

.navbar-custom.top-nav-collapse .navbar-brand img {
  display: inline-block;
}

/* Padding */
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.p-5 {
  padding: 3rem;
}

/* Margin */
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.m-5 {
  margin: 3rem;
}

/* Padding Top */
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}

/* Padding Bottom */
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}

/* Padding Left */
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 1rem;
}
.pl-4 {
  padding-left: 1.5rem;
}
.pl-5 {
  padding-left: 3rem;
}

/* Padding Right */
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 1rem;
}
.pr-4 {
  padding-right: 1.5rem;
}
.pr-5 {
  padding-right: 3rem;
}

/* Margin Top */
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}

/* Margin Bottom */
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}

/* Margin Left */
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 1rem;
}
.ml-4 {
  margin-left: 1.5rem;
}
.ml-5 {
  margin-left: 3rem;
}

/* Margin Right */
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 1rem;
}
.mr-4 {
  margin-right: 1.5rem;
}
.mr-5 {
  margin-right: 3rem;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* Tamaños de fuente */
.fs-1 {
  font-size: 1rem;
}
.fs-2 {
  font-size: 1.5rem;
}
.fs-3 {
  font-size: 2rem;
}
.fs-4 {
  font-size: 2.5rem;
}
.fs-5 {
  font-size: 3rem;
}

.rojo-premier {
  background-color: #5f000a;
}

.rojo-premier-text {
  color: #5f000a;
}

.fondo-azul {
  background-color: #7090b7;
}

.verde-premier {
  background-color: #005f0a;
}

.fondo-blanco {
  background-color: #fff;
}

.fondo-negro {
  background-color: #000;
}

.azul-premier {
  background-color: #0166b1;
}

.naranja-premier {
  background-color: #b87400;
}

.azul-premier-obscuro {
  background-color: #003082;
}

.font-bebas-neue {
  font-family: "Bebas Neue", Arial, sans-serif !important;
  font-size: 2.5em;
}

.font-montserrat {
  font-family: "Montserrat", Arial, sans-serif !important;
  text-transform: none !important;
}

.font-montserrat-bold {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: bold !important;
}

.img-agencia {
  width: 250px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.dealer-team-section {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue.otf") format("opentype"),
    url("../fonts/BebasNeue Regular.ttf") format("truetype"),
    url("../fonts/BEBASNEUE BOLD.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
