@media (max-width : 500px){
    .title-section{
        font-size: 24px!important;
    }
    .logo{
        width: 34%!important;
        padding-bottom: 50% !important;
    }
    .name{
        display: none!important;
    }
    .nav.nav-tabs.img-is-loaded li{
        margin: -32px !important;
    }
    .nav.nav-tabs.img-is-loaded{
        flex-wrap: nowrap!important;
    }
    .container-text-img-technology-everywhere{
        width: 90%;
        margin-top: 30px;
        text-align: initial;
    }
}

@media (max-width : 768px){
    .container-page{
        width: 93%;
    }
    #section-template-collection img {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    .logo{
        width: 58%!important;
    }
    .nav.nav-tabs.img-is-loaded{
        width: 100% !important;
    }
    .nav.nav-tabs.img-is-loaded li{
        margin: 10px !important;
    }
    #section-template-collection img{
        width: 85%;
    }
}

@media (max-width: 1450px) and (min-width: 1025px) {
    .nav.nav-tabs.img-is-loaded li{
        margin: 10px !important;
    }
}

.container-page{
    width: 75%;
    margin: auto;
}
    
.nav.nav-tabs.img-is-loaded{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    position: relative;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 50px;
    margin-top: 50px;
}

.nav.nav-tabs.img-is-loaded li {
    margin: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tab-browser.active{
    filter: grayscale(0);
    opacity: 1;
    transition: 5s ease;
}

.tab-browser{
    filter: grayscale(1);
    opacity: 0.5;
    transition: 0.3s ease;
}

.tab-browser:hover{
    filter: grayscale(0);
    opacity: 1;
    color: #009ed9;
}

.name{
    margin-top: 30px;
}

.container-text-img-technology{
        width: 70%;
        margin: auto;
        margin-top: 40px;
        text-align: initial;
    }

    .container-text-img-technology-everywhere{
        width: 70%;
        margin: auto;
        margin-top: 30px;
        text-align: right;
    }

    .container-text-img-technology-everywhere p {
        color: #999;
    }

    .container-text-img-technology-everywhere p a{
        display: initial!important;
        padding: inherit!important;
    }

    .container-text-img-technology p {
        line-height: 30px;
        margin-top: 15px;
        color: #999;
    }

    #section-template-collection a{
        text-decoration: none;
        display: block;
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 5px;
        padding: 5px;
        color: #009ed9;
    }

    #section-template-collection img{
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -20px;
    }

    #section-template-collection #icon-template-collection{
        width: 16px;
    }

    #section-template-collection a:hover{
        color: #23527c;
    }
    
.pull-right {
    float: right !important;
}