@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,500&display=swap");
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.flex {
  background-color: #00235d;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 70px;
  flex-wrap: wrap;
}

.call-to {
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15pt;
}

nav {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0px 10px;
  transition: 0.5s;
  display: block !important;
  z-index: 9;
  background-color: #fdc800;
}

nav ul {
  float: right;
  margin: 0;
  padding: 0;
  display: flex;
}

nav ul li {
  list-style: none;
}

nav ul li a {
  line-height: 80px;
  color: #00235d;
  padding: 5px 20px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
}

nav.black ul li a {
  color: #fff;
  line-height: 60px;
}

.active > a {
  color: #fff;
}

.responsive-bar {
  display: none;
}

.slogan {
  background-color: #fdc800;
  padding: 10px 0 10px 0;
}

.title-slogan {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 500;
}

.content {
  padding: 70px 0 70px 0;
}

.title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 38pt;
  text-align: center;
}

.title-serv {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fdc800;
  font-size: 38pt;
  text-align: center;
}

.item-ul {
  font-size: 17pt;
}

.background {
  background: url(../img/parallax.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 63vh;
}

.background-content {
  width: 50%;
  padding: 50px 0 50px 0;
}

.flotar-right {
  float: right;
}

.title-mecanic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fdc800;
  font-size: 38pt;
  text-align: center;
}

.item-ul-mecanic {
  font-size: 19pt;
  color: #fff;
}

.banner {
  background-color: #00235d;
  width: 100%;
}

@font-face {
  font-family: impact;
  src: url(../Fonts/impact.ttf);
}

.row-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.title-tratmiento {
  text-align: center;
  color: #fff;
  font-size: 40pt;
  /* padding-top: 80px; */
  font-family: impact;
  font-weight: 700;
}

.precio {
  color: #fdc800;
  font-family: impact;
  font-size: 100pt;
  text-align: center;
}

@font-face {
  font-family: robotoFont;
  src: url(../Fonts/Roboto-MediumItalic.ttf);
}

.title-h4 {
  text-align: center;
  font-family: robotoFont;
  font-size: 25pt;
  color: #00235d;
  padding-bottom: 30px;
}

.cero-padding {
  padding: 0;
}

.item-ul-principal-serv {
  font-size: 17pt;
  color: #606060;
}

.back-horario {
  background: url(../img/back-horario.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 41vh;
}

.content-horario {
  width: 50%;
  float: right;
}

.title-horario {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #00235d;
}

.title-p {
  font-size: 15pt;
}

.boton-back {
  background-color: #1c2a5b17;
  padding: 50px 0 50px 0;
}

.centrado {
  text-align: center;
}

.boton {
  background-color: #00235d;
  color: #fff;
  border-radius: 10px;
}

.back-footer {
  background-color: #00235d;
  padding: 50px 0 50px 0;
}

.p-footer {
  color: #fff;
  text-align: center;
  font-size: 15pt;
}

.title-footer {
  color: #fff;
  text-align: center;
}

.call-footer {
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 17pt;
  padding-top: 0;
}

.copyright {
  background-color: #333333;
  width: 100%;
  padding: 20px 0 20px 0;
}

.bloque-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100% !important;
}

.superpages {
  color: #fff !important;
}

.contacto {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #00235d;
  padding: 50px 0 50px 0;
}

