/*-----------------------------------------------------------------------------------

	Theme Name: CROMOTEX Amor por viajar en Bus
	Theme URI: http://angelmunoz.com.pe
	Description: Rebranding web para CROMOTEX
	Author: Angel Munoz Gonzalez
	Author URI: http://angelmunoz.com.pe
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------*/
/*****Red Flat*******/
/*****Red Cromotex*******/
/*****Yellow Cromotex*******/
/*------------------------------------*\
#GLOBAL STYLES
\*------------------------------------*/
body {
  color: #111111;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  background-image: url(../img/bg-pattern.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-attachment: fixed;
  /*overflow-y: scroll;*/ }

/** {  
   transition: all 200ms ease; //with prefixes, of course
}*/
.wide {
  /*overflow-x: hidden; */
  padding: 0 !important; }

body.wide .wrapper {
  width: 100%;
  margin: 0; }

::-moz-selection {
  text-shadow: none; }

::selection {
  background-color: #F5CD16;
  color: #fff;
  text-shadow: none; }

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #CB191C; }

a:hover {
  color: #9a1e1a;
  text-decoration: none; }

a:focus {
  color: #9a1e1a;
  outline: none;
  text-decoration: none; }

a:active {
  color: #9a1e1a;
  outline: none;
  text-decoration: none; }

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

span.highlight {
  background: rgba(213, 0, 0, 0.8);
  padding: 0 5px;
  margin: 0 -5px;
  line-height: 1.4;
  border-radius: 3px;
  display: inline-block; }

button:focus {
  outline: none !important; }

*:focus {
  outline: none !important; }

/* Zoom In #1 */
.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.hover01 figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

