@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

* {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

*::-webkit-scrollbar {
    display: none;
}

nav {
    width: 100vw;
}

.navbar {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 13vh;
    transition: top .5s ease;
    z-index: 10;
}

.navbar-group {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 0;
}

.logo {
    margin: 0 1.5rem;
}

.logo a {
    text-decoration: none;
    color: black;
    font-size: 17px;
}

.navbar ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.navbar-items {
    margin: 0 1.5rem;
}

.navbar-items ul li {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.navbar-items ul li a {
    text-decoration: none;
    color: white;
    width: 5rem;
    margin: 3vh 1vh;
    text-align: center;
    position: relative;
    transition: all .5s ease;
}

.navbar-items ul li a:after {    
    content: "";
    display: block;
    height: 3px;
    bottom: 0;
    position: relative;
    left: 50%;
    background: #e6b606;
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
}

.navbar-items ul li a:hover:after { 
    width: 100%; 
    left: 0; 
}

.navbar ul li a:hover {
    color: #e6b606;
    transition: all .5s ease;
}

.toggleSidebar {
    padding: 0;
    font-size: 24px;
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 9;
    position: relative;
    display: none;
}

.sidebar {
    display: none;
    height: 100vh;
    width: 150px;
    position: fixed;
    top: 0;
    left: -150px;
    background-color: #212121;
    transition: left 0.3s ease;
    overflow: hidden;
    z-index: 10;
    border-right: 1px solid rgba(255, 255, 255, 0.359);
}

.sidebar-header {
    background-color: #212121;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    height: 50px;
}

.sidebar-header h1 {
    font-size: 20px;
}

.sidebar-list {
    height: 100vh;
}

.sidebar-list ul {
    list-style: none;
    margin: 0;
}

.sidebar-list ul li {
    margin: 10px 0;
    position: relative;
    transition: all 1s;
}


.sidebar-list ul li a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 14px;
    padding: 10px;
}

.close-btn {
    background-color: #212121;
    color: white;
    border: hidden;
    font-size: 30px;
    cursor: pointer;
}

.main-header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

header {
    color: white;
    height: 100vh;
    background-color: #212121;
    background-image: url(images/header.jpg);
    background-size: cover;
    background-position: center;
}

header h1 {
    font-size: 4rem;
    color: white;
}

h1 {
    color: white;
    
}

.header-main {
    width: 90%;
    padding: 50px 0;
    text-align: center;
}

.header-main h1 {
    margin-bottom: 10px;
    letter-spacing: 5px;
    font-size: 4rem;
}

.header-main p {
    letter-spacing: 5px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-style: italic;
}

.header-main a {
    position: relative;
    text-decoration: none;
    color: black;
    background-color: white;
    border-radius: 5px;
    border: 1px solid white;
    padding: 10px 30px;
    transition: all 0.5s ease;
}

.header-main a:hover {
    -webkit-box-shadow:0px 0px 42px 0px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 42px 0px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 42px 0px rgba(255,255,255,0.8);
    border: 1px solid white;
    background-color: transparent;
    color: white;
    transition: all 0.5s ease;
}

.header-description {
    text-align: center;
    width: 80%;
    margin: 5vw 10vw;
    line-height: 2.2;
    letter-spacing: 2px;
    color: white;
}

.header-description a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    width: 430px;
    background-color: white;
    color: #021526;
    border: 1px solid rgb(53, 53, 53);
    border-radius: 5px;
    padding: 1px;
    transition: 1s;
}


.article-content {
    text-align: justify;
}

.header-hr {
    width: 100%;
    margin: 10px auto;
}

.animation-arrow-down {
    position: absolute;
    top: 75%;
    left: 49.68%;
    transform: translate(-50%, 0%) rotate(45deg);
    font-size: 25px;
    z-index: 1;
    text-decoration: none;
    text-shadow: 0;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-animation: fade_move_down 4s ease-in-out infinite;
    -moz-animation: fade_move_down 4s ease-in-out infinite;
    animation: fade_move_down 4s ease-in-out infinite;
}


