
body {
    font-family: 'Inter', sans-serif;
    height: 100%;
}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter.ttf') format('truetype'); 
    font-weight: 400; /* Define el peso normal */
    font-style: normal;
    font-display: swap;
}


.container 
{
    margin-top: 5rem;
}


.logo-mini {
    max-width: 250px;
    height: auto;
    margin-right: -100px;
    transition: all 0.3s ease;            
    opacity: 0.6;
}


.full-width-section {
    padding: 2rem 0;
    margin-top: 5rem;
    overflow-x: hidden;
    position: relative; /* Necesario para el contexto del overflow */            
}


.custom-1
{
    color: #8ABCBD;
    font-size: 28px;
    font-weight: bold;
}

.custom-2
{
    color: #212852;
}



.image-1
{
    width: 25rem;
}


@media (max-width: 768px) {
        .logo-mini {
        width: 180px;
        margin-right: -90px;
        opacity: 0.6;
    }
}