:root {
    --color-dark: #15181f;
    --color-dark-x: #2d343f;
    --color-dark-xx: #1f232b;
    --color-light: #ffffff;
    --color-grey: #f5f6f8;
}

.text-strong {
    font-weight: bold;
    color: #ff0000; /* Reemplaza con el tono de color más fuerte que desees */
}

.position-absolute.testimonial {
    bottom: 20px; /* Ajusta el valor según tus necesidades */
  }
  

.logo {
    display: block;
    margin: 0 auto;
    max-width: 200px; /* Ajusta el tamaño máximo según tus necesidades */
    height: 4rem;
    padding-bottom: 2rem;
   
    
    
}


body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    background-color: var(--color-grey);
    color: var(--color-light);
    letter-spacing: .05rem;
    margin: 0;
    overflow-x: hidden; /* Evita la barra de desplazamiento horizontal */
}

.bg-light {
    background-color: var(--color-light) !important;
}

.bg-dark {
    background-image: linear-gradient(to bottom right, #e46719, #f06b5f, #e4cbcc) !important;
    /*border-radius: 2rem;*/
}

.p-6 {
    padding: 4rem;
}

.contact-box {
    padding: 3rem;
    /*border-radius: 2rem;*/
}

.btn {
    font-weight: 400;
    padding: 1rem 2rem;
    border-radius: 5rem;
    min-width: 10rem;
}


.btn-outline-dark {
    border: 2px solid var(--color-dark-xx);
}

.form-control {
    background-color: var(--color-dark-xx);
    border: 2px solid var(--color-dark-xx);
    border-radius: .2rem;
    padding: 1.5rem 1rem;
}

.register-bg {
    background-image: url('images/hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    /*border-radius: 2rem;*/
}

/* .register-bg {
    background-image: linear-gradient(to bottom right, #e45465, #ec4848, #d11d1d );
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    border-radius: 2rem;
} */


h3 {
    margin-bottom: 0.5rem; /* Ajusta el valor según tus necesidades */
  }
  
.lead {
    margin-bottom: 0; /* Ajusta el valor según tus necesidades */
  }

.testimonial {
    bottom: 10px;
}

@media (max-width: 575.98px) {
    .p-6 {
        padding: 2rem;
    }

    .contact-box {
        padding: 0;
    }

    .width-100 {
        width: 100%;
    }
}

@media (max-width: 1200px) { 
    .register-bg {
        min-height: 50vh;
    }
}
