@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,900&display=swap');
@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css";
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 2.7em;
  font-weight: bold
}
h3 {
  font-size: 1.7em;
  font-weight: bolder
}
p {
  font-size: 1.25em;
}
ul {
  list-style: none;
}
li {
  font-size: 1.25em;
}
button {
  font-size: 1em;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  color: white;
  background-color: #00539E;
}
button:hover {
  background-color: #00539E;
  color: #FFFFFF;
}
.container {
  max-width: 1400px;
  margin: auto;
}
.color-acento {
  color: #CC0000;
  font-weight: bold
}
.cambioColor {
  background-color: #CC0000;
  transition: background-color 300ms linear;
}
.cambioColor a {
  color: #FFFFFF;
}


header {
  background-color: #CC0000;
}
header .logo {
  margin: 0;
  padding: 15px 30px;
}
header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header nav {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 25px;
}
header a {
  padding: 5px 12px;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}
.menu a:hover {
  color: #CC0000;
  background-color: #FFFFFF;
  text-decoration: none;
  border-radius: 15px;
}
#logo-div {
  position: fixed;
  top: 15px;
}
/*#slider {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: calc(75vh - 50px);
  background-color: #F5F5F5;
  background-size: cover;
  transition: 2s ease-in;
  transition: all .1s ease-out;
  animation: slider 15s infinite linear;
  background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url("../slide/slider1_flexitec.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 250px;
     display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 90vh;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../slide/slider1_flexitec.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#slider h1 {
  color: white;
}
#slider .cont1 {
  content: "Frase que quiero poner";
  visibility: visible;
}
#slider button {
  font-size: 1em;
}*/
#somos-flexitec .container {
  text-align: center;
  padding: 100px 12px;
}
#nuestros-productos {
  background-color: #DEDEDE;
  color: white;
  text-align: center;
}
#nuestros-productos .container {
  padding: 30px 12px;
}
#nuestros-productos h2 {
  margin-top: 0;
  font-size: 3.2em;
  color: #CC0000;
  padding: 20px;
}
#nuestros-productos p {
  display: none;
  line-height: normal;
}
#nuestros-productos .carta {
  background-position: center center;
  background-size: contain;
  padding: 20px 0px;
  margin: 10px;
  border-radius: 15px;
}
.carta:first-child {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg_flexible_color.png");
}
.carta:nth-child(2) {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg_adaptadores.png");
}
.carta:nth-child(3) {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg_sellos.png");
}
.carta:nth-child(4) {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/bg_componentes.jpg");
}
.carta:nth-child(5) {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/bg_neumatica_color.png");
}
footer {
  background-color: #CC0000;
}
footer p {
  margin: 0;
  color: white;
  font-size: 14px;
}
footer h4 {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
footer .container {
  /* height: 270px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;*/
  height: 50%;
  display: flex;
  flex-wrap: wrap;
}
#footer .widget {
  padding: 20px;
}
#footer nav {
  display: flex;
  flex-direction: column;
  text-align: left;
}
#footer a {
  padding: 5px 0px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
