@charset "UTF-8";
/* la estructura de archivos depende de cada uno y la forma de organizarse que prefiera */
/* mixins de ejemplo para para reusar */
/* esto sirve por ejemplo para crear helpers */
/* padings */
.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.outline {
  outline: 1px solid red !important;
}

/* para aplicar en sections */
@media (min-width: 1200px) {
  .pd-progresive {
    padding: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pd-progresive {
    padding: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pd-progresive {
    padding: 50px;
  }
	
}
@media (min-width: 576px) and (max-width: 767px) {
  .pd-progresive {
    padding: 35px 25px;
  }
}
@media (max-width: 575px) {
  .pd-progresive {
    padding: 25px 15px;
  }
	.box-slick-companies .slick-slide img{
		padding: 0;
	}
	.papelera-fondo.bg-image {
		background-position: 25% center !important;
	}
}

.vh-100 {
  height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.mlb-form .form-group {
  margin-bottom: 25px;
}
.mlb-form .form-group label {
  color: #191D1F;
  font-family: "Lato", sans-serif, sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.mlb-form .form-control {
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 50px;
  border: 2px solid #eee;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mlb-form .form-control:hover, .mlb-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mlb-form .form-control:focus {
  border-color: #191D1F;
}
.mlb-form .form-control.input-sm {
  height: 40px;
  line-height: 40px;
}
.mlb-form .form-control::-webkit-input-placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: "Lato", sans-serif, sans-serif;
  font-weight: 400;
}
.mlb-form .form-control:-ms-input-placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: "Lato", sans-serif, sans-serif;
  font-weight: 400;
}
.mlb-form .form-control::-ms-input-placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: "Lato", sans-serif, sans-serif;
  font-weight: 400;
}
.mlb-form .form-control::placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: "Lato", sans-serif, sans-serif;
  font-weight: 400;
}
.mlb-form textarea.form-control {
  resize: none;
  min-height: 110px;
  line-height: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mlb-form .form-select {
  border: 2px solid #eee;
  background-color: #fff;
  position: relative;
}
.mlb-form .form-select:after {
  content: "\e131";
  font-family: 'hody-icons';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.mlb-form .form-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}
.mlb-form .form-group.has-error .form-control {
  border-color: #ff8b00;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
}
.mlb-form .form-group.has-success .form-control {
  border-color: #2ecc71;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
}

body {
  background: white;
  color: #191D1F;
  font-family: "Lato", sans-serif;
}

nav .fa-instagram {
  color: black;
  font-size: 2em;
}
nav.navbar {
  top: -1px;
  left: -1px;
  right: -1px;
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
nav.navbar .navbar-nav .nav-item {
  position: relative;
  margin-right: 7px;
  padding-right: 7px;
  background-position: 70% 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav.navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  nav.navbar .navbar-nav .nav-item.active {
    background-image: url("../images/shine.svg");
    background-repeat: no-repeat;
    background-position: 98% 3px;
    background-size: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
nav.navbar .main-logo {
  height: 40px;
}
@media (min-width: 1200px) {
  nav.navbar {
    padding: 25px 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.navbar {
    padding: 25px 50px;
  }
}
@media (min-width: 992px) {
  nav.navbar {
    top: -20%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  nav.navbar.navbar-shrink {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  nav.navbar .navbar-nav {
    margin-left: 25px;
  }
  nav .fa-instagram {
    font-size: 2em;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  nav.navbar .navbar-nav {
    margin: 15px 0;
  }
  nav.navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #fbfbfb;
  }
  nav .fa-instagram {
    font-size: 2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.navbar {
    padding: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.navbar {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  nav.navbar .down-link {
    margin-bottom: 7.5px !important;
    width: 100%;
  }
}

/* sections */
.top-section .mlb-heading {
  color: white;
}
.top-section .text-wrapper {
  color: white;
  font-weight: 300;
  font-size: 1.2em;
}
.top-section .top-main-content-wrapper {
  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;
}
@media (min-width: 1200px) {
  .top-section .top-main-content {
    padding: 0 100px;
  }
  .top-section .top-main-content .main-logo {
    height: 90px;
  }
  .top-section .top-main-content .mlb-heading {
    padding: 100px 0 0;
    color: white;
  }
  .top-section .top-main-content .mlb-heading h1 {
    font-size: 4.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-section .top-main-content {
    padding: 0 30px;
  }
  .top-section .top-main-content .main-logo {
    height: 90px;
  }
  .top-section .top-main-content .mlb-heading {
    padding: 75px 0 0;
  }
  .top-section .top-main-content .mlb-heading h1 {
    font-size: 2.5em;
  }
  .top-section .top-main-content .mlb-heading h2 {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .top-section .top-main-content-wrapper {
    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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-section .top-main-content {
    padding: 120px 15px;
  }
  .top-section .top-main-content .main-logo {
    height: 150px;
  }
  .top-section .top-main-content .mlb-heading {
    padding: 75px 0 0;
  }
  .top-section .top-main-content .mlb-heading h1 {
    font-size: 2.5em;
  }
  .top-section .top-main-content .mlb-heading h2 {
    font-size: 1em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-section .top-main-content {
    padding: 120px 15px;
  }
  .top-section .top-main-content .main-logo {
    height: 150px;
  }
  .top-section .top-main-content .mlb-heading {
    padding: 75px 0 0;
  }
  .top-section .top-main-content .mlb-heading h1 {
    font-size: 2.5em;
  }
  .top-section .top-main-content .mlb-heading h2 {
    font-size: 1em;
  }
}
@media (max-width: 575px) {
  .top-section .top-main-content {
    padding: 120px 15px;
  }
  .top-section .top-main-content .main-logo {
    height: auto;
    width: 80vw;
  }
  .top-section .top-main-content .mlb-heading {
    padding: 75px 0 0;
  }
  .top-section .top-main-content .mlb-heading h1 {
    font-size: 2.5em;
  }
  .top-section .top-main-content .mlb-heading h2 {
    font-size: 1em;
  }
}

.cta-texts {
  background-color: #191D1F;
}
.cta-texts h3 {
  color: white;
  text-transform: uppercase;
}
.cta-texts p {
  color: white;
  font-size: 1em;
  font-weight: 300;
}
.cta-texts .mlb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cta-texts .cta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta-texts .cta-item > div {
  padding: 50px;
}
.cta-texts .cta-item img {
  height: 60px;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .cta-texts .cta-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    height: 50vh;
  }
}
@media (max-width: 1199px) {
  .cta-texts .cta-item {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-texts .cta-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .cta-texts .cta-item {
    width: 25%;
    height: 50vh;
  }
  .cta-texts .cta-item:nth-child(2n) {
    background-color: #242a2d;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cta-texts .cta-item {
    width: 50%;
  }
  .cta-texts .cta-item:nth-child(2), .cta-texts .cta-item:nth-child(3) {
    background-color: #242a2d;
  }
}
@media (max-width: 575px) {
  .cta-texts .cta-item {
    width: 100%;
  }
  .cta-texts .cta-item > div {
    width: 100vw;
    padding: 25px;
  }
  .cta-texts .cta-item:nth-child(2n) {
    background-color: #242a2d;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tarifas-section .sidebar .big-font {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .tarifas-section .sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-bottom: 50px;
  }
  .tarifas-section .sidebar .logo-wrapper {
    width: 50%;
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .tarifas-section .sidebar .mlb-heading {
    margin-right: 25px;
    width: 50%;
  }
  .tarifas-section .sidebar .mlb-heading .big-font {
    font-size: 1.4em;
  }
  .tarifas-section .sidebar .logo-wrapper .main-logo {
    width: 30vw;
  }
}
@media (max-width: 575px) {
  .tarifas-section .sidebar .mlb-heading {
    margin-right: 25px;
    width: 50%;
  }
  .tarifas-section .sidebar .mlb-heading .big-font {
    font-size: 1.2em;
  }
  .tarifas-section .sidebar .logo-wrapper {
    width: 50%;
    text-align: right;
  }
  .tarifas-section .sidebar .logo-wrapper .main-logo {
    width: 25vw;
  }
}
.tarifas-section .mlb-table .mlb-table-title {
  text-transform: uppercase;
}
.tarifas-section .mlb-table .mlb-head-row-table {
  border-bottom: solid 3px #ff8b00;
}
.tarifas-section .mlb-table .mlb-head-row-table .mlb-table-title {
  font-size: 1.1em;
  line-height: 1em;
}
.tarifas-section .mlb-table .mlb-body-row-table {
  border-bottom: 1px solid #e2e2e2;
}
.tarifas-section .mlb-table .mlb-body-row-table .mlb-table-title {
  font-weight: 700;
}
.tarifas-section .mlb-table .mlb-body-row-table .text-content {
  font-size: 0.8em;
}
.tarifas-section .mlb-table .mlb-table-cell {
  padding: 8px 15px;
  border-right: 1px solid #e2e2e2;
  width: 33%;
}
.tarifas-section .mlb-table .mlb-table-cell.doble {
  width: 66%;
}
.tarifas-section .mlb-table .mlb-table-cell:last-child {
  border-right: 0;
}
@media (min-width: 1200px) {
  .tarifas-section .mlb-table .mlb-body-row-table .mlb-table-title {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tarifas-section .mlb-table .mlb-body-row-table .mlb-table-title {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tarifas-section .mlb-table .mlb-body-row-table .mlb-table-title {
    font-size: 1.1em;
  }
  .tarifas-section .mlb-table .mlb-body-row-table .text-content {
    font-size: 0.7em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .tarifas-section .mlb-table .mlb-body-row-table .mlb-table-title {
    font-size: 1em;
  }
  .tarifas-section .mlb-table .mlb-body-row-table .text-content {
    font-size: 0.7em;
  }
}
@media (max-width: 575px) {
  .tarifas-section .mlb-table .mlb-body-row-table .mlb-table-title {
    font-size: 0.9em;
  }
  .tarifas-section .mlb-table .mlb-body-row-table .text-content {
    font-size: 0.7em;
  }
  .tarifas-section .mlb-table .mlb-body-row-table .last-table-item {
    width: 100% !important;
  }
  .tarifas-section .mlb-table .mlb-body-row-table .last-table-item:first-child {
    border-right: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .tarifas-section .mlb-table .mlb-body-row-table .last-table-item:last-child {
    background-color: #fbfbfb;
  }
  .tarifas-section .mlb-table .mlb-body-row-table .last-table-item:last-child p {
    margin-top: -40px;
  }
}

.details-section {
  border-top: solid 1px #fbfbfb;
  border-bottom: solid 1px #fbfbfb;
}
.details-section .row-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.details-section .row-details > div {
  width: 50%;
}
.details-section .main-content {
  position: relative;
}
.details-section .main-content .top-contact {
  text-align: right;
  position: absolute;
  right: 100px;
  top: 100px;
}
.details-section .main-content .bottom-logo {
  position: absolute;
  bottom: 100px;
  left: 100px;
}
.details-section .main-content .main-logo {
  width: 150px;
}
@media (min-width: 1200px) {
  .details-section .main-content {
    padding: 250px 100px;
  }
  .details-section .main-content .top-logo {
    position: absolute;
    left: 100px;
    top: 100px;
  }
}
@media (max-width: 1199px) {
  .details-section .main-content .top-logo {
    position: relative;
    padding-bottom: 50px;
  }
  .details-section .main-content .top-contact, .details-section .main-content .bottom-logo {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .details-section .main-content {
    padding: 100px 50px;
  }
}
@media (max-width: 991px) {
  .details-section .main-content {
    padding: 50px 15px;
  }
}
@media (max-width: 991px) {
  .details-section .bg-image {
    height: 100vh;
  }
}
@media (max-width: 575px) {
  .details-section .down-link {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .galery-section .img-wrapper {
    padding-bottom: 15px;
  }
}

.contact-section .mlb-form .form-check-label {
  color: #b3b3b3;
  font-size: 0.9em;
  font-weight: 300;
}
.contact-section .mlb-form .form-check-label a {
  color: #ff8b00;
  text-decoration: none;
}
.contact-section .mlb-form .form-check-label a:hover {
  text-decoration: underline;
}
.contact-section .main-logo {
  width: 150px;
}
@media (min-width: 992px) {
  .contact-section .mlb-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-section .mlb-row .details-wrapper {
    width: 33%;
  }
  .contact-section .mlb-row .details-wrapper .main-logo {
    padding: 0 0 50px 0;
  }
  .contact-section .mlb-row .details-wrapper p {
    padding-bottom: 25px;
  }
  .contact-section .mlb-row .form-wrapper {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .contact-section .main-logo.nemain {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .contact-section .mlb-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-section .mlb-row .details-wrapper {
    width: 100%;
    padding-bottom: 50px;
    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;
  }
  .contact-section .mlb-row .details-wrapper .main-logo.light-box {
    margin-top: -20px;
  }
  .contact-section .mlb-row .details-wrapper p {
    text-align: right;
  }
  .contact-section .mlb-row .form-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contact-section .main-logo {
    padding: 50px 0;
  }
  .contact-section p {
    padding-bottom: 25px;
  }
}

/* Globals*/
.medium-dark-color {
  background-color: #30373b;
}

section {
  position: relative;
  z-index: 1;
}

.mlb-anchor-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
.mlb-anchor-link.fa-chevron-circle-down {
  font-size: 2.5em;
}
.mlb-anchor-link.fa-chevron-circle-down.light {
  color: white;
}
.mlb-anchor-link.fa-chevron-circle-down.dark {
  color: #ff8b00;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mlb-list {
  list-style: square;
  padding: 20px;
}

/* redefiniendo clases bootstrap */
.btn {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 0;
  border-radius: 4px;
}

.btn-primary {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
  color: white;
}
.btn-primary:hover {
  background-color: #ffb966 !important;
  border-color: #ffb966 !important;
  color: white;
}

.btn-secondary {
  background-color: #FFB652 !important;
  border-color: #FFB652 !important;
  color: #ff8b00 !important;
}
.btn-secondary:hover {
  background-color: #ffe1b8 !important;
  border-color: #FFB652 !important;
  color: #ff8b00 !important;
}

.btn-outline-primary {
  color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-outline-primary:hover {
  background-color: #ffb966 !important;
  border-color: #ff8b00 !important;
  color: white;
}

.btn-outline-secondary {
  color: #FFB652;
  border-color: #FFB652;
}
.btn-outline-secondary:hover {
  background-color: #ffe1b8;
  border-color: #FFB652;
  color: white;
}

.bg-primary {
  background-color: #ff8b00 !important;
}

.bg-secondary {
  background-color: #FFB652 !important;
}

.bg-light {
  background-color: #fbfbfb !important;
}

.bg-dark {
  background-color: #191D1F !important;
}

.text-primary {
  color: #ff8b00;
}

.text-secondary {
  color: #FFB652;
}

.border-primary {
  border-color: #ff8b00 !important;
}

.border-secondary {
  border-color: #FFB652 !important;
}

/* redefino carousel de bootstrap */
/* efecto fade out carousel de bootstrap*/
.mlb-carousel .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.mlb-carousel .carousel-item.active {
  opacity: 1;
}
.mlb-carousel .carousel-item-next.carousel-item-left, .mlb-carousel .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.mlb-carousel .active.carousel-item-left, .mlb-carousel .active.carousel-item-right {
  opacity: 0;
}
.mlb-carousel .carousel-item-next, .mlb-carousel .carousel-item-prev, .mlb-carousel .carousel-item.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mlb-carousel .active.carousel-item-left, .mlb-carousel .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mlb-carousel .carousel-indicators li {
  background-color: transparent;
}
.mlb-carousel .carousel-indicators li::after {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 100%;
}
.mlb-carousel .carousel-indicators li.active {
  background-color: transparent;
}
.mlb-carousel .carousel-indicators li.active::after {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 100%;
}

/* /* clase genérica para exgender en los before & afters */
.fa-before-global, .mlb-box-icon::before, .mlb-icon-heading::before {
  position: absolute;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/***** caja con icono de FA y texto *****/
.mlb-box-icon {
  position: relative;
  /* padding para desplazar el texto dentro siempre que vaya dentro de otro div, span, etc... */
}
.mlb-box-icon > * {
  padding-left: 60px;
}
.mlb-box-icon::before {
  font-size: 2.5em;
  color: #ff8b00;
  top: -50%;
}
.mlb-box-icon.example-icon::before {
  content: "\f6cf";
}

/***** corte section con icono grande centrado *****/
.mlb-heading {
  text-transform: uppercase;
}
.mlb-heading .small-heading {
  margin-bottom: 10px;
  font-size: 1em;
}
.mlb-heading .big-font {
  font-size: 2em;
}
.mlb-heading h1, .mlb-heading h2, .mlb-heading h3, .mlb-heading h4, .mlb-heading h5, .mlb-heading h6 {
  font-size: 1.5em;
}
@media (min-width: 992px) {
  .mlb-heading {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mlb-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mlb-heading {
    margin-bottom: 15px;
  }
}

.mlb-icon-heading {
  padding: 0 0 100px;
}
.mlb-icon-heading::before {
  content: "\f09e";
  font-size: 5em;
  color: #ff8b00;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/***** overlay opacity *****/
.mlb-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #191D1F;
  opacity: 0.6;
}

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

.grecaptcha-badge{
	display: none;
}

.box-slick-companies img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.box-slick-companies .slick-dots{
	bottom: -50px;
}

.box-slick-companies .slick-slide{
	position: relative;
	height: 45px;
}

.box-slick-companies .slick-slide img{
	display: block;
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-slick-companies .slick-dots li button:before{
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #ff8b00;
	border-radius: 4px;
	background-color: #fff;
}

.box-slick-companies .slick-dots li.slick-active button:before{
	background-color: #ff8b00;
}

.papelera-fondo.bg-image {
	background-position: left center;
}



#CookieModal p {
  font-size: 16px;
}
#CookieModal a {
  color:#ff8b00;
}
#CookieModal .modal-content {
	padding: 20px;
}
#CookieModal .modal-content h3 {
	margin-top: 20px;
  font-weight: bold;
  color:#ff8b00;
}
#CookieModal .btn-own-border {
	border-color: #ff8b00;
	background-color: white;
	color: #ff8b00;
  font-weight: bold;
}
#CookieModal .btn-own {
  font-weight: bold;
  color:white;
  border-color: #ff8b00;
	background-color: #ff8b00;
}
#CookieModal #cookie-conf h3 {
	font-size: 20px;
  font-weight: bold;
  color:#ff8b00;
}
#CookieModal .form-check-input:checked {
	background-color: #ff8b00;
	border-color: #ff8b00;
}
.copy {
  border-top: solid 1px #cfcfcf;
}
.copy p {
  font-size: 16px;
  margin:16px 0px;
}
.copy p a {
  color:#ff8b00;
}




.thx-wrapper {
  height: calc(100vh - 60px);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-image: url(/landing/images/thx-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.thx-box {
  width: 415px;
  max-width: calc(100% - 24px);
}
.thx-content p {
  margin-bottom: 0px;
}
.thx-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap:24px;
  align-items: center;
  justify-content: center;
}
.thx-title {
  font-size: 32px;
font-style: normal;
font-weight: 500;
}
.thx-text {
  font-size: 16px;
font-style: normal;
font-weight: 400;
}