/********************************************/
/* Colores    *******************************/
/********************************************/

:root {
  --color1: #45a2f2;
  --color2: #2942c3;
  --blanco: #fff;
  --gris: #f6f6f6;
}

/********************************************/
/* Font Face  *******************************/
/********************************************/

/* @font-face {
  font-family: Inter;
  src: url(fonts/Inter-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Inter;
  src: url(fonts/Inter-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Inter;
  src: url(fonts/Inter-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Inter;
  src: url(fonts/Inter-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Inter;
  src: url(fonts/inter-black.ttf);
  font-weight: 800;
} */

* {
  font-family: "Inter", sans-serif;
}

a:hover {
  text-decoration: none;
}

/********************************************/
/* Texto y colores **************************/
/********************************************/

.text-400 {
  font-weight: 400;
} /*Regular*/
.text-500 {
  font-weight: 500;
} /*Medium*/
.text-600 {
  font-weight: 600;
} /*Semibold*/
.text-700 {
  font-weight: 700;
} /*Semibold*/
.text-800 {
  font-weight: 900;
} /*Bold*/

.color1 {
  color: var(--color1);
}
.fcolor1 {
  background-color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.fcolor2 {
  background-color: var(--color2);
}
.blanco {
  color: var(--blanco);
}
.fblanco {
  background-color: var(--blanco);
}

.error {
  border: 1px solid red !important;
}
.recaptcha {
  width: fit-content;
}
.hidden {
  visibility: hidden;
}

/********************************************/
/* secciones  **********************/
/********************************************/

.hero-image > div {
  padding: 5rem 5rem;
}
.hero-image {
  min-height: 50vh;
  background-image: url("../img/1 splash foto.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 1;
}
.gracias .hero-image {
  min-height: 100vh;
}
.ptHeader {
  padding-top: 10rem;
}
.logoHeader {
  max-width: 370px;
  width: 55% !important;
}
.titulo {
  font-size: 5.5rem;
  letter-spacing: .25rem;
}
.espaciado {
  letter-spacing: 0.05rem;
}
.tf-1 {
  font-size: 2.55rem;
  letter-spacing: 0.2rem;
}
.tf-2 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.tf-3 {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.tf-35 {
  font-size: 1.75rem;
  letter-spacing: 0.1rem;
}
.tf-4 {
  font-size: 1.35rem;
  letter-spacing: 0.05rem;
  line-height: 30px;
}
.lh-35 {
  line-height: 30px;
}
.lh-45 {
  line-height: 35px;
}
.lh-70 {
  line-height: 60px;
}

/* formulario  ************************/

.recuadroForm {
  border: 1px solid var(--blanco);
  border-radius: 30px;
  padding: 50px;
}
.recuadroForm p {
  font-size: 1.75rem;
  letter-spacing: .1rem;
  line-height: 2.2rem;
}
.form-control {
  color: var(--blanco);
  border: 0px;
  border-radius: 0rem;
  border-bottom: 2px solid var(--blanco);
  margin-bottom: 1.5rem;
  padding-left: 0px;
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0);
}
.form-control::placeholder {
  color: var(--blanco);
  opacity: 1;
}
.buttonEnviar {
  background-color: var(--color1);
  color: var(--blanco);
}
.buttonEnviar:hover {
  background-color: var(--color2);
  color: var(--blanco);
}

/* soluciones  ************************/

.tituloSoluciones {
  font-size: 4.25rem;
}
.bordeRecuadro {
  border: 1px solid var(--color1);
  border-radius: 20px;
  height: 350px;
  width: 390px;
}
.bordeRecuadro1 {
  border: 1px solid var(--color1);
  border-radius: 20px;
  height: 400px;
  width: 390px;
}
.bordeCeleste {
  border: 1px solid var(--color1);
  border-radius: 50px;
  display: inline;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
/* nuestros productos  ************************/

.hero-image-productos {
  height: 90vh;
  background-image: url("../img/nuestros-productos.webp");
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  opacity: 1;
}
.titulo-productos {
  font-size: 8rem;
  letter-spacing: 0.05rem;
  background-color: var(--gris);
  padding: 10px;

  position: absolute;
  top: 14%;
  width: 100%;
}
.nombre-productos{
  position: absolute;
  top: 40%;
  left: 43%;
}
.subtitulo-producto {
  font-size: 3.5rem;
  letter-spacing: 0.1rem;
  background-color: var(--gris);
  padding: 10px 0px 10px 30px;
}
.ml-50 {
  margin-left: -50px;
}
.pRecuadro {
  padding: 50px 80px;
}

/* fabricamos  ************************/
#fabricamos{
  margin-top: -250px;
}
.hero-image-fabricamos {
  height: 100vh;
  background-image: url("../img/fabricamos.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 1;
}
.titulo-fabricamos {
  font-size: 4.3rem;
  letter-spacing: 5px;
  background-color: var(--gris);
  padding: 10px;
}
.logoColor {
  width: 450px;
}

/* porque hielo  ************************/

.lineaCeleste {
  width: 18%;
  border-top: 1px solid var(--color1);
  opacity: 1;
  margin: 20px 0px;
}

/* formulario footer ************************/

.hero-image-footer {
  min-height: 105vh;
  background-image: url("../img/contacto.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5rem;
  position: relative;
  opacity: 1;
}

.recuadroFormFooter {
  border-radius: 0 0 20px 20px;
  padding: 50px 60px;
  background-color: var(--gris);
  width: 85%;
  margin-left: auto;
}
.recuadroFormFooter .tf-2{
  letter-spacing: 2px;
}
#formFooter .form-control {
  color: var(--color1);
  border: 0px;
  border-radius: 0rem;
  border-bottom: 1px solid var(--color1);
  margin-bottom: 1.5rem;
  padding-left: 0px;
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}
#formFooter .form-control::placeholder {
  color: var(--color1);
  opacity: 1;
}

.pFooter {
  padding: 70px 0px;
}
.logoFotter {
  width: 300px;
}
.waFotter {
  width: 50px;
}

#clientes .logos-h{
  height: 120px;
}
#clientes .logos-h-10{
  height: 100px;
}
#clientes .logos-w img{
  width: 350px;
}
/********************************************/
/* Ajustes celular   ************************/
/********************************************/