#footer a:hover {
  color: cornsilk;
}
#footer p {
  font-weight: 600;
  font-size: 10pt;
  line-height: 20pt;
}
#contacto {
  color: #CC0000;
  text-align: center;
}
#contacto .container {
  padding: 100px 12px;
  text-align: center;
}
/*FORMULARIO CONTACTO INICIO*/
#contacto .contact_form {
  width: 460px;
  height: auto;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #fbfbfb;
  padding-left: 30px;
}
label {
  display: block;
  float: center;
  text-align: left;
}
input {
  background-color: white;
  width: 408px;
  height: 40px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #CC0000;
  padding-left: 10px;
  margin-bottom: 10px;
}
textarea {
  background-color: #fbfbfb;
  width: 405px;
  height: 150px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #CC0000;
  margin-top: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  padding-top: 15px;
}
button {
  height: 45px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  background-color: #CC0000;
  border-color: #CC0000;
  border-style: solid;
  border-radius: 10px;
  width: 420px;
  cursor: pointer;
}
button:hover {
  color: #CC0000;
  background-color: #FFFFFF;
  border-color: #CC0000;
}
#contacto .contact_form p {
  font-size: 14px;
  color: #0e0e0e;
}
#contacto input:focus {
  outline: 0;
  border: 1px solid #97d848;
}
#contacto textarea:focus {
  outline: 0;
  border: 1px solid #97d848;
}
/*FIN FORMULARIO CONTACTO*/
/*#slider_cont {
  color: white;
  font: bold;
}
@keyframes slider {
  0% {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url("../images/bg_adaptadores.png"),
  }
  25% {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url("../slide/slider1_flexitec.jpg");
  }
  26% {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../slide/slider2_flexitec.jpg");
  }
  50% {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../slide/slider2_flexitec.jpg");
  }
  51% {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../slide/slider3_flexitec.jpg");
  }
  75% {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../slide/slider3_flexitec.jpg");
  }

}
.slide-text {
  height: 100vh;
  width: 100vw;
  font-family: poppins;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categorias {
  overflow: hidden;
}
ul, li {
  color: white;
  list-style: none;
}
ul {
  width: 100%;
  min-width: 1024px;
  height: 70px;
  position: relative;
  animation: slide 15s cubic-bezier(0.68, -0.55, 0.90, 1.55) infinite;
}
li {
  position: absolute;
  height: 70px;
  lef: 200%;
  line-height: 70px;
  font-size: 45px;
}
li:first-child {
  left: 100%;
}
li:last-child {
  left: 400%;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  15%, 30% {
    transform: translateX(-100%);
  }
  45%, 60% {
    transform: translateX(-200%);
  }
  75%, 90% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-400%);
  }
}*/
@media (min-width: 850px) {
  /* #slider_cont {
    color: white;
    font: bold;
  }*/
  header {
    position:fixed;
    width: 100%;
    
  }
  header .logo {
    margin: 0;
    padding: 0px 30px;
  }
  header .container {
    /* flex-direction: row;
    justify-content: space-between;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  header nav {
    flex-direction: row;
    padding-bottom: 0;
    padding-right: 20px;
  }
  .menu a:hover {
    color: #CC0000;
    background-color: #FFFFFF;
    text-decoration: none;
    border-radius: 15px;
    transition: background-color 400ms linear;
  }
  .cambioColor a:hover {
    color: #CC0000;
    background-color: #FFFFFF;
    transition: background-color 400ms linear;
  }
  #somos-flexitec .container {
    display: flex;
    justify-content: space-evenly;
  }
  #contacto .container {
    display: flex;
    justify-content: space-evenly;
  }
  #somos-flexitec .texto {
    width: 50%;
    max-width: 600px;
    text-align: initial;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #somos-flexitec h2 {
    margin-top: 0px;
  }
  #somos-flexitec .img-container {
    background-image: url("../images/flexitec_home1.png");
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 400px;
  }
  #contacto .img-container {
    background-image: url("../images/img_contacto.jpeg");
    background-size: cover;
    background-position: right;
    height: 500px;
    width: 400px;
  }
  #contacto .texto {
    width: 50%;
    max-width: 600px;
    text-align: initial;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #nuestros-productos .productos {
    display: flex;
    justify-content: center;
  }
  #nuestros-productos p {
    display: block;
    margin-bottom: 30px;
    font-size: 1.1em;
  }
  #nuestros-productos h2 {
    font-size: 3em;
  }
  #nuestros-productos h3 {
    margin-top: 0;
    font-size: 1.3em;
  }
  #nuestros-productos .carta {
    padding: 20px;
    max-width: 300px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position-y: 10;
    background-color: rgba(50, 50, 50, 1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  }
  .carta:first-child {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url("../images/bg_flexible_color.png");
  }
  .carta:nth-child(2) {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url("../images/bg_adaptadores_color.png");
  }
  .carta:nth-child(3) {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url("../images/bg_sellos_color.png");
  }
  .carta:nth-child(4) {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url("../images/bg_componentes.jpg");
  }
  .carta:nth-child(5) {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url("../images/bg_neumatica_color.png");
  }
  footer .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}