@font-face {
    font-family: "Gilroy";
    src: url(fonts/Gilroy-Regular.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Gilroy";
    src: url(fonts/Gilroy-Medium.ttf);
    font-weight: 600;
}

@font-face {
    font-family: "Gilroy";
    src: url(fonts/Gilroy-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "Gilroy";
    src: url(fonts/Gilroy-Light.ttf);
    font-weight: 400;
}


*, body{
    font-family: "Gilroy", 'Montserrat', sans-serif;
    font-weight: 500;
}

::-webkit-scrollbar {
    display: none;
}
.block{
    display: block;
}

.none{
    display: none;
}

.language-selector{
    display: block;
    margin-left: 1.6rem;
}

.language-selector button{
    border: none;
    padding: 0;
    padding-inline: 0;
    background-color: transparent;
    color: unset;
}

.language-selector h5{
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0 0.4rem;
}

.inicio-header-logo{
    filter: invert(100%) sepia(92%) saturate(3%) hue-rotate(256deg) brightness(107%) contrast(100%);
}

.main-phrase{
    display: grid;
    place-items: center;
    color: white;
    padding: 5rem 0rem;
    border: 5px solid white;
    margin: 0;
}

.main-phrase h1{
    margin: 0;
}

.main-phrase h4{
    margin-bottom: 1rem;
}

#home{
    background: url("content-by-mauri/images/portfolio/Render4.jpg") !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-2-text h5{
    font-size: 1.7rem;
    text-align: justify;
}

#services .container .row-cols-1, #section-info .container .row-cols-1{
    justify-content: center;
}

.ti-arrow-down{
    background-color: rgba(185, 185, 185, 0.733);
}

.country-icon{
    width: 5.2rem;
    margin-bottom: 0.5rem;
    filter: opacity(62%);
}

.footer-ig-icon{
    font-size: 1.5rem;
}

@media (max-width: 50rem){
    .main-phrase{
        padding: 2.2rem 0;
    }
    
    .main-phrase h1{
        font-size: 1.7rem;
    }

    .main-phrase h4{
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .section-2-text h5{
        font-size: 1.2rem;
    }

    .country-icon{
        width: 4.5rem;
    }
}