﻿/* Raw */

.list-unstyled {
    padding-left: 10px !important;
    list-style: none;
}

.field-validation-error {
    color: red !important;
}

nav {
    background-color: rgb(7, 70, 145);
    width: 100%;
    height: 80px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.has-error {
    color: red
}
.nav-link {
    color: white;
}

/* Class */

.logo-tim {
    height: 50px;
    width: 100px;
}

.btn-tim {
    background-color: rgb(9, 88, 133);
    border-color: rgb(9, 88, 133);
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    color: white;
}

    .btn-tim:hover {
        color: white;
        background-color: rgb(16, 102, 151);
    }

.btn-tim-white {
    background-color: white;
    border-color: rgb(9, 88, 133);
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    color: rgb(9, 88, 133);
}


.header-shopping-cart, .header-search-icon, .header-user-icon {
    color: white;
    font-size: 20px;
}

.breadcrumb-tim {
    font-size: 14px;
    padding: 10px 0px 40px 0px;
    color: black;
    font-family: 'Roboto', sans-serif;
}

footer {
    width: 100%;
    background-color: rgb(7, 70, 145);
    color: white;
}

.margin-left-20 {
    margin-left: 20%;
}

.product-card {
    background-color: rgb(7, 70, 145);
    border-radius: 5px;
}
    .planoRI {
        background-color: #720A17;
        border-radius: 5px;
    }

.header-dropdown {
    display: inline;
}

    .header-dropdown > .dropdown-menu {
        left: -100px !important;
        background-color: rgb(7, 70, 145);
    }

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

    .font-14:hover, .font-12:hover {
        background-color: transparent;
    }

.dropdown-user {
    color: white;
}

.no-margin {
    margin: 0 !important;
}

.btn-tim-card {
    background-color: white;
    color: rgb(7, 70, 145);
    font-size: 10px;
    margin: 5px;
    font-weight: bolder;
    padding: 3px;
    font-family: 'Roboto', sans-serif;
}

.btn-bottom {
    text-align: end;
}


.after-footer {
    font-size: 12px;
    display: inline;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.middle-image {
    vertical-align: middle;
}


.btn-only {
    margin: 1% 2% 2% 1%;
}

.checkout-after-footer {
    font-size: 12px;
    display: inline;
}

h5 {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
}

.margin-12 {
    margin: 12px 0px 12px 0px;
}

.margin-15 {
    margin-left: 15px;
    margin-bottom: 15px;
}

.margin-left-5 {
    margin-left: 5%;
    margin-right: 5%;
}

.margin-left-3 {
    margin-left: 3%;
    margin-right: 3%;
}

/* Relatives */

.form-group > label {
    font-weight: bold;
    font-size: 14px;
}

li > .text-white {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/* Id */

#checkout-container {
    overflow: hidden;
}

.checkout-content {
    /*padding: 20px 70px 20px 70px;*/
    padding-top: 20px;
    padding-bottom: 20px
}

/*.navbar {
    flex-wrap: nowrap !important;
}*/

/*ICON BADGE*/
.button-badge {
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: .2rem;
    transition: all ease 0.4s;
}

.button-badge:hover {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.badge {
    position: absolute;
    top: -7px;
    right: 0;
    font-size: .8em;
    background: red;
    color: #fff;
    border-radius: 8px;
}

.fa {
    color: white;
}

.logo-fca-container {
    vertical-align: middle;    
    padding: 5px;
}

.logo-fca {
    /*width: 150px;
    height: 57.23px*/
    width: 96px;
    height: 32px;
}

.logo-fca-mini {
    width: 100px;
    height: 38px
}

.logo-fca-mini-x {
    width: 120px;
    height: 73px
}

.carousel-inner-title {
    font-size: 50px;
    margin-top: 45px;
    line-height: 48px;
}

@media (max-width: 768px)  {
    nav {
        height: inherit;
    }

    .carousel-inner-title {
        font-size: 30px;
        margin-top: 0;
        line-height: 32px;
        left: 20px !important;
        bottom: 70px;
        top: auto !important;
    }
}
