/* Change the white to any color ;) AM DIGITAL */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important; }

/*Fuentes*/
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Heavy.woff2") format("woff2"), url("../fonts/HelveticaNeue-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
/*------------------------------------*\
#ESTILOS GLOBALES
\*------------------------------------*/
body {
  font-family: 'Helvetica Neue';
  font-weight: 400;
  background-image: url(../img/bg_explore.jpg);
  background-position: center;
  background-size: cover; }

* {
  outline: none; }

::-moz-selection {
  text-shadow: none; }

::selection {
  background-color: #CD9516;
  color: #fff;
  text-shadow: none; }

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #212529; }

a:hover, a:focus, a:active {
  color: #CD9516;
  outline: none;
  text-decoration: none; }

/*link white*/
a.link-white {
  color: white; }

a.link-white:hover, a.link-white:focus, a.link-white:active {
  color: rgba(255, 255, 255, 0.6); }

textarea {
  resize: none; }

/*Modals*/
.modal-content {
  background-image: url(../img/bg_explore.jpg);
  background-position: center;
  background-size: cover; }

.modal small {
  margin-top: .5rem;
  display: block;
  font-size: 60%; }

/*------------------------------------*\
#BACKGROUNDS
\*------------------------------------*/
.bg-gray {
  background-color: #EEEEEE !important; }

/*------------------------------------*\
#ALIGN
\*------------------------------------*/
section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden; }

/* All margin */
@media (min-width: 992px) {
  .mr-lg-fix {
    margin-right: -15px; } }
/*------------------------------------*\
#HEADING
\*------------------------------------*/
.heading {
  margin-bottom: 20px; }

.title-heading {
  font-weight: 700; }

.title-dark:after, .title-white:after {
  display: block; }

.title-dark:after {
  content: url(../img/line-title.png); }

.title-white:after {
  content: url(../img/line-title-white.png); }

/*display*/
.display-1 {
  font-size: 2.2rem; }

.display-2 {
  font-size: 1.8rem; }

.display-3 {
  font-size: 1.6rem; }

.display-4 {
  font-size: 1.4rem; }

.display-5 {
  font-size: 1.2rem; }

.display-6 {
  font-size: 1rem; }

/*------------------------------------*\
#BUTTONS
\*------------------------------------*/
.btn-link {
  color: white; }

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none; }

.btn-block-s {
  width: 100%; }

