@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500");
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto");
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans|Roboto");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,500,500i,700,900&display=swap");

#contact-form {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 200;
}
.wa_button {
  position: fixed;
  top: 60px;
  left: 10px;
  width: 60px;
  height: 60px;
  z-index: 10000;
}

/* .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -99;
  width: 100%;
  min-height: 100%;
  background-size: 100%;
} */

/* .video-foreground,
.video-background video {
  width: 100%;
} */

header {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  width: 100%;
  height: auto;
  background-size: 100%;
  background-attachment: fixed;
  position: fixed;
  padding: 0;
  padding-bottom: 20px;
  vertical-align: middle;
  z-index: 1000;
}

h1 {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  margin: 0 !important;
}

h2 {
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  line-height: 0.9em;
  margin: 0 !important;
}

h3 {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0 !important;
}

menu {
  color: #fff;
  text-align: right;
  padding: 10px 0 20px 0;
  margin: auto;
  width: 100%;
  min-height: 20px;
  padding: 20px 0;
  position: fixed;
  z-index: 800;
  bottom: 0%;
  font-weight: 400;

  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

#estudio > section.claro > div.centrado5.caja > strong,
#estudio > section.claro > div.completo.centrado3 > div > span > strong {
  color: rgba(255, 196, 0, 0.9) !important;
}

.atras {
  background: #222;
  z-index: 600;
}
body > menu.atras {
  padding: 0;
  padding-top: 50px;
}

menu a {
  color: #fff;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

menu:hola {
  background: red;
}

menu a:hover {
  color: #ffc400;
}

menu .item {
  list-style: none;
  width: 33.3%;
  text-align: center;
  float: left;
}
#espaciologo {
  width: 100%;
  height: 150px;
}

section {
  min-height: 20px;
  overflow: auto;
  width: 100%;
  padding: 100px 0 20px 0;
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

body > header > nav.top-menu > ul > li {
  display: inline-block;
  list-style-type: none;
  width: 48%;
}

body > header > nav > ul > li:nth-child(2) {
  text-align: right;
}

.redes {
  width: 550px;
  height: 40px;
  overflow: auto;
  float: right;
  text-align: right;
  margin: 0 60px 60px 0;
}

.oscuro {
  background-color: #222;
  color: #fff;
}

.claro {
  background-color: #222222;
  color: #ffc400 !important;
}

.claro2 {
  color: white !important;
}

.mitad {
  height: auto;
  width: 50%;
  overflow: auto;
  padding: 15px 5% 15px 5%;
  margin: auto;
  float: left;
}

.partner {
  width: 11%;
  margin: 4px 1.5% 4px 1.5%;
  height: auto;
  display: inline-block;
  float: none !important;
}

.completo {
  height: auto;
  width: 90%;
  overflow: auto;
  padding: 10px 5px 50px 5px;
  float: none;
  margin: auto;
  text-align: left;
}

.completoCategoria {
  height: auto;
  width: 90%;
  overflow: auto;
  padding: 10px 5px 150px 5px;
  float: none;
  margin: auto;
  text-align: left;
}

.centrado {
  max-width: 800px;
  /* margin: auto; */
  text-align: left;
  padding: 250px 0;
  font-size: 0.9em;
}

.centradoPeque {
  max-width: 800px;
  margin: auto;
  text-align: left;
  padding: 10px 0;
  font-size: 1.2em;
}

.centrado2 {
  max-width: 900px;
  margin: auto;
  text-align: left;
  padding: 50px 0;
  font-size: 1.2em;
  background-color: transparent !important;
}

.centrado3 {
  color: white !important;
  max-width: 900px;
  margin: auto;
  text-align: left;
  padding: 50px 0;
  font-size: 1.1rem;
  background-color: transparent !important;
}

.centrado4 {
  color: white !important;
  max-width: 1150px;
  margin: auto;
  text-align: left;
  padding: 20px 50px 50px 50px;
  font-size: 1.1rem;
  background-color: transparent !important;
}

.centrado5 {
  color: white !important;
  max-width: 1150px;
  margin: auto;
  text-align: left;
  padding: 20px 50px 50px 50px;
  font-size: 1.1rem;
  background-color: transparent !important;
}

.tercio {
  width: 30%;
  min-height: 50px;
  float: none;
  display: inline-block;
  margin: 10px 1% 10px 1%;
  text-align: center;
  vertical-align: top;
}

.cuarto {
  width: 24%;
  min-height: 50px;
  float: none;
  display: inline-block;
  margin: 15px 0 15px 0;
  text-align: left;
}

.logo {
  float: left !important;
  height: 18px;
  padding: 15px 0;
  width: auto;
}

.telefono {
  font-family: "Montserrat", sans-serif;
  float: right !important;
  height: 18px;
  padding: 15px 15px;
  width: auto;
  position: fixed right 100%;
  text-align: right;
}

.pregunta {
  font-family: "Montserrat", sans-serif;
  float: right !important;
  padding: 15px 15px;
  width: 250px;
  position: fixed right 100%;
  text-align: center;
  overflow: hidden;
  z-index: 1000000000;

  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.boton {
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: 200;
  border: 1px solid #ffffff;
  float: none;
  display: inline-block;
  padding: 8px 0 8px 0;
  margin: 10px;
  width: 200px;
  text-align: center;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.claro .boton {
  border: 1px solid #999999;
}

.claro .boton:hover {
  border: 1px solid #999999;
  color: #fff;
  background: #999;
}

.boton:hover {
  color: black;
  background: #fff;
}

a {
  text-decoration: none !important;

  color: inherit;
}

footer section {
  padding: 0 !important;
}

#contact-form {
  width: 50%;
  min-height: 550px;
  padding: 20px 10px;
  border-radius: 15px 0 0 15px;
  background-color: black;
  position: fixed;
  top: 55px;
  right: 0px;
  z-index: 123456789;
}

label {
  position: absolute;
  background-color: black;
  border-radius: 5px 0 0 5px;
  width: 70px;
  height: auto;
  font-weight: lighter;
}

#contact-form > nav > form > label > i {
  margin: 6px 0;
  width: 15px;
}

input {
  width: 90% !important;
  border: none;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
}

textarea {
  width: 90% !important;
  border: none;
  text-align: center;
  border-radius: 5px;
}

#submit {
  color: white;
  background-color: #ffc400;
  text-align: center;
}

