﻿.cookiemodal-dialog {
    margin-top: 0;
    max-width: 100%;
}

    .cookiemodal-dialog .modal-content {
        border-radius: 0;
    }

    .cookiemodal-dialog .buttons .btn {
        margin: .2rem;
    }

body {
    padding-top: 4rem;
    font-size: 16px;
    color: #4c4c4c;
    font-family: 'Roboto',sans-serif;
}

h1 {
    font-size: 27px;
}

.btn {
    font-size: 16px !important;
}

.breadcrumb {
    font-size: 12px;
}

.btn-outline-danger {
    border-color: #ef5350 !important;
    color: #ef5350 !important;
}

    .btn-outline-danger:hover, .btn-outline-danger:focus {
        background-color: #fc4d43;
        color: #fff !important;
    }

    .btn-outline-danger:active {
        will-change: opacity,transform;
        transition: all .3s ease-out;
        background-color: #e22c25 !important;
    }

.link-color {
    color: #1976d2;
}

.pointer {
    cursor: pointer;
}

.btn-danger {
    background-color: #fc4d43;
    color: #fff !important;
}

    .btn-danger:hover, .btn-danger:focus {
        background-color: #fc4d43;
    }

    .btn-danger:active {
        will-change: opacity,transform;
        transition: all .3s ease-out;
        background-color: #e22c25 !important;
    }

.btn {
    border-radius: 2rem !important;
}

#list-navbar a {
    color: #000 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    color: #808080;
    background-image: linear-gradient(#ef5350,#ef5350),linear-gradient(#fff,#fff);
    background-size: 0 1px,auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out;
}

    #list-navbar a:hover {
        background-size: 100% 2px,auto;
    }

.logo {
    margin-left: auto;
    margin-right: auto !important;
}

.user-logo {
    width: 40px;
    float: right;
    border-radius: 50%;
}

.user-name {
    margin: 10px 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 113px !important;
}

.icon-drop {
    margin: 14px 25px 0 0;
}

.box-dropdown {
    top: 122% !important;
    left: -1% !important;
}

.language-top {
    position: relative;
    top: 13px;
}

.centerContent {
    margin: 0 auto;
    max-width: 62.5em;
}

.itemLanguage {
    color: #000 !important;
}

    .itemLanguage:hover {
        cursor: pointer;
        color: #393939;
        text-decoration: none;
    }

.bg-white {
    background-color: #fff;
}

.bg-nav {
    background-color: #fff;
}

.first_footer {
    background-color: #d6d6d6;
}

.colors-last_footer {
    background-color: #393939;
    color: #fff;
    font-size: 15px;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.line {
    height: 2px;
    background-color: #e22c25;
    width: 70px;
}

.lh {
    line-height: 28px;
}

.dropdown-item {
    font-size: 16px;
    color: #4c4c4c !important;
}

    .dropdown-item.active, .dropdown-item:active {
        background-color: #d5d5d5 !important;
        text-decoration: none;
    }

.degree {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    display: none;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0,0,0,.5);
}

.block {
    display: block;
}

.shadow {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.23);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.23);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.23);
}

.nav-link {
    color: #4c4c4c !important;
}

    .nav-link:hover {
        color: rgba(0,0,0,.5) !important;
    }

.item-mobile {
    color: #4c4c4c;
    width: 70%;
    margin-left: 15%;
    font-size: 20px;
    border-bottom: 1px solid #d3d3d3;
}

    .item-mobile label {
        padding-left: 10px;
    }

.text-muted {
    text-decoration: none !important;
}

.w-35 {
    width: 35%;
}

.h-25 {
    height: 70px !important;
}

.boxLinks {
    background-color: #e5e5e5;
}

.uppercase {
    text-transform: uppercase;
}

.lineH-25 {
    line-height: 25px;
}

/* MOBILE */
@media(max-width:360px) {
    .box-dropdown {
        left: -200% !important;
    }
    #drop-down-box {
        width: 250px;
        margin: 0;
        padding: 0;
    }       
}

@media(min-width:361px) {
    .box-dropdown {
        left: -300% !important;
    }

    #drop-down-box {
        width: 350px;
        margin: 0;
        padding: 0;
    }
}
@media(min-width:992.5px) {
    #navbarSupportedContent20 {
        display: none !important;
    }
}