/* Item borders*/
.item_border {
  border: 1px solid #E8E8E8;
  margin-bottom: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  background: #fff; }

small {
  font-size: 59%;
  display: block;
  margin-top: 15px;
  text-transform: none; }

.more-info {
  margin-top: 50px;
  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; }

.more-info .btn {
  padding: .8rem .7rem; }

hr {
  border-top: 1px solid #F5CD16; }

figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(213, 0, 0, 0.8);
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  padding: 15px; }

/*Mobile nav icon*/
.navbar-toggler {
  -ms-flex-item-align: center;
      align-self: center; }

/*Pagination*/
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #CB191C;
  border-color: #CB191C; }

.page-link {
  color: #CB191C; }

.page-link:focus, .page-link:hover {
  color: #CB191C;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd; }

.coupon-description-content img, .content-post img {
  width: 100% !important;
  height: auto !important; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

/*------------------------------------*\
#TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #CB191C;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0 0 20px 0;
  line-height: 1.5; }

h2:after, .h2:after {
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

section > h1:after, section > .h1:after, section h2:after, section .h2:after, section > h3:after, section > .h3:after, section > h4:after, section > .h4:after, section > h5:after, section > .h5:after, section > h6:after, section > .h6:after {
  content: '';
  display: block;
  width: 55px;
  height: 4px;
  background: #CB191C;
  border-radius: 3px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

#blog-post h2:after {
  display: none; }

.display-1, .display-2, .display-3, .display-4 {
  font-size: 4.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.1; }

.display-1 {
  font-size: 4.5rem;
  line-height: 1.1; }

.display-2 {
  font-size: 4rem;
  line-height: 1.1; }

.display-3 {
  font-size: 3rem;
  line-height: 1.1; }

.display-4 {
  font-size: 2rem;
  line-height: 1.1; }

.display-5 {
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 600; }

p {
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 23px; }

.lead {
  font-size: 16px;
  line-height: 1.8; }

/* Aligning Text */
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-just {
  text-align: justify !important; }

.align-top {
  vertical-align: top; }

.align-bottom {
  vertical-align: bottom; }

.align-middle {
  vertical-align: middle; }

.align-baseline {
  vertical-align: baseline; }

/* Weight Text */
.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.break-word {
  word-wrap: break-word; }

.no-wrap {
  white-space: nowrap; }

/* Text Color */
.yellow-color {
  color: #F5CD16; }

.red-cargo {
  color: #e71111; }

.red-color {
  color: #CB191C; }

.red600-color {
  color: #e53935; }

.red900-color {
  color: #b71c1c; }

.text-white {
  color: #fff !important; }

.text-black {
  color: #2f2f2f; }

.text-capitalize {
  text-transform: capitalize; }

.text-uppercase {
  text-transform: uppercase; }

.font-heading {
  font-family: 'Montserrat', sans-serif; }

.font-body {
  font-family: 'Raleway', sans-serif; }

.font-18 {
  font-size: 18px; }

.font-16 {
  font-size: 16px; }

.font-40 {
  font-size: 40px; }

.font-secondary {
  font-family: "Droid Serif", serif; }

/* quotes style */
blockquot,
.blockquote {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  line-height: 28px;
  font-weight: 500;
  padding: 30px 0 30px 30px; }

.quote-author {
  display: block;
  font-size: 13px;
  font-style: normal;
  margin-top: 20px;
  line-height: 28px; }

.blockquote-1 {
  border-left: 6px solid #222222; }

.blockquote-3,
.blockquote-4 {
  padding-right: 30px; }

.blockquote-2,
.blockquote-3,
.blockquote-4 {
  border-left: none; }

.blockquote-2:before {
  content: "\f10d";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  color: #222222;
  line-height: 1.8; }

.blockquote-2:after {
  content: "\f10e";
  font-family: fontawesome;
  font-size: 16px;
  color: #222222;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.8; }

.blockquote-3 {
  color: #ffc527;
  background-color: #f9f9f9;
  border-radius: 5px; }

.blockquote-3 .quote-author {
  color: #828282; }

.blockquote-4 {
  color: #fff;
  background-color: #222222;
  border-radius: 5px; }

/* Lists */
ul.list {
  padding: 0;
  font-size: 13px;
  list-style-type: none; }

ul.list li {
  font-size: 13px;
  font-weight: 500;
  line-height: 30px; }

ul.icon-list li i {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 10px;
  color: #2f2f2f; }

ul.number-list li span {
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 15px;
  color: #2f2f2f; }

ul.dot-list li i {
  font-size: 7px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 19px;
  color: #2f2f2f; }

/*------------------------------------*\
#HEADING
\*------------------------------------*/
.heading {
  margin-bottom: 50px; }

/*------------------------------------*\
#SECTIONS
\*------------------------------------*

/**************Agency*************/
#agency {
  background: url(../img/bg-agencias-black.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  background-attachment: fixed; }

#agency .display-4 {
  color: #fff; }

#agency .display-4:after {
  background: #fff; }

#bg-section {
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat; }

.bg-section-xl {
  height: 600px !important; }

/**********Agencies***************/
.agencies .card {
  margin-bottom: 30px;
  height: 569px; }

.card address {
  margin-bottom: 0; }

.agencies .card-title {
  color: #CB191C;
  font-size: 1.3rem; }

.agencies .card .card-footer {
  text-align: center; }

.agencies .card .card-footer img {
  width: 28px;
  height: 28px; }

#search-agency {
  border: 2px solid #CB191C;
  color: #CB191C;
  font-weight: 600; }

#search-agency::-webkit-input-placeholder {
  color: #CB191C;
  font-weight: 600; }

#search-agency:-ms-input-placeholder {
  color: #CB191C;
  font-weight: 600; }

#search-agency::-ms-input-placeholder {
  color: #CB191C;
  font-weight: 600; }

#search-agency::placeholder {
  color: #CB191C;
  font-weight: 600; }

.agency-services {
  border-bottom: 1px solid #CB191C;
  padding-bottom: 10px;
  font-weight: 600; }

.agencies .form-group {
  margin-bottom: 0; }

.wrapper-agencie {
  width: 100%;
  height: 240px; }

.wrapper-agencie {
  width: 100%;
  height: 240px; }

.item-agencie {
  border-radius: 8px;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.75); }

/*fix 09-2019 by angel munoz*/
.agencies .card-img-top {
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover; }

/*------------------------------------*\
#ALIGN
\*------------------------------------*/
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 20px; }

section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden; }

footer {
  padding-top: 40px;
  padding-bottom: 40px; }

/* All margin */
.m-0 {
  margin: 0; }

.m-xs {
  margin: 10px; }

.m-sm {
  margin: 20px; }

.m-md {
  margin: 40px; }

.m-lg {
  margin: 80px; }

/* top margin */
.mt-0 {
  margin-top: 0; }

.mt-xs {
  margin-top: 10px; }

.mt-sm {
  margin-top: 20px; }

.mt-md {
  margin-top: 40px; }

.mt-lg {
  margin-top: 80px; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px; }

.mt-80 {
  margin-top: 80px; }

.mt-150 {
  margin-top: 150px; }

/* bottom margin */
.mb-0 {
  margin-bottom: 0 !important; }

.mb-xs {
  margin-bottom: 10px; }

.mb-sm {
  margin-bottom: 20px; }

.mb-md {
  margin-bottom: 40px !important; }

.mb-lg {
  margin-bottom: 80px; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

/* right margin */
.mr-0 {
  margin-right: 0; }

.mr-xs {
  margin-right: 10px; }

.mr-sm {
  margin-right: 20px; }

.mr-md {
  margin-right: 40px; }

.mr-lg {
  margin-right: 80px; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px; }

.mr-60 {
  margin-right: 60px; }

.mr-150 {
  margin-right: 150px; }

/* left margin */
.ml-0 {
  margin-left: 0; }

.ml-xs {
  margin-left: 10px; }

.ml-sm {
  margin-left: 20px; }

.ml-md {
  margin-left: 40px; }

.ml-lg {
  margin-left: 80px; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px; }

.ml-60 {
  margin-left: 60px; }

.ml-150 {
  margin-left: 150px; }

/* All padding */
.p-0 {
  padding: 0 !important; }

.p-xs {
  padding: 10px; }

.p-sm {
  padding: 20px; }

.p-md {
  padding: 40px; }

.p-lg {
  padding: 80px; }

/* top padding */
.pt-0 {
  padding-top: 0; }

.pt-xs {
  padding-top: 10px; }

.pt-sm {
  padding-top: 20px; }

.pt-md {
  padding-top: 40px; }

.pt-lg {
  padding-top: 80px; }

.pt-60 {
  padding-top: 60px; }

/* bottom padding */
.pb-0 {
  padding-bottom: 0; }

.pb-xs {
  padding-bottom: 10px; }

.pb-sm {
  padding-bottom: 20px; }

.pb-md {
  padding-bottom: 40px; }

.pb-lg {
  padding-bottom: 80px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-100 {
  padding-bottom: 100px; }

/* right padding */
.pr-0 {
  padding-right: 0; }

.pr-xs {
  padding-right: 10px; }

.pr-sm {
  padding-right: 20px; }

.pr-md {
  padding-right: 40px; }

.pr-lg {
  padding-right: 80px; }

.pr-30 {
  padding-right: 30px !important; }

.pr-50 {
  padding-right: 50px; }

.pr-60 {
  padding-right: 60px; }

.pr-150 {
  padding-right: 150px; }

@media (min-width: 1200px) {
  .pr-xl-250 {
    padding-right: 450px; } }
/* left padding */
.pl-0 {
  padding-left: 0; }

.pl-xs {
  padding-left: 10px; }

.pl-sm {
  padding-left: 20px; }

.pl-md {
  padding-left: 40px; }

.pl-lg {
  padding-left: 80px; }

/* Postions */
.fixed {
  position: fixed; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.static {
  position: static; }

/* Zindex*/
.zindex-1 {
  z-index: 1; }

.zindex-2 {
  z-index: 2; }

.zindex-3 {
  z-index: 3; }

/* Borders */
.border-all {
  border: 1px solid #CB191C;
  padding: 15px 15px 0 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(213, 0, 0, 0.8);
          box-shadow: 1px 1px 3px 0px rgba(213, 0, 0, 0.8); }

.border-top {
  border-top: 1px solid #ffc527; }

.border-bottom {
  border-bottom: 1px solid #ffc527; }

.border-right {
  border-right: 1px solid #ffc527; }

.border-left {
  border-left: 1px solid #ffc527; }

/* Display */
.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.hide {
  display: none; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 767px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px; }

  .text-center-xs {
    text-align: center !important; }

  .pull-none-xs {
    float: none !important;
    text-align: center !important; }

  .mb-15-xs {
    margin-bottom: 15px; }

  .mb-30-xs {
    margin-bottom: 30px !important; }

  .mb-50-xs {
    margin-bottom: 50px; }

  .mb-60-xs {
    margin-bottom: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important; }

  .mb-0-sm {
    margin-bottom: 0; }

  .mb-15-sm {
    margin-bottom: 15px; }

  .mb-30-sm {
    margin-bottom: 30px !important; }

  .mb-50-sm {
    margin-bottom: 50px; }

  .mb-60-sm {
    margin-bottom: 60px; }

  .pb-15-sm {
    padding-bottom: 15px; }

  .pb-30-sm {
    padding-bottom: 30px; }

  .pb-50-sm {
    padding-bottom: 50px; }

  .pb-60-sm {
    padding-bottom: 60px; } }
.border-b {
  border-bottom: 1px solid #e5e5e5; }

/*------------------------------------------------------*/
/* Header
/*------------------------------------------------------*/
.header-transparent {
  width: 100%;
  position: absolute;
  z-index: 9; }

.header-red {
  background-color: #CB191C;
  border-bottom: 5px solid #F5CD16;
  font-family: "Poppins", sans-serif; }

.header-red-cargo {
  background-color: rgba(231, 17, 17, 0.7);
  font-family: "Poppins", sans-serif;
  height: 100px;
  position: absolute;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.navbar-brand .logo-cromotex {
  width: 260px; }

.nav-cromo, .nav-cromo-transparent {
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid rgba(250, 250, 250, 0.8);
  background-color: transparent; }

/*fix cargo*/
.nav-cargo {
  border-bottom: none; }

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 17px; }

.navbar-light .navbar-nav .active > .nav-link {
  color: #fff; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #F5CD16; }

/**/
.dropdown-item.active, .dropdown-item:active {
  color: #111111;
  text-decoration: none;
  background-color: #F5CD16; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #111111;
  text-decoration: none;
  background-color: #F5CD16; }

/*Mobil Navigation*/
.navbar-light .navbar-toggler-icon {
  background-image: url(../img/menu.svg);
  width: 32px;
  height: 32px; }

.navbar-light .navbar-toggler {
  border-color: #F5CD16; }

.navbar-toggler {
  border: none; }

/*------------------------------------------------------*/
/* Home Mesage
/*------------------------------------------------------*/
.home-promo {
  background: url(../img/bg-form-travel.png);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.home-bus img {
  padding-bottom: 75px; }

.home-promo-container {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.home-promo-container .btn-yellow {
  padding: .5rem 2rem; }

.home-message p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #fff; }

/*.travel-select {
	font-family: $fuente-titulares;
	font-weight: 600;
	font-size: 1.2rem;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    color: $negro;
	background: transparent url(../img/sort-down.svg) no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 2px solid $negro;
	appearance: none;
    
}

.travel-select:focus {
    outline: 0;
    border: 2px solid #5c5c5c;  
}*/
/*@media (min-width: 1200px) {
.travel-select {
	font-size: 1.45rem;
    height: calc(2.55rem + 2px);
    background-size: 16px 20px;  
}	

}*/
/*------------------------------------------------------*/
/* Buttons
/*------------------------------------------------------*/
.btn {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.btn-md {
  padding: .5rem 2rem !important; }

.btn-lg {
  padding: 0.8rem 0.7rem !important; }

/*------Button travel------*/
.btn-form-travel {
  color: #fff;
  background-color: #111111;
  border-color: #111111; }

.btn-form-travel:hover {
  color: #fff;
  background-color: #292929;
  border-color: #1f1f1f; }

.btn-form-travel.active, .btn-form-travel:active {
  color: #fff;
  background-color: #292929;
  background-image: none;
  border-color: #1f1f1f; }

.btn-form-travel.focus, .btn-form-travel:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(41, 41, 41, 0.5);
  box-shadow: 0 0 0 2px rgba(41, 41, 41, 0.5); }

@media (min-width: 1200px) {
  .btn {
    padding: .375rem .5rem;
    font-size: 1rem; }

  .btn-form-travel {
    padding: .375rem 1rem;
    font-size: 1.45rem; } }
.btn-form-travel {
  color: #fff;
  background-color: #111111;
  border-color: #111111; }

/*------Button yellow------*/
.btn-yellow {
  color: #111111;
  font-weight: 600;
  background-color: #F5CD16;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: 0px 4px 0px 0px #bd9e20;
          box-shadow: 0px 4px 0px 0px #bd9e20;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-yellow:hover {
  color: #111111;
  -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
          box-shadow: 0px 0px 0px 0px transparent !important;
  margin-top: 4px;
  margin-bottom: -4px; }

.btn-yellow.active, .btn-yellow:active {
  color: #111111;
  background-color: #F5CD16;
  background-image: none;
  border-color: #bd9e20; }

.btn-yellow.focus, .btn-yellow:focus {
  color: #111111;
  -webkit-box-shadow: 0 0 0 2px rgba(252, 191, 19, 0.5);
          box-shadow: 0 0 0 2px rgba(252, 191, 19, 0.5); }

/*******BTN Red***********************/
.btn-red {
  color: #fff;
  font-weight: 600;
  background-color: #CB191C;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: 0px 4px 0px 0px #9a1e1a;
          box-shadow: 0px 4px 0px 0px #9a1e1a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-red:hover {
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
          box-shadow: 0px 0px 0px 0px transparent !important;
  margin-top: 4px;
  margin-bottom: -4px; }

.btn-red.active, .btn-red:active {
  color: #fff;
  background-color: #CB191C;
  background-image: none;
  border-color: #9a1e1a; }

.btn-red.focus, .btn-red:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(203, 25, 28, 0.5);
          box-shadow: 0 0 0 2px rgba(203, 25, 28, 0.5); }

/*--------BTN red cargo*****/
.btn-red-cargo {
  color: #fff;
  font-weight: 600;
  background-color: #e71111;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: 0px 4px 0px 0px #c01f17;
          box-shadow: 0px 4px 0px 0px #c01f17;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-red-cargo:hover {
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
          box-shadow: 0px 0px 0px 0px transparent !important;
  margin-top: 4px;
  margin-bottom: -4px; }

.btn-red-cargo.active, .btn-red-cargo:active {
  color: #fff;
  background-color: #e71111;
  background-image: none;
  border-color: #c01f17; }

.btn-red-cargo.focus, .btn-red-cargo:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(231, 17, 17, 0.5);
          box-shadow: 0 0 0 2px rgba(231, 17, 17, 0.5); }

/*------Button black------*/
.btn-black {
  color: #fff;
  font-weight: 500;
  background-color: #303030;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: 0px 4px 0px 0px #111111;
          box-shadow: 0px 4px 0px 0px #111111;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: .5rem 2rem; }

.btn-black:hover {
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
          box-shadow: 0px 0px 0px 0px transparent !important;
  margin-top: 4px;
  margin-bottom: -4px; }

/*------------------------------------------------------*/
/* Slider styles
/*------------------------------------------------------*/
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0px; }

.tp-bannertimer {
  background: rgba(245, 205, 22, 0.15); }

.tp-bullets {
  z-index: 999999; }

.tp-bgimg {
  -webkit-filter: brightness(0.7) !important;
          filter: brightness(0.7) !important; }

/*------------------------------------------------------*/
/* Media Querys
/*------------------------------------------------------*/
@media (min-width: 992px) {
  .nav-cromo {
    width: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
/*------------------------------------------------------*/
/* Coupons
/*------------------------------------------------------*/
@media (min-width: 1200px) {
  .coupon-header .breadcrumb {
    min-width: 480px; } }
.coupon {
  position: relative;
  color: #ffffff;
  /*margin-bottom: 30px;
  margin-right: 5px;*/ }

.service-coupon {
  position: absolute;
  left: -12px;
  top: 20px;
  background-color: #F5CD16;
  padding: 10px 10px;
  font-family: "Poppins", sans-serif; }

.service-coupon span {
  color: #111111;
  font-weight: 500;
  font-size: 1rem; }

.service-coupon span::before {
  content: url(../img/bus-icon.png);
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 0;
  height: 30px;
  margin-right: 5px; }

.service-coupon::before {
  border-style: solid;
  border-width: 0 12px 12px 0;
  bottom: -12px;
  left: 0;
  content: " ";
  position: absolute;
  border-color: transparent #F5CD16 transparent transparent; }

#coupons-carousel .coupon {
  margin-right: 5px; }

.coupon-info {
  position: absolute;
  bottom: 0;
  background: rgba(213, 0, 0, 0.8);
  width: 100%;
  padding: 1rem; }

.ribbon {
  position: absolute;
  top: 20px;
  right: 0;
  width: 129px;
  height: 0px;
  border-left: 25px solid transparent;
  border-top: 30px solid #F5CD16;
  border-bottom: 30px solid #F5CD16; }

.princing {
  font-family: "Poppins", sans-serif;
  color: #111111;
  position: absolute;
  top: -20px;
  right: 10px;
  text-align: right; }

.discount {
  font-size: 2.1rem;
  font-weight: 600; }

.original-price {
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  bottom: 5px; }

.coupon-title {
  font-size: 1.3rem;
  margin-bottom: .5rem; }

.coupon-info h4, .coupon-info p {
  color: #ffffff;
  line-height: 1; }

.coupon-info h4, .coupon-info p {
  color: #ffffff; }

.coupon-info p.card-text {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: .5rem; }

#coupons-carousel.owl-carousel .owl-item img {
  display: inline;
  width: auto; }

.coupon .img-coupon {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

/*********Coupons single*********/
.coupon-cut {
  border: 2px dashed #CB191C;
  padding: 15px;
  position: relative;
  font-family: "Poppins", sans-serif;
  text-align: right; }

.coupon-cut:after {
  content: url(../img/iconos/cut.png);
  position: absolute;
  top: -20px;
  left: -10px; }

.coupon-tag, .coupon-due-date {
  background-color: #CB191C;
  color: white; }

.coupon-tag {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5px 15px 2.5px 30px; }

.coupon-cut .btn {
  padding: .8rem .7rem; }

.coupon-cut .coupon-image {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.coupon-tag:after {
  content: url(../img/iconos/tag.png);
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  height: 16px; }

.coupon-due-date {
  display: block;
  width: 100%;
  padding: 5px 15px 5px 30px; }

.coupon-title--box {
  margin: 15px 0; }

.coupon-title--full {
  font-size: 1.6rem;
  margin: 0; }

.coupon-title--full:after {
  display: none; }

.coupon-type {
  font-size: 1.2rem;
  margin-bottom: 0; }

.coupon-discount {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #e53935;
  display: block; }

.coupon-discount-meta {
  font-size: 1.1rem;
  display: block; }

.coupon-original-price {
  font-size: 1.1rem;
  display: block; }

.coupon-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }

.coupon-service {
  background-color: #CB191C;
  padding: 10px 65px 10px 10px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  position: relative; }

.coupon-service::after {
  content: url(../img/bus-white.png);
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px; }

.coupon-service p {
  margin: 0 !important;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-align: left; }

.coupon-service span {
  font-size: 20px; }

.coupon-price {
  margin-left: .8rem; }

.coupon-description {
  border: 1px solid #CB191C; }

.coupon-description-header {
  background-color: #CB191C; }

.coupon-description-header h4 {
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.coupon-description-header h4:after {
  background-image: url(../img/iconos/tag-big.png);
  background-size: 26px 20px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 20px;
  content: "";
  float: right; }

.coupon-description-content {
  padding: 20px; }

.coupon-description-content .terms ul, .coupon-description-content .restrictions ul {
  padding-left: 15px; }

.coupon-description-content .terms li, .coupon-description-content .restrictions li {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0px 0px 1px 24px;
  vertical-align: middle; }

.coupon-description-content .terms li:last-child, .coupon-description-content .restrictions li:last-child {
  margin: 0; }

.coupon-description-content .terms li {
  background: url(../img/iconos/square.png) no-repeat 7px 7px transparent; }

.coupon-description-content .restrictions li {
  background: url(../img/iconos/cancel.png) no-repeat 7px 7px transparent; }

.coupon-description-content ul li span {
  color: #111111; }

.coupon-description-content h4 {
  padding: 0;
  font-size: 1.1rem; }

.coupon-sold-out {
  cursor: not-allowed; }

.count-coupons {
  margin-top: 15px;
  height: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.count-coupons p {
  margin: 0; }

.count-coupons span {
  font-weight: bold;
  color: #F5CD16; }

.count-small {
  height: 20px; }

.a_scaling_color {
  -webkit-animation: scaling_color 1s ease-in-out infinite alternate;
          animation: scaling_color 1s ease-in-out infinite alternate; }

.a_scaling_yellow {
  -webkit-animation: scaling_color_yellow 1s ease-in-out infinite alternate;
          animation: scaling_color_yellow 1s ease-in-out infinite alternate; }

.a_scaling {
  -webkit-animation: scaling 1s ease-in-out infinite alternate;
          animation: scaling 1s ease-in-out infinite alternate; }

@-webkit-keyframes scaling_color {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    color: #CB191C;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes scaling_color {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    color: #CB191C;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
@-webkit-keyframes scaling_color_yellow {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    color: #F5CD16;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
@keyframes scaling_color_yellow {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    color: #F5CD16;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
@-webkit-keyframes scaling {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
@keyframes scaling {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
/*********MODAL COUPONS*********/
.modal-coupon .modal-header {
  border: none;
  text-align: center; }

.modal-coupon input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 18px;
  font-size: 19px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center; }

.modal-coupon input::-webkit-input-placeholder {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center; }

.modal-coupon input:-ms-input-placeholder {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center; }

.modal-coupon input::-ms-input-placeholder {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center; }

.modal-coupon input::placeholder {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center; }

.modal-coupon input:focus {
  color: #fff;
  background-color: transparent;
  outline: 0;
  border: 2px solid #CB191C; }

.modal-coupon .modal-footer p {
  font-size: 12px; }

/*.modal-coupon .modal-content{
	background-image: url(../img/cuzco-coupon-off.jpg);
	background-size: cover;
	position: relative;
}*/
.modal-coupon .modal-content {
  background-color: transparent;
  -webkit-box-shadow: 0px 5px 10.53px 2.47px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 5px 10.53px 2.47px rgba(0, 0, 0, 0.65); }

.modal-coupon .modal-title {
  color: #fff; }

.modal-coupon .modal-header h5 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center; }

.modal-coupon .modal-footer {
  background-color: #eee;
  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; }

.modal-coupon .modal-footer p {
  margin: 10px 0 0 0; }

.modal-coupon .modal-footer .btn {
  padding: .8rem 1rem; }

.modal-coupon .close-modal {
  position: absolute;
  right: 15px;
  top: 15px; }

.modal-coupon small {
  margin: 0; }

.modal-coupon .response-body {
  background-color: #f1f1f1;
  /*box-shadow: 0px 5px 10.53px 2.47px rgba(0, 0, 0, 0.65);*/ }

/*.modal-response .modal-header::after{
	    content: url(../img/square-icon-red.png);
    position: absolute;
    top: -90px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	
}*/
.modal-response {
  /*padding-top: 150px;*/
  font-family: "Poppins", sans-serif; }

.modal-response .modal-footer {
  background: transparent !important;
  background-color: transparent !important; }

.modal-response .modal-footer p {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 18px;
  text-decoration: underline; }

.modal-response h3 {
  font-size: 20px;
  text-align: center;
  color: #111111;
  font-weight: 400;
  border-bottom: 1px solid #CB191C;
  padding-bottom: 5px;
  /*margin: 0 100px 20px 100px;*/
  font-weight: 600; }

/*Fix Modal Vertical ALign

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  @media(max-width: 768px) {
    min-height: calc(100vh - 20px);
  }
}
*/
.response-body-left {
  text-align: right; }

.response-discount {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px; }

.response-original-price {
  text-decoration: line-through; }

.response-body-left p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px; }

.coupon-conditions {
  font-size: 12px;
  line-height: 1rem; }

.code-attached-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.code-attached-copy .button-code {
  display: inline-block;
  width: auto;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dddddd;
  background-color: #fff;
  padding: 0.5em 1em;
  border-right: 0px;
  border-radius: .25rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  vertical-align: middle; }

.code-attached-copy .button {
  color: #fff;
  cursor: pointer;
  background-color: #CB191C;
  border: 1px solid #CB191C;
  display: inline-block;
  width: auto;
  border-radius: .25rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  vertical-align: middle;
  padding: 1.2em 0.75em;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease, fill 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease, fill 0.5s ease; }

.code-attached-copy .button:hover {
  border: 1px solid red;
  background-color: red;
  color: #fff; }

.response-body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.response-body-right p {
  margin: 0; }

.response-body-right p.code-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #CB191C; }

@media (min-width: 1200px) {
  .coupon-title {
    font-size: 1.15rem;
    font-weight: 600; }

  .coupon-info p.card-text {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0; } }
/*------------------------------------------------------*/
/* OWL Carousel
/*------------------------------------------------------*/
.owl-prev, .owl-next {
  position: absolute;
  top: 40%;
  font-size: 3rem;
  z-index: 999999;
  cursor: pointer;
  color: #e53935; }

.owl-prev {
  left: -15px; }

.owl-next {
  right: -15px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #e53935;
  font-size: 3rem;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border: none; }

.owl-theme .owl-nav [class*=owl-] img {
  width: 42px;
  height: 42px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #e53935;
  text-decoration: none; }

.owl-theme .owl-dots .owl-dot span {
  background: #CB191C; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #F5CD16; }

.item {
  position: relative;
  padding-left: 12px;
  padding-bottom: 20px; }

.item-cargo {
  position: relative;
  padding-top: 30px;
  padding-right: 6px;
  padding-bottom: 0;
  padding-left: 6px; }

.item .item-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  bottom: 3rem;
  left: 0;
  text-align: center;
  width: 100%; }

/******OWL CENTERED*******/
/*.owl-centered .owl-wrapper {
  display: table !important;
}
.owl-centered .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.owl-item {
  padding: 0;
}
.owl-centered .owl-item > div {
  text-align: center;
}*/
/******Brands Carousel***********/
#brands-carousel .owl-item {
  padding: 0 15px; }

#gallery-services .owl-stage-outer {
  height: 350px; }

#gallery-services .owl-stage-outer img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover; }

/*cargo fix*/
#gallery-services.owl-gallery-cargo .owl-stage-outer {
  height: auto; }

#gallery-services .owl-stage-outer img.gallery-cargo {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain; }

#gallery-services figure {
  position: relative;
  border-radius: 0; }

/*------------------------------------------------------*/
/* News
/*------------------------------------------------------*/
#news figure {
  height: 220px; }

.img-article {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

#news small {
  margin-top: 0; }

.read-more {
  margin: 0; }

.read-more a {
  color: #636c72;
  font-weight: 600; }

.read-more a:hover {
  color: #111111; }

.date-post .text-muted {
  font-size: .9rem;
  font-weight: 400; }

.img-box {
  position: relative; }

.date-box {
  background-color: #CB191C;
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: -15px;
  text-align: center;
  font-family: "Poppins", sans-serif; }

#news .card-block {
  text-align: center; }

span.day-date, span.month-date {
  display: block; }

span.day-date {
  font-size: 1.6rem; }

/*------------------------------------------------------*/
/* Article
/*------------------------------------------------------*/
.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-family: "Poppins", sans-serif; }

.addthis_inline_share_toolbox {
  height: 42px; }

.share-text, .share i {
  font-size: 1.4rem; }

.share-text {
  padding: 0 15px;
  font-weight: 600; }

#blog-post .date-post {
  background-color: #CB191C;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: .25rem;
  color: #fff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(203, 25, 28, 0.4);
          box-shadow: 0px 0px 4px 1px rgba(203, 25, 28, 0.4); }

#blog-post .date-post i {
  font-size: 2rem;
  margin-bottom: 15px; }

.date-post .day {
  font-size: 2rem;
  display: block; }

.content-post, .comments-post {
  border: 1px solid #CB191C;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(203, 25, 28, 0.4);
          box-shadow: 0px 0px 4px 1px rgba(203, 25, 28, 0.4);
  background-color: #fff; }

.content-post {
  text-align: justify;
  padding: 15px 30px; }

.comments-post {
  margin-top: 30px; }

.title-comments-post {
  background-color: #CB191C; }

.title-comments-post h3 {
  color: #fff;
  margin: 0;
  font-size: 1rem;
  padding: 12.5px 30px;
  font-weight: 400; }

.fb-comments-box {
  padding: 15px; }

.title-post {
  font-size: 1.9rem;
  line-height: 1.2;
  border-bottom: 1px solid #CB191C;
  padding-top: 10px;
  padding-bottom: 20px; }

#blog-post figure {
  margin: 15px 0 15px 0;
  position: relative; }

#blog-post figure figcaption {
  font-size: .9rem;
  padding: 15px; }

.page-title .breadcrumb {
  position: static; }

.page-title {
  background-color: #fff;
  padding: 12.5px 0;
  border-bottom: 1px solid #D9D9D9; }

.page-title .breadcrumb-item + .breadcrumb-item::before {
  color: #CB191C; }

.page-title .breadcrumb-item.active {
  color: #111111; }

.page-title .breadcrumb-item {
  font-size: .8rem; }

/*------------------------------------------------------*/
/* Footer
/*------------------------------------------------------*/
footer {
  background: url(../img/bg-footer-3.png);
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 670px;
  margin-top: -220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0; }

.contact-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 12px; }

.contact-list li {
  margin-bottom: 5px; }

.contact-list li img {
  margin-right: 10px;
  width: 24px;
  height: 24px; }

.contact-list .contact-link {
  color: #fff;
  font-weight: 400;
  font-size: 1rem; }

.contact-list .contact-link:hover {
  color: #F5CD16; }

.footer-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100;
  padding: 10px 0; }

.copyright p {
  color: #fff;
  margin: 0; }

/*------------------------------------*\
#PAGE TITLE
\*------------------------------------*/
/*CARGO HERO*/
h1.hero-title, .hero-excerpt {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  color: #fff; }

h1.hero-title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3em; }

.hero-excerpt {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em; }

h1.hero-title span, .hero-excerpt span {
  color: #F5CD16; }

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 500px; }

.header-content-xl {
  height: 600px; }

.left-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.left-header h1.title-header {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff; }

.copy-header {
  color: #fff;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300; }

.breadcrumb, #breadcrumbs {
  position: absolute;
  left: 0;
  bottom: 100px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border: none; }

.breadcrumb-item.active {
  color: #F5CD16; }

.breadcrumb-item a {
  color: #fff; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff; }

.breadcrumb-item {
  float: left;
  font-size: 1rem; }

.right-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px; }

.right-header > img {
  width: 450px; }

.right-header span {
  cursor: pointer;
  position: absolute;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  -webkit-transition: all .95s ease-in-out;
  transition: all .95s ease-in-out;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  /* This is a shorthand of
   translateX(-50%) and translateY(-50%) */ }

.right-header span:hover {
  FILTER: SATURATE(6);
  -webkit-transition: .2s;
  transition: .2s; }

/*------------------------------------*\
#FORMS
\*------------------------------------*/
.search-coupons {
  background: #CB191C;
  padding: 30px 20px;
  padding-bottom: 20px;
  border-radius: 3px;
  color: #fff; }

.search-coupons .btn-yellow {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: .54rem .5rem; }

.search-coupons p {
  color: #fff;
  text-align: center; }

.form-block_title {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1; }

h2.form-block_title:after {
  background: #fff; }

h2.form-block_title:before {
  content: url(../img/search-icon.png);
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0.9; }

.contact-select {
  display: block;
  width: 100%; }

.cromo-form input, .cromo-form select, .cromo-form textarea {
  border: 1px solid #CB191C;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: .50rem 1.25rem;
  font-size: 1rem;
  border-radius: .25rem;
  font-weight: bold; }

.cromo-form .form-control::-webkit-input-placeholder {
  color: #464a4c; }

.cromo-form .form-control:-ms-input-placeholder {
  color: #464a4c; }

.cromo-form .form-control::-ms-input-placeholder {
  color: #464a4c; }

.cromo-form .form-control::placeholder {
  color: #464a4c; }

.cromo-input {
  margin-bottom: 1rem; }

/*------------------------------------*\
#SERVICES
\*------------------------------------*/
.onboard-services {
  text-align: center; }

.onboard-services h3 {
  font-size: 1.5rem;
  margin: 15px 0; }

.onboard-services img {
  width: 70px; }

.onboard-services img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: .5s;
  transition: .5s; }

.service-description {
  text-align: center;
  position: relative;
  background-color: #fff;
  border-bottom: 5px solid #CB191C;
  padding: 15px 30px; }

.service-description {
  text-align: center;
  position: relative;
  background-color: #fff;
  border-bottom: 5px solid #CB191C;
  padding: 0 30px 15px 30px;
  margin: 0; }

.img-service {
  position: relative;
  margin: 0;
  height: 220px;
  overflow: hidden; }

.img-service > img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover; }

.border-service {
  content: ' ';
  position: absolute;
  display: inline-block;
  background: url("../img/border-service.png") no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 96px;
  background-size: cover;
  bottom: -5px;
  left: 0; }

/*.border-service{
	content: ' ';
    position: relative;
	display: inline-block;
	background: url("../img/border-service.png") no-repeat;
  	width: 100%;
	height: 94px;
	background-size: cover;
	top: 0;
	left: 0;	
}
*/
.service-description h3 {
  margin-bottom: 10px;
  font-weight: 600; }

.service-description p {
  margin: 0;
  line-height: 1.2; }

.icon-service {
  position: absolute;
  right: 10px;
  top: -30px; }

.icon-service img {
  height: 64px; }

/********360 visit************/
.visit360 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 500px; }

.visit360 h2 {
  color: #fff;
  text-align: center; }

.visit360 h2:after {
  display: none; }

.visit-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

@media (max-width: 575px) {
  .visit-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px; } }
.icon-360 {
  width: 130px;
  margin-bottom: 30px; }

.left-visit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.right-visit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px; }

.right-visit img {
  width: 550px; }

/*Fancybox*/
#hidden-content-2 {
  /* Custom styling */
  width: 40%;
  padding: 15px;
  border-radius: 0;
  background-color: transparent;
  /* Custom transition - fade from top*/
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all .3s;
  transition: all .3s; }

.fancybox-slide--complete #hidden-content-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

/*------------------------------------------------------*/
/* Form-travel
/*------------------------------------------------------*/
.booking {
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.booking .btn-yellow, .booking .btn-red {
  padding: .5rem 2rem; }

.booking-box {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 8.28px 0.72px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 1px 8.28px 0.72px rgba(0, 0, 0, 0.65);
  border-radius: 8px; }

.booking-header {
  background-color: #CB191C;
  padding: 15px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.booking-header h2::before {
  content: url(../img/tickets-small-white.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 51px; }

.booking-header h2 {
  font-size: 1.5rem;
  font-family: "Poppins";
  margin: 0;
  position: relative;
  color: #fff;
  text-align: center; }

.booking-body {
  margin-top: 20px;
  padding: 0 20px; }

.booking-form {
  margin-bottom: 24px; }

.booking-box .input-booking {
  font-family: "Poppins", sans-serif;
  height: 40px !important;
  border-radius: 6px;
  border: 1px solid #a9a9a9;
  color: 111111;
  background-color: #fff; }

.input-booking:disabled, .input-booking[readonly] {
  background-color: #fff; }

.booking-select {
  color: #111111;
  background: transparent url(../img/icon-down-red.png) no-repeat right 0rem center;
  background-size: 37px 38px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.booking-datepicker {
  color: #111111;
  background: transparent url(../img/icon-calendar-red.png) no-repeat right 0rem center;
  background-size: 37px 38px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important; }

/*------------------------------------------------------*/
/* Cards Custom
/*------------------------------------------------------*/
.card {
  border: 1px solid #CB191C; }

.card-footer {
  background-color: #CB191C;
  border-top: 1px solid #CB191C; }

/*------------------------------------------------------*/
/* Destinations
/*------------------------------------------------------*/
.destination-box {
  position: relative;
  border-top: 6px solid #CB191C;
  border-bottom: 6px solid #CB191C;
  min-height: 360px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  padding: 25px 25px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: right; }

.destination-box .btn {
  padding: .5rem !important; }

.destination-box h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 600; }

.destination-box h2:after {
  content: '';
  display: block;
  width: 25px;
  height: 5px;
  background: #CB191C;
  border-radius: 3px;
  margin: 5px 0 0 0; }

.destination-city {
  color: #F5CD16; }

.destination-box p {
  color: #fff;
  font-size: 1.1rem; }

.destination-bg-box, .modal-bg-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.destination-bg-box {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75); }

.modal-bg-box {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6); }

.destination-icon img {
  width: 18px; }

.destination-price {
  font-size: 1.6rem;
  padding-left: 5px; }

/*------------------------------------------------------*/
/* Complaints Book 
/*------------------------------------------------------*/
.book-box {
  background-color: #fff;
  padding: 45px 30px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 41.82px 9.18px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 41.82px 9.18px rgba(0, 0, 0, 0.08); }

legend {
  background-color: #CB191C;
  color: #fff;
  padding: 10px 15px 10px 55px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  position: relative;
  left: -60px;
  top: 0;
  margin-bottom: 1rem; }

.icon-doc:before {
  background-image: url(../img/iconos/icon-doc.png);
  background-size: 29px 35px;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 35px;
  content: "";
  position: absolute;
  left: 15px;
  top: 5px; }

.icon-user:before {
  background-image: url(../img/iconos/icon-user.png);
  background-size: 34px 27px;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 27px;
  content: "";
  position: absolute;
  left: 15px;
  top: 7.5px; }

.icon-detail:before {
  background-image: url(../img/iconos/icon-detail.png);
  background-size: 25px 31px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 31px;
  content: "";
  position: absolute;
  left: 15px;
  top: 7px; }

.form-book h2 {
  background: #4D4D4D;
  text-transform: uppercase;
  color: #797979;
  font-size: 18px;
  font-weight: 100;
  padding: 20px;
  margin: -30px -30px 30px -30px; }

.form-book input[type="text"],
.form-book input[type="date"],
.form-book input[type="datetime"],
.form-book input[type="email"],
.form-book input[type="number"],
.form-book input[type="search"],
.form-book input[type="time"],
.form-book input[type="url"],
.form-book input[type="password"],
.form-book textarea,
.form-book select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 7px;
  border: none;
  border-bottom: 1px solid #565656;
  background: transparent;
  margin-bottom: 10px;
  font: 16px "Poppins", sans-serif, sans-serif;
  height: 45px;
  border-radius: 0; }

.form-book textarea, .form-book select {
  min-height: 45px; }

.form-book input[type="text"]:focus,
.form-book input[type="date"]:focus,
.form-book input[type="datetime"]:focus,
.form-book input[type="email"]:focus,
.form-book input[type="number"]:focus,
.form-book input[type="search"]:focus,
.form-book input[type="time"]:focus,
.form-book input[type="url"]:focus,
.form-book input[type="password"]:focus,
.form-book textarea:focus,
.form-book select:focus {
  border-bottom: 2px solid #CB191C; }

.form-book input:focus::-webkit-input-placeholder, .form-book textarea:focus::-webkit-input-placeholder {
  color: #464a4c; }

.form-book input:focus:-ms-input-placeholder, .form-book textarea:focus:-ms-input-placeholder {
  color: #464a4c; }

.form-book input:focus::-ms-input-placeholder, .form-book textarea:focus::-ms-input-placeholder {
  color: #464a4c; }

.form-book input:focus::placeholder, .form-book textarea:focus::placeholder {
  color: #464a4c; }

.form-book textarea {
  resize: none;
  overflow: hidden; }

.form-book input[type="button"],
.form-book input[type="submit"] {
  -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
  box-shadow: inset 0px 1px 0px 0px #45D6D6;
  background-color: #2CBBBB;
  border: 1px solid #27A0A0;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 14px;
  padding: 8px 18px;
  text-decoration: none;
  text-transform: uppercase; }

.form-book input[type="button"]:hover,
.form-book input[type="submit"]:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #34CACA), to(#30C9C9));
  background: linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
  background-color: #34CACA; }

.form-book input::-webkit-input-placeholder, .form-book textarea::-webkit-input-placeholder, .form-check-label {
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.form-book input:-ms-input-placeholder, .form-book textarea:-ms-input-placeholder, .form-check-label {
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.form-book input::-ms-input-placeholder, .form-book textarea::-ms-input-placeholder, .form-check-label {
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.form-book input::placeholder, .form-book textarea::placeholder, .form-check-label {
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

/*.form-book input[type="date"]::before { 
	content: attr(data-placeholder);
	width: 100%;
}

/* hide our custom/fake placeholder text when in focus to show the default
 * 'mm/dd/yyyy' value and when valid to show the users' date of birth value.
 
.form-book input[type="date"]:focus::before,
.form-book input[type="date"]:valid::before { display: none } */
.form-book label {
  text-transform: uppercase;
  font-size: 12.5px;
  color: #111;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0; }

.form-book input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  background: #eeeeee;
  -webkit-box-shadow: inset 0 0 0 .2em white, 0 0 0 .15em;
          box-shadow: inset 0 0 0 .2em white, 0 0 0 .15em;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  color: #363945; }
  .form-book input[type="radio"]:hover, .form-book input[type="radio"]:checked {
    background: #363945;
    -webkit-box-shadow: inset 0 0 0 .3em white, 0 0 0 .15em;
            box-shadow: inset 0 0 0 .3em white, 0 0 0 .15em; }
  .form-book input[type="radio"]:checked {
    background: #CB191C;
    -webkit-box-shadow: inset 0 0 0 0.2em white, 0 0 0 0.15em #CB191C;
            box-shadow: inset 0 0 0 0.2em white, 0 0 0 0.15em #CB191C; }
  .form-book input[type="radio"]:focus {
    outline: 0; }

.form-book .form-check-label {
  padding-left: 0; }

/*Carousel Deals*/
.carousel-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  left: 0; }

/*------------------------------------------------------*/
/* CARGO 2018
/*------------------------------------------------------*/
.rounded-box {
  border-radius: 15px;
  border: solid red 1px;
  background: #fff;
  margin-bottom: 50px; }

.rounded-header {
  background: #e71111;
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%; }

.rounded-header h3 {
  color: #fff;
  font-size: 1.5625rem;
  font-style: italic;
  margin-bottom: 0;
  text-align: center;
  line-height: 50px; }

.rounded-content {
  padding: 20px 30px; }

.rounded-content p:last-child {
  margin-bottom: 0; }

.rounded-title {
  border-radius: 8px;
  border: solid red 2px;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 15px; }

.cargo-banner {
  background-color: transparent;
  margin-bottom: 50px; }

/*BG ROUNDED BOX*/
.bg-icon {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right bottom; }

.box-icon {
  background-image: url(../cargo/img/box-icon.png); }

.truck-icon {
  background-image: url(../cargo/img/frontal-truck.png); }

.fuel-icon {
  background-image: url(../cargo/img/fuel-truck-icon.png); }

.mineral-icon {
  background-image: url(../cargo/img/mineral-icon.png); }

/*FAQs*/
.question {
  font-size: 16px;
  font-weight: bold;
  color: #e71111; }

/*TRACKING FORM*/
.tracking-form {
  background-color: #e71111;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 50px; }

.tracking-form form {
  margin-bottom: 10px; }

.header-form {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 1.5625rem;
  line-height: 1.3em;
  color: #fff; }

.icon-form {
  float: right; }

.input-tracking {
  padding: .70rem .75rem;
  border-radius: 8px;
  border: none;
  position: relative; }

.input-wrapper {
  position: relative; }

.input-icon {
  position: absolute;
  right: 10px;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.input-tracking, .input-tracking::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 600;
  color: #333; }

.input-tracking, .input-tracking:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 600;
  color: #333; }

.input-tracking, .input-tracking::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 600;
  color: #333; }

.input-tracking, .input-tracking::placeholder {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 600;
  color: #333; }

.input-tracking:focus::-webkit-input-placeholder {
  color: #e71111;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; }

.input-tracking:focus:-ms-input-placeholder {
  color: #e71111;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; }

.input-tracking:focus::-ms-input-placeholder {
  color: #e71111;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; }

.input-tracking:focus::placeholder {
  color: #e71111;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; }

.input-tracking:focus {
  color: #e71111; }

.input-tracking {
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  outline: none;
  padding-right: 2.5em; }

.delivery-man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.small-form {
  font-size: 15px;
  line-height: 1.3em; }

/*Cargo FORM*/
.title-form-cargo {
  font-size: 15px;
  font-weight: bold; }

.input-cargo,
.txtarea-cargo {
  border-radius: 0;
  background-color: #eee;
  border: none;
  margin-bottom: 15px; }

.input-cargo {
  height: 45px; }

.input-cargo:focus::-webkit-input-placeholder {
  color: #e71111;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; }

.input-cargo:focus:-ms-input-placeholder {
  color: #e71111;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; }

.input-cargo:focus::-ms-input-placeholder {
  color: #e71111;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; }

.input-cargo:focus::placeholder {
  color: #e71111;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; }

.input-cargo:focus,
.txtarea-cargo:focus {
  color: #e71111;
  background-color: #eee;
  -webkit-box-shadow: 0 0 2px #e71111;
          box-shadow: 0 0 2px #e71111; }

.input-cargo {
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  outline: none; }

.txtarea-cargo {
  height: 130px; }

/*Password cargo*/
.title-cargo {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #e71111;
  font-size: 2rem;
  font-style: oblique;
  font-weight: 600; }

.title-cargo small {
  margin-top: 0;
  color: #e71111;
  font-size: 1.25rem;
  font-style: oblique;
  font-weight: 400; }

.title-cargo:after {
  background: #e71111; }

.item-pass-cargo {
  text-align: center; }

.item-pass-cargo:nth-child(odd) {
  border-right: 1px dashed #e71111;
  border-left: 1px dashed #e71111; }

.item-description, .quote-cargo {
  font-family: "Poppins", sans-serif;
  font-style: oblique;
  color: #333333;
  font-weight: 600;
  font-size: 1.375rem; }

.item-pass-cargo figure {
  margin-bottom: 10px;
  background-color: transparent; }

.item-pass-cargo figure:after {
  content: '';
  display: block;
  width: 104px;
  height: 5px;
  background: #e71111;
  border-radius: 4px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

.quote-cargo {
  margin-top: 1.875rem;
  font-size: 1rem;
  text-align: center; }

/*Fix Chat*/
.inputContainer {
  display: none !important; }

/*********************** PRELOADER **************************************/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100; }

/**************************** ANIMACION ************************************/
#loader-wrapper {
  background-color: #CB191C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.preloader {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #F5CD16;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.random-message {
  font-family: 'Poppins', sans-serif;
  color: white;
  margin: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-animation-name: scaling_color;
          animation-name: scaling_color;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate; }

@keyframes scaling_color {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
/*------------------------------------------------------*/
/* MEDIA 
/*------------------------------------------------------*/
@media (max-width: 1199px) {
  .header-red-cargo {
    background-color: transparent;
    height: auto; }

  .header-transparent {
    width: 100%;
    position: absolute;
    z-index: 9;
    background-color: transparent; }

  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .navbar-brand .logo-cromotex {
    width: 190px; }

  .navbar-light {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .navbar-light .navbar-nav {
    margin-left: auto;
    margin-right: auto; }

  .nav-cromo, .nav-cromo-transparent {
    border-bottom: 1px solid rgba(250, 250, 250, 0.8); }

  .booking {
    width: 80%;
    height: auto;
    position: relative;
    left: 0;
    bottom: 66px;
    margin: 0;
    margin-left: auto;
    margin-right: auto; }

  .home-promo {
    margin-top: -140px;
    position: relative; }

  .home-message p {
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
    padding: 0 15px 0 0; }

  footer {
    margin-top: -290px; } }
@media (max-width: 991px) {
  /*CARGO HERO*/
  h1.hero-title {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.3em; }

  .hero-excerpt {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3em; }

  .header-transparent {
    width: 100%;
    position: relative;
    z-index: 9;
    background-color: #CB191C; }

  .header-content {
    height: 400px; }

  .header-content-xl {
    height: 500px; }

  .bg-section-xl {
    height: 500px !important; }

  .right-header {
    display: none; }

  .nav-cromo-box {
    position: relative;
    width: 100%;
    height: 80px; }

  .nav-cromo {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #CB191C; }

  .nav-cromo, .nav-cromo-transparent {
    border-bottom: 2px solid #F5CD16; }

  .display-3 {
    font-size: 1.7rem; }

  	/*.contact-list li:nth-child(3)  {
      	display: none;
  	}*/
  .search-coupons {
    margin-bottom: 30px; }

  .response-body-right {
    margin-top: 15px; }

  .code-attached-copy {
    margin: 15px 0; }

  .response-body-left {
    text-align: center; }

  .dropdown-menu-cromo {
    background-color: transparent;
    border: none; }

  .dropdown-item-cromo {
    color: #fff; }

  .dropdown-item-cromo:focus, .dropdown-item:hover {
    color: #F5CD16;
    text-decoration: none;
    background-color: transparent; }

  .dropdown-item-cromo.active, .dropdown-item-cromo:active {
    color: #F5CD16;
    text-decoration: none;
    background-color: transparent; }

  .img-form {
    display: none; }

  .icon-service {
    position: static; }

  .service-description {
    padding: 0 15px 15px 15px; }

  .logo-footer {
    display: none !important; }

  h4.card-title {
    font-size: 1.3rem; } }
@media (max-width: 767px) {
  .navbar-brand .logo-cromotex {
    width: 190px; }

  .booking {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    bottom: 56.59px; }

  .booking-header h2::before {
    display: none; }

  .form-control {
    font-size: .9rem; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: .9rem; }

  .booking-header {
    padding: .8rem 0; }

  .booking-header h2 {
    font-size: 1.3rem; }

  .display-4 {
    font-size: 1.5rem; }

  .home-promo {
    height: auto;
    position: relative;
    margin-top: 0; }

  .home-promo-container {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .home-message p {
    color: #111111;
    font-size: .9rem;
    line-height: 1.1;
    text-align: center; }

  .home-bus img {
    padding-bottom: 0; }

  .home-message {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .home-button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 15px 0; }

  .home-bus {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .card {
    margin-bottom: 30px; }

  .card:last-child {
    margin-bottom: 0; }

  .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100;
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .copyright p {
    color: #fff;
    margin: 0;
    font-size: 99%; }

  footer {
    background: url(../img/bg-footer-mobile.jpeg);
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: auto;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 0; }

  .service-coupon {
    padding: 7.5px 10px; }

  .service-coupon span {
    color: #111111;
    font-weight: 500;
    font-size: .8rem; }

  .agency-item {
    margin-bottom: 30px; }

  .title-post {
    font-size: 1.4rem;
    text-align: center; }

  .page-title .breadcrumb-item.active {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  .date-post {
    margin-bottom: 30px; }

  .share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .addthis_inline_share_toolbox {
    margin-top: 15px; }

  #blog-post figure figcaption {
    position: relative;
    left: 0;
    bottom: 0;
    background: #d50000;
    display: block;
    width: 100%;
    color: #fff;
    font-size: .9rem;
    line-height: 1.5;
    padding: 10px; }

  .modal-coupon .close-modal {
    right: 0;
    top: 0; }

  .modal-response .modal-header::after {
    display: none; }

  .modal-coupon .modal-header h5 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3; }

  .modal-coupon .modal-footer p {
    line-height: 1.3; }

  .code-attached-copy .button-code {
    font-size: 18px;
    font-weight: 600;
    padding: .9em 1em; }

  .modal-response .modal-footer p {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: .9rem;
    text-decoration: none; }

  #bg-section {
    height: auto; }

  .visit360 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px; }

  .visit360 h2 {
    font-size: 1.8rem; }

  .icon-360 {
    width: 100px;
    margin-bottom: 30px; }

  .right-visit {
    padding-top: 30px;
    padding-bottom: 0; }

  .right-visit img {
    width: 550px; }

  #news figure {
    height: 190px;
    background-color: blue; }

  .img-article {
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

  .item-pass-cargo:nth-child(odd) {
    border-right: none;
    border-left: none;
    border-top: 1px dashed #e71111;
    border-bottom: 1px dashed #e71111; }

  .item-pass-cargo {
    padding-top: 30px; } }
@media (max-width: 575px) {
  /*CARGO HERO*/
  h1.hero-title {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.3em; }

  .hero-excerpt {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3em; }

  .book-box {
    padding: 45px 0; }

  legend {
    left: 0; } }
@media (max-width: 575px) {
  /*CARGO HERO*/
  h1.hero-title {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.3em; }

  .hero-excerpt {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3em; }

  .book-box {
    padding: 45px 0; }

  legend {
    left: 0; } }

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