body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
}

header {
    position: relative;
}

nav img {
    width: 100%;
}

.img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.img-fluid {
    width: 100%;
    height: auto;
    display: block;
}

.decoracion {
    position: absolute;
    bottom: 0; /* Ajusta según tus necesidades */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 25%;
    background-color: #fff; /* Cambia el color del semicírculo según tus necesidades */
    clip-path: ellipse(80% 100% at 50% 100%);
}

main {
    position: relative;
    z-index: 1; /* Asegura que el contenido del main esté por encima de la imagen */
    background-color: #cccbcb;
    background-image: linear-gradient(0deg, #cccbcb 0%, #ffffff 100%);
    border-radius: 300px;
    margin-bottom: 10px;

}

main a {
    text-decoration: none;
    color: #4200ff;
}

.container {
    position: relative;
}

.formulario {
    border-radius: 10px;
    border: 3px solid;
    border-color: #4b4f58;
    background-color: white;
}

.custom-input {
    border: 1px solid #69727d !important;
    color: #7a7a7a !important;
}

.custom-input::placeholder {
    color: #7a7a7a;
}

textarea {
    padding: 0;
}

.custom-btn {
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #61CE70;
    color: white;
    border: none;
    padding: 15px;
    width: 100px;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 120px;
}

.text {
    margin-top: 30px;
    color: red;
    font-weight: 700;
    text-align: center;
}

.requisitos {
    text-align: center;
    
}

.description {
    color: #7a7a7a;
}