@media only screen and (max-width: 1400px) {
  .tf-1 {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
  }
  .tf-2 {
    font-size: 1.65rem;
    letter-spacing: 0.2rem;
  }
  .tf-3 {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
  }
  .tf-4 {
    font-size: 1.15rem;
    letter-spacing: 0.05rem;
    line-height: 30px;
  }
  .hero-image > div {
    padding: 5rem 3rem;
  }
  .titulo {
    font-size: 5rem;
    letter-spacing: .25rem;
  }
  .recuadroForm p {
    font-size: 1.5rem;
  }
  .form-control{
    font-size: 1.1rem;
  }
  .tituloSoluciones {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
  .hero-image {
    min-height: 100vh;
    background-image: url("../img/1 splash foto.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 1;
  }
  .hero-image > div {
    padding: 3rem 1rem;
  }
  .ptHeader {
    padding-top: 1.5rem;
  }
  .logoHeader {
    width: 100%;
  }
  .titulo {
    font-size: 2.7rem;
  }
  .tf-2 {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  .tf-3 {
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
  }
  .recuadroForm {
    border: 1px solid var(--blanco);
    border-radius: 30px;
    padding: 30px 20px 30px 20px;
  }
  .recuadroForm p {
    font-size: 1.3rem;
  }
  .form-control {
    color: var(--blanco);
    border: 0px;
    border-radius: 0rem;
    border-bottom: 2px solid var(--blanco);
    margin-bottom: 1.5rem;
    padding-left: 0px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
  }
  /* soluciones  ************************/

  .tituloSoluciones {
    font-size: 2.75rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .tf-4 {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
  .bordeRecuadro {
    border: 1px solid var(--color1);
    border-radius: 20px;
    height: 330px;
    width: 100%;
  }
  .bordeRecuadro1 {
    border: 1px solid var(--color1);
    border-radius: 20px;
    height: 400px;
    width: 100%;
  }
  /* nuestros productos  ************************/

  .hero-image-productos {
    height: 90vh;
    background-position: center;
  }
  .titulo-productos {
    font-size: 3.5rem;
    background-color: var(--gris);
  }
  .subtitulo-producto {
    font-size: 1.75rem;
    background-color: var(--gris);
  }
  .ml-50 {
    margin-left: 0px;
  }
  .bordeCeleste {
    border: 1px solid var(--color1);
    border-radius: 25px;
    display: block;
  }
  .lh-35 {
    line-height: 25px;
  }
  .lh-45 {
    line-height: 25px;
  }
  .pRecuadro {
    padding: 0px 1rem;
  }
  .fblanco {
    background-color: var(--gris);
  }
  /* fabricamos  ************************/

  .hero-image-fabricamos {
    height: 100vh;
  }
  .titulo-fabricamos {
    font-size: 2.25rem;
    background-color: var(--gris);
    padding: 10px;
  }
  .titulo-productos{
    top: 30%;
  }
  .nombre-productos{
    top: 50%;
    left: unset;
    right: 0;
    padding-right: 0;
  }
  .logoColor {
    width: 280px;
  }
  .tf-1 {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    line-height: 30px;
  }
  .tf-35 {
    font-size: 1.55rem;
    letter-spacing: 0.1rem;
  }
  .lh-70 {
    line-height: 30px;
  }
  #fabricamos{
    margin-top: -150px;
  }
  /* porque hielo  ************************/

  .lineaCeleste {
    width: 30%;
    border-top: 1px solid var(--color1);
    opacity: 1;
    margin: 20px 0px;
  }

  #clientes .logos-h,
  #clientes .logos-h-10,
  #clientes .logos-w img{    
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #clientes .logos-w img {
    width: 85%;
  }
  /* formulario footer ************************/

  .container-fluid.hero-image-footer{
    padding: 0;
  }
  .hero-image-footer {
    height: auto;
    padding-bottom: 5rem;
  }

  .recuadroFormFooter {    
    padding: 10px 20px 30px 20px;
    background-color: var(--gris);
    margin-right: auto;
    width: 100%;
  }
  #formFooter .form-control {
    color: var(--color1);
    border: 0px;
    border-radius: 0rem;
    border-bottom: 1px solid var(--color1);
    margin-bottom: 1.3rem;
    padding-left: 0px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
  }
  .pFooter {
    padding: 50px 0px;
  }
  .logoFotter {
    width: 200px;
  }
  .waFotter {
    width: 35px;
  }
}

/********************************************/
/* boton top ********************************/
/********************************************/
#boton_top,
#boton_top:hover {
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  width: 50px;
  height: 50px;
  z-index: 10; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  padding: 0;
  transition: 0.8s;
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 50%; /* Rounded corners */
  vertical-align: middle;
}
#livomLink{
  padding: 10px;
}
#livomLink a{
  color: inherit;
  text-decoration: none;
}
#whatsapp {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 50px;
	transition: 0.3s;
	z-index: 999999;
}
#whatsapp:hover{
	bottom: 30px;
}
#whatsapp img{
	width: 100%;
}
.hidden{
  display: none;
}