.background-contacto {
  background: url(../img/back-contacto.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 30vh;
}

.formulario {
  padding: 70px 0 70px 0;
}

.back-form {
  background-color: rgba(255, 255, 255, 0.466);
  padding: 20px;
}

textarea.form-control {
  height: 100px;
}

input.text_field_big {
  border: 1px solid #fdc800;
}

.btn-color {
  background-color: #fff;
  border: 1px solid #fdc800;
}

.flotar-derecha {
  float: right;
  margin: 8px;
  border-radius: 12px;
  padding: 7px 20px 7px 20px;
}

.whatsapp {
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  position: fixed;
  left: 20px;
  bottom: 20px;
  border-radius: 20%;
  line-height: 80px;
  text-align: center;
  z-index: 999;

}

@media (max-width: 992px) {
  nav {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 15px;
    padding: 0px 10px;
    transition: 0.5s;
    display: block !important;
    z-index: 9;
    background-color: #fdc800;
  }
  .responsive-bar {
    display: block;
    width: 100%;
    height: 40px;
    background: #fdc800;
    position: relative;
    top: 70;
    left: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    z-index: 99;
  }
  .responsive-bar .logo img {
    float: left;
    height: 50px;
  }
  .responsive-bar .menu h4 {
    float: right;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s;
  }
  nav ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px;
    background: #fdc800;
    float: none;
    display: none;
  }
  nav ul.active {
    display: block;
    transition: 0.3s;
  }
  nav ul li {
    width: 100%;
  }
  nav ul li a {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 30px !important;
    color: #00235d;
  }
  .title-h4 {
    text-align: center;
    font-family: robotoFont;
    font-size: 17pt;
    color: #00235d;
    padding-bottom: 30px;
  }
  .item-ul-principal-serv {
    font-size: 15pt;
    color: #606060;
  }
  .flotar-right {
    float: right;
  }
  .title-mecanic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #fdc800;
    font-size: 38pt;
    text-align: center;
  }
  .item-ul-mecanic {
    font-size: 25pt;
    color: #fff;
  }
  .title-tratmiento {
    text-align: center;
    color: #fff;
    font-size: 25pt;
    padding-top: 80px;
    font-family: impact;
    font-weight: 700;
  }
  .title-p {
    font-size: 12pt;
  }
  .img-metodo {
    width: 200px;
  }
}

@media (max-width: 600px) {
  .item-flex-logo {
    width: 40%;
  }
  .logo {
    width: 150px;
  }
  .flotar-right {
    float: right;
    padding-left: 20px;
  }
  .title-slogan {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 15pt;
  }
  .title-mecanic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #fdc800;
    font-size: 20pt;
    text-align: center;
    padding: 20px;
  }
  .item-ul-mecanic {
    font-size: 12pt;
    color: #fff;
  }
  .background {
    background: url(../img/parallax.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
  }
  .precio {
    color: #fdc800;
    font-family: impact;
    font-size: 25pt;
    text-align: center;
  }
  .title-tratmiento {
    text-align: center;
    color: #fff;
    font-size: 17pt;
    padding-top: 80px;
    font-family: impact;
    font-weight: 700;
  }
  .img-metodo {
    width: 150px;
  }
  .title-h4 {
    text-align: center;
    font-family: robotoFont;
    font-size: 12pt;
    color: #00235d;
    padding-bottom: 30px;
  }
  .back-horario {
    background: url(../img/back-horario.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
  }
  .title-horario {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #00235d;
    font-size: 20pt;
  }
  .background-content {
    width: 100%;
    padding: 50px 0 50px 0;
  }
  .background-contacto {
    background: url(../img/back-contacto.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 90vh;
  }
}

.banner-gomas {
  background-image: url("../img/background-tires.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 4em 2em;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.banner-gomas h4 {
  color: #00235d;
  font-weight: 600;
  font-size: 1.8em;
  margin-bottom: 1.5em;
}
.banner-gomas h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5em;
  text-transform: uppercase;
}
.banner-gomas h3 span {
  font-size: 1.5em;
  color: #00235d;
}

@media (max-width: 767px) {
  .banner-gomas {
    min-height: 500px;
  }
  .banner-gomas h3 {
    font-size: 1.5em;
  }
  .banner-gomas h3 span {
    font-size: 1em;
  }
  .banner-gomas h4 {
    font-size: 1.3em;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .banner-gomas {
    min-height: 500px;
  }
  .banner-gomas h3 {
    font-size: 2em;
    width: 400px;
  }
  .banner-gomas h3 span {
    font-size: 1em;
  }
  .banner-gomas h4 {
    font-size: 1.7em;
  }
}
