body {
	color: #333;
}

.main-logo {
  display: block;
  margin: auto;
  margin-top: 4px;
  height: 120px;
}

.navbar {
  background-color: #f1f1f1;
}

.navbar-start a {
  font-weight: 600;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #25509B;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Slideshow */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

.top-message {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  background-color: #25509B;
  color: #fff;
  padding: 8px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.slider-dot-indicator {
  margin-top: 8px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("../img/hero-img.jpg");

  /* Set a specific height */
  height: 500px;
  width: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.title {
	text-align: center !important;
}

/* Llantas Desktop */

.tires-subtitle {
  color: #25509B;
}

.title-tire-type {
  text-align: center;
  padding: 8px;
  font-size: 20px;
}

.ask-tire {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  text-decoration: underline;
  color: #25509B;
}

.tablink {
  background-color: #ffffff;
  font-weight: bold;
  color: #333;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
  height: 180px;
}

.accesorios {
  padding: 24px;
}

/* Llantas Desktop */

.tires-section-icon {
  height: 64px;
  padding-right: 8px;
}

/*.tablink:hover {
  background-color: #f5f5f5;
}*/

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  display: none;
  padding: 20px 20px;
  height: 100%;
}

/* Servicios */

.service-title {
  text-align: center;
  padding-top: 8px;
  font-weight: 20px;
  font-weight: bold;
}

.service-image-container {
  min-height: 120px;
}

.service-image {
  max-height: 100px;
  display: block;
  margin: auto;

}

/* footer */

footer {
  background-color: #f2f2f2;
  padding: 24px !important;
}

footer a {
  color: #333;
}

footer a:hover {
  text-decoration: underline;
}

.social-media li {
  display: inline;
  font-size: 32px;
  padding-right: 8px;
} 

footer hr {
  background-color: #979797;
  height: 1px;

}

.footer-menu li {
  display: inline;
  font-size: 12px;
}

#footer-rights-reserved {
  margin-top: 4px;
  font-weight: bold;
}

/* footer */

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.mobile-tire-type-img {
  display: inline;
  width: 64px;
  vertical-align: baseline;
}

.mobile-tire-type-title {
  display: inline;
  margin-left: 16px;
}

.mobile-services-list {
  list-style: unset;
  margin-left: 24px;
}

.mobile-services {
  background-image: linear-gradient(to right bottom, rgba(35, 122, 223, 0.7), rgba(35, 114, 207, 0.7)), url("../img/service.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.mobile-services-title {
  color: #fff;
}

.mobile-service-title {
  padding: 8px 0;
  font-weight: bold;
  color: #fff;
}

/* Contact information */

.icon-contact-container {
  text-align: center;
}

.fa-headset, .fa-store-alt {
  font-size: 36px;
}

.contact-title {
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}

/* Contact information */

.profile-title {
  border-top: 4px solid #25509B;
  padding-top: 8px;
}

.values {
  font-size: 24px;
}

.mision, .vision {
  font-size: 20px;
}

.obj {
  list-style: unset;
  padding-left: 24px;
}

.obj-item {
  padding-bottom: 12px;
}

/* Services */

.services-subtitle {
  color: #ffdd57;
}

.differentiator-section {
    background-image: linear-gradient(to right bottom, rgba(35, 122, 223, 0.7), rgba(35, 114, 207, 0.7)), url("../img/service.jpg");
    background-color: #333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

.differentiator-item {
  background: rgba(255, 255, 255, 0.9);
  margin: 20px;
  text-align: center;
  border-radius: 4px;
}

.feature-title {
  font-weight: bold;
  padding: 12px;
}

.field {
  margin: 0 20px;
}

.differentiator-section h1 {
  color: #FFF;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .top-message {
    font-size: 22px;
  }

  .hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: url("../img/hero2.jpg");

    /* Set a specific height */
    /*height: 800px;*/
    width: 100%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

} 