@-webkit-keyframes fade_move_down {
    0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}

@-moz-keyframes fade_move_down {
    0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}

@keyframes fade_move_down {
    0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}

main {
    background-color: #212121;
    text-align: center;
}

.header-description a:hover {
    background-color: transparent;
    border: 1px solid white;
    width: 99.5%;
    cursor: pointer;
    color: white;
    transition: 1s;
}

.iframe-map {
    border-radius:20px; 
    width: 80%;
    height: 600px;
}

.tracking-map h1 {
    color: white;
    margin: 20px;
}

.legend {
    text-align: left;
    margin: 20px 10vw;
    background-color: rgba(255, 255, 255, 0.329);
    border-radius: 20px;
    padding: 10px 20px;
}

figcaption {
    margin: 15px;
    margin-bottom: 40px;
    color: white;
    font-size: 1rem;
}

.call-btn {
    position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color: red;
	color:#222;
	border-radius: 5rem;
	text-align:center;
    transition: 0.3s;
    z-index: 0;
}

.call-btn a {
    height: 60px;
    width: 60px;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.call-btn:hover {
    background-color: red;
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(255, 0, 0, 0.4);
}

#call {
    font-size: 28px;
}

.footer-bio {
    text-align: left;
    background-color: #111;
    color: white;
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.249);
}

.footer-bio h3 {
    font-size: 1.5rem;
}

.footer-contact, .footer-about {
    padding: 10px;
    line-height: 1.7;
    width: 450px;
}

.footer-contact ul, .footer-bio p {
    margin-top: 7px;
}

.footer-contact ul li {
    list-style-type: none;
}

.footer-about p {
    margin-bottom: 10px;
}

.footer-about a {
    background-color: white;
    border: 1px solid white;
    border-radius: 5px;
    color: black;
    text-decoration: none;
    font-size: 0.8rem;
    padding: 5px 20px;
    transition: all 0.4s ease;
}

.footer-about a:hover {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

.footer-copyright {
    color: white;
    background-color: #0a0a0a;
    padding: 20px 0px;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    nav {
        background-color: #111;
        z-index: 9;
    }

    .logo, .navbar {
        margin: 0 15px;
        padding: 0;
        font-size: 12px;
    }

    .navbar-group a {
        font-size: 18px;
    }

    .logo {
        display: block;
        padding: 10px;
        margin: 0 20vw;
        text-align: center;
    }

    .navbar-items {
        display: none;
    }

    .toggleSidebar {
        display: block;
        z-index: 10;
    }

    .sidebar {
        display: grid;
        width: 150px;
    }

    .sidebar.open {
        left: 0;
        display: block;
    }

    .header-main h1 {
        font-size: 3rem;
        color: white;
    }

    .header-main p {
        font-size: 0.9rem;
    }

    header {
        background-size: 100vw 110%;
    }

    .animation-arrow-down {
        top: 80%;
        left: 48.5%;
    }

    .header-description {
        width: 90%;
        margin: 20px auto;
    }

    .article-content {
        word-spacing: 2px;
        font-size: 15px;
    }

    .map {
        margin: 0 auto;
        width: 100%;
    }

    .map h1 {
        margin: 50px 0;
        margin-bottom: 10px;
    }

    .iframe-map {
        border-radius:20px; 
        width: 80%;
        height: 500px;
    }

    .footer-bio {
        padding: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-contact {
        width: 150px;
        font-size: 10px;
        padding: 2px;
    }
    
    .footer-about {
        font-size: 10px;
        width: 170px;
        padding: 2px;
        padding-bottom: 5px;
    }

    .footer-about a {
        padding: 2px 20px;
    }

    .footer-copyright {
        font-size: 12px;
        padding: 10px;
    }
}