
/* =================================== */
/*  Basic Style 
/* =================================== */

body {
  color: #525252;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #777777;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

/************************/
/* Typography */
/************************/

h1, h2, h3,
h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

p{
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.4px;
}

h1, .h1 {
  font-size: 2.25rem;
  font-weight: 400;
}

h2, .h2 {
  font-size: 1.875rem;
  font-weight: 400;
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

h4, .h4 {
  font-size: 1.125rem;
  font-weight: 400;
}

h5, .h5 {
  font-size:  1rem;
  font-weight: 400;
}

h6, .h6 {
  font-size: 0.875rem;
  color: #222222;
  font-weight: 400;
}

.font-md{
  font-size: 1.5rem;
}

td, th {
  border-radius: 0rem;
}

.danger{
  color: #c33750;;
   /* background: -webkit-linear-gradient(-45deg, #fa3973, #a03cb3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.rotate-hover img:hover{
  transform: rotate(30deg);
  -webkit-transition: 0.6s; /* Safari */
  transition: 0.6s;
}

.white{
  color: #fff;
}
.black{
  color: #000;
}
.gray-bg {
  background: #f7f7f7;
}

.muted{
  color: #a9a9a9;
}

.underline{
  text-decoration: underline;
}

/* Padding */

.py-10{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.p-10{
  padding: 7rem !important;
}

.pt-10{
  padding-top: 7rem !important;
}

/*contador*/
.counter{
  text-align: center;
  font-size: 100px;
  color: #c33750;
}
#customers h2{margin-top: 40px;}

@media (max-width: 768px) {
  .pl-sm{
    padding-left: 2rem; 
  }
  .p-sm{
    padding: 1rem;
  }
}

@-moz-document url-prefix() {
  .pt-10{
    padding-top: 8.125rem !important;
  }
}

.pb-10{
  padding-bottom: 10% !important;
}

.pb-8{
  padding-bottom: 8% !important;
}

.pb-0{
  padding-bottom: 0% !important;
}

.pt-max{
  padding-top: 7%;
}

.parallax-margin{
padding-top: 4.125rem !important;
padding-bottom: 4.125rem;
}

@media (max-width: 576px) {
  .pt-max{
    padding-top: 70%;
  }
}

/* margin */

.mt-7{
  margin-top: 7%;
}

.ml-7{
  margin-left: 7%;
}

.ml-6, .mx-6 {
    margin-left: 38rem !important;
}


/* Width */

.w-80{
  width: 80px;
}
.w-150{
  width: 150px;
}
.w-30{
  width: 30%;
}
.w-40{
  width: 40%;
}


/************************/
/* Banner CSS */
/************************/


#canvas-basic {
    position: absolute;
    display: block;
    height: 100vh;
    width: 100%;
}


.banner-area{
  height: 90vh;
  color: #fff;
  background-image: url(../img/montaje-car-5.jpg);
}
@media (min-width: 948px) and (max-width: 1798px){
.banner-area {background-size: 100%!important;}
}
@media (max-width: 1764px){
.ml-6 {margin-left: 35rem !important;}
}
@media (max-width: 1772px){
.ml-6 {margin-left: 31rem !important;}
}
@media (max-width: 1558px){
.ml-6 {margin-left: 28rem !important;}
}
@media (max-width: 1490px){
.ml-6 {margin-left: 26rem !important;}
}
@media (max-width: 1404px){
.ml-6 {margin-left: 23rem !important;}
/*.pt-max {padding-top: 27%;}*/
}
@media (max-width: 1205px){
.ml-6 {margin-left: 17rem !important;}
}
@media (max-width: 1131px){
.ml-6 {margin-left: 14rem !important;}
/*.pt-max {padding-top: 29%;}*/
}
@media (max-width: 1044px){
.ml-6 {margin-left: 11rem !important;}
/*.pt-max {padding-top: 29%;}*/
}
@media (max-width: 1028px) {
  .banner-img{
    display: none;
  }
}
@media (max-width: 947px){
.banner-area {background-size: 100%;}
.banner-content p {font-size: 0.5rem!important;}
.banner-content h1 {font-size: 1.5rem!important;}
.banner-content h3 {font-size: 1rem!important;}
.primary-btn.banner-btn {margin-top: 0.875rem;}
}
@media (max-width: 1559px) {
  .banner-area{height: 83vh;}
}
@media (max-width: 1443px) {
  .banner-area{height: 78vh;}
}
@media (max-width: 1357px) {
  .banner-area{height: 72vh;}
}
@media (max-width: 1255px) {
  .banner-area{height: 66vh;}
}
@media (max-width: 1145px) {
  .banner-area{height: 61vh;}
}
@media (max-width: 1059px) {
  .banner-area{height: 56vh;}
}
@media (max-width: 977px) {
  .banner-area{height: 51vh;}
}
@media (max-width: 889px) {
  .banner-area{height: 48vh;}
}
@media (max-width: 833px) {
  .banner-area{height: 44vh;}
  .pt-max {padding-top: 9%;}
  .banner-area .primary-btn {display: none;}
}
@media (min-width: 769px) and (max-width: 830px){
  .banner-area{height: 40vh;}
}
@media (max-width: 765px){
.banner-area{height: 40vh;}
.banner-content h1, .banner-content h3, .banner-content p {display: none;}
.pt-max {padding-top: 31%;}
}
@media (max-width: 695px){
.banner-area{height: 37vh;}
}
@media (max-width: 647px){
.banner-area{height: 34vh;}
}
@media (max-width: 593px){
.banner-area{height: 31vh;}
}
@media (max-width: 539px){
.banner-area{height: 29vh;}
.pt-max {padding-top: 21%;}
}
@media (max-width: 505px){
.banner-area{height: 26vh;}
.brand-logo{width: 60%;}
}
@media (max-width: 455px){
.banner-area{height: 24vh;}
}
@media (max-width: 419px){
.banner-area{height: 22vh;}
}
@media (max-width: 383px){
.banner-area{height: 20vh;}
}

  



/************************/
/* Button CSS */
/************************/

.primary-btn {
  line-height:  2.5rem;
  padding: 0  2.5rem;
  border-radius: 1.25rem;
  background: transparent;
  border: 1px solid #f83a72;
  color: #222222;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.primary-btn-res {
  background: -webkit-linear-gradient(-45deg, #c33750, #150f3a);
  color: #fff;
  line-height:  2.5rem;
  padding: 0  2.5rem;
  border-radius: 1.25rem;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.primary-btn-res:hover{
  background: transparent;
  border: 1px solid #f83a72;
}


.primary-btn:focus {
  outline: none;
}

.primary-btn.banner-btn {
  color: #fff;
  margin-top: 1.875rem;
}

.primary-btn span {
  margin-left: 15px;
}

.primary-btn:hover {
  background: -webkit-linear-gradient(-45deg, #c33750, #150f3a);
  color: #fff !important;
  box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.btn-outline-danger{
  border-color: #f83a72 !important;
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 1rem;
}

.btn-outline-danger:hover {
    background: -webkit-linear-gradient(-45deg, #c33750, #150f3a) !important;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
    color: #fff !important;
}

.btn-pricing{
  width:60% !important;
  align-self: center;
}

.pricing-header{
  background: -webkit-linear-gradient(-45deg, #c33750, #150f3a) !important;
}
.pricing-header h3{color: #fff;}

.pricing-content{
  text-align: center;
}
.purchase{
  position: relative;
}

.purchase-bg{
  background-image: url("../img/gallary-3.jpg");
  z-index: -100;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bg-overlay{
  position: relative;
}
.bg-overlay:before{
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/************************/
/* parallax */
/************************/

.parallax {
    /* The image used */
    background-image: url("../img/car-road-parallax.jpg");

    /* Set a specific height */
    min-height: 450px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-black{
  background-color: #000; 
}

.height-250{
  height: 250px;
}

/* Text center in medium screen */

@media (max-width: 990px) {
  .t-md-center{
    text-align: center !important;
  }
}

/* Navbar */

.navbar-dark .navbar-nav .nav-link{
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9375rem;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
  color: #fff;
}

.navbar-brand{
   text-shadow: 2px 2px 3px #00000021;
   font-size: 1.625rem;
   color: #fff;
}

.brand-logo{
    /*width: 1.625rem;*/
    margin-top: -5px;
    z-index: 1;
}

.fa-linkedin-square:hover{
  color: #337ab7;
}

.fa-facebook-square:hover{
  color: #3b5998;
}

.fa-twitter-square:hover{
  color: #0084b4;
}

.navbar .active{
  border-bottom: 2px solid #d73a8a !important;
}

.navbar{
  max-width: 100%;
  overflow-x: hidden;
}
.navbar-dark{
  background-color: transparent;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-brand{
  color: #FFF;
}
.navbar-dark .navbar-toggler{
  border-color: #FFF;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light{
  background-color: #FFF;
  box-shadow: 2px 2px 15px 2px #0000001f;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-brand{
  color: #000;
}
.navbar-light .navbar-toggler{
  border-color: #7F7F7F;
}

@media (max-width: 768px) {
  html{
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .navbar-brand{
    padding-left: 15px !important;
  }
  h1{
    font-size: 1.5rem;
  }
}

@media (width: 768px) {
  .pt-max{
    padding-top: 50% !important;
  }
}

@media (width: 1024px) {
  .pt-max{
    padding-top: 50% !important;
  }
}

@media (max-width: 766px) {
  .navbar-collapse{
    color: #000;
    background-color: #fff;
    padding: 15px;
  }
  .navbar-collapse a{
    color: #000 !important;
  }
}

/* Card Columns */

@media (min-width: 576px) {
  .card-columns{
    height: 1200px !important;
  }
}

.card-columns{
  max-width: 1080px !important;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.headline {
  position: relative;

}

h3.headline:after {
  content:' ';
  /* position: absolute; */
  display:block;
  width: 60px;
  margin: 0.5rem auto;
  border:1px solid #c33750;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
   
}

/* Carousel CSS */

.carousel-indicators .active{
  background-color: #000 !important;
}

.carousel-indicators li{
  background-color: rgba(171, 171, 171, 0.5) !important; 
}

.carousel-prev-icon {
  background-image: url("../img/arrow-left.png");
  width:1.875rem;
  height: 1.875rem;
  background-size: 100% 100%
}

.carousel-next-icon {
  background-image: url("../img/arrow-right.png");
  width:1.875rem;
  height: 1.875rem;
  background-size: 100% 100%
}


.carousel-control-p{
  left: -20% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-n{
  right: -20% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* Arrow Bounce CSS */

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Everything */

.everything{
  background-image: url("../img/gallary-3.jpg");
  max-width: 100%;
  max-height: 100%;
}

/* scrollUp */
.scrollUp{
  background-color: #000;
  padding: 0.8rem;
  font-size: 2rem;
}

/*Colaboradores*/
#clients {background-image: url("../img/colaboradores-2.jpg");}

/*Que es publiers*/
.publiers-what {text-align: center;}