@font-face {
    font-family: 'Raleway';
    src: url('../ASSETS/fonts/Raleway/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

.main-content {
    padding-top: 90px;
}

.whatsapp-btn {
    width: 77px;
    height: 77px;
    position: fixed;
    right: 20px;
    bottom: 5%;
    z-index: 9999;
}

.imagen-titulo {
    position: relative;
    width: 100%;
    display: block;
}

.imagen-titulo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 4% 40%;
    display: block;
    z-index: 0;
}

.imagen-titulo::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #3A5FB3;
    opacity: 0.61;
    z-index: 1;
}

.imagen-titulo h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
    font-family: "Raleway";
    text-transform: uppercase;
    font-size: 40px;
}

.contenido-principal {
    margin: 3% 20%;
    margin-bottom: 5%;
}

.contenido-principal p {
    font-family: "Raleway";
    font-size: 20px;
    text-align: justify;
}

@media (max-width: 550px) {
    .whatsapp-btn {
        width: 25px;
        height: 25px;
        right: 15%;
        bottom: 8%;
    }

    .imagen-titulo {
        overflow: hidden;
    }

    .imagen-titulo img {
        width: 50%;
        height: 150px;
        transform: scale(7) translate(-3%, 10%);
        overflow: hidden;
        
    }

    .imagen-titulo h1 {
        width: 50%;
        font-size: 30px;
        top: 45%;
    }

    .contenido-principal {
        margin: 5%;
        margin-bottom: 25%;
    }

    .contenido-principal p {
        font-size: 16px;
    }


}
