:root {
    --color-primario: #00597C;
    --color-secundario: #71A64F;
  }

html,
body,
.hero-row {
    height: 100%;
}

.hero-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-title {
  color: #71A64F;
  font-size: 28px;
  font-weight: bold;
}


h1, p {
    font-family: 'Avenir Book', Arial, sans-serif;
}
.hero-row {
    background-image: url('../img/hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.logo {
    width: 190px; /* Ancho deseado */
    height: auto; /* Altura automática proporcional */
    margin-right: 60px; /* Separación derecha */
    margin-bottom: 10px; /* Separación inferior */
}
.logo2 {
    width: 290px; /* Ancho deseado */
    height: auto; /* Altura automática proporcional */
    margin-bottom: 20px; /* Separación inferior */
}
.h1-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top:1px !important;
    padding: 1px !important;
}
h1 {
    color: var(--color-primario);
  }

  .hero-container {
    background-image: url('../img/fondo2.jpg');
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
    padding: 60px;
}


h2 {
    color: var(--color-primario);
}
h3 {
    color: var(--color-primario);
}
.centered-image {
    display: block;
    margin: 0 auto;
}


  .custom-image {
    width: auto; /* Ajusta el tamaño deseado */
    height: 400px; /* Ajusta el tamaño deseado */
  }

  .custom-image2 {
    width: auto; /* Ajusta el tamaño deseado */
    height: 250px; /* Ajusta el tamaño deseado */
  }
  .custom-image-renovacion {
    width: 70%;
    height: auto;
    max-width: 300px; /* Ajusta el valor según tus necesidades */
    max-height: 300px; /* Ajusta el valor según tus necesidades */
  }
  



  .rectangle-container {
    padding: 20px;
    margin-bottom: 20px;
  }
  

  .background-container {
    background-image: url(../img/fondo3.jpg);
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
    padding: 60px;
    background-repeat: no-repeat;
  }
  .producto-image {
    width: 90%;
    height: auto;
    max-height: 200px; /* Ajusta el valor según tus necesidades */
    object-fit: contain;
    /* Agrega estilos adicionales según tus necesidades */
  }
  
  .green-text {
    color: var(--color-secundario);
  }
  
  
  .cotizar-button {
    font-size: 24px; /* Ajusta el tamaño de fuente según tus necesidades */
    padding: 10px 32px; /* Ajusta el relleno según tus necesidades */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); /* Agrega sombra en la parte inferior */
    background-color: var(--color-secundario);
    color: var(--color-primario);
    color: white; /* Color blanco para el texto */
  }
  
  .cotizar-button:hover {
    background-color: var(--color-primario);
    color: var(--color-secundario);
  }


  
  .logo-column {
    width: 170px;
    height: auto;
    padding: 15px;
}
  

.aliados {
  color: white;
  /* Agrega otros estilos deseados para la clase "aliados" aquí */
}

.container-bg {
  background-image: url(../img/fondologos.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.client-logo {
  max-width: 80%;
  height: auto;
  margin: 10px;
}



.title-container {
  background-image: url(../img/contacto.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
}

.title-text.contacto {
  color: #fff; /* Cambiar color de texto a rojo */
  font-size: 28px; /* Cambiar tamaño de fuente a 28px */
}


input.form-control,
select.form-select {
  background-color: white;
  
  border: 2px solid #ffff;
  color: var(--color-primario);
  border-radius: 30px;
}

input.form-control::placeholder,
select.form-select::placeholder {
  color: #fff;
  opacity: 0.7;
}
.custom-label {
  color: #ffff;
  font-size: 22px;
}


.btn {
  background-color: var(--color-secundario);
  color: white;
  font-size: 25px;
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0px 4px 4px black;
  width: 200px;
  height: 60px;
}
.btn2 {
  background-color: rgba(51,140,175,255);
  color: white;
  font-size: 25px;
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.5);
  width: 200px;
  height: 60px;
}

.g-recaptcha > div {
  width: 200px !important;
  transform: scale(0.77);
  transform-origin: 0 0;
}
.coloraviso {
  color: #00597C;
  text-decoration: none;
 
}


.contacto1 {
  background-image: url("../img/footer.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100% 110%;
}



.title-text {
  color: #fff;
  margin-top: 200px;
}

.logo-container {
  width: 100px;
  height: 100px;
}
.client-logo {
 
  max-height: 100px; /* Ajusta el valor según tus necesidades */
  max-width: 60%;
  object-fit: contain;
}

.image-container {
  position: relative;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00597C;
  border-color: #00597C;
}

.custom-control-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: transparent;
}

.text-with-background {
  background-color: #00597C;
  color: white;
}

  
  /* Media query para pantallas móviles */
@media (max-width: 768px) {
  .logo {
      margin: 0 auto 10px; /* Margen automático en los lados izquierdo y derecho, y separación inferior */
  }
  .custom-image {
    width: auto; /* Ajusta el tamaño deseado para pantallas pequeñas */
  }
  .hero-container {
    background-size: cover; /* Ajusta la imagen para cubrir el contenedor */
    background-position: center;
    text-align: center;
    padding: 60px;
}

.background-container {
  background-size: cover; /* Ajusta la imagen para cubrir el contenedor */
    background-position: center;
    text-align: center;
    padding: 60px;
}

.contacto1 {
  background-size: cover; /* Ajusta la imagen para cubrir el contenedor */
    background-position: center;
    text-align: center;
}
.title-container {
  background-size: cover; /* Ajusta la imagen para cubrir el contenedor */
  background-position: center;
  text-align: center;
}
.container-bg {
  background-size: cover; /* Ajusta la imagen para cubrir el contenedor */
  background-position: center;
  text-align: center;

}

.custom-image-renovacion {
  width: 100%;
  height: auto;
  max-width: 300px; /* Ajusta el valor según tus necesidades */
  max-height: 300px; /* Ajusta el valor según tus necesidades */
}

.custom-image2 {
  width: 100%; /* Ajusta el tamaño deseado */
  height: auto; /* Ajusta el tamaño deseado */
}

.custom-image {
  width: 100%; /* Ajusta el tamaño deseado */
  height: auto; /* Ajusta el tamaño deseado */
}
.g-recaptcha > div {
  display: flex !important;
  justify-content: center;
  width: 100% !important;
  transform: scale(0.77);
  transform-origin: 0 0;
  padding: 30px;
}

.btn {
  background-color: var(--color-secundario);
  color: white;
  font-size: 20px;
  width: 150px;
  height: auto;
}
.btn2 {


  font-size: 25px;
  width: 160px;
  height: 50px;
}

.custom-label {
  font-size: 15px;
}

}

.ocultar {
  display: inline-block;
}

@media (max-width: 575.98px) {
  .ocultar {
    display: none;
  }
  .logo2 {
    padding-top: 30px;
}
}



  
  
  

  


    


