/* FONTS */

.lato-thin {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: italic;
}

/* FONTS */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #ac111100;
  scroll-behavior: smooth;
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  text-decoration: none;
  cursor: pointer;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50vw;
  background-color: #ffffff;
  z-index: 1;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30vw;
    background-color: #ffffff;
    z-index: 1;
    text-transform: uppercase;
  }
}

@media (max-width: 850px) {
  header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20vw;
    background-color: #ffffff;
    z-index: 1;
    text-transform: uppercase;
  }
}

@media (max-width: 663px) {
  header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    background-color: #ffffff;
    z-index: 1;
    text-transform: uppercase;
    flex-flow: column;
    padding-bottom: 0.4em;
  }
}

.logo {
  max-height: 3rem;
  margin: 0.4em;
}

.nav-list {
  list-style-type: none;
  display: flex;
  gap: 1rem;
}

.nav-list li a {
  text-decoration: none;
  color: #000000;
}

.central {
  background-color: yellow;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 12.5em;
  padding-bottom: 13em;
}

#fondo {
  background-image: url(./img/close-up-hands-washing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.back {
  width: 100%;
  height: fit-content;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  color: #ffffff;
  margin-top: -2em;
  padding-bottom: 0.5em;
}

.step {
  width: 100%;
  height: fit-content;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  color: #79c9dd;
}

.b-hero-box {
  width: 100%;
  height: fit-content;
  background-color: #ce252500;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 4rem;
  gap: 1.5em;
}

.b-hero-box-service{
  width: 100%;
  height: fit-content;
  background-color: #ce252500;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5em;
  margin-bottom: 2em;
}

.b-hero-service {
  width: 25em;
  height: 70px;
  border: 1px solid #fff;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 0.7em;

  color: #ffffff;
  transition-duration: 0.5s;
}

.fi-ts-phone-call,
.fi-ts-ballot {
  font-size: 1em;
  margin-top: 0.2em;
  margin-right: 0.25em;
}

.b-hero {
  width: 13em;
  height: 70px;
  border: 1px solid #fff;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 0.7em;

  color: #ffffff;
  transition-duration: 0.5s;
}

.b-hero:hover {
  color: #19109b;
  background-color: #ffffff;
  z-index: 8;
}

.oswald-ph {
  font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
  font-size: 150%;
}

.open-sans-h-a {
  font-family: "Open Sans";
  font-optical-sizing: none;
  font-weight: 300;
  font-variation-settings: "wdth" 100;
  font-size: 2.43em;
}

.open-sans-h-b {
  font-family: "Open Sans";
  font-optical-sizing: none;
  font-weight: 600;
  font-variation-settings: "wdth" 100;
  font-size: 0.77em;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.central-detail {
  background-color: blueviolet;
  width: 100%;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
}

.central-jobs {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 3em;
  z-index: 8;
}

.details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin-top: -6em;
  padding-top: 3em;
  color: white;
  transition-duration: 0.5s;
  background: rgb(131, 58, 180);
  background: linear-gradient(0deg,
      rgba(131, 58, 180, 0) 45%,
      rgba(0, 0, 0, 1) 75%,
      rgba(0, 0, 0, 1) 97%,
      rgba(66, 34, 205, 0) 100%);
  z-index: 8;
}

.jobs {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  min-height: 350px;
  margin: 1rem;
  background-color: #eb1919;
  color: transparent;
  transition-duration: 0.5s;
  -webkit-box-shadow: 0px 11px 24px 0px rgba(87, 87, 87, 0.75);
  -moz-box-shadow: 0px 11px 24px 0px rgba(87, 87, 87, 0.75);
  box-shadow: 0px 11px 24px 0px rgba(87, 87, 87, 0.75);
  z-index: 8;
}

.job-name {
  height: 50px;
  background-color: #000000;
  width: 100%;
  text-align: center;
  align-content: center;
  color: #da2727;
  font-size: 1.3em;
}

.tj {
  width: 100%;
  color: rgb(255, 255, 255);
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 2em;
  padding-bottom: 0.5em;
}

.red {
  color: #3543AC;
}

.white {
  color: #ffffff !important;
}

#des {
  background-image: url(./img/des.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#sa {
  background-image: url(./img/sa2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#fuga {
  background-image: url(./img/fuga.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#grifo {
  background-image: url(./img/grifo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#fre {
  background-image: url(./img/fre.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#rad {
  background-image: url(./img/rad.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nunito-sans-u {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  text-transform: uppercase;
}

.nunito-sans {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}

.kanit-bold-h {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #151948;
  flex-wrap: wrap;
  height: fit-content;
  gap: 5em;
  padding-top: 2em;
  padding-bottom: 3.2em;
  z-index: 8;
  flex-basis: 30%;
}

@media (max-width: 1235px){
  .contenedor-texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 30%;
    z-index: 8;
    width: 245px;
  }
}

@media (max-width: 687px){
  .contenedor {
    flex-direction: column;
    gap: 3em;
  }
}

.circulo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3498db00;
  color: white;
  border: 4px solid white;
  display: flex;
  z-index: 8;
}

.circulo1,
.circulo2,
.circulo3,
.circulo4 {
  width: 10em;
  height: 10em;
  margin-bottom: 1em;
}

.texto {
  text-align: center;
  color: white;
  z-index: 8;
}

.contenedor-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 8;
  width: 245px;
}

.texto-circulo {
  text-align: center;
  color: white;
  display: flex;
  width: 6.5em;
  height: 6.5em;
}

.fi-ts-pending {
  font-size: 6.5em;
}

.fi-tr-bonus-alt {
  font-size: 6.5em;
  margin-left: 0.09em;
}

.fi-tr-transporter-5 {
  font-size: 6.5em;
  margin-left: 0.03em;
}

.fi-ts-tools {
  font-size: 6.5em;
}

.open-sans-h-c {
  font-family: "Open Sans";
  font-optical-sizing: none;
  font-weight: 600;
  font-variation-settings: "wdth" 100;
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.normal {
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding-bottom: 2em;

}

.logob {
  max-height: 6em;
  position: absolute;
  margin-top: -1em;
  background-color: transparent;
}

.deg {
  width: 100%;
  background-color: #151948;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  height: 20em;
  margin-top: -10em;
  -webkit-box-shadow: 0px 0px 61px 17px rgba(21, 25, 72, 1);
  -moz-box-shadow: 0px 0px 61px 17px rgba(21, 25, 72, 1);
  box-shadow: 0px 0px 61px 17px rgba(21, 25, 72, 1);
  position: absolute;
}

@media screen and (max-width: 500px) {
  .deg {
    width: 100%;
    background-color: #151948;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    height: 100vw;
    margin-top: -50vw;
    padding-bottom: 61px;
    -webkit-box-shadow: 0px 0px 61px 17px rgba(21, 25, 72, 1);
    -moz-box-shadow: 0px 0px 61px 17px rgba(21, 25, 72, 1);
    box-shadow: 0px 0px 61px 17px rgba(21, 25, 72, 1);
  }

  .logob {
    max-height: 15vw;
    margin-top: 2em;
    position: absolute;
  }
}

a:visited{
    color: #ffffff;
}

.touch {
  height: fit-content;
  background-color: #ffffff;
  margin-top: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 2em;
  padding-top: 8em;
  width: 100%;
}


.donde {
  height: fit-content;
  color: #00000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.7em;
  margin-bottom: 1.3em;
  margin-top: 1.3em;
}

.line {
  width: 20%;
  height: 2px;
  background-color: #7291f8;
}

.contenedor-padre {
  display: flex;
  width: 100%;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.contenedor-aa {
  height: 30em;
  align-items: center;
  justify-content: center;
  width: 50vw;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.73);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.73);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.73);
}

.contenedor-bb {
  height: fit-content;
  align-items: center;
  justify-content: center;
  background-color: #414141;
  width: 19em;
  background-image: url(./img/copper-pipes.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1000px) {
  .contenedor-aa {
    display: none;
  }

  .contenedor-padre {
    display: flex;
    width: 100%;
    height: fit-content;
    background-color: rgba(255, 255, 255, 0);
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-flow: row;
  }

}

@media (max-width: 525px) {
  .contenedor-bb {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .contenedor-padre {
    flex-direction: column;
    height: fit-content;
  }

}


.b-hero-box-call {
  width: 100%;
  height: fit-content;
  background-color: #7619ac1c;
  margin-top: 6em;
}

.alineartexto {
  text-align: center;
}

.b-hero-call {
  width: 100%;
  height: 70px;
  background-color: #3543ac;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #ffffff;
  transition-duration: 0.5s;
}

.b-hero-call:hover {
  color: #ffffff;
  background-color: #3543ac00;
  z-index: 8;
}

.ibox {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;

}

.title {
  font-size: 1.5em;
  color: #ffffff;
  align-items: center;
  flex-direction: row;
  display: flex;
}

.blue {
  color: #ffffff;
}

.ibox > a{
  color: white;
}

.that {
  margin-bottom: 9%;
  color:white;
}

.s-icon {
  margin-top: 5px;
}

.s-icon-u {
  margin-right: 5px;
}

.s-icon-e {
  margin-right: 7px;
}

.exp{
  height: fit-content;
  text-align: center;
  font-size: 1.1vw;
  margin-top: 7em;
}

.line-b {
  display: flex;
  justify-content: center;
  margin-top: 0.5em;
}

.marcas {
  height: fit-content;
  background-color: #ffffff00;
  width: 100%;
  display: flex;
  margin-top: 2em;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
}

.cajamarcas {
  width: 15vw;
  height: 100%;
  background-color: #aa727200;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-pref{
  max-width: 10vw;
  filter: grayscale(1);
  transition-duration: 0.5s;
}

.logo-pref:hover{
  filter: grayscale(0);
}

.footer {
  width: 100%;
  height: fit-content;
  background-color: #1a2372;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
}

.l-c-d{
  height: fit-content;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-flow: column;
}

.logo-footer-img{
  max-height: 2em;
  margin-bottom: 0.3em;
}

.map {
  background-color: #1a2372;
  margin-bottom: 0.3em;
  
}

.menu{
  width: 100%;
  height: fit-content;
  background-color: #7291f800;
  display: flex;
  align-items: center;
  gap: 1em;
  text-transform: uppercase;
}

.menu a{
    color: white;
  }

.m-contacto{
  height: fit-content;
  background-color: rgba(255, 0, 0, 0);
  flex-direction: column;
  display: flex;
}

.m-contacto-circle{
  height: 2em;
  width: 2em;
  background-color: #1a2372;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 0.5em;
}



.m-contacto-col {
  height: fit-content;
  background-color: rgba(238, 192, 192, 0);
  flex-direction: row;
  display: flex;
  align-items: center;
  color: #000000;
  justify-content: end;
  margin-bottom: 0.3em;
  font-size: 0.8em;
}

.ajuste-phone{
  padding-left: 0.2em;
}

.ajuste-mail{
  padding-top: 0.15em;
}

.cr-color{
  color: #8a8686;
}

.ffz{
  font-size: 0.8em;
  margin-bottom: 0.7em;
  text-align: end;
}

.cr-desc{
  width: 100%;
  height: 20px;
  background-color: rgb(0, 0, 0);
  color: #757575;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  padding-top: 0.3em;
}

@media (max-width: 630px) {
  .footer {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding-top: 0em;
    padding-left: 0em;
    padding-right: 0em;
  }

  .b-hero-service {
    width: 90vw;
    height: 70px;
    border: 1px solid #fff;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 0.7em;
  
    color: #ffffff;
    transition-duration: 0.5s;
  }
  
  .l-c-d{
    height: fit-content;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
  }

  .logo-footer{
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 1em;
  }



  .m-contacto-col {
    color: #000000;
    justify-content: center;
  }

  .m-contacto-circle{
    display: none;
  }

  .menu{
    margin-bottom: 1em;
  }
}

/* ------------------------------SERVICIOS---------------------------------- */

.prin-box{
  width: 100%;
  display: flex;
  height: fit-content;
  background-color: #ffffff;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  padding-top: 5em;
  background-image: url(./img/solution-top-view-man-plumber-overalls-fixing-breakdown-sink.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.service-box{
  width: fit-content;
  height: fit-content;
  background-color: #ffffff00;
  margin: 1em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  color: #ffffff;
}

.service-photo{
  height: 270px;
  width: 270px;
  background-color: #d132326c;
  -webkit-box-shadow: 0px 0px 75px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 75px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 75px -8px rgba(0,0,0,0.75);
}

.service-checks{
  height: fit-content;
  width: 30em;
  background-color: #1726cf00;
  overflow: hidden;
  margin-left: 1em;
  display: flex;
  flex-flow: column;
}

.title-s{
  width: 100%;
  height: 2em;
  background-color: #00000000;

}

.checks{
  padding-top: 1em;
}

.line2 {
  width: 25%;
  height: 3px;
  background-color: #7291f8;
  margin-top: -12px;
}

.black{
  color: #000000;
}

@media (max-width: 813px) {
  .service-box {
      flex-direction: column;
      align-items: center; 
  }

  .service-checks{
    margin-left: 0;
    align-items: center;
    text-align: center;
  }

  .title-s{
    flex-direction: column;
    padding-top: 0.4em;
  }

  .line2 {
    margin-top: 0px;
  }

}

@media (max-width: 480px){
  .service-checks{
    width: fit-content;
  }
}

@media (max-width: 560px){
  .service-checks{
    width: fit-content;
  }
  .open-sans-h-a {

    font-size: 1.7em;
    text-transform: uppercase;
  }

  .step {
    width: 90%;
    height: fit-content;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    color: #79c9dd;
}

  .cr-desc{
    font-size: 0.6em;
    padding-top: 0.4em;
  }
}

@media (max-width: 430px){
  .open-sans-h-a {
    font-family: "Open Sans";
    font-optical-sizing: none;
    font-weight: 300;
    font-variation-settings: "wdth" 100;
    font-size: 1.7em;
    text-transform: uppercase;
  }
}

@media (max-width: 477px){
  .cr-desc{
    font-size: 0.35em;
    padding-top: 1em;
  }
  
}


@media (max-width: 430px){
  .open-sans-h-a {
    font-size: 6vw;
  }
  .tj {
    width: 100%;
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 7vw;
    padding-bottom: 0.5em;
  }

}

@media (max-width: 450px){
  .jobs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-width: 350px;
    min-height: 350px;
    margin: 1rem;
    background-color: #eb1919;
    color: transparent;
    transition-duration: 0.5s;
    -webkit-box-shadow: 0px 11px 24px 0px rgba(87, 87, 87, 0.75);
    -moz-box-shadow: 0px 11px 24px 0px rgba(87, 87, 87, 0.75);
    box-shadow: 0px 11px 24px 0px rgba(87, 87, 87, 0.75);
    /* border: 1px solid black; */
    z-index: 8;
  }
}

@media (max-width: 870px){
  .jobs {
    min-width: 300px;
    min-height: 300px;
  }
}

@media (max-width: 765px){
  .jobs {
    min-width: 250px;
    min-height: 250px;
  }

  .b-hero-box {
    margin-top: 1rem;
  }

  .job-name {
    height: 50px;
    background-color: #000000;
    width: 100%;
    text-align: center;
    align-content: center;
    color: #da2727;
    font-size: 1.2rem;
  }
}

@media (max-width: 350px){
  .jobs {
    min-width: 230px;
    min-height: 230px;
  }

  .b-hero {
    width: 90vw;
  }

  .b-hero-box {
    width: 100%;
    height: fit-content;
    background-color: #ce252500;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1rem;
    gap: 0em;
  }
}

@media (max-width: 638px){
  .b-hero-box {
    gap: 0rem;
    margin-top: 1rem;
  }

  .job-name {
    font-size: 1rem;
  }
}


/* 
aaa */












