:root {
  --azul: #0511f2;
  --azul-claro: #3b82bf;
  --amarillo: #f2cb05;
  --gris: #595959;
  --negro: #0d0d0d;
  --blanco: #ffffff;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 1.8rem;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

h1,
h2,
h3 {
  font-weight: 300;
  margin: 0;
}

ul {
  list-style-type: none;
}

/*Header*/

.header {
  background-image: url(../img/bg-header.webp);
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.titulo-principal {
  padding: 5vw;
  width: 55vw;
}

.titulo-principal h1 {
  font-size: 4em;
  color: var(--blanco);
}

/*Barra de navegacion*/

.barra-navegacion {
  display: flex;
  height: 10vh;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--blanco);
  justify-content: space-around;
}

.barra-navegacion a {
  width: 20%;
}

.barra-navegacion a img {
  height: 9vh;
  padding: 0.5vh;
  display: block;
  margin: 0 auto;
}

.barra-navegacion ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: 10vh;
  margin: 0;
}

.barra-navegacion li a {
  text-decoration: none;
  text-align: center;
  color: var(--azul-claro);
  padding: 3.7vh;
}

.whatsapp:hover {
  color: green !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.facebook:hover {
  color: var(--azul) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.barra-navegacion li a:visited {
  color: var(--azul-claro);
}

.barra-navegacion li a:hover {
  color: var(--blanco);
  background-color: var(--azul-claro);
}

.barra-navegacion li a i {
  font-size: 2em;
}

/*Nosotros*/
/*.nosotros {}
*/
.nosotros p {
  text-align: center;
  font-size: 2rem;
  margin-top: 2vh;
}

.nosotros-objetivos {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: var(--amarillo);
  padding: 1vh 12vh;
}

.nosotros-objetivos div h3 {
  font-size: 2.2rem;
  text-align: justify;
  margin: 1rem;
}

.nosotros-objetivos div p {
  font-size: 2rem;
  text-align: justify;
  margin: 1rem;
}

.head-nosotros {
  width: 100%;
  display: flex;
  padding-top: 12vh;
  align-items: center;
  justify-content: space-around;
}

.head-nosotros-div:first-child {
  text-align: left;
  width: 30%;
  padding-left: 10rem;
}

.head-nosotros-div:last-child {
  width: 70%;
  text-align: right;
  padding-right: 10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.head-nosotros-div:last-child p {
  text-align: right;
}

.head-nosotros p {
  background-color: var(--azul-claro);
  padding: 0.5rem;
  width: 50%;
  margin: 0.5rem;
  font-size: 2rem;
  color: var(--blanco);
  border-radius: 50px;
}

.head-nosotros p:nth-child(2) {
  width: 40%;
}

.contenedor-bg-nosotros {
  display: flex;
  justify-content: center;
}

.contenedor-bg-nosotros img {
  width: 100%;
}

/*Servicios*/
.servicios {
  height: 100vh;
  background-image: url(../img/bg-servicios.webp);
  background-size: cover;
}

.servicios h2 {
  padding-top: 15vh;
  text-align: center;
}

.barra-senales {
  background-color: var(--amarillo);
  height: 10vh;
}

.barra-senales ul {
  height: 10vh;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  align-items: center;
  padding: 1rem;
}

.barra-senales ul li {
  text-align: center;
}

.boton-servicios {
  font-weight: 500;
  color: var(--blanco);
}

.boton-servicios:hover {
  cursor: pointer;
}

.senales {
  display: none;
}

.pintura {
  display: none;
}

.horizontal {
  display: none;
}

.leds {
  display: none;
}

.proteccion {
  display: none;
}

.servicio {
  color: var(--blanco);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.servicio ul li {
  line-height: 2;
  font-size: 2rem;
}

/*Contacto*/
.contacto {
  height: 100vh;
  background-color: var(--negro);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10vh;
}

.contacto h2 {
  font-size: 8rem;
  color: var(--blanco);
}

.contacto h2 span {
  border-bottom: var(--amarillo) 10px dotted;
}

.boton-c:hover {
  cursor: pointer;
}
.info-contacto {
  margin-top: 5rem;
  color: var(--blanco);
}

.info-contacto p {
  margin: 0;
}

.info-titulo {
  font-size: 3rem;
}

/*Catalogo*/
.catalogo {
  height: 100vh;
}

/*Form flotante*/

.form-flotante {
  display: block;
  width: 25%;
  position: fixed;
  bottom: 15vh;
  right: 2vh;
  padding: 3rem;
  background-color: var(--azul-claro);
  border-radius: 30px;
  color: var(--blanco);
  z-index: 100;
  border: var(--blanco) 5px solid;
}

.form-flotante form {
  display: flex;
  flex-direction: column;
}

.form-flotante form legend {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 1rem 0;
}

.form-flotante form label {
  font-size: 1.5rem;
}

.form-flotante form input {
  padding: 0.5rem;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 50px;
  border: none;
}

.form-flotante form textarea {
  font-size: 1.5rem;
  border-radius: 15px;
  border: none;
}

.boton-enviar {
  margin-top: 1rem;
  padding: 1rem;
  color: var(--negro);
  background-color: var(--amarillo);
  border: none;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 500;
}

.boton-enviar:hover {
  cursor: pointer;
}

.fix-bottom-form {
  bottom: 15vh;
}

/*Boton animado de contacto*/

.boton-anim {
  display: none;
  width: 60px;
  height: 60px;
  background: var(--amarillo);
  position: fixed;
  bottom: 1vh;
  right: -1.3rem;
  z-index: 99;
  text-align: center;
  overflow: hidden;
  line-height: 65px;
  font-size: 1.5em;
  color: #fff;
  -moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

.boton-anim:hover {
  cursor: pointer;
  background-color: var(--azul-claro);
  transition: 0.3s ease-in-out;
}

@media (max-height: 650px) {
  .form-flotante form textarea {
    height: 4rem;
  }

  .boton-enviar {
    height: 3rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media (max-width: 1150px) {
  .form-flotante {
    width: 35%;
  }

  .titulo-principal {
    font-size: 1.5rem;
  }
}

@media (max-width: 850px) {
  .form-flotante {
    width: 50%;
  }

  .titulo-principal {
    font-size: 1.2rem;
  }

  .barra-navegacion ul li a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 710px) {
  .barra-navegacion a img {
    height: 8vh;
    padding-top: 2vh;
  }

  .head-nosotros-div:first-child {
    width: 40%;
    padding: 0;
  }

  .head-nosotros-div:last-child {
    width: 40%;
    padding: 0;
  }

  .head-nosotros-div p {
    width: 100%;
    padding: 1rem;
  }

  .head-nosotros-div p:nth-child(2) {
    width: 90%;
    padding: 1rem;
  }
}

@media (max-width: 500px) {
  .barra-navegacion a img {
    display: none;
  }

  .logo {
    display: none;
  }

  .barra-navegacion ul {
    width: 100%;
    padding-left: 0;
  }

  .titulo-principal {
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
  }

  .contacto {
    height: 100vh;
    background-color: var(--negro);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5%;
    padding-top: 60%;
  }

  .contacto h2 {
    font-size: 4rem;
  }

  .header {
    display: block;
    margin-top: 17%;
  }

  .form-flotante {
    width: 90vw;
    bottom: 15vh;
    right: 6vw;
    border: var(--blanco) 2vw solid;
  }

  .head-nosotros-div p {
    font-size: 1.5rem;
  }

  .barra-navegacion {
    
    justify-content: space-between;
  }
  .barra-navegacion a {
    width: 15%;
    font-size: 1.5rem;
  }
  .rs{
      font-size: 1.2rem;
  }
}
