@charset "UTF-8";
/*  colores */
/*mapas*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
body {
  font-family: "Noto Sans", sans-serif;
  padding: 0;
  margin: 0; }

section {
  overflow: hidden !important; }

.message_submit_form:focus {
  outline: none; }

input:hover, input:focus {
  outline: none !important; }

.gray_bg {
  background-color: #F7F7F7; }

.section-padding {
  padding: 50px 0px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-padding {
      padding: 40px 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 1080px) {
    .section-padding {
      padding: 30px 0px; } }
  @media (max-width: 576px) {
    .section-padding {
      padding: 30px 0px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding {
      padding: 30px 0px; } }

.padding_top {
  padding-top: 80px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .padding_top {
      padding-top: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1080px) {
    .padding_top {
      padding-top: 70px; } }
  @media (max-width: 576px) {
    .padding_top {
      padding-top: 70px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .padding_top {
      padding-top: 70px; } }

.padding_bottom {
  padding-bottom: 80px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .padding_bottom {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1080px) {
    .padding_bottom {
      padding-bottom: 70px; } }
  @media (max-width: 576px) {
    .padding_bottom {
      padding-bottom: 70px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .padding_bottom {
      padding-bottom: 70px; } }

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a :hover {
    color: #1f4b95;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

h1, h2, h3, h4, h5, h6 {
  color: #ec641c;
  font-family: "Noto Sans", sans-serif; }

a {
  color: #ec641c;
  font-family: "Noto Sans", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  a:hover {
    color: #1f4b95;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

p {
  color: #2c2c2c;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.625;
  font-size: 14px;
  margin-bottom: 0px; }

h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600px !important; }
  @media (max-width: 576px) {
    h1 {
      font-size: 24px;
      line-height: 26px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    h1 {
      font-size: 28px;
      line-height: 26px; } }

h2 {
  font-size: 29px;
  line-height: 28px; }
  @media (max-width: 576px) {
    h2 {
      font-size: 22px;
      line-height: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    h2 {
      font-size: 24px;
      line-height: 25px; } }

h3 {
  font-size: 24px;
  line-height: 25px; }
  @media (max-width: 576px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 20px;
  line-height: 23px; }

h5 {
  font-size: 18px;
  line-height: 22px; }

img {
  max-width: 100%; }

a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s; }

::placeholder.hide-on-focus:focus::-webkit-input-placeholder {
  color: white; }

::placeholder.hide-on-focus:focus:-moz-placeholder {
  color: white; }

::placeholder.hide-on-focus:focus:-ms-input-placeholder {
  color: white; }

.section_tittle h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 80px;
  position: relative; }
  .section_tittle h1:after {
    position: absolute;
    left: 0;
    height: 2px;
    width: 90px;
    content: "";
    background-color: #1f4b95;
    bottom: -27px; }
  @media (max-width: 576px) {
    .section_tittle h1 {
      font-size: 25px;
      line-height: 35px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_tittle h1 {
      font-size: 25px;
      line-height: 35px; } }
  @media only screen and (min-width: 768px) and (max-width: 1080px) {
    .section_tittle h1 {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section_tittle h1 {
      font-size: 30px;
      line-height: 40px; } }

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

.area-padding {
  padding: 130px 0px; }

.container {
  max-width: 1170px; }

.mb_110 {
  margin-bottom: 110px; }
  @media (max-width: 576px) {
    .mb_110 {
      margin-bottom: 220px; } }

.pt_30 {
  padding-top: 30px; }
  @media (max-width: 991px) {
    .pt_30 {
      padding-top: 0; } }

.z_index {
  z-index: 9 !important;
  position: relative; }

.main_menu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999; }
  @media (max-width: 991px) {
    .main_menu {
      padding: 15px 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main_menu {
      padding: 15px 0; } }
  .main_menu:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: -1;
    opacity: .9; }
  .main_menu .navbar {
    padding: 0px; }
    .main_menu .navbar .navbar-toggler {
      border: 0px solid transparent;
      color: #ec641c; }
    .main_menu .navbar .main-menu-item {
      justify-content: flex-end; }
      @media (max-width: 991px) {
        .main_menu .navbar .main-menu-item .navbar-nav {
          margin-left: 0%;
          background-color: #f3f3f3; } }
      .main_menu .navbar .main-menu-item .navbar-nav a {
        padding: 39.5px 22px;
        font-size: 14px;
        color: #ec641c;
        text-transform: capitalize;
        font-weight: 700; }
        .main_menu .navbar .main-menu-item .navbar-nav a:hover {
          color: #f3f3f3; }
        @media (max-width: 991px) {
          .main_menu .navbar .main-menu-item .navbar-nav a {
            padding: 10px 22px;
            color: #000;
            background-color: #f3f3f3;
            margin-bottom: 2px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .main_menu .navbar .main-menu-item .navbar-nav a {
            padding: 30px 20px; } }
    .main_menu .navbar li a:hover:not(.active) {
      background-color: #ec641c; }
    .main_menu .navbar li a.active {
      color: #f3f3f3;
      background-color: #ec641c; }

.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: -1px; }
  .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 8px 20px !important; }

.dropdown:hover .dropdown-menu {
  transform: scale(1); }

@media (max-width: 576px) {
  .navbar-brand {
    max-width: 150px; }
  .main_menu .navbar .main-menu-item .navbar-nav a:hover {
    color: #f3f3f3; }
  .navbar-collapse {
    z-index: 9999 !important;
    position: static;
    left: 0;
    top: 90px;
    width: 100%;
    box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
    text-align: center; }
  .dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #fff; }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 0px;
    text-align: center; }
    .dropdown .dropdown-menu .dropdown-item {
      padding: 10px 15px; }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-brand {
    max-width: 125px; }
  .main_menu .navbar .main-menu-item .navbar-nav a:hover {
    color: #f3f3f3; }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.2); }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    text-align: center; }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .navbar-brand {
    max-width: 125px; }
  .main_menu .navbar .main-menu-item .navbar-nav a:hover {
    color: #1f4b95; }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.2); }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    text-align: center; }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block; } }

.main_menu {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999; }
  @media (max-width: 991px) {
    .main_menu {
      padding: 13px 0; } }
  .main_menu:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    opacity: .9; }
  .main_menu .navbar {
    padding: 0px; }
    .main_menu .navbar .navbar-toggler {
      border: 0px solid transparent; }
    .main_menu .navbar .main-menu-item {
      justify-content: flex-end; }
      @media (max-width: 991px) {
        .main_menu .navbar .main-menu-item .navbar-nav {
          margin-left: 0%;
          background-color: #fff; } }
      .main_menu .navbar .main-menu-item .navbar-nav a {
        padding: 39.5px 22px;
        font-size: 14px;
        color: #ec641c;
        text-transform: capitalize;
        font-weight: 700; }
        .main_menu .navbar .main-menu-item .navbar-nav a:hover {
          color: #1f4b95; }
        @media (max-width: 991px) {
          .main_menu .navbar .main-menu-item .navbar-nav a {
            padding: 10px 22px;
            color: #000;
            background-color: #fff;
            margin-bottom: 2px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .main_menu .navbar .main-menu-item .navbar-nav a {
            padding: 30px 20px; } }

.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
  font-size: 14px; }

.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: -1px; }
  .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 8px 20px !important; }

.dropdown:hover .dropdown-menu {
  transform: scale(1); }

.banner_part {
  position: relative; }
  @media (max-width: 576px) {
    .banner_part {
      height: 500px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner_part {
      height: 500px; } }
  @media only screen and (min-width: 768px) and (max-width: 1080px) {
    .banner_part {
      height: 500px; } }
  .banner_part .banner_text {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    margin-top: 60px; }
    @media (max-width: 991px) {
      .banner_part .banner_text {
        text-align: center;
        margin-top: 10px; } }
    .banner_part .banner_text .banner_text_iner {
      display: table-cell;
      vertical-align: middle; }
    .banner_part .banner_text h5 {
      font-size: 14px;
      text-transform: capitalize;
      font-weight: 400;
      font-size: 35px;
      color: #fff;
      margin-bottom: 0;
      line-height: 25px; }
      @media (max-width: 991px) {
        .banner_part .banner_text h5 {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner_part .banner_text h5 {
          margin-bottom: 10px; } }
    .banner_part .banner_text h1 {
      font-size: 72px;
      line-height: 75px;
      margin: 0px 0px 20px;
      font-weight: 700;
      letter-spacing: 3px;
      color: #fff; }
      @media (max-width: 991px) {
        .banner_part .banner_text h1 {
          font-size: 30px;
          margin-bottom: 15px;
          line-height: 35px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner_part .banner_text h1 {
          font-size: 40px;
          margin-bottom: 0;
          line-height: 1.4; } }
    .banner_part .banner_text h2 {
      font-size: 72px;
      line-height: 75px;
      margin: 0px 0px 20px;
      font-weight: 700;
      letter-spacing: 3px;
      color: #fff; }
      @media (max-width: 991px) {
        .banner_part .banner_text h2 {
          font-size: 30px;
          margin-bottom: 15px;
          line-height: 35px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner_part .banner_text h2 {
          font-size: 40px;
          margin-bottom: 0;
          line-height: 1.4; } }
    .banner_part .banner_text p {
      color: #f4f4f4;
      line-height: 2.25;
      font-size: 16px;
      margin-top: 46px; }
      @media (max-width: 991px) {
        .banner_part .banner_text p {
          margin-top: 0;
          line-height: 25px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner_part .banner_text p {
          margin-top: 15px; } }

.about_part {
  position: relative;
  z-index: 99; }
  .about_part .section_tittle h2 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    padding-left: 195px;
    text-transform: capitalize;
    line-height: 24px; }
    @media (max-width: 991px) {
      .about_part .section_tittle h2 {
        padding-left: 175px;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about_part .section_tittle h2 {
        padding-left: 175px;
        margin-bottom: 20px; } }
    .about_part .section_tittle h2:after {
      position: absolute;
      content: "";
      left: 0;
      top: 12px;
      width: 180px;
      height: 1px;
      background-color: #1f4b95; }
      @media (max-width: 991px) {
        .about_part .section_tittle h2:after {
          width: 140px;
          left: 15px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .about_part .section_tittle h2:after {
          width: 140px;
          left: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about_part .section_tittle h2 {
        margin-bottom: 40px; } }
    .about_part .section_tittle h2 span {
      color: #1f4b95; }
  .about_part .about_img {
    position: relative;
    z-index: 1; }
    .about_part .about_img:after {
      position: absolute;
      content: "";
      width: 48%;
      height: 100%;
      top: 77px;
      right: 0;
      background-image: url(../img/patten_bg.png);
      z-index: -1; }
      @media only screen and (min-width: 768px) and (max-width: 1080px) {
        .about_part .about_img:after {
          top: 36px;
          right: -15px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .about_part .about_img:after {
          top: 36px;
          right: -15px; } }
  @media (max-width: 991px) {
    .about_part .about_text {
      margin-top: 25px; } }
  .about_part .about_text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 37px;
    position: relative;
    padding-right: 20px; }
    .about_part .about_text h2 span {
      color: #1f4b95; }
    @media (max-width: 576px) {
      .about_part .about_text h2 {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 35px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about_part .about_text h2 {
        font-size: 25px;
        margin-bottom: 35px;
        line-height: 35px; } }
    @media only screen and (min-width: 768px) and (max-width: 1080px) {
      .about_part .about_text h2 {
        font-size: 30px;
        margin-bottom: 35px;
        line-height: 40px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about_part .about_text h2 {
        font-size: 30px;
        margin-bottom: 35px;
        line-height: 40px; } }
  .about_part .about_text p {
    line-height: 1.929;
    margin-bottom: 50px;
    font-weight: 300; }
    @media (max-width: 991px) {
      .about_part .about_text p {
        margin-bottom: 0; } }
  .about_part .about_text .about_part_counter {
    margin-top: 74px; }
    @media (max-width: 991px) {
      .about_part .about_text .about_part_counter {
        margin-top: 35px; } }
    .about_part .about_text .about_part_counter .single_counter {
      width: 33.33%;
      text-align: center;
      float: left; }
      .about_part .about_text .about_part_counter .single_counter span {
        font-size: 50px;
        font-weight: 300;
        line-height: 45px; }
      .about_part .about_text .about_part_counter .single_counter p {
        font-size: 16px;
        color: #000;
        text-transform: uppercase; }
      .about_part .about_text .about_part_counter .single_counter:first-child {
        text-align: left; }
      .about_part .about_text .about_part_counter .single_counter:last-child {
        text-align: right; }
  @media (max-width: 991px) {
    .about_part .btn_1 {
      margin-top: 25px; } }

.about-title {
  font-size: 25px;
  font-weight: 600;
  margin: 20px; }

.contact-info {
  margin-bottom: 25px; }
  .contact-info__icon {
    margin-right: 20px; }
    .contact-info__icon i, .contact-info__icon span {
      color: #8f9195;
      font-size: 27px; }
  .contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0; }
    .contact-info .media-body h3 a:hover {
      color: #1f4b95; }
  .contact-info .media-body p {
    color: #8a8a8a; }

* {
  box-sizing: border-box; }

.service_part .section_tittle h2 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-left: 206px;
  text-transform: capitalize;
  line-height: 24px; }
  @media (max-width: 991px) {
    .service_part .section_tittle h2 {
      padding-left: 130px;
      margin-bottom: 0; } }
  .service_part .section_tittle h2:after {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 180px;
    height: 1px;
    background-color: #1f4b95; }
    @media (max-width: 991px) {
      .service_part .section_tittle h2:after {
        width: 110px; } }
  .service_part .section_tittle h2 span {
    color: #1f4b95; }

.service_part .mt_60 {
  margin-top: 60px; }

@media (max-width: 991px) {
  .service_part .service_text {
    margin-top: 25px; } }

.service_part .service_text h2 {
  font-size: 36px;
  margin-bottom: 34px;
  font-weight: 700;
  line-height: 51px; }
  .service_part .service_text h2 span {
    color: #1f4b95; }
  @media (max-width: 991px) {
    .service_part .service_text h2 {
      font-size: 25px;
      margin-bottom: 15px;
      line-height: 35px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service_part .service_text h2 {
      font-size: 40px;
      margin-bottom: 15px; } }
  .service_part .service_text h2 span {
    font-weight: 400; }

.service_part .service_text p {
  margin-bottom: 15px;
  line-height: 1.8; }

.service_part .service_text .btn_1 {
  margin-top: 45px; }
  @media (max-width: 991px) {
    .service_part .service_text .btn_1 {
      margin-top: 10px; } }

.service_part .single_service_text {
  padding: 35px;
  margin-top: 30px;
  background-color: #f4f4f4;
  position: relative; }
  @media (max-width: 991px) {
    .service_part .single_service_text {
      margin-top: 15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service_part .single_service_text {
      margin-top: 15px; } }
  .service_part .single_service_text img {
    position: absolute;
    display: block; }
  .service_part .single_service_text h4 {
    font-size: 24px;
    font-weight: 700;
    padding-left: 87px;
    text-transform: capitalize; }
  .service_part .single_service_text p {
    padding-top: 20px;
    line-height: 2; }
    @media (max-width: 991px) {
      .service_part .single_service_text p {
        padding-top: 30px; } }

.service_part .service_part_iner .col-lg-6:first-child {
  margin-top: 60px; }
  @media (max-width: 991px) {
    .service_part .service_part_iner .col-lg-6:first-child {
      margin-top: 0; } }

.service_part .service_part_iner .col-lg-6:last-child {
  margin-top: -60px; }
  @media (max-width: 991px) {
    .service_part .service_part_iner .col-lg-6:last-child {
      margin-top: 0; } }

@media (max-width: 991px) {
  .mt_30 {
    margin-top: 30px; } }

.single_page_service {
  padding: 180px 0 116px; }
  @media (max-width: 991px) {
    .single_page_service {
      padding: 70px 0 50px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single_page_service {
      padding: 75px 0 50px; } }
  .single_page_service .btn_1 {
    background-color: #1f4b95;
    color: #fff; }
    .single_page_service .btn_1:hover {
      color: #000; }

.grid_container {
  display: grid;
  text-align: center; }

.galeria {
  padding-bottom: 3em;
  padding-top: 1em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 160px;
  gap: 0.9em;
  text-shadow: 2px 2px 2px black; }

/* IMAGEN1  */
.galeria_imagenes1 {
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.galeria_imagenes1::before {
  content: "Camioneta de 17 plazas con cajuela.";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f4a9544;
  transform: scaleY(0);
  transition: transform .4s;
  color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.galeria_imagenes1:hover::before {
  transform: scaleY(1); }

/* IMAGEN2  */
.galeria_imagenes2 {
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.galeria_imagenes2::before {
  content: "Camioneta de pasajeros sin ventanas. 17 plazas.";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f4a9544;
  transform: scaleY(0);
  transition: transform .4s;
  color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.galeria_imagenes2:hover::before {
  transform: scaleY(1); }

/* IMAGEN3  */
.galeria_imagenes3 {
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.galeria_imagenes3::before {
  content: "Camioneta sin ventanas, transporte de mercancía.";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f4a9544;
  transform: scaleY(0);
  transition: transform .4s;
  color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.galeria_imagenes3:hover::before {
  transform: scaleY(1); }

/* IMAGEN4  */
.galeria_imagenes4 {
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.galeria_imagenes4::before {
  content: "Autobús gran turismo con 40 plazas.";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f4a9544;
  transform: scaleY(0);
  transition: transform .4s;
  color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.galeria_imagenes4:hover::before {
  transform: scaleY(1); }

/* IMAGEN5  */
.galeria_imagenes5 {
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.galeria_imagenes5::before {
  content: "Autobús económico con 44 plazas.";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f4a9544;
  transform: scaleY(0);
  transition: transform .4s;
  color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.galeria_imagenes5:hover::before {
  transform: scaleY(1); }

/* IMAGEN6  */
.galeria_imagenes6 {
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.galeria_imagenes6::before {
  content: "Autobús escolar, 44 plazas.";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f4a9544;
  transform: scaleY(0);
  transition: transform .4s;
  color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.galeria_imagenes6:hover::before {
  transform: scaleY(1); }

/* IMAGEN7  */
.galeria_imagenes7 {
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.galeria_imagenes7::before {
  content: "Autobús con baño y de 40 plazas.";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f4a9544;
  transform: scaleY(0);
  transition: transform .4s;
  color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.galeria_imagenes7:hover::before {
  transform: scaleY(1); }

/* IMAGEN8  */
.galeria_imagenes8 {
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.galeria_imagenes8::before {
  content: "Autobús económico de 44 plazas y con baño.";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f4a9544;
  transform: scaleY(0);
  transition: transform .4s;
  color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.galeria_imagenes8:hover::before {
  transform: scaleY(1); }

/* IMAGEN9  */
.galeria_imagenes9 {
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.galeria_imagenes9::before {
  content: "Camioneta de 26 plazas.";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f4a9544;
  transform: scaleY(0);
  transition: transform .4s;
  color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.galeria_imagenes9:hover::before {
  transform: scaleY(1); }

.galeria_img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.btn_1 {
  margin: 5px;
  color: #f3f3f3 !important;
  background-color: #1f4b95 !important;
  padding: 5px 20px !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  border-color: transparent; }

.blog_part .blog_part_tittle h2 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-left: 206px;
  text-transform: capitalize;
  line-height: 24px; }
  @media (max-width: 991px) {
    .blog_part .blog_part_tittle h2 {
      padding-left: 130px;
      margin-bottom: 30; } }
  .blog_part .blog_part_tittle h2:after {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 180px;
    height: 1px;
    background-color: #1f4b95; }
    @media (max-width: 991px) {
      .blog_part .blog_part_tittle h2:after {
        width: 110px; } }
  .blog_part .blog_part_tittle h2 span {
    color: #1f4b95; }

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 15% !important; }
  .blog_part img {
    width: 100%; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 24% !important; }
  .blog_part img {
    width: 100%; } }

@media (max-width: 576px) {
  .blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 24% !important; } }

.footer_part {
  background-color: #1f4b95;
  padding: 25px; }
  @media (max-width: 576px) {
    .footer_part {
      padding: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer_part {
      padding: 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 1080px) {
    .footer_part {
      padding: 25px; } }
  .footer_part .footer_logo {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 35px;
    padding-bottom: 22px; }
  @media (max-width: 576px) {
    .footer_part .single_footer_part {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer_part .single_footer_part {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1080px) {
    .footer_part .single_footer_part {
      margin-bottom: 20px; } }
  .footer_part .single_footer_part h4 {
    font-size: 20px;
    color: #ababb3;
    margin-bottom: 30px;
    font-weight: 600; }
    @media (max-width: 576px) {
      .footer_part .single_footer_part h4 {
        margin-bottom: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer_part .single_footer_part h4 {
        margin-bottom: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 1080px) {
      .footer_part .single_footer_part h4 {
        margin-bottom: 15px; } }
  .footer_part .single_footer_part p {
    color: #7f7f7f;
    line-height: 1.929;
    margin-bottom: 10px; }
  .footer_part .single_footer_part a img {
    margin-top: 20px; }
  .footer_part .single_footer_part .list-unstyled li a {
    color: #7f7f7f;
    margin-bottom: 10px;
    display: inline-block; }
    .footer_part .single_footer_part .list-unstyled li a:hover {
      color: #ec641c !important; }
  .footer_part .single_footer_part .social_icon {
    float: left;
    margin-top: 38px;
    width: 100%; }
    @media (max-width: 991px) {
      .footer_part .single_footer_part .social_icon {
        margin-top: 15px;
        width: 100%; } }
    .footer_part .single_footer_part .social_icon li a {
      margin-left: 0;
      margin-right: 25px; }
  .footer_part .single_footer_part .mail_part {
    position: relative; }
    .footer_part .single_footer_part .mail_part input {
      padding: 8px 22px;
      font-size: 13px;
      border-radius: 50px;
      border: 2px solid #fff;
      margin-top: 20px;
      width: 100%; }
    .footer_part .single_footer_part .mail_part .email_icon {
      position: absolute;
      right: 0px;
      top: 20px;
      width: 60px;
      height: 39px;
      background-color: #ec641c;
      text-align: center;
      color: #f3f3f3;
      border-radius: 50px;
      line-height: 10px;
      border: 2px solid #ec641c; }
  .footer_part .single_footer_part .bi-facebook {
    font-size: 26px;
    padding: 0 10px;
    color: #f3f3f3 !important; }
  .footer_part .single_footer_part .bi-instagram {
    font-size: 26px;
    padding: 0 10px;
    color: #f3f3f3 !important; }
  .footer_part .single_footer_part .bi-twitter {
    font-size: 26px;
    padding: 0 10px;
    color: #f3f3f3 !important; }
  .footer_part hr {
    background-color: #f3f3f3;
    margin-top: 50px;
    margin-bottom: 25px; }
  .footer_part .footer_icon {
    text-align: center; }
    .footer_part .footer_icon li {
      display: inline-block; }
      .footer_part .footer_icon li a {
        font-size: 14px;
        color: #fff;
        margin-left: 30px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media (max-width: 576px) {
          .footer_part .footer_icon li a {
            margin-left: 0px;
            margin-right: 25px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .footer_part .footer_icon li a {
            margin-left: 0px;
            margin-right: 25px; } }
        .footer_part .footer_icon li a :hover {
          color: #ec641c !important; }
    @media (max-width: 576px) {
      .footer_part .footer_icon {
        float: left;
        margin-top: 15px; } }
  .footer_part .copyright_text p {
    color: #f3f3f3; }
  .footer_part .copyright_text span {
    color: #1f4b95;
    font-size: 12px; }
  .footer_part .copyright_text p a {
    color: #1f4b95;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .footer_part .copyright_text p a:hover {
      color: #ec641c; }

.container_c {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  position: relative; }

.container_c::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #1b3231;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  z-index: 1; }

.evento {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
  position: relative; }

.evento::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: #DCDFD9;
  border: 2px solid #1b3231;
  position: absolute;
  z-index: 2;
  top: calc(50% - 9px);
  left: calc(50% - 9px); }

.cliente {
  display: flex;
  align-items: center;
  justify-content: start;
  width: calc(42% + 20px);
  font-size: 32px;
  font-weight: normal; }

.foto {
  width: 42%;
  border: 10px solid #fff;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.foto img {
  width: 100%;
  vertical-align: top; }

.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #e8ebef;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .submit_btn:hover {
    background: transparent; }

.btn_1 {
  padding: 19px 40px;
  font-size: 16px;
  font-weight: 700;
  background-color: #f4f4f4;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 5px; }
  .btn_1:hover {
    background-color: #1f4b95;
    color: #fff;
    border-radius: 50px; }
    .btn_1:hover a {
      color: #fff; }
  .btn_1 a {
    color: #fff; }
    .btn_1 a:hover {
      color: #fff; }
  @media (max-width: 991px) {
    .btn_1 {
      padding: 12px 32px; } }

.btn_3 {
  padding: 8px 30px; }

.btn_2 {
  position: relative;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  z-index: 9;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .btn_2:after {
    height: 30px;
    width: 30px;
    background-color: #1f4b95;
    position: absolute;
    content: "";
    top: -5px;
    left: -11px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  .btn_2 a {
    color: #fff;
    font-weight: 500; }
  .btn_2 span {
    margin-left: 6px; }

.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #e8ebef;
  text-transform: uppercase;
  background-color: #1f4b95;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media (max-width: 767px) {
    .button {
      font-size: 13px;
      padding: 9px 24px; } }
  .button:hover {
    color: #fff; }
  .button-link {
    letter-spacing: 0;
    color: #3b1d82;
    border: 0;
    padding: 0; }
    .button-link:hover {
      background: transparent;
      color: #3b1d82; }
  .button-header {
    color: #fff;
    border-color: #e8ebef; }
    .button-header:hover {
      background: #b8024c;
      color: #fff; }
  .button-contactForm {
    color: #fff;
    border-color: #e8ebef;
    padding: 12px 25px; }

.mapa {
  width: 100%; }

.contact-info {
  margin-bottom: 25px; }
  .contact-info__icon {
    margin-right: 20px; }
    .contact-info__icon i, .contact-info__icon span {
      color: #8f9195;
      font-size: 27px; }
  .contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0; }
    .contact-info .media-body h3 a:hover {
      color: #1f4b95; }
  .contact-info .media-body p {
    color: #8a8a8a; }

.contact-title {
  font-size: 25px;
  font-weight: 600;
  margin: 20px; }

.form-contact label {
  font-size: 14px; }

.form-contact .form-group {
  margin-bottom: 30px; }

.form-contact .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent; }
  .form-contact .form-control:focus {
    outline: 0;
    box-shadow: none; }
  .form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999; }

.form-contact textarea {
  border-radius: 12px;
  height: 100% !important; }

.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%; }
  .modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px; }
    .modal-message .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      right: -15px;
      top: -15px;
      padding: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      padding-bottom: 10px; }
    .modal-message .modal-dialog .modal-content .modal-header p {
      display: block; }
