@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900');
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.title__site {
  margin-bottom: 60px;
}
.title__site h2 {
  color: #050C4B;
  font-size: 48px;
  font-weight: bold;
}
.title__site::after {
  content: ' ';
  height: 6px;
  width: 200px;
  background-image: url('../images/home/line-title.png');
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.title__site p {
  font-size: 18px;
}
.padding__base {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section__nosotros {
  background-image: url('http://tresal.net/wp-content/uploads/2019/03/nosotros.png');
  background-repeat: no-repeat;
  background-position-x: right;
}
.btn__calltoaction {
  background: #F3A032;
  font-size: 20px;
  padding: 12px 20px;
  color: #fff;
}
.btn__tresal {
  background-color: #009FE0;
  color: #fff;
  border-radius: 0;
  padding: 12px;
  height: 55px;
  font-size: 16px;
  margin-left: 20px;
}
.btn__tresal::before,
.btn__tresal::after {
  content: ' ';
  height: 55px;
  width: 19px;
  position: absolute;
  display: inline-block;
  margin-top: -13px;
}
.btn__tresal::before {
  background-image: url('../images/home/btn-left.png');
  margin-left: -32px;
}
.btn__tresal::after {
  background-image: url('../images/home/btn-right.png');
  margin-left: 12px;
}
.slider {
  display: inline-block;
  margin-top: -15px;
}
.box__date {
  color: #fff;
  padding-top: 60px;
}
.box__date h5 {
  margin: 0;
  font-weight: bold;
}
.box__date span {
  font-size: 10px;
}
.line__bg {
  background-image: url('../images/home/line-color.png');
  height: 140px;
  background-repeat: no-repeat;
  position: relative;
}
.section__servicios {
  background-image: url('../images/home/servicios.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.section__beneficios {
  background-image: url('../images/home/pattern-tresal.png');
  padding-top: 120px;
}
.box__beneficio {
  color: #fff;
  font-size: 14px;
  padding: 30px 10px;
}
.box__beneficio h4 {
  color: #F3A032;
  text-transform: uppercase;
  font-size: 18px;
}
.text__servicios {
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #111131;
  margin-bottom: 30px;
  margin-top: 60px;
}
.section__mantenimiento,
.section__flotillas,
.section__limpiezas {
  background-repeat: no-repeat;
  padding: 0;
  font-size: 18px;
}
.section__flotillas {
  background-image: url('http://tresal.net/wp-content/uploads/2019/03/flotillas.png');
}
.section__limpiezas {
  background-image: url('http://tresal.net/wp-content/uploads/2019/03/limpiezas.png');
}
.section__mantenimiento {
  background-image: url('http://tresal.net/wp-content/uploads/2019/03/mantenimientos.png');
  background-position-x: right;
}
.box__service {
  padding: 60px 0;
}
.box__services {
  height: 220px;
  display: flex;
  margin-bottom: 50px;
}
.box__services .servicio__img {
  width: 40%;
  display: block;
}
.box__services .servicio__img img {
  width: 100%;
}
.box__services .servios__home {
  background: #fff;
  padding: 20px;
  display: inline-block;
  float: left;
  color: #6E6E71;
  width: 60%;
  height: 180px;
  margin-left: -40px;
  margin-top: 20px;
}
.box__services .servios__home h3 {
  font-weight: bold;
  color: #2A2784;
  font-size: 26px;
  margin-top: 0;
}
.btn__call {
  background-color: #F3A032;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  margin: 14px 40px;
  height: 62px !important;
  float: right;
  width: 200px;
}
.btn__call h5 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  letter-spacing: 2px;
}
.btn__call h6 {
  color: #9A5800;
  font-size: 10px;
  margin: 0;
}
/******* NAV *******/
/*******************/
#header {
  width: 100%;
  height: 90px;
  z-index: 3000;
  position: relative;
  background: #133984;
  background: -moz-linear-gradient(left, #133984 0%, #2a2784 100%);
  background: -webkit-linear-gradient(left, #133984 0%, #2a2784 100%);
  background: linear-gradient(to right, #133984 0%, #2a2784 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#133984', endColorstr='#2a2784', GradientType=1);
  border-bottom: 6px solid #2A2784;
}
#logo {
  width: 100px;
  float: left;
}
#logo img {
  width: 360px;
}
#navbar ul {
  height: 90px;
  margin: 0px auto;
  float: right;
}
#navbar ul > li {
  float: left;
  list-style: none;
  height: 90px;
}
#navbar ul > li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 90px;
  display: block;
  padding: 0 20px;
  text-align: center;
}
#navbar ul > li a:hover,
#navbar ul > li a:focus {
  background: #009FE0;
  color: #fff;
}
#navbar > li.active a {
  background: #009FE0 !important;
}
#res_btn {
  width: 70px;
  height: 70px;
  float: right;
  display: none;
  padding: 10px;
}
.bg__nosotros {
  background-image: url('../images/bg-nosotros.png');
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position-x: right;
}
.bg__galery {
  background: #111131;
}
ul {
  list-style: none;
}
.section__calltoaction {
  padding: 40px 0;
  height: 130px;
  background: #2a2784;
  background: -moz-linear-gradient(-45deg, #2a2784 0%, #2a2784 75%, #19194e 75%, #19194e 75%, #19194e 93%, #19194e 100%);
  background: -webkit-linear-gradient(-45deg, #2a2784 0%, #2a2784 75%, #19194e 75%, #19194e 75%, #19194e 93%, #19194e 100%);
  background: linear-gradient(135deg, #2a2784 0%, #2a2784 75%, #19194e 75%, #19194e 75%, #19194e 93%, #19194e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2784', endColorstr='#19194e', GradientType=1);
}
.section__calltoaction h4 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  text-align: right;
}
.section__calltoaction address {
  font-size: 32px;
}
#section__footer {
  background-color: #111131;
  padding: 80px 0 30px 0;
  color: #8184B7;
}
#section__footer h5 {
  color: #F3A032;
}
#section__footer h6 {
  color: #fff;
  letter-spacing: 2px;
}
#section__footer h5,
#section__footer h6 {
  font-size: 12px;
  letter-spacing: 2px;
}
.nav__footer {
  list-style: none;
}
.nav__footer li {
  color: #8184B7;
  list-style: none;
  padding: 6px 0;
}
.nav__footer li a {
  color: #8184B7;
}
hr {
  border-color: #19194E;
}
.copyright {
  font-size: 12px;
  text-align: center;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-stage-outer {
  width: 100%;
}
#owl__slide {
  margin-top: -10px;
  position: relative;
}
.owl-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: rgba(255, 255, 255, 0.8);
  width: 80px;
  height: 80px;
  padding: 20px;
  font-size: 32px;
  border-radius: 40px;
  margin: 0 40px;
}
.owl-carousel .owl-nav button.owl-next {
  float: right;
}
.list__form {
  font-size: 18px;
}
.list__form li {
  padding: 10px 0;
}
.form__contact {
  background: #009FE0;
  padding: 30px 40px;
}
@media screen and (max-width: 1260px) {
  #navbar {
    height: 80px;
    margin: 0px auto;
    float: right;
  }
  #navbar > li {
    float: left;
    list-style: none;
    height: 80px;
  }
  li > a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 80px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 1060px) {
  #header {
    width: 100%;
    height: 80px;
    position: relative;
    top: 80px;
  }
  #logo {
    width: 100%;
    height: 90px;
    float: left;
    padding-top: 10px;
    position: absolute;
    top: -90px;
    background: #fff;
  }
  #navbar {
    width: 100%;
    height: 60px;
    margin: 0px auto;
  }
  #navbar > li {
    width: 18%;
  }
  li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 0;
  }
  #navbar {
    width: 100%;
    height: 50px;
    margin: 0px auto;
  }
  #navbar > li {
    width: 19%;
    height: 50px;
  }
  li > a {
    font-size: 16px;
    line-height: 50px;
  }
}
@media screen and (max-width: 480px) {
  #navbar {
    width: 100%;
    height: 50px;
    margin: 0px auto;
    margin-top: -53px;
    display: none;
  }
  #navbar > li {
    float: none;
    list-style: none;
    width: 100%;
    background: #009ee2;
    border-bottom: 1px solid #282486;
  }
  #navbar > li a {
    line-height: 50px;
  }
  .slider {
    margin-top: 90px;
  }
  .owl-nav {
    bottom: 30%;
  }
  li > a {
    font-size: 16px;
    line-height: 50px;
  }
  #res_btn {
    display: block;
    position: relative;
    top: -70px;
    cursor: pointer;
  }
  .line__bg {
    background-image: none;
    background: #111131;
    height: auto;
    padding-bottom: 30px;
    text-align: center;
  }
  .section__mantenimiento,
  .section__nosotros,
  .section__flotillas {
    background-image: none;
  }
  .servicio__img,
  .servios__home {
    width: 100%;
  }
  .btn__call {
    margin: 0;
  }
  .box__service {
    padding: 10px 0;
  }
  .text__servicios {
    margin: 0;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    margin: 10px;
    background: none;
  }
  .text__servicios {
    font-size: 32px;
  }
  #logo img {
    width: 280px;
  }
  #section__footer {
    text-align: center;
  }
  .nav__footer li {
    padding: 0;
  }
  .section__calltoaction {
    height: auto;
    text-align: center;
  }
  .section__calltoaction img {
    display: flex;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
}
