body {
    /* font-family: "Work Sans", sans-serif!important; */
    /* letter-spacing: -5px; */
    font-family: Helvetica, Arial, sans-serif;
    color: #e1e1e1;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.bg-home {
    background-image: url('../img/fondo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-right {
    text-align: right;
}

.logo-par {
    /* max-width: 150px; */
    max-width: 25%;
}

.logo-2-par {
    /* max-width: 250px; */
    max-width: 40%;
}

.letras-1 {
    /* max-width: 150px; */
    max-width: 25%;
}

.border-b {
    border-bottom: 1px solid #878787;
}

.color_e1 {
    color: #e1e1e1;
}

.color_b0 {
    color: #b0afaf;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi_bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extra_bold {
    font-weight: 900;
}

.font_65 {
    /* font-size: 65px; */
    font-size: 5rem;
    letter-spacing: -5px;
}

.font_30 {
    /* font-size: 30px; */
    font-size: 1.9rem;
    /* letter-spacing: -1.5px; */
}

.font_12 {
    font-size: 12px;
    /* letter-spacing: -1.5px; */
}

.font_25 {
    /* font-size: 25px; */
    font-size: 1.6rem;
    /* letter-spacing: -1.5px; */
}

.font_16 {
    /* font-size: 16px; */
    font-size: 1rem;
    /* letter-spacing: -1px; */
}

a {
    color: #e1e1e1;
}

a:hover {
    color: #b0afaf;
}

.span_r {
    width: 11px;
    height: 6px;
    position: relative;
    display: inline-block;
    top: -6px;
    font-size: 16px;
    font-weight: 400;
}

.span_r_medium {
    width: 11px;
    height: 6px;
    position: relative;
    display: inline-block;
    top: -6px;
    font-size: 12px;
    font-weight: 400;
}

@media screen and (max-width:992px) {
    .font_65 {
        font-size: 4rem;
    }

    .logo-par {
        max-width: 40%;
    }
    
    .logo-2-par {
        max-width: 60%;
    }
    
    .letras-1 {
        max-width: 40%;
    }

    .font_30 {
        font-size: 1.5rem;
    }

    .font_25 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width:767px) {
    .font_65 {
        font-size: 3rem;
    }

    .font_30 {
        font-size: 1.4rem;
    }

    .font_25 {
        font-size: 1.2rem;
    }

    .logo-par {
        max-width: 50%;
    }
    
    .letras-1 {
        max-width: 50%;
    }
}

@media screen and (max-width:568px) {
    .font_65 {
        font-size: 2.5rem;
    }

    .font_30 {
        font-size: 1.3rem;
    }

    .font_25 {
        font-size: 1.1rem;
    }

    .font_16 {
        font-size: 15px;
    }
}

@media screen and (max-width:992px) {
    
}