@charset "UTF-8";
html {
  font-size: 15px; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #111111; }

.encabezado {
  background: #eff4f2;
  color: azure;
  padding: .5rem 0; 
}

.encabezado .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.encabezado .logo {
  width: 150px;
  height: auto; }

.bienvenidos {
  background: url("../images/autotransportes2.jpg") no-repeat center top;
  background-size: cover;

  background-attachment: fixed!important;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.botonMenu {
  border: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0 .8rem;
  background: transparent;
  color: green;
  margin-left: auto; }

#menuPrincipal {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-style: none; }

#menuPrincipal ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0; }

#menuPrincipal ul a {
  display: block;
  padding: .8rem 0;
  text-align: center;
  color: black;
  text-transform: uppercase;
  border-top: 1px solid #8c8888;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

#menuPrincipal ul li.active a,
#menuPrincipal ul a:hover {
  background-color: #646400;
  color: white; }

.textoEncabezado1 {
  text-align: center;
  font-weight: bold !important;
  text-transform: uppercase;
  color: white; }

.textoEncabezado {
  text-align: center;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.btn-primary {
  margin-top: 2rem;
  color: #fff;
  background-color: #646400;
  border-color: transparent; }

.btn-primary:hover {
  color: #fff;
  background-color: #643232;
  border-color: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.textoEncabezado .display-5 {
  padding-top: 10rem; }

.fechaBajada {
  display: block;
  font-size: 4rem;
  text-align: center;
  -webkit-animation: flechaAnimacion 2s ease-in-out infinite;
          animation: flechaAnimacion 2s ease-in-out infinite; }

.fechaBajada a {
  color: white; }

@-webkit-keyframes flechaAnimacion {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes flechaAnimacion {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.agencia {
  padding: 10px 0; }

.agencia {
  background: #0a827e;
  color: white; }

.imagen {
  width: 80%;
  margin: 0 auto;
  display: block; }

.queOfrecemosSeccion h2 {
  font-weight: bold; }

.queOfrecemosSeccion ul, .queOfrecemosSeccion ul li {
  list-style: none; }

.queOfrecemosSeccion ul li img {
  width: 7rem; }

.queOfrecemosSeccion ul li .contenedorSeleccion h5 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1rem; }

.queOfrecemosSeccion ul li {
  min-height: 12rem; }

.servicios {
  background: url(../images/autotransportes.jpg) no-repeat center center;
  color: white;
  background-size: cover;
  background-attachment: fixed!important; }

.servicios img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  overflow: hidden;
  margin-right: 1rem; }

.servicios article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0; }

.servicios h3 {
  margin: 0;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.servicios h3 a {
  color: white;
  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;
  text-decoration: none; }

.servicios h3 a::after {
  content: "\f35a";
  font-family: 'Font Awesome\ 5 Free';
  font-size: 2rem;
  margin-left: 1rem;
  opacity: .5;
  position: relative;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.servicios h3 a:hover::after {
  content: '\f35a';
  left: -.5rem;
  opacity: 1; }

.nuestrosCamiones .container {
  padding: 20px 0; }

.nuestrosCamiones .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: .2rem 0; }

.nuestrosCamiones .owl-prev,
.nuestrosCamiones .owl-next {
  font-size: 3rem !important;
  margin: 0 .5rem;
  color: green !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.nuestrosCamiones .owl-prev:hover,
.nuestrosCamiones .owl-next:hover {
  color: #095c09 !important; }

.footerFinal {
  background: #111;
  color: white;
  text-align: center;
  font-size: .9rem; }

.footerFinal .redesSociales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 0; }

.footerFinal .redesSociales a {
  color: white;
  font-size: 2rem;
  margin: 0 1rem;
  opacity: .7;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.footerFinal .redesSociales a:hover {
  opacity: 1; }

@media (min-width: 768px) {
  #menuPrincipal {
    height: auto !important;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  #menuPrincipal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }

  #menuPrincipal ul li a {
    padding: .8rem;
    text-transform: capitalize;
    margin: 0 .3rem;
    border-top: 0px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 4px solid transparent; }

  #menuPrincipal ul li.active a,
  #menuPrincipal ul li a:hover {
    background: transparent;
    color: #646400;
    border-bottom: 4px solid #647800; }

  .servicios article {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .servicios img {
    margin-bottom: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    margin-right: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

  .servicios article:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

  .servicios h3 a::after {
    content: ""; }

    .servicios h3 a:hover::after{
      content: '';
  }

  .servicios h3 {
    font-size: 1.5rem;
    margin: 0 0 .5rem 0;
    font-weight: bold !important;
    float: 0 1 auto;
    width: 100%; }

  .servicios h3 a {
    display: block;
    width: 100%; }

  .servicios p {
    width: 100%; }

  .servicios .btn-secondary {
    margin-top: auto; } }
.btn-secondary {
  margin-top: auto; }

@media (min-width: 768px) {
  html {
    font-size: 16px; }

  .queOfrecemosSeccion ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 7rem; }

  .queOfrecemosSeccion .imagen {
    width: 15rem; }

  .queOfrecemosSeccion ul li img {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 1rem; }

  .queOfrecemosSeccion {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }

  .queOfrecemosSeccion ul:first-child img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 1rem;
    margin-right: 0; } }
/*pagina nosotros*/
.paginasInternas .bienvenidos {
  height: 50vh; }

.paginasInternas .ruta {
  background: #0a827e;
  color: white;
  padding: 14px 0 !important; }

.paginasInternas a {
  color: white;
  text-decoration: underline; }

.paginasInternas a:hover {
  text-decoration: none; }

.paginasInternas .card .card-header {
  background: #0a827e; }

.paginasInternas .card .card-header button {
  color: white;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.paginasInternas .card .card-header button:hover {
  color: black; }

.colorQuienesSomos {
  color: white; }

/*diseño de vista serviicos*/
.paginasInternas .serviciosPage {
  background: #f2f2f0; }

.paginasInternas .serviciosPage .item-servicios img {
  width: 6rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0 auto; }

.paginasInternas .serviciosPage .item-servicios {
  border: 1px solid #e1e1e1;
  background-color: white;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 5px; }

.paginasInternas .serviciosPage .item-servicios:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 1px solid #fe4918;
  /*creamos sombra*/
  -webkit-box-shadow: 0px 0px 50px #666;
          box-shadow: 0px 0px 50px #666; }

.paginasInternas .serviciosPage .item-servicios p {
  font-family: 'tans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: gray;
  line-height: 26px;
  padding: 10px 10px; }

.paginasInternas .serviciosPage .item-servicios a {
  text-decoration: none; }

@media (min-width: 768px) {
  .paginasInternas .serviciosPage .col-md-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .paginasInternas .serviciosPage .item-servicios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .paginasInternas .btn-primary {
    margin-top: auto; }

  .paginasInternas a {
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 50px; } }

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