@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
/* box-shadow: inset 0 0 5px rgb(31, 31, 31);  */
    background: #747474;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #252525;
/* border-radius: 10px; */
    cursor: default;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4d4d4d; 
    cursor: default;
}

html {
    scroll-behavior: smooth;
}

body {
    /* background-color: #141414;
    color: #fff; */
}

a {
    color: rgb(8, 8, 8);
}

a:hover {
    color: rgb(63, 96, 145);
    text-decoration: none;
}

a:visited {
    color: rgb(8, 8, 8);
}

input, textarea{
    background-color: #3B3D4C !important;
    color: #FFF !important;
    border-radius: 0px !important;
    border: 0px !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FFF;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FFF;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FFF;
}

.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    margin-top: 0;
}

::-webkit-input-placeholder { /* Edge */
    color: rgb(163, 163, 163) !important;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: rgb(163, 163, 163) !important;
}

::placeholder {
    color: rgb(163, 163, 163) !important;
}

.navbar-nav > li > .dropdown-menu { 
    background-color:rgb(41, 41, 41) !important; 
}


.navbar-nav > li > .dropdown-menu > a { 
    color: rgb(182, 182, 182) !important;
}

.navbar-nav > li > .dropdown-menu > a:hover { 
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.hero-carousel .carousel-item{
    height: 100vh;
    overflow: hidden;
}
.hero-carousel .carousel-item .carousel-image{
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* Ignore this CSS */
#carouselExampleIndicators{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    background-image: url("../media/dictionary_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
}

.over-color{
    /* background: rgba(167, 0, 45, 0.6); */
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.navbar-spacer {
    width: 40px;
}

.header-bg {
    background-color: rgba(10, 10, 10, 0.90);
    color: #fff !important;
}

.carousel-indicators li {
    background-color:rgba(92, 95, 113, 0.6) !important;
}

.carousel-indicators .active{
    background-color: #929EF0 !important;
}

.carousel-control {
    color: #5C5F71;
}

.divider2 {
    border-color: #141414 !important;
    border-width: 1px !important;
    width: 100% !important;
    height: 5px !important;
}

.section-divider {
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.dark-overlay {
    content: " ";
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }

a.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
  }

.contacts-flex {
    display: flex;
    align-items: flex-start;
  }

.center-carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    z-index: 1;
}

.border-head {
    border-width: 10px;
    border-color: white;
}

.text-header {
    padding-left: 5px;
    padding-right: 5px;
}

.key {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 50px !important;
}

.languages {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px !important;
    font-weight: 200;
}

@media (min-width: 576px) {  
    .key {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 50px !important;
    }
    
    .languages {
        font-family: 'Montserrat', sans-serif;
        font-size: 50px !important;
    }
}

@media (min-width: 768px) { 
    .key {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 50px !important;
    }
    
    .languages {
        font-family: 'Montserrat', sans-serif;
        font-size: 50px !important;
    }
}

@media (min-width: 992px) { 
    .key {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 70px !important;
    }
    
    .languages {
        font-family: 'Montserrat', sans-serif;
        font-size: 70px !important;
    }
}

@media (min-width: 1200px) { 
    .key {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 85px !important;
    }
    
    .languages {
        font-family: 'Montserrat', sans-serif;
        font-size: 85px !important;
    }
}

#footer {
    height: 100px;
}

span.line {
    display: inline-block;
}

#map-container {
    height: 500px;
}

.background-dark {
    background-color: #252525;
}

.background-darker {
    background-color: #383838;
}

.background-dark a, .background-darker a {
    color: rgb(255, 255, 255);
}

.background-dark a:hover, .background-darker a:hover {
    color: rgb(117, 130, 150);
    text-decoration: none;
}

.background-dark a:visited, .background-darker a:visited {
    color: rgb(255, 255, 255);
}

.interpretariato {
    height: 250px;
    background-position: center;
    background-size: cover;
}