.pagina {
  font-family: 'Lato', sans-serif;
}
#mensaje1 {
  margin: 0 auto;
  padding-top: 75px;
  margin-bottom: 10px;
  width: 80%;
  clear: both;
  text-align: center;
  font-size: 28px;
  font-family: 'Lato', sans-serif;
  color: #5C5C5C;
}
#mensaje2 {
  margin: 0 auto;
  font-size: 7px;
  color: #F7F7F7;
}
.info_producto {
  clear: both;
  display: block;
  width: 70%;
  color: #63768D;
  min-width: 300px;
  max-width: 820px;
  margin: 0 auto;
  margin-top: 20px;
}
.imagen_producto {
  float: left;
	margin-top: 30px;
	width: 48%;
  min-width: 300px;
  max-width: 393px;
  display: inline-block;
}
.texto_producto {
	margin-top: 30px;
  width: 48%;
  min-width: 300px;
  max-width: 393px;
  margin-left: 4%;
  display: inline-block;
}
.linea {
  clear: both;
  margin:0 auto;
  padding-top: 25px;
  width: 70%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: gray;
 }
#titcar {
  color: #FF5627;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
#text_tec {
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
}
#text_fun {
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
}
#link_kit {
  padding: 3px 8px;
  height: 30px;
  width: 260px;
  border-style: solid;
  border-width: 1px;
  border-color: #FF5627;
  color: #FF5627;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  }
#link_kit a {
  color: #FF5627;
  text-decoration: none;
  }

* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
/*  position: relative;*/
  margin: auto;
}

/* The dots/bullets/indicators */
.dot img {
  cursor:pointer;
  height: 55px;
  width: 80px;
  margin: 0 6px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.6s ease;
  border-width: 1px;
  border-style: solid;
  border-color: #C5C5C5;
}

.active img {
  border-width: 2px;
  border-style: solid;
  border-color: #C5C5C5;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media screen and (min-width: 981px) and (max-width:1280px) {
.productos {
  background-image:url("../globalimag/Productos/FondoProductos_L.png");
  height: 160px; 
  margin-top: 48px;
}
#mensaje1 {
  padding-top: 65px;
}
.info_producto {
  width: 80%;
}
.linea {
  width: 80%;
}
}
@media screen and (min-width: 781px) and (max-width: 980px) {
.productos {
  background-image:url("../globalimag/Productos/FondoProductos_M.png");
  height: 140px;
  margin-top: 40px; 
}
#mensaje1 {
  width: 95%;
  font-size: 25px;
  padding-top: 60px;
}
.info_producto {
  width: 90%;

}
.linea {
  width: 90%;
}
}
@media screen and (min-width: 451px) and (max-width: 780px) {
.productos {
  background-image:url("../globalimag/Productos/FondoProductos_S.png");
  height: 120px; 
  margin-top: 16px;
}
#mensaje1 {
  width: 95%;
  font-size: 22px;
  padding-top: 35px;
}
.info_producto {
  width: 90%;
}
.imagen_producto, .texto_producto {
  width: 70%;
  float: none;
  display: block;
  margin: 0 auto;
}
.linea {
  width: 95%;
}
#titcar {
  margin-top: 20px;
}
.dot img {
  height: 42px;
  width: 60px;
}
}
@media screen and (max-width: 450px) {
.productos {
  background-image:url("../globalimag/Productos/FondoProductos_SS.png");
  height: 100px; 
  margin-top: 16px;
}
#mensaje1 {
  width: 100%;
  font-size: 20px;
  padding-top: 30px;
}
.info_producto {
  width: 99%;
}
.imagen_producto, .texto_producto {
  width: 70%;
  float: none;
  display: block;
  margin: 0 auto;
}
.linea {
  width: 95%;
}
#titcar {
  margin-top: 20px;
}
.dot img {
  height: 42px;
  width: 60px;
}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {
  font-size: 11px
}
.dot img {
  height: 42px;
  width: 60px;
}
}