

    * {
        font-family: 'Open Sans', sans-serif;                
    }

    #home a:hover,
    #atencao a:hover,
    #regras a:hover,
    #sarpas a:hover,
    #noticias a:hover,
    #faq a:hover{

        background-color:lightblue;
    }

    /* #navbar-menu-principal a:hover{
    
        background-color:none;

    } */

    img#issu {
        background-color:white !important;
        border:solid white 2px !important;
    }
    img#issuu:hover {
        background-color:gray !important;
        border-radius:13px !important;
        color:gray !important;
        border:solid gray 1px !important;			
        color:rgba(0, 0, 0, 0.863);				
    }

    /* .scroll-container {								
        scroll-behavior: smooth !important;
    } */
            

    .atencao_video {
        /* padding-bottom:15px; border-radius:8px; box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.3);	 */
        /* position: relative;	 */	
        /* background-color: red;	 */		
    }
                                                                    
    .atencao_video svg {
        position: absolute;		
        /* background-color:#0a77ab;	 */
        z-index: 0;	
    }

    

    .atencao_video .inner{
        padding:15px;
        border-radius:15px; 				
        z-index: 1;				
    }

    /* box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.3); */

    .atencao_video .line {
        /* stroke-dasharray: 260; */
        stroke-dasharray: 260;
        stroke-width: 1.5px;
        fill: transparent;
        /* stroke: rgba(78, 255, 13, 0.3); */
        stroke: white;
        animation: svgAnimation 4.5s linear infinite;
        padding:15px;
        border-radius:15px; 
    }			

    @keyframes svgAnimation {
        from {
            stroke-dashoffset: 0;
        }
        to {
            stroke-dashoffset: 1000;
        }
    }


    .body{
        padding-top: 100px;
    }

    .header-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 9999;
        box-shadow: 0 2px 15px rgba(0,0,0,.08);
    }

    /* Navbar */

    .navbar {
        min-height: 75px;
    }

    /* Logo */
    .logo {
        height: 65px;
        width: auto;
    }

    /* Links principais */

    .navbar-nav .nav-link {
        padding: 30px 18px !important;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #333;
        transition: .3s;
    }

    .navbar-nav .nav-link:hover {
        color: #0d6efd;
    }

    .navbar-nav .nav-link.active {
        color: #0d6efd;
    }

    /* Dropdown */

    .dropdown-menu {
        border: none;
        border-radius: 0;
        min-width: 250px;
        box-shadow: 0 10px 25px rgba(0,0,0,.12);
    }

    /* Itens dropdown */

    .dropdown-item {
        padding: 12px 18px;
        font-size: 14px;
    }

    .dropdown-item:hover {
        background: #f8f9fa;
        color: #0d6efd;
    }

    /* Submenu */

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
    }

    /* Seta submenu */

    .dropdown-submenu > .dropdown-toggle::after {

        content: "";

        float: right;

        margin-top: 8px;

        border-top: .3em solid transparent;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    /* DESKTOP */

    @media (min-width: 992px) {

        .dropdown:hover > .dropdown-menu {
            display: block;
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

    }

    /* MOBILE */

    @media (max-width: 991.98px) {

        body {
            padding-top: 75px;
        }

        .navbar {
            min-height: 75px;
        }

        .logo {
            height: 75px;
        }

        .navbar-nav .nav-link {
            padding: 12px 15px !important;
        }

        .dropdown-menu {

            border: 0;
            box-shadow: none;
            padding-left: 15px;
        }

        .dropdown-submenu > .dropdown-menu {

            position: static;
            margin-left: 15px;
            box-shadow: none;
        }

        .dropdown-menu.show {
            display: block;
        }

    }

    /* Barra superior */

    .top-bar {
        background: #f8f9fa;
        border-bottom: 1px solid #e9ecef;
        height: 30px;
    }

    .top-bar-content {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 30px;
    }

    /* Link idioma */

    .language-link {
        font-size: 12px;
        font-weight: 500;
        color: #666;
        text-decoration: none;
        transition: .3s;
    }

    .language-link:hover {
        color: #0d6efd;
    }

    /* Ajuste menu fixo */

    
    .social-icons {
        list-style: none;
        padding: 0;
        margin: 0;                
    }

    .social-icons li {
        display:inline;
        padding: 0;
        margin: 0;
    }

    #hero{								
        background-image: url('../img/banner_drone_hero_.jpg');                 						
        background-position: right 45% bottom 78%;
        background-repeat: no-repeat;	
        background-size: cover;			
        background-color: rgba(37, 60, 122, 0.678);
        background-blend-mode: multiply;	
        display: inline-block;
        width: 100%;
        max-width: 100%;
        height: auto;   	                
    }

    #hero, #hero h3, #hero p, #hero span, #hero strong {
        color:white !important;
    }

    #home {
        border-top: 2px red solid !important;
        margin-top: 5px !important;
        padding-top: 5px !important;
    }
    /*  .main {
        padding-top: 30px;
        width: 100%;
        height:435px;
    } */