/*******BTN GOLD***********************/
/*.btn-gold {
    background-color: #cd9516;
    box-shadow: 0px 5px 0px 0px rgba(174,129,27,1);  
}  */
.btn-gold, .btn-black, .btn-gray {
  font-weight: 600;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-gold, .btn-black {
  color: #fff; }

.btn-gold {
  background-color: #CD9516;
  -webkit-box-shadow: 0px 4px 0px 0px #AE811B;
          box-shadow: 0px 4px 0px 0px #AE811B; }

.btn-black {
  background-color: #494949;
  -webkit-box-shadow: 0px 4px 0px 0px black;
          box-shadow: 0px 4px 0px 0px black; }

.btn-gray {
  color: black;
  background-color: #DDDDDD;
  -webkit-box-shadow: 0px 4px 0px 0px #C5C4C6;
          box-shadow: 0px 4px 0px 0px #C5C4C6; }

.btn-gold:hover, .btn-black:hover, .btn-gray:hover {
  -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
          box-shadow: 0px 0px 0px 0px transparent !important;
  margin-top: 4px;
  margin-bottom: -4px; }

.btn-gold:hover, .btn-black:hover {
  color: #fff; }

.btn-gray:hover {
  color: black; }

/*BTN GOLD*/
.btn-gold.active, .btn-gold:active {
  color: #fff;
  background-color: #CD9516;
  background-image: none;
  border-color: #AE811B; }

.btn-gold.focus, .btn-gold:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(174, 129, 27, 0.5);
          box-shadow: 0 0 0 2px rgba(174, 129, 27, 0.5); }

/*BTN BLACK*/
.btn-black.active, .btn-black:active {
  color: #fff;
  background-color: #494949;
  background-image: none;
  border-color: black; }

.btn-black.focus, .btn-black:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }

/*BTN WHITE*/
.btn-gray.active, .btn-gray:active {
  color: black;
  background-color: #DDDDDD;
  background-image: none;
  border-color: #C5C4C6; }

.btn-gray.focus, .btn-gray:focus {
  color: black;
  -webkit-box-shadow: 0 0 0 2px rgba(197, 196, 198, 0.5);
          box-shadow: 0 0 0 2px rgba(197, 196, 198, 0.5); }

/*BTN GOLD*/
/*.btn-gold{
	color: #fff;
	font-weight: 600;
    background-color: $gold-800;
    border-top:none;
	border-left: none;
	border-right: none;
	box-shadow: 0px 4px 0px 0px $gold-900;
	transition: all 0.5s ease;
}



.btn-gold:hover {
    color: #fff;
    box-shadow: 0px 0px 0px 0px transparent !important;
    margin-top: 4px;
    margin-bottom: -4px;
	
}

.btn-gold.active, .btn-gold:active {
    color: #fff;
    background-color:  $gold-800;
    background-image: none;
    border-color: $gold-900;
}
 
.btn-gold.focus, .btn-gold:focus {
	color: #fff;
 
    box-shadow: 0 0 0 2px rgba(174,129,27,.5);
}*/
/*------------------------------------*\
#COLORS
\*------------------------------------*/
.color-gold {
  color: #CD9516 !important; }

a.color-gold:hover {
  color: #AE811B !important; }

/*------------------------------------*\
#TYPOGRAPHY
\*------------------------------------*/
.subtitle {
  font-size: 59%;
  display: block;
  margin-top: 15px;
  text-transform: none; }

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Line Height Text */
.lh-40 {
  line-height: 40px; }

/* Weight Text */
.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-700 {
  font-weight: 700; }

.fw-900 {
  font-weight: 900; }

/*Cabecera y menu*/
@media (max-width: 388px) {
  .logo {
    width: 12rem; } }
@media (max-width: 330px) {
  .logo {
    width: 10rem; } }
.meta-header {
  font-size: 1.1rem; }

.headamerican {
  background-image: url(../img/bg_header.jpg);
  background-position: center;
  background-size: cover;
  /*padding-top: 20px;*/
  color: #fff; }

.headamerican a {
  /*    color: #fff;*/ }

.menuamerican {
  border-top: 1px solid rgba(250, 250, 250, 0.3); }

.menuamerican .navbar {
  padding: .2rem 0; }

.nav-american .nav-link {
  padding: 0;
  /*margin: .5rem 1rem;*/ }

.nav-american .navbar-nav .nav-link {
  color: white; }

.nav-american .navbar-nav .nav-item {
  position: relative; }

.nav-american .navbar-nav .nav-item:before {
  background-color: rgba(250, 250, 250, 0.3);
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute; }

.nav-american .navbar-nav .nav-item:first-child:before {
  display: none; }

@media (max-width: 991.98px) {
  .nav-american .navbar-nav .nav-item:before {
    display: none; }

  .nav-american .nav-link {
    padding: .5rem 1rem; }

  .nav-american .navbar-nav .nav-item:after {
    background-color: rgba(250, 250, 250, 0.3);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute; }

  .nav-american .navbar-nav .nav-item:last-child:after {
    display: none; } }
.nav-american .navbar-nav .active > .nav-link, .nav-american .navbar-nav .nav-link.active, .nav-american .navbar-nav .nav-link.show, .nav-american .navbar-nav .show > .nav-link {
  color: white; }

.nav-american .navbar-nav .nav-link:focus, .nav-american .navbar-nav .nav-link:hover {
  /*color: $gold-800;*/
  color: rgba(255, 255, 255, 0.6); }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.1);
  border-color: white; }

.navbar-dark .navbar-toggler-icon {
  background-image: url(../img/menumenu.svg); }

.custom-border {
  position: relative; }

.custom-border:after {
  content: " ";
  position: absolute;
  border-left: 1px solid rgba(250, 250, 250, 0.3);
  top: 35%;
  right: 0;
  height: 40%;
  margin-top: auto;
  margin-bottom: auto; }

/*login*/
/*Seccion Que buscas hoy*/
.explore {
  padding-top: 40px;
  padding-bottom: 40px; }

.title-item {
  font-weight: 900;
  font-size: 1.875rem;
  margin: 0; }

.textexplore {
  text-align: center; }

.textexplore h1 {
  position: relative;
  color: #000; }

.textexplore p {
  font-weight: 500; }

.articleexplore {
  text-align: right;
  padding: 10px;
  margin: 5px;
  border-bottom: 6px solid #000; }

.wrapper-imgcat {
  display: inline-block;
  width: 100%;
  background-color: #F1F2F2; }

.wrapper-imgcat img {
  width: 255px;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem; }

/* Seccion Porque elegirnos? */
.whyhome {
  background-image: url(../img/bg_irontexture.jpg);
  background-position: center;
  background-size: cover;
  -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
          clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  text-align: center;
  padding-top: 130px;
  padding-bottom: 100px;
  color: #fff; }

/* PARTNERS */
.partners {
  padding-top: 70px;
  padding-bottom: 40px; }

@media (max-width: 575.98px) {
  .whyhome {
    -webkit-clip-path: polygon(50% 5%, 100% 0, 100% 90%, 50% 95%, 0 90%, 0 0) !important;
            clip-path: polygon(50% 5%, 100% 0, 100% 90%, 50% 95%, 0 90%, 0 0) !important; }

  .footer-american {
    -webkit-clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0) !important;
            clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0) !important; }

  /* PARTNERS */
  .partners {
    padding-top: 0; } }
.values {
  font-size: 1.875rem;
  font-weight: 900; }

.whyhome h1 {
  position: relative;
  color: #fff; }

/* Seccion de info y contacto del footer */
.contactfooter {
  padding-top: 60px;
  padding-bottom: 40px; }

.footer-american {
  background-image: url(../img/bg_irontexture.jpg);
  background-position: center;
  background-size: cover;
  -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0);
  color: #fff;
  padding-top: 70px;
  padding-bottom: 30px; }

@media (max-width: 575.98px) {
  .footer-american {
    padding-top: 70px;
    padding-bottom: 30px; } }
/* Inventario */
.info-title {
  background-color: black; }

.info-title h5 {
  margin: 0; }

.info-icons {
  border: 1px solid #000;
  text-align: center;
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #f6f6f6), to(#ededed));
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); }

.info-logo {
  background-color: #eeeeee;
  border-right: 1px solid #eeeeee;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%); }

.info-logo img {
  /*	background-color: white*/
  width: 120px;
  height: 40px;
  -o-object-fit: scale-down;
     object-fit: scale-down; }

@media (max-width: 575.98px) {
  .info-logo img {
    width: 60px;
    height: 60px; } }
/*CUSTOM OWL CAROUSEL*/
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none; }

/*.owl-theme .owl-dots .owl-dot span{
	background: $gold-800;
}*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #CD9516; }

.owl-prev i, .owl-next i {
  color: white;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s; }

.owl-prev i:hover, .owl-next i:hover {
  color: #AE811B; }

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999999; }

.owl-prev {
  left: 0; }

.owl-next {
  right: 0; }

/*#related-carousel .owl-prev{
	left: -15px;
}

#related-carousel .owl-next{
	right: -15px;
}*/
.owl-theme .owl-nav {
  margin-top: 0; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none; }

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto; }

.owl-stage-outer img {
  width: 100%;
  height: 259px;
  -o-object-fit: cover;
  object-fit: cover; }

/*BRANDS OWL*/
#brands-carousel .owl-item {
  padding: 0 15px; }

#brands-carousel .owl-stage-outer img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain; }

#brands-carousel .owl-prev i, #brands-carousel .owl-next i {
  color: #212529; }

#brands-carousel .owl-prev {
  left: -15px; }

#brands-carousel .owl-next {
  right: -15px; }

.test-img {
  height: 100%;
  background-color: red; }

.test-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: red; }

/**/
/* Ficha de Vehiculo */
.bread {
  background-color: #dddddd; }

.breadcrumb {
  background-color: #dddddd;
  margin-bottom: 0; }

/*.vehicle-title {
    padding-top: 25px;
    padding-bottom: 30px;
    text-align:center;
}

.vehicle-title h1{
    position: relative;
}

.vehicle-title h1::after{
    content: url(../img/line-title.png);
    position: absolute;
    top:30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.bg-ph-vehicle-t{
    background-color: black;
}

.ph-vehicle-t{
    color: white;
    text-transform: uppercase;
}

.ph-vehicle-t h5{
    position: relative;
}*/
.title-box h5::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline;
  padding-right: 10px; }

.i-t-gallery h5::before {
  content: " \f030"; }

.i-t-bars h5::before {
  content: " \f0c9"; }

/*.info-vehicle-t{
    color: white;
    text-transform: uppercase;
}

.info-vehicle-t h5{
    position: relative;
}

.info-vehicle-t h5::before{
     content: "\f0c9";
     font-family: FontAwesome;
     padding-right: 10px;
}

.info-vehicle-t::after{
    content: " ";
    position: absolute;
    background-color: white;
}*/
/*FILTROS*/
.list-filter .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.list-filter .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.list-filter .list-group-item:hover,
.list-filter .list-group-item:focus,
.list-filter .list-group-item:active,
.list-filter .item-selected {
  background-color: #EFEFEF; }

.list-filter a:hover,
.list-filter a:focus,
.list-filter a:active {
  color: #212529; }

.list-filter .list-group-item {
  border: none;
  border-bottom: 1px solid #CED4DA; }

/*.list-filter .list-group-item:hover, .list-filter .list-group-item:focus, .list-filter .list-group-item:active, .list-filter .item-selected{
	border: none;
}*/
/*CUSTOM CARDS*/
.card-article {
  border-radius: 0; }

.card-data {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(62px * 1.33);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.card-article .card-title {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 2.4em;
  max-height: calc(50px * 1.33);
  text-align: center;
  width: 100%; }

/*PAGINATION*/
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: black;
  border-color: black; }

.page-link {
  color: black;
  border: 1px solid black; }

.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: black; }

.page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

/*Single Article*/
.gallery-article {
  position: relative; }

.icon-fav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  margin-bottom: 2rem;
  margin-left: 1rem; }

.icon-fav i {
  background-color: rgba(205, 149, 22, 0.8);
  border-radius: 50%;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  width: 42px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 1.5rem; }

.icon-fav i:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.data-article {
  font-size: 1.1rem; }

.data-article p {
  text-transform: capitalize; }

.data-article h3 {
  font-size: 1.2rem; }

.data-article small {
  font-size: 90%;
  color: #999; }

.meta-article {
  padding-left: 3rem !important;
  position: relative;
  line-height: 1.2rem;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.item-sortable {
  border: 1px dotted #bbb;
  padding: .5rem; }

.meta-article:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f105";
  margin-left: 1rem;
  position: absolute;
  left: 0;
  top: 1rem;
  font-size: 1rem;
  width: 1rem;
  overflow: hidden;
  height: 1rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  color: #CD9516; }

.aside-article .phone {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0; }

.aside-article h5 {
  line-height: 40px;
  white-space: nowrap; }

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

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto; }

.img-doc {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain; }

/*Social Icons*/
.social-icons i {
  font-size: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 3.3rem;
  height: 3.3rem;
  text-align: center;
  line-height: 3.3rem;
  vertical-align: middle;
  margin-right: .5rem;
  color: white;
  cursor: pointer; }

.social-icons i:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.social-icons form {
  display: inline-block; }

.i-star {
  background-color: #CD9516; }

.i-face {
  background-color: #4267B2; }

.i-twitter {
  background-color: #1DA1F2; }

.i-gplus {
  background-color: #DF493A; }

.i-email {
  background-color: #7D7D7D; }

.i-whatsapp {
  background-color: #25D366; }

.btn-0 {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.btn-0:hover {
  color: #CD9516; }

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

#share-mail small {
  font-size: 60% !important; }

/*MEDIA*/
@media (max-width: 575.98px) {
  .contactfooter {
    padding-top: 0px !important; } }
.sold-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*height: 259px;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sold-out:before {
  position: absolute;
  content: "VENDIDO";
  color: #FFDC00;
  z-index: 999999;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  border: 3px dashed #FFDC00;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.3); }

.txt-xs:before {
  font-size: 2.2rem; }

.txt-xl:before {
  font-size: 4rem; }

/*# sourceMappingURL=style.css.map */