.nota {
  font-size: 0.8em;
}
.oswald {
  font-family: "Oswald", sans-serif;
}

.contenedor1 {
  width: 25%;
  height: auto;
  float: left;
}

.contenedor2 {
  width: 50%;
  height: auto;
  float: left;
}

.contenedor2Otro {
  width: 50%;
  height: auto;
  float: left;
}

.contenedor3 {
  width: 33.33%;
  height: auto;
  float: left;
}

.imagenes {
  height: auto;
  overflow: auto;
  width: 90%;
  margin: 0 5%;
  background-color: #ffc400;
}

.imagenes2 {
  height: auto;
  overflow: auto;
  width: 60%;
  margin: 0 auto !important;
  background-color: #ffc400;
}

.imagen {
  width: 100%;
  height: auto;
  overflow: auto;
  float: left;

  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.imagen:hover {
  opacity: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contenedorimagen {
  width: 100%;
  height: auto;
  overflow: auto;
  color: #fff;
}

.contenedortexto {
  width: auto;
  height: auto;
  position: relative;
  z-index: 500;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  background-color: red;
}

.notaimagen {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.top-left {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  height: none !important;
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.image-set {
  max-width: 1200px;
  height: auto;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.example-image {
  width: 250px;
  height: 250px;
  display: inline-block;

  margin: 15px;
  text-align: center;
  overflow: hidden;
}

.example-image2 {
  width: 250px;
  height: 250px;
  display: inline-block;

  margin: 15px;
  text-align: center;
  overflow: hidden;
}

.separacion {
  background-image: url("../img/89ebg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center !important;
  height: 400px;
  width: 100%;
}

.container {
  height: auto;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  /* padding: 10px 5px 50px 5px; */
  /* margin: 20px; */
  /* align-self: center; */
}

input[type="radio"] {
  display: none;
}

body > section:nth-child(12) > div > div > label:nth-child(2) {
  margin-left: 70px;
}

body > section:nth-child(12) > div > div > label {
  position: relative !important;
  min-width: 16%;
  float: left;
  text-align: center;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #222222;
  padding: 10px;
  margin: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  border: none !important;
}

input[type="radio"][id="reset"]:checked + label,
input[type="radio"][id="hogar"]:checked + label,
input[type="radio"][id="infantil"]:checked + label,
input[type="radio"][id="tuning"]:checked + label,
input[type="radio"][id="comercial"]:checked + label {
  background: #ffc400;
}

input[type="radio"][id="hogar"]:checked ~ .comercial,
input[type="radio"][id="hogar"]:checked ~ .infantil,
input[type="radio"][id="hogar"]:checked ~ .tuning {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}

input[type="radio"][id="infantil"]:checked ~ .comercial,
input[type="radio"][id="infantil"]:checked ~ .hogar,
input[type="radio"][id="infantil"]:checked ~ .tuning {
  padding: 0;
  opacity: 0;
  height: 0;
  margin: 0;
  width: 0;
}

input[type="radio"][id="tuning"]:checked ~ .comercial,
input[type="radio"][id="tuning"]:checked ~ .hogar,
input[type="radio"][id="tuning"]:checked ~ .infantil {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}

input[type="radio"][id="comercial"]:checked ~ .hogar,
input[type="radio"][id="comercial"]:checked ~ .tuning,
input[type="radio"][id="comercial"]:checked ~ .infantil {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.tile {
  width: 23%;
  height: 100px;
  float: left;
  transition: all 1s;
  margin: 0.5%;
  padding: 0.5%;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .centrado4 {
    display: none;
  }
  header {
    background-size: 200%;
    background-position: right top !important;
  }

  .pregunta {
    width: 100%;

    border-left: none;
  }

  body > menu.atras {
    padding-top: 60px;
  }

  .video-background {
    width: 200%;
    left: -50%;
    margin: auto !important;
  }

  h1 {
    font-size: 48px;
  }

  #contacto > nav:nth-child(1) > h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
    line-height: 1em;
  }

  h3 {
    font-size: 30px;
  }

  #contacto > nav:nth-child(1) > h3:nth-child(4),
  #contacto > nav:nth-child(1) > h3:nth-child(6) {
    font-size: 25px;
  }

  section {
    min-height: 20px;
    overflow: auto;
    width: 100%;
    background-size: 200%;
    background-attachment: fixed;
    background-repeat: no-repeat;

    background-position: right top !important;
    padding-bottom: 220px;
  }

  body > section.claro {
    padding-top: 20px !important;
  }

  body > section.claro > nav > hr,
  #comercial > nav > hr,
  #tuning > nav > hr,
  #infantil > nav > hr,
  #musica > nav > hr,
  #protesis > nav > hr {
    width: 100%;
  }

  #tuning,
  #musica {
    background-position: inherit !important;
  }

  #comercial,
  #tuning,
  #infantil {
    background-position: center top !important;
  }
  #estudio {
    background-position: center top !important;
    background-size: 140%;
    padding-bottom: 0;
  }
  #estudio > nav {
    padding-bottom: 250px;
  }

  #comercial > nav,
  #tuning > nav,
  #infantil > nav,
  #musica > nav,
  #protesis > nav {
    padding-bottom: 0px;
  }

  #comercial > nav > h1 {
    font-size: 40px;
  }

  #tuning > nav > h1 {
    font-size: 31px;
  }

  .redes {
    /* display: none; */
    width: 330px;
    margin: 50px 0 0 0;
    float: none;
    height: 80px;
    display: inline-block;
    padding-left: 5px;
  }

  #estudio > section.claro > div.completo.centrado3 > div:nth-child(1),
  #estudio > section.claro > div.completo.centrado3 > div:nth-child(2) {
    height: 650px !important;

    border-radius: 15px !important;
  }

  .mitad {
    width: 95% !important;
    margin: 25px 5px !important;
  }

  .completo2 {
    padding: 50px 5% 50px 2%;
  }

  .centrado {
    padding: 100px 6% 50px 6%;
  }

  .centrado.caja {
    font-size: 15px;
    margin-top: 160px;
  }

  .contenedor1 {
    width: 100%;
    height: auto;
    float: left;
  }

  .contenedor2 {
    width: 100%;
    height: auto;
    float: left;
  }

  .contenedor2Otro {
    width: 100%;
    height: auto;
    float: left;
  }

  .contenedor3 {
    width: 100%;
  }

  .imagenes {
    height: auto;
    overflow: auto;
    width: 90%;
    margin: 0 5%;
    background-color: #ffc400;
  }

  .imagenes2 {
    height: auto;
    overflow: auto;
    width: 90%;
    margin: 0 auto !important;
    background-color: #ffc400;
  }

  .imagen {
    width: 100%;
    height: auto;
    overflow: auto;
    float: left;
  }

  .example-image {
    width: 340px;
    height: 340px;
    margin: 5px;
  }

  .example-image2 {
    width: 250px;
    height: 250px;
    margin: 5px;
  }

  .tercio {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid white;
  }

  .tercio > img {
    width: 60px;
    margin: 10px;
  }

  .completo2 > .cuarto {
    text-align: center;
  }

  .cuarto {
    width: 30%;
    padding: 20px;
    padding-right: 120px !important;
  }

  .titulo2 {
    font-size: 18px;
  }

  .peque {
    display: none;
  }

  #contact-form {
    width: 90%;
  }

  .completo {
    padding: 10px 5px 30px 5px;
  }

  .separacion {
    background-size: 200% 120%;
  }

  body > section:nth-child(12) > div > div > label:nth-child(2) {
    margin-left: 35px;
  }

  body > section:nth-child(12) > div > div > label {
    min-width: 80%;
    margin-left: 35px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}

/* Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) and (max-width: 991.98px) { */
@media (min-width: 576px) and (max-width: 991.98px) {
  menu {
    background-color: black;
  }

  .mitad {
    width: 100% !important;
    margin: 25px 0 !important;
  }

  #contact-form {
    width: 60%;
  }
}
