.carousel-item
{
  min-height: 400px;
  height: calc(100vh - 200px);
}

.carousel-item img
{
    min-height: 400px;
  height: calc(100vh - 200px);
  object-fit: cover;
}


.navbar-resco
{
    width: 100vw;
    z-index: 99;
    position: relative;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 15px !important;

}

.gruporesco-bar
{
    background: #0c3169;

}

.nav-inside
{
    display: flex;  
    align-items: center;      
    max-width: 1500px;   
    margin: 0 auto;      
    padding: 0 15px;      
 

 
    display: flex;
    font-size: 16px;
    flex-direction: row;
 
    white-space: nowrap;
    overflow-y: hidden;
       overflow-x: auto;
}

 
.gruporesco-bar .nav-inside
{
    color: white;
    height: 30px;
}
.gruporesco-bar .nav-inside b
{
    font-weight: 700;
    padding: 0;
    padding-right: 12px;
    font-size: 15px;
    border-right: 1px solid rgba(128, 128, 128, 0.418);
    margin-right: 6px;
}

.gruporesco-bar .nav-inside a
{
    color: rgb(202, 202, 202);
    text-decoration: none;
    transition: all 0.3s ease;
    margin-left: 8px;
    margin-right: 8px;
}



.nav-inside .reverse 
{
    margin-left: auto !important;
    display: flex;    
    align-items: center;
}

.nav-inside .reverse a
{
 background-color: #043681;
 display: flex;
 align-items: center;
 padding: 8px;
 margin: 0;
 border-left: 1px solid #0c3169;
  border-right: 1px solid #0c3169;
  color: white;
  cursor: pointer !important;
}

.gruporesco-bar .nav-inside a:hover
{
    color: aqua;

}

.suporte
{
 
    color: white !important;
    font-weight: 700;
        transition: all 0.3s ease;

}

.f-navbar
{
    height: 80px;
    width: 100vw;
    margin-right: 15px;
        backdrop-filter: blur(12px);
      background: rgba(255, 255, 255, 0.82);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: fixed;
    overflow-y: hidden;
}

.f-navbar.fixed {
     top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/*parte de dentro */

.f-navbar .nav-inside
{
    display: flex;
    align-items: center;
    height: 100%;
 
}

/* logo e btn mobile */

.resco-logo
{
    display: flex;
    flex-direction: row;
    align-items: center;
}


.resco-logo img
{
  height: 60px;
}
 

.resco-logo h3
{
    margin-top: 7px;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid rgb(168, 168, 168);
    font-weight: 600;
}

.nav-links
{
  display: flex;
  width: 100% !important;
     margin-left: 15px;
    margin-right: 15px;
}

.nav-links-link
{
  display: flex;
  justify-content: center;
    width: 100% !important;
    padding: 6px;
    border-left: 1px solid rgb(168, 168, 168);
    text-decoration: none;
    color: #3d3d3d;
    font-size: 19px;
    font-weight: 500;
    width: 140px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
      position: relative;
}

  .nav-links-link ::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -6px;
      width: 0;
      height: 2px;
      background: linear-gradient(90deg, #00c6ff, #0072ff);
      transition: width 0.3s;
    }
  

     .nav-links-link  :hover::after,
    .nav-links-link .active ::after {
      width: 100%;
    }

