@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(menu.css);
@import url(superslides.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);
@import url(carrusel.css);
@import url(banners_marcas.css);
@import url(logos_marcas.css);
@import url(logos_color.css);


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: 'Raleway', sans-serif;
}

header{
  width: 100%;
  height: 100px;
  background: #333;
  color: #fff;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.contenedor{
  width: 98%;
  margin: auto;
}

h1{
  padding-top: 15px;
  float: left;
}

h2{
  font-family: 'Raleway', sans-serif;
  font-size: 100px;
  font-weight: bold;
  font-weight: 900;
}

p {
  font-weight: 200;
}

header .contenedor{
  display:  table;
}

/*section {
  width: 100%;
  margin-bottom: 25px;
}*/

footer .contenedor {
  padding: 10px;
  height: 50px;
  text-align: center;
}

.copy {
  height: 30px;
  font-size: 15px;
}

.sociales {
  width: 100%;
  text-align: center;
  font-size: 28px;
}

.sociales a {
  color: #333;
  text-decoration: none;
}

.carousel-inner img {
  margin-top: 100px;
  width: 100%;
  height: 100%;
}

.titulos_contenidos {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  text-align: center;
  justify-content: center;
}

.titulos_contenidos h2{
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  .contenedor {
    width: 100%;
  }

  .titulos_contenidos {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .titulos_contenidos h2{
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 600;
  }
}
