﻿/* Custom styles */

/* *****************HEADER***************************** */
.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link:focus,
.dropdown-item:hover, 
.dropdown-item:focus{
    color: #ff8a30;
}

.navbar {
    padding: 0;
}

.navbar .navbar-collapse {
    padding: 1rem;
}

.navbar-toggler:focus {
   outline: transparent;
}

.navbar .logo-header {
  width: 150px; 
}

.navbar .logo-header {
    display: block;
    position: relative;
    height: 81px;
    padding: 0;
    width: 150px; 
}

.info-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
}

.navbar .content-header {
    margin-left: 15px;
}

.navbar .content {
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #bdbec0;
    line-height: 1;
    position: relative;
    padding: 0;
    margin-right: 15px;
}

[id="nav"] .navbar-nav {
    max-width: 550px;
}

.navbar .button-header {
    display: flex;
    justify-content: flex-end;
    padding-right: 1rem;
}

.navbar .login-header {
    display: flex;
    justify-content: center;
    background-color: #ff8a30;
    color: white;
    width: 130px;
    height: 30px;
    align-items: center;
    border-radius: 5px;
    font-size: 11px;
    transition: background-color .3s;
}

.menu-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0;
    width: 100%;
    margin-top: 15px;
    background-color: #343a40;
}

.navbar .top-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: space-between;  
}

.info-header {
    padding: 0 1rem;
}

.navbar-toggler {
    margin-left: 20px;
    border: none;
    padding: 0;
}

.navbar-toggler span {
    position: relative;
}

.navbar svg {
    width: 33px;
    position: absolute;
    top: -17px;
    right: -32px;
}

@media (min-width: 524px){
    .navbar .content  {
     font-size: 16px;
    }
    
    .navbar .content-header {
        margin-left: 40px;
    }
    
    .navbar .logo-header{
        height: 70px;
    }
    
    .menu-header {
        margin-top: 25px;
    }
}

@media (min-width: 768px){
    .navbar {
        padding: 1rem;
    }
    
    .navbar .logo-header img {
        max-width: 150px;
        height: 90px;
        position: absolute;
        top: -10px;
        left: 0;
    }
    
    .navbar .top-header {
        flex-direction: row;
    }
    
    .navbar .content {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .header-search {
        margin: 0;
    }
    
    .info-header {
        align-items: center;
        padding: 0;
    }
    
    .menu-header {
        width: auto;
        background-color: transparent;
    }
    
    .navbar .button-header {
        padding-right: 0;
    }
    
    .navbar .navbar-collapse {
        padding: 0;
    }
    
    .navbar .login-header {
        width: 193px;
        height: 40px;
        font-size: 16px;
    }
    
    .menu-header {
        margin-top: 0;
    }
}

@media (min-width: 990px){
    .navbar .content {
     font-size: 20px;
     bottom: -17px;
     line-height: 2;
    }
    
    .navbar .content-header {
        height: 53px;
    }
    
    .navbar .login-header {
     font-size: 16px;
     width: 195px;
    }
}

@media (min-width: 1080px){
    .navbar .content {
     font-size: 24px;
    }
}

@media (min-width: 1100px){
    .navbar .logo-header img {
        max-width: 170px;
        height: 105px;
        top: -18px;
    }
}