@media(max-width:992px) {
    .tr, .tl {
        text-align: center;
    }

    .col-footer {
        text-align: center;
        margin-bottom: 20px;
    }

    .language-top {
        position: unset !important;
    }

    .positionImg {
        position: absolute;
        left: 30%;
        top: 10px;
    }

    .boxLinks {
        padding: 10px;
    }

    .button-animated {
        margin-left: 10px;
        padding: 10px;
    }

    .button-animated:focus {
        outline: none;
    }    
}

    .icon-drop-shop {
        padding: 8px 8px 8px 9px;
    }

    .card-icon {
        margin-top: 5px;
        color: #4c4c4c;
    }

    .icon-shop {
        margin-top: 7px 2px 2px 7px;
    }

    .shop-box {
        padding: 6px 8px 4px 9px;
        margin: 0 9px 0 12px;
    }
    .item-total {
        list-style: none;
    }

    .item-total-number {
        list-style: none;
        margin-left: auto;
    }

    .box-total {
        margin-top: 15px;
        padding: 0 !important;
    }

    #li_emptyCart {
        margin-top: 15px;
    }

    .shop-comprar {
        padding: 10px;
        margin: 17px 17px 8px 17px;
        width: 90%;
        text-align: center;
        background-color: #fc4d43;
        border-radius: 2rem;
    }

    #shop_Products {
        list-style: none;
        margin: 0;
    }

    .openCart {
        padding: 0;
        margin: 10px 10px 10px 10px !important;
    }

    .item-cart {
        list-style: none;
    }

    #checkOut {
        color: #fff !important;
        padding: 5px;
    }

    .color-white {
        color: #fff !important;
    }

    .item-compra {
        list-style: none;
    }

    .last-item-compra {
        position: absolute;
        right: 7px;
    }

    .item-box {
        border-bottom: 1px solid #e8e8e8;
        padding: 10px 0 6px 0;
    }

    .notification-shopping {
        background-color: #fc4d43;
        width: 16px;
        height: 16px;
        position: absolute;
        z-index: 3;
        top: -3px;
        right: 45px;
        color: #fff;
        border-radius: 100%;
        text-align: center;
    }

    .number-notification-shopping {
        position: relative;
        bottom: 5.5px;
        font-size: 10px;
    }

    .shopping_cart {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .shopping_cart:after {
            content: "shopping_cart";
        }

    .assignment_ind {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .assignment_ind:after {
            content: "assignment_ind";
        }

    .home {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .home:after {
            content: "home";
        }

    .input {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .input:after {
            content: "input";
        }

    .search {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .search:after {
            content: "search";
        }

    .turned_in {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .turned_in:after {
            content: "turned_in";
        }

    .business {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

    .bussines.after {
        content: "bussines";
    }

    .fiber_new {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .fiber_new:after {
            content: "fiber_new";
        }

    .library_books {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .library_books:after {
            content: "library_books";
        }

    .school {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .school:after {
            content: "school";
        }

    .important_devices {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .important_devices:after {
            content: "important_devices";
        }

    .description {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .description:after {
            content: "description";
        }

    .notifications_active {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .notifications_active:after {
            content: "notifications_active";
        }

    .settings {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .settings:after {
            content: "settings";
        }

    .library_books {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

    .library_books {
        content: "library_books";
    }

    .exit_to_app {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

    .exit_to_app {
        content: "exit_to_app";
    }

    .list {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .list:after {
            content: "list";
        }

    .keyboard_arrow_down {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .keyboard_arrow_down:after {
            content: "keyboard_arrow_down";
        }

    .person {
        position: relative;
        display: inline-block;
        font-size: large !important;
    }

        .person:after {
            content: "person";
        }

    .animated-icon1 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        .animated-icon1 span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
            background: #e65100;
        }

            .animated-icon1 span:nth-child(1) {
                top: 0;
            }

            .animated-icon1 span:nth-child(2) {
                top: 10px;
            }

            .animated-icon1 span:nth-child(3) {
                top: 20px;
            }

        .animated-icon1.open span:nth-child(1) {
            top: 11px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .animated-icon1.open span:nth-child(2) {
            opacity: 0;
            left: +60px;
        }

        .animated-icon1.open span:nth-child(3) {
            top: 11px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

    .fb-login-button {
        margin-top: 5px;
    }

    .fb-login-custom-button {
        max-width: 40px;
        border: 1px solid #dadce0;
        padding: 7px;
        border-radius: 4px;
        display: inline-block;
        transition: background-color .218s,border-color .218s;
    }

        .fb-login-custom-button:hover {
            background-color: rgba(66, 133, 244, 0.04);
            border-color: #d2e3fc;
            cursor: pointer;
        }

        .fb-login-custom-button > img {
            max-width: 85%;
        }

    .social-network-container > div {
        margin: 10px;
    }

    .social-network-container {
        margin-bottom: -40px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
