/*
    DOURO VERDE STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

footer{
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.modal { overflow: scroll !important; }

/* ---------------------------------------------------
    NAVBAR STYLE
----------------------------------------------------- */

.navbar {
    padding: 0px 0px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.dark-nav{
    background-color: #232323;

}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    cursor:pointer; 
}

.dark-nav .nav-item{
    background: #373737;
    margin-right: 5px; 
    margin-top: 0px; 
    margin-bottom: 40px; 
    height: 100px; 
    width: 100px; 
}

.navbar-toggler{
    font-size: 70%;

}

#nav-link-montanha {
    background:url('../images/ICON_DOURO_VERDE_v03.svg')  center center  no-repeat;
    height:50%;
    margin-top: 30%; 
}

#nav-link-prenda {
    background:url('../images/euro.svg')  center center  no-repeat;
    height: 50%;
    margin-top: 30%; 
}

#nav-link-lampada {
    background:url('../images/ICON_LAMPADA.svg')  center center  no-repeat;
    height: 50%;
    margin-top: 30%; 
}

#nav-link-mentoring {
    background:url('../images/seo.svg')  center center  no-repeat;
    height: 50%;
    margin-top: 30%; 
}

#nav-link-fabrica {
    background:url('../images/ICON_FABRICA.svg')  center center  no-repeat;
    height: 50%;
    margin-top: 30%; 
}

.button-navbar{
    height:30%;
    width:100%;
    font-size: 10px;
    border-radius:0;
    color: white;
    background-color: #6CA544; 
    margin-top: 20%; 
    text-align: center;
    padding-left: 10%; 
}

.button-navbar:hover{
    color: #6CA547;  
    background: white; 
    border-color: white;
}

.button-navbar:focus,.button-navbar:active {
    outline: none !important;
    box-shadow: none;
}

@media  screen and (max-width: 764px) {

    .dark-nav .nav-item{
        background: #373737;
        margin-right: 2px; 
        margin-top: 0px; 
        margin-bottom: 40px; 
        height: 75px; 
        width: 20%; 
    }

    .button-navbar{
        height:30%;
        width:100%;
        font-size:40%;
        border-radius:0;
        color: white;
        background-color: #6CA544; 
        margin-top: 20%; 
        text-align: center;
        padding-left: 4%; 
    }

    .dropdown-item {
        padding-left: 3px!important;
        font-size: 8px!important;
    }

}

.nopadding{
    padding-right: 0;
    padding-left:0; 
}

.relative{
    position:relative; 
}

.dropdown-menu {
    top: 130%; 
    left: -6%;
    border-radius: 0;  
    background: #232323; 
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-item{
    background: #373737; 
    color: white; 
    font-size: 12px; 
    border-left-color: #232323; 
    border-left-style: solid;
    border-left-width: 5px; 
    cursor: pointer; 
}

@media  screen and (max-width: 1200px) {
    .dropdown-item{
        background: #373737; 
        color: white; 
        font-size: 10px; 
        border-left-color: #232323; 
        border-left-style: solid;
        border-left-width: 5px; 
        cursor: pointer; 
    }

}

.dropdown-submenu {
    position:relative;
    border-radius: 0;  
    background: #232323; 

}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-1px;
    margin-left:-1px;
    border-radius: 0;  
    background: #232323; 
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
    font-size: 12px; 
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
}

/* ---------------------------------------------------
    NAVBAR LOGIN STYLE
----------------------------------------------------- */

#navbarslogin{
    background-color: #303030;
    padding-right: 5%; 
    padding-left: 5%; 
    padding-top: 0; 
    padding-bottom: 0; 
    height: 140px; 

}

.form-navbar{
    background-color: #595959;
    border-radius: 0; 
    border-color: #595959;
    margin-top: 1%; 
    width: 100%; 
    height: 18px; 
    padding-top: 0; 
    padding-bottom: 0; 
    color: white; 

}

.btn-login{
    background: #6CA547; 
    border-radius: 0; 
    border-color: #6CA547;
    margin-top: 2px; 
    margin-bottom: 4px; 
    padding-top: 0; 
    padding-bottom: 0; 
    font-size: 12px; 
    color: white; 
    margin-left: 70%; 
}

.btn-login:hover{
    color: #6CA547;  
    background: white; 
    border-color: white;
}

.btn-green{
    color:white;
    background: #6CA544;
    border-style: none; 
}

.btn-green:hover{
    color:#5B9A32;
    background: #E3E3E3;
}

.btn-login:focus,.btn-login:active {
    outline: none !important;
    box-shadow: none;
}

.btn-login-top{
    background: transparent; 
    border-radius: 0; 
    border-color: transparent;
    margin-bottom: 4px; 
    padding-top: 0; 
    padding-bottom: 0; 
    font-size: 12px; 
    color: #1296BD!important;
}

.btn-top{
    background: transparent; 
    border-radius: 0; 
    border-color: transparent;
    margin-bottom: 4px; 
    padding-top: 0; 
    padding-bottom: 0; 
    font-size: 12px; 
    color: #FF4D02; 

}

.btn-top:hover{
    color: white; 
}

/* ---------------------------------------------------
    NAVBAR AVISOS STYLE
----------------------------------------------------- */
.button-navbar-avisos{
    height:30%;
    width:100%;
    font-size: 10px;
    border-radius:0;
    color: white;
    background-color: #6CA544; 
    margin-top: 10%; 
    text-align: center;
    padding-left: 10%; 
}

.btn-avisos-top{
    background: transparent; 
    border-radius: 0; 
    border-color: transparent;
    margin-bottom: 4px; 
    padding-top: 0; 
    padding-bottom: 0; 
    font-size: 12px; 
    color: #1296BD!important;
    display: block; 
}

@media only screen and (min-width : 1200px) {
    #navbarsavisos {
        background-color: #303030;
        margin-right: 4px; 
        padding-right: 15%; 
        padding-left: 15%; 
        padding-top: 0; 
        padding-bottom: 0; 
        height: 140px;  
        padding-top: 3%; 

    }
}

#navbarsavisos .nav-item{
    background: #232323;
    margin-right: 5px; 
    margin-top: 0px; 
    margin-bottom: 5px; 
    height: 70px; 
    width: 60px; 
}

#nav-link-oficina {
    background:url('../images/oficina.svg')  center center  no-repeat;
    height:70%;
    margin-top: 20%; 
}

#nav-link-plano {
    background:url('../images/plano.svg')  center center  no-repeat;
    height:70%;
    margin-top: 20%; 
}

#nav-link-estagio {
    background:url('../images/estagio.svg')  center center  no-repeat;
    height:70%;
    margin-top: 20%; 
}

.btn-aviso{
    color: white; 
    background-color: transparent; 
    padding-right: 10%;  
    padding-bottom: 30%; 

}

.btn-aviso-oficina:hover{
    color: white; 
    background-color: transparent; 
    border-color: transparent; 

}

#nav-oficina .dropdown-item{
    color:white; 
}

#nav-plano .dropdown-item{
    color:white; 
}

#nav-estagio .dropdown-item{
    color:white; 
}

.nav-oficina:hover #nav-link-oficina{
    background:url('../images/oficina_hover.svg')  center center  no-repeat;
    height:70%;
    margin-top: 20%;

}

.nav-plano:hover #nav-link-plano{
    background:url('../images/plano_hover.svg')  center center  no-repeat;
    height:70%;
    margin-top: 20%; 

}

.nav-estagio:hover #nav-link-estagio{
    background:url('../images/estagio_hover.svg')  center center  no-repeat;
    height:70%;
    margin-top: 20%; 

}

.btn-aviso-estagio:hover{
    color: white; 
    background-color: transparent; 
    border-color: transparent; 
}

.btn-aviso-plano:hover{
    color: white; 
    background-color: transparent; 
    border-color: transparent; 
}

.btn-aviso-oficina:focus,.btn-aviso-oficina:active {
    outline: none !important;
    box-shadow: none;
}

.btn-aviso-estagio:focus,.btn-aviso-estagio:active {
    outline: none !important;
    box-shadow: none;
}

.btn-aviso-plano:focus,.btn-aviso-plano:active {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu-avisos{
    top: 140px;
    left:0px; 
    background-color: #303030; 
    width: 100%;  
    min-width: inherit;
}

.nav-oficina{
    position:inherit;  
    margin-right: 10px!important; 
}

.nav-plano{
    position:inherit;
    margin-right: 10px!important; 
}

.nav-estagio{
    position:inherit; 
    margin-right: 10px!important; 
}


.badge-notify{

    color: white; 
    background:red;
    position:relative;
    top: -105px;
    left: -5px;
    border-radius: 100%;
    height: 18px;
    width: 18px; 
    font-size: 12px; 
    padding-top: 3px;
    padding-left: 0.3rem; 
}

.no-notify{
    display:none; 
}

.notify #nav-link-oficina{
    background:url('../images/oficina_hover.svg')  center center  no-repeat;
    height:70%;
    margin-top: 20%;

}

.notify #nav-link-plano{
    background:url('../images/plano_hover.svg')  center center  no-repeat;
    height:70%;
    margin-top: 20%;

}

.notify #nav-link-estagio{
    background:url('../images/estagio_hover.svg')  center center  no-repeat;
    height:70%;
    margin-top: 20%;

}

.notify .btn-aviso{
    color: white; 
    background-color: transparent; 
    border-color: transparent; 

}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
@media  screen and (min-width: 1200px) {
    /* styles for browsers larger than 1200px; */
    #sidebar {
        width: 150px;
        position: fixed;
        top: 140px;
        left: -250px;
        height: 100vh;
        z-index: 999;
        background: #373737;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
}
@media screen and (max-width: 1200px) {
    #sidebar {
        width: 150px;
        position: fixed;
        top: 90px;
        left: -250px;
        height: 100vh;
        z-index: 999;
        background: #373737;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #5B9A32;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
#dismiss:hover {
    background: #fff;
    color: #5B9A32;

}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #373737;
}

#sidebar ul.components {
    padding-top: 20px; 
    border-bottom: 1px dotted white;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    width: 100%;
    padding: 8%;
    font-size: 80%;
    display: block;
    border-top: 0.5px dotted white;
}

#sidebar ul li a i {
    padding-right: 8%;
}

#sidebar ul li a:hover {
    color: #5B9A32;
    background: #303030;
    border-right: solid; 
    border-right-width: 5px; 
    border-right-color: #5B9A32; 
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #5B9A32;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#sidebarCollapse{
    background: #6CA544;
}

#nav-icon {
    color: white;
    margin: 5px; 
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #787878; 
}

#content-transparent {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent; 
}

/* ---------------------------------------------------
    JUMBOTRON AND JUMBO TEXT STYLE
----------------------------------------------------- */

@media  screen and (min-width: 1200px) {
    .margintop{
        margin-top: 140px!important;  
    }
}
@media screen and (max-width: 1200px) {

    .margintop{
        margin-top: 90px!important; 
    }
}

.carousel-mapa  .carousel-item { 
    height: 300px; 
}

.carousel-mapa .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0px;
    opacity: 50;
    background: center center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    top:0;
    left:0;
    z-index:0;
}

.carousel-item { 
    height: 70vh; 
}

.container-video{
    width: 100%; 

}
.container-video video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);                            
}


.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0px;
    opacity: 50;
    background: center center no-repeat;
    width: 100%;
    height: 150%;
    background-size: cover;
    overflow: hidden;
    top:0;
    left:0;
    z-index:0;
}

.carousel-item .container {
    position:relative;
    z-index:2;
    margin-right: 0px;
    margin-left: 0px;
}

.carousel-item .main h3 {
    margin-top: 27vh;
    padding-top: 3vh;
    color: white; 
    font-size: 200%;
    width: 100%;

}

.carousel-item .box {
    background-color: rgba(48, 48, 48, 0.4);
    padding-left: 20px;
    padding-bottom: 3vh;
}


.carousel-item h3 {
    margin-top: 22vh;
    padding-top: 2vh;
    color: white; 
    font-size: 200%;
    width: 100%;

}

.carousel-item p {
    color: white; 
    font-size: 100%;
    width: 100%;
}


.carousel-item a {
    color: white; 
    font-size: 100%;
}

.btn-transparent{
    background-color:transparent;
    border-color: white;
    color:white;
}

.btn-transparent:hover{
    border-color: gray;
    color:gray;
}

.btn-transparent-gray{
    background-color:transparent;
    border-color: gray;
    color:gray;
    margin-right: 50px;
    margin-bottom: 20%;
}

.btn-transparent-gray:hover{
    border-color: #5B9A32;
    color:#5B9A32;
}

.btn-financia-gray{
    background-color:transparent;
    border-color: gray;
    color:gray;
    margin-right: 50px;
    margin-bottom: 5%;
}

.btn-financia-gray:hover{
    border-color: #5B9A32;
    color:#5B9A32;
}

#text-jumbo{
    padding-top: 3%; 
}


/* ---------------------------------------------------
    AREA EMPREENDEDOR/EMPRESÁRIO/INVESTIDOR STYLE
----------------------------------------------------- */

#empreendedor {
    background:url('../images/FOTO_EMPREENDEDOR.jpg')  center center  no-repeat;
    height: 320px; width: 100%; display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    border-style: solid;
    border-color: #787878;
}

#empresário{
    background:url('../images/business_entities_labi-1024x575.jpg')  left center  no-repeat;
    height: 320px; width: 100%; display: block;
    margin-top: 4px;
    margin-bottom: 4px; 
    border-style: solid;
    border-color: #787878;
}


#investidor{
    background:url('../images/FOTO_INVESTIDOR.jpg')  center center  no-repeat;
    height: 320px; width: 100%; display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    border-style: solid;
    border-color: #787878;
}

.overlay-images {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 0.7;
}

.text {
    color: black;
    font-size: 20px;
    position: absolute;
    top: 30%;
    left: 40%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}

.text h3 {
    color: #1296BD; 
}

#empreendedor:hover .overlay-images {
    bottom: 0;
    height: 0;
}

#empresário:hover .overlay-images {
    bottom: 0;
    height: 0;
}

#investidor:hover .overlay-images {
    bottom: 0;
    height: 0;
}

.no-margin{
    margin-right: 0px;
    margin-left: 0px;

}

.hover-image{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    opacity: 1;

}

#empreendedor:hover .hover-image {
    width: 100%;
}

#empresário:hover .hover-image {
    width: 100%;
}

#investidor:hover .hover-image {
    width: 100%;
}

.btn-select{
    background-color: transparent; 
    border-color: white; 
    border-width: 1px;
    border-radius:0;
    color: white; 
    opacity: 1; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;

}

.hover-image p{
    background-color: #F0F0F0; 
    font-size: 25px;
    white-space: nowrap;
    color: #1296BD; 
    opacity: 0.8; 
    padding-left: 5%; 

}

/* ---------------------------------------------------
    FOOTER STYLE
----------------------------------------------------- */

.sticky-footer{
    font-size: 16px;
    padding-top: 1%; 
    padding-bottom: 1%; 
    background-color: #101010; 
    color: white; 
}

.icons-footer{
    padding-top: 0; 
    padding-bottom: 0; 
    background-color: #232323; 
    color: white;
}

.card-img-top-small{
    width: 50%; 
    height: 50%; 
    display: block;
    margin-top: 5%;

}

.card-img-top-bigger{
    width: 70%; 
    height: 70%; 
    display: block;
    margin-top: 5%;
}

.btn-newsletter{
    background-color: gray; 
    border-radius:0;
    color: white;
    font-size:1rem;
}

.btn-newsletter:hover{
    background-color:white;
    color: gray; 
}

.form-newsletter{
    border-radius:0;
}

.fa-2x{
    font-size: 12px!important;
}

/*FOOTER START///////////////////*/

.footer {
    padding: 50px 0 20px 0;
    background-color: #232323;
    color: white;
}
.footer .title{text-align: left;color:#fff;font-size:18px;}

.footer hr{
    border-top-color: white;  
}

.footer .social-icon{
    padding:0px;
    margin:0px;
}

.footer .social-icon button{display:inline-block;color:#fff;font-size:18px;padding:5px;}

.footer .links-uteis a{display:block;color:#fff;font-size:16px;padding:5px;text-decoration:none;}
.footer .links-uteis .fa{margin-right:25px;}

.social-icon .btn:hover{
    background-color: white;
    color: gray; 

}
.footer .links-uteis a:hover{
    color: gray; 
    font-size:16px;
}
/* ---------------------------------------------------
    PLANO DE NEGOCIOS STYLE
----------------------------------------------------- */
.container-text h1{
    font-size: 25px; 
    color: #3B9BB4; 
    margin-top: 3%;
    margin-left: 12%; 
    margin-bottom: 2%; 
}

.container-text{
    background-color: #E3E3E3; 
    color: #737373; 
    font-size: 14px; 
    padding-top: 1%; 
    padding-bottom: 1%;
    padding-left: 10%; 
    padding-right: 10%;

}

.container-no-text{
    background-color: #E3E3E3; 
    color: #737373; 
    font-size: 14px; 
    padding-top: 1%; 
    padding-bottom: 2%;
    padding-left: 10%; 
    padding-right: 10%;
}

.container-no-text h1{
    font-size: 25px; 
    color: #3B9BB4; 
    margin-top: 3%;
    margin-left: 12%; 
    margin-bottom: 2%; 
}

.container-form h1{
    font-size: 25px; 
    color: #3B9BB4; 

}

.container-form{
    background-color: #EDEDED; 
    color: #737373; 
    font-size: 14px; 
    padding-top: 16px; 
    padding-bottom: 16px; 
    padding-left: 10%; 
    padding-right: 10%;

}

.container-form-agente h1{
    font-size: 25px; 
    color: #3B9BB4; 

}

.container-form-agente{
    color: #737373; 
    font-size: 14px; 

}

.form-buttons{
    text-align: center; 
}

.form-buttons button{
    margin-right: 8%; 
    width: 20%;
}

.btn-tooltip{
    background-color: transparent; 
    color: #5B9A32;
}

.form-group label{
    padding-right: 0px; 

}

.icon-plano{
    height: 10%; 
    width: 10%; 

}

.btn-form-plano{
    color: white; 
    background-color: #5B9A32;
}

.btn-form-plano:hover{
    color: #5B9A32;
    background-color: white; 
}

.green-text{
    color:#5B9A32;

}

.blue-text{
    color:#3B9BB4; 

}

.link{
    text-decoration: underline; 
}

.icon-plataforma{
    height: 10%; 
    width: 10%; 
    margin-top: 1%;
}

.container-padding-bottom{
    padding-bottom: 60px; 

}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.ibox.collapsed .ibox-content {
    display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}
.ibox:after,
.ibox:before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
    cursor:pointer;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.no-top-border{
    border-color: #e7eaec;
    border-image: none;
    border-style: none solid none;
    border-width: 1px 0;
}

.ibox-content ul li a{
    background-color: #eee;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.ibox-content {
    clear: both;
}
.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}
.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}
.ibox-title .label {
    float: left;
    margin-left: 4px;
}
.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}
.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}
.ibox-tools a.btn-primary {
    color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}

.ibox.fullscreen .collapse-link {
    display: none;
}
.ibox-tools .dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.ibox-tools .dropdown-menu > li > a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
}

.ibox-tools .dropdown-menu > .active > a,
.ibox-tools .dropdown-menu > .active > a:focus,
.ibox-tools .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ab394;
    outline: 0;
}
.ibox-tools .dropdown-menu > li > a.font-bold {
    font-weight: 600;
}

.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}

.ibox-content-border{
    border-color: #e7eaec;
    border-style: solid!important;
    border-width: 1px!important;
}

/* ---------------------------------------------------
    PROGRAMA DE INCUBACAO STYLE
----------------------------------------------------- */

.icon-tab{
    height: 80%; 
    text-align: center; 
}

.text-small-tab{
    font-size: 1em;
}

#empreendedortab{
    display: flex;
}

#empreendedortab li {
    flex: 1;
}

#empreendedortab li  a {
    flex: 1;
}

#empreendedortab .nav-link{ 
    height: 100px;
    border-width: 1px;
    border-color: #E3E3E3; 
    border-radius: 0; 
}

#empreendedortab .nav-item{
    background: #E3E3E3; 
    height: 100px;
}


#empreendedortab .nav-link.active{
    background: white
}

#empreendedortab .nav-item p{
    color: inherit;
    margin-top: 18px; 
    margin-left: 40%;
}

#empreendedortabcontent .tab-pane{
    background-color: white; 
    border-style: solid;
    border-color: #E3E3E3; 
}

#empreendedortabcontent .tab-pane p{
    margin-left: 10%;
    margin-right: 10%; 
    font-size: 14px; 
}

.icon-pdf{
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}

.icon-margin{
    margin-left: 10px;
    margin-right: 40px;
}

#empreendedortabcontent .tab-pane .row p{
    margin-left: 11%;
    margin-right: 2%; 
    font-size: 14px; 
}

.candidaturasabertas{
    color: #64824E; 
    padding-left: 1%; 
    padding-top: 1%; 
    padding-bottom: 1%; 
    border-style: solid;
    border-color: white; 
    border-width: 0.25px; 
    background-color: #D5E3CA; 
}

.candidaturasfechadas{
    color: #721c24; 
    padding-left: 1%; 
    padding-top: 1%; 
    padding-bottom: 1%; 
    border-style: solid;
    border-color: white; 
    border-width: 0.25px; 
    background-color: #f8d7da 
}

/* ---------------------------------------------------
    UNDER CONSTRUCTION/INVESTIR AQUI STYLE
----------------------------------------------------- */
.overlay-masthead
{
    position:absolute;
    height:100%;
    width:100%;
    opacity:.75;
    z-index:-1;
}

.masthead{
    position:relative;
    overflow:hidden;
    padding-bottom:3rem
}
.masthead .masthead-bg{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:100%;
    height:100%;
    background-color:gray;
    opacity: 0.4; 
    transform:skewY(4deg);
    transform-origin:bottom right
}

.masthead-col{
    height:100%; 
}

.masthead .masthead-content h1{font-size:2.5rem}
.masthead .masthead-content p{
    color:white;
    font-size: 14px; 
}
.masthead .masthead-content p strong{font-weight:700}
.masthead .masthead-content .input-group-newsletter input{font-size:1rem;padding:1rem}
.masthead .masthead-content .input-group-newsletter button{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:1rem}

@media (min-width:1200px){
    .masthead{height:480px;width:40.5rem;padding-bottom:0}
    .masthead .masthead-bg{transform:skewX(-8deg);transform-origin:top right}
    .masthead .masthead-content{padding-left:3rem;padding-right:10rem}
    .masthead .masthead-content h1{
        color:white;
        padding-top: 10%;
        font-size:3.5rem
    }
    .masthead .masthead-content p{
        padding-top: 5%; 
        color:white;
        font-size: 17px; 
    }
}

.inv-text{
    font-size: 32px!important; 
    color: #3B9BB4!important;
    margin-bottom: 0px!important;
    padding-top: 1%; 
}

.icon-investir{
    height: 8%; 
    width: 8%; 
    margin-left: 3%;
}

#seevideo {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #5B9A32;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1; 
    color:white;
    border-radius: 100%;;

}
#seevideo:hover {
    background: #fff;
    color: #5B9A32;

}

#seevideo i{
    padding-right: 11px;
}

.reducewidth{
    width:50px;
}

#investirtab{
    display: flex;
}

#investirtab li {
    flex: 1;
}

#investirtab li  a {
    flex: 1;
}

#investirtab .nav-link{ 
    height: 150px;
    border-width: 1px;
    border-color: #E3E3E3; 
    border-radius: 0; 
}

#investirtab .nav-item{
    background: #E3E3E3; 
    height: 150px;
}


#investirtab .nav-link.active{
    background: white
}

#investirtab .nav-item p{
    color: inherit;
    margin-top: 18px; 
    margin-left: 40%;
}

#investirtabcontent .tab-pane{
    background-color: white; 
    border-style: solid;
    border-color: #E3E3E3; 
}

#investirtabcontent .tab-pane p{
    font-size: 14px; 
}

#investirtabcontent .tab-pane .row p{
    font-size: 14px; 
}

#investirtabcontent .carousel-item { 
    height: 350px; 
}


#investirtabcontent .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0px;
    opacity: 50;
    background: center center no-repeat;
    width: 100%;
    height: 170%;
    background-size: cover;
    overflow: hidden;
    top:0;
    left:0;
    z-index:0;
}

.icon-tab-investir{
    height: 100%; 
    text-align: center; 
}
.full-width-tabs > ul.nav.nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.full-width-tabs > ul.nav.nav-tabs > li {
    float: none;
    display: table-cell;
}
.full-width-tabs > ul.nav.nav-tabs > li > a {
    text-align: center;
}

.carousel-caption {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

.carousel-caption h2{
    margin-bottom: 0px;
    margin-top: 1%;
}



/* ---------------------------------------------------
    OTHER STYLE
----------------------------------------------------- */

.gray-color{
    background-color: gray;    
}

.facebook-color{
    color: white;
    background-color: #3B5998;    
}

.facebook-color:hover{
    color: white!important;  
    opacity: 0.5;
    background-color: #3B5998!important;  
}

.youtube-color{
    color: white;
    background-color: #ff0000;    
}

.youtube-color:hover{
    color: white!important;  
    opacity: 0.5;
    background-color: #ff0000!important;      
}

.linkedin-color{
    color: white;
    background-color: #0077B5;    
}

.linkedin-color:hover{
    color: white!important;  
    opacity: 0.5;
    background-color: #0077B5!important;      
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-right: 10px; 

}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}


#avisos-tab{
    font-size: 10px; 
}

.text-success{
    color: #28a745;
}

.text-warning{
    color:yellow; 
}

.text-danger{
    color:red; 

}

/* ---------------------------------------------------
    MODAL AVISOS STYLE
----------------------------------------------------- */

#modalavisos .nav{
    display: flex;
}

#tipoavisotab li{
    flex: 1;
}

#tipoavisotab li  a {
    flex: 1;
}

#tipoavisotab .nav-link{ 
    border-width: 1px;
    border-color: #E3E3E3; 
    border-radius: 0;
    padding-bottom: 8%; 

}

#tipoavisotab .nav-item{
    background: #E3E3E3; 
}


#tipoavisotab .nav-link.active{
    background: white; 
}

#tipoavisotab .nav-item p{
    color: inherit;
    margin-top: 14px; 
}

#tipoavisocontent .tab-pane{
    background-color: white; 
}

#tipoavisocontent .tab-pane p{
    font-size: 14px; 
}


.timeavisotab li{
    flex: 1;
}

.timeavisotab li  a {
    flex: 1;
}

.timeavisotab .nav-link{ 
    border-width: 1px;
    border-color: #E3E3E3; 
    border-radius: 0; 
}

.timeavisotab .nav-item{
    background: #E3E3E3; 
}


.timeavisotab .nav-link.active{
    background: white;
}

.timeavisotab .nav-item p{
    color: inherit;
    margin-top: 14px!important; 
}

.timeavisocontent .tab-pane{
    background-color: white; 
    padding-top: 10px; 
    border-width: 0.25px; 
    border-style: solid;
    border-color: #E3E3E3;
    border-top-style: none; 
}

.timeavisocontent .tab-pane p{
    font-size: 14px; 
}

.icon-modal-avisos{
    height: 18%;
    width: 18%; 
    margin-right: 5%; 

}

#modalavisos .card {
    border-top-style: none; 
}

td.details-control {
    position: relative;
}

td.details-control:before {
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f067";

}

th.details-control{
    width: 24px!important; 
}

tr.details td.details-control {
    position: relative;
}

tr.details td.details-control:before {
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f068";

}

/* ---------------------------------------------------
    MODAL CONTACTOS STYLE
----------------------------------------------------- */

#map-contactos{
    min-width: 300px;
    min-height: 300px;
    width: 100%;
    height: 100%;
}

.map-header {
    background-color: #F5F5F5;
    color: #36A0FF;
    font-size: 18px;
}

.map-text {
    font-size: 12px;
}


/* ---------------------------------------------------
    ECONOMIA ACTIVA STYLE
----------------------------------------------------- */

#economiatab{
    display: flex;
}

#economiatab li {
    flex: 1;
}

#economiatab li  a {
    flex: 1;
}

#economiatab .nav-link{ 
    padding-top: 8%;
    padding-bottom: 1%;
    height: 100px;
    border-width: 1px;
    border-color: #E3E3E3; 
    border-radius: 0; 
}

#economiatab .nav-item{
    background: #E3E3E3; 
    height: 100px;
}


#economiatab .nav-link.active{
    background: white
}

#economiatab .nav-item p{
    color: inherit;
    margin-top: 18px; 
    margin-left: 50%;
}

#economiatabcontent .tab-pane{
    background-color: white; 
    border-style: solid;
    border-color: #E3E3E3; 
}

#economiatabcontent .tab-pane p{
    margin-left: 10%;
    margin-right: 10%; 
    font-size: 14px; 
}

#economiatabcontent .tab-pane .row p{
    margin-left: 11%;
    margin-right: 2%; 
    font-size: 14px; 
}

.ibox-title{
    border-top: 0;
}

.title-chart{
    margin-top: 2%; 
    padding-left: 30px; 
}

.title-header{
    font-size: 35px;
    margin-top: 5px; 
    margin-bottom: 5px; 
    margin-right: 1.5%; 
    margin-left: 1.5%; 
    padding-top: 20px; 
    padding-bottom: 5px; 
    background-color: #EDEDED; 
    height: 80px; 
}

.background-gray{
    background-color: #EDEDED; 
    margin-top: 15px; 
    margin-right: 1.5%; 
    margin-left: 1.5%; 
}

.background-gray-transparent{
    background-color: #EDEDED; 
    border-radius: 0.5;
    opacity: 0.5; 
}

.background-number{
    color: white;
    font-size: 55px; 
    background-color: #5B9A32; 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px; 
    padding-bottom: 5px; 
    opacity: 1;
}

.background-number:hover{
    background-color: #373737; 
    opacity: 0.6;
}

.background-white{
    background-color: white; 
    padding-top: 15px; 
    text-align: center;
    border-style: solid;
    border-color: #E3E3E3;
}

.title-number{
    color: white;
    font-size: 55px; 
    background-color: transparent;  
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px; 
    padding-bottom: 5px; 
}
.text-font p{
    font-size: 18px!important; 
    margin-left: 12%!important;
    margin-right: 12%!important;
}

.text-icon strong{
    color:#6699AA; 
    font-weight: normal; 
}

/* ---------------------------------------------------
    NEWS STYLE
----------------------------------------------------- */

.links{
    text-decoration: underline;
}

.links:hover {
    text-decoration: underline;
    color:blue; 
}

/* Important part */
.modal-dialog-noticias{
}

.modal-body-noticias{
    height: 460px;
    overflow-y: auto;
}

.card-img-top-news{
    height:350px!important;
}

/* ---------------------------------------------------
    FINANCIAMENTO STYLE
----------------------------------------------------- */

.margin-container{
    margin-top: 2%; 
    margin-bottom: 2%; 
}

.card-fixed{
    width:90%;
    height: 105px;
    margin: 2px 2px 2px 2px;
}

.text-small-card{
    font-size: 16px!important; 
}

.text-small-14{
    font-size: 14px!important; 
}

.text-small-18{
    font-size: 18px!important; 
}

/* ---------------------------------------------------
    AGENTES STYLE
----------------------------------------------------- */

.card-empresas {
    height: 100%;
}

.card-empresas p {
    font-size: 100%;

}

.card-empresas h4 {
    font-size: 100%;

}

.card-top-empresas{
    height: 100%;
}

.pagination>li.active>a {
    background: #5B9A32!important;
    border-color:  #5B9A32!important;
    color: white!important;
}

.pagination>li>a {
    color:  #5B9A32!important;
}
.pagination>li.disabled>a {
    color:  gray!important;
}

.card-img-top-empresas{
    height: 50%; 
}

#map-empresa{
    min-width: 300px;
    min-height: 200px;
    width: 100%;
    height: 100%;
}

.container-text-ag{
    background-color: #E3E3E3; 
    color: #737373; 
    font-size: 14px; 
    padding-top: 2%; 
    padding-bottom: 2%;
    padding-left: 10%; 
    padding-right: 10%;

}

.container-text-ag h1{
    font-size: 25px; 
    color: #3B9BB4; 
    margin-top: 3%;
    margin-left: 12%; 
    margin-bottom: 2%; 
}


/* ---------------------------------------------------
    OPORTUNIDADES STYLE
----------------------------------------------------- */

.container-text-special{
    background-color: #E3E3E3; 
    color: #737373; 
    font-size: 14px; 
    padding-top: 2%; 
    padding-bottom: 3%;
    padding-left: 10%; 
    padding-right: 10%;

}

.container-text-special h1{
    font-size: 25px; 
    color: #3B9BB4; 
    margin-top: 3%;
    margin-left: 12%; 
    margin-bottom: 2%; 
}

.oportunidades-title{
    font-size: 18px; 
}

.oportunidades-text{
    font-size: 15px; 
}

.btn-oportunidades{
    position: absolute;
    bottom:0;
    right:10%;
}


/* ---------------------------------------------------
    INDICADORES STYLE
----------------------------------------------------- */

.container-indicadores{
    width: 100%; 
    min-width: inherit;
    padding-top: 2%; 
    background: white; 
    max-width: none;
}

.container-indicadores h1{
    color: #737373;
    font-size: 30px; 
}

/* ---------------------------------------------------
    MISC STYLE
----------------------------------------------------- */

.btn-center{
    margin:0px auto;
}

.fixed-height {
    height: 350px;

}

.fixed-height-noticias {
    height: 400px;

}

.fixed-height-small {
    height: 380px;

}

/* ---------------------------------------------------
    FORM CONTACTO STYLE
----------------------------------------------------- */

.modal-dialog-form-contato{
    background-color: #F8F8F8!important;
}

/* ---------------------------------------------------
    FILES STYLE
----------------------------------------------------- */

.file-box {
    float: left;
    width: 220px;
}
.file-manager h5 {
    text-transform: uppercase;
}
.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}
.folder-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}
.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.category-list li {
    display: block;
}
.category-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}
.category-list li a .text-navy {
    color: #1ab394;
}
.category-list li a .text-primary {
    color: #1c84c6;
}
.category-list li a .text-info {
    color: #23c6c8;
}
.category-list li a .text-danger {
    color: #EF5352;
}
.category-list li a .text-warning {
    color: #F8AC59;
}
.file-manager h5.tag-title {
    margin-top: 20px;
}
.tag-list li {
    float: left;
}
.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}
.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}
.file-manager .hr-line-dashed {
    margin: 15px 0;
}
.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
}
.file .icon {
    padding: 15px 10px;
    text-align: center;
}
.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}
.file-control.active {
    text-decoration: underline;
}
.file .icon i {
    font-size: 70px;
    color: #dadada;
}
.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
}
.file-name small {
    color: #676a6c;
}
.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}
a.compose-mail {
    padding: 8px 10px;
}
.mail-search {
    max-width: 300px;
}

.bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 0.8s infinite linear;
    -o-animation: bounce 0.8s infinite linear;
    -webkit-animation: bounce 0.8s infinite linear;
    animation: bounce 0.8s infinite linear;
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: 0.2em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: 0.2em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: 0.2em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: 0.2em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: 0.2em; }
    100% { top: 0; }
}

/* ---------------------------------------------------
    SIDE TOOLBOX RIGHT STYLE
----------------------------------------------------- */

.m-nav-sticky {
    width: 40px;
    position: fixed;
    top: 35%;
    right: 0;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    z-index: 110;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px; }
.m-nav-sticky .m-nav-sticky__item {
    margin: 0;
    padding: 5px;
    text-align: center; }
.m-nav-sticky .m-nav-sticky__item > a > i {
    font-size: 1.4rem; }
.m-nav-sticky .m-nav-sticky__item > a:hover {
    text-decoration: none; }

.m-nav-sticky {
    background: #6CA544;
    border-style: solid;
    border-width: 2px;
    border-color: #6CA544;
    border-right-style:none;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2) ;
    -moz-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2) ;
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2) ; }
.m-nav-sticky .m-nav-sticky__item > a > i {
    color: white; 
}
.m-nav-sticky .m-nav-sticky__item > a:hover > i {
    color: #232323;}

.m-tooltip.tooltip .tooltip-inner {
    padding: 7px 20px 7px 20px;
    font-size: 1rem;
    border-radius: 30px; }

.m-tooltip.tooltip.m-tooltop--auto-width .tooltip-inner {
    white-space: nowrap;
    max-width: none; }

.m-tooltip.tooltip.show {
    opacity: 1 ;
    filter: alpha(opacity=100) ; }

.m-tooltip.tooltip.bs-tooltip-left .arrow::before, .m-tooltip.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.m-tooltip.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: -1px; }

.m-tooltip.tooltip.bs-tooltip-right .arrow::before, .m-tooltip.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.m-tooltip.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: -1px; }

.m-tooltip .tooltip-inner {
    color: #6CA544;
    background: white;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1) ;
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1) ;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1) ; }

.m-tooltip.bs-tooltip-top .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: white; }

.m-tooltip.bs-tooltip-right .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: white; }

.m-tooltip.bs-tooltip-bottom .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: white; }

.m-tooltip.bs-tooltip-left .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: white; }

.m-tooltip.m-tooltip--skin-dark .tooltip-inner {
    color: #9093ac;
    background: #282a38;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5) ;
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5) ;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5) ; }

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-top .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #282a38; }

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-right .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #282a38; }

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-bottom .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #282a38; }

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-left .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #282a38; }

@media  screen and (min-width: 1200px) {
    #main_logo{
        width: 250px;
        height: 110px; 
    }

    .m-nav-sticky{
        margin-top: 50px;
    }

}

@media  screen and (max-width: 1200px) {
    #main_logo{
        width: 180px;
        height: 90px; 
    }

    .m-nav-sticky{
        margin-top: 50px;
    }

}

/* ---------------------------------------------------
    LOADING + VIDEO PAGE STYLE
----------------------------------------------------- */

.center-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: auto;
}

.center-container:after,
.center-block {
    display: inline-block;
    vertical-align: bottom;
}

.center-container:after {
    content: '';
    height: 100%;
    margin-left: -0.25em; /* To offset spacing. May vary by font */
}


.center-block {
    max-width: 98%; /* Prevents issues with long content causes the content block to be pushed to the top */
    /* max-width: calc(100% - 0.25em) /* Only for IE9+ */
}

.parent {
    position: relative;
    padding-bottom: 8%;
}

.right {
    position: absolute;
    right: 5%;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    margin-top: -250px; /* Half the height */
    margin-left: -250px; /* Half the width */
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E3E3E3;
    z-index: 1001; /* anything higher than z-index: 1000 of .loader-section */
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}


#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3B9BB4;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #5B9A32;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

#content-main {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: all 0.3s 1s ease-out; 
    transition: all 0.3s 1s ease-out;
}

.entry-header {
    width: 300px;
    height: 200px;
    max-width: 300px;
    z-index: 10001;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -120px; /* Half the height */
    margin-left: -150px; /* Half the width */
}

#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}

.visible,
.hidden {
    overflow: hidden;
    /* This container should not have padding, borders, etc. */
}
.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
}
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}
.visible > div,
.hidden > div {
    /* Put any padding, border, min-height, etc. here. */
}
.hidden > div {
    margin-top: -10000px;
    transition: margin-top 0s 1s;
}

#loader-wrapper-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader-2 {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    margin-top: -250px; /* Half the height */
    margin-left: -250px; /* Half the width */
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E3E3E3;
    z-index: 1001; /* anything higher than z-index: 1000 of .loader-section */
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}


#loader-2:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3B9BB4;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader-2:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #5B9A32;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper-2 .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: white;
    z-index: 1000;
}

#loader-wrapper-2 .loader-section.section-left {
    left: 0;
}

#loader-wrapper-2 .loader-section.section-right {
    right: 0;
}

/* ---------------------------------------------------
   VIDEO MODAL STYLE
----------------------------------------------------- */
#modal-video .modal-dialog {
    margin-right: 15vw;
    margin-left: 15vw;
    margin-top: 2vh;
    margin-bottom: 10vh;
    width: 70vw!important;
    max-width: 70vw!important;
}

#modal-video .modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

#modal-video .modal-body {
    padding: 0 0 0 0;
}

#modal-video .modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}

#modal-video .modal-header, .modal-footer {
    border: 0;
}

#modal-video .close {
    float: right;
    margin: 0;
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

#chartdiv {
    width: 100%;
    height: 420px;
    background-color: white;
    margin-top: 1%;
    margin-bottom: 5%;

}	

#curtain {
    width: 100%;
    height: 100%;
    color: #6CA544!important;
}

#curtain {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 25px;
}

#curtain span {
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    text-align: center;
}


/* ---------------------------------------------------
   LOGIN 2 STYLE
----------------------------------------------------- */

@media only screen and (min-width : 1200px) {
    #navbarslogin2 {
        background-color: #303030;
        margin-right: 4px; 
        padding-right: 5%; 
        padding-left: 5%; 
        padding-top: 0; 
        padding-bottom: 0; 
        height: 140px;  
        padding-top: 3%; 

    }
}

@media only screen and (max-width : 1200px) {
    #navbarslogin2 {
        background-color: #303030;
        margin-right: 4px; 
        padding-right: 5%; 
        padding-left: 5%; 
        padding-top: 0; 
        padding-bottom: 0; 
        height: 100%; 
        width: 100%; 
        padding-top: 3%; 
    }
}

#navbarslogin2 .nav-item{
    background: #232323;
    margin-right: 5px; 
    margin-top: 0px; 
    margin-bottom: 5px; 
    height: 70px; 
    width: 60px; 
}

.btn-login2-top{
    background: transparent; 
    border-radius: 0; 
    border-color: transparent;
    margin-bottom: 4px; 
    padding-top: 0; 
    padding-bottom: 0; 
    font-size: 12px; 
    color: #1296BD!important;
    display: block; 
}

.nav-login2{
    position:inherit;  
    margin-right: 10px!important; 
}

.nav-login2:hover #nav-link-login{
    background:url('../images/lock_hover.svg')  center center  no-repeat;
    height:70%;
    margin-top: 20%;

}

#nav-link-login {
    background:url('../images/lock.svg')  center center  no-repeat;
    height:70%;
    margin-top: 20%; 
}


.btn-login2{
    color: white; 
    background-color: transparent; 
    padding-left: 20%;

}

.btn-login2:focus,.btn-login2:active {
    outline: none !important;
    box-shadow: none;
}

.btn-login2:hover{
    color: white; 
    background-color: transparent; 
    border-color: transparent; 

}

.text-small-14{
    font-size: 14px!important; 
}

textarea.error
{
    background-color: rgb(251, 227, 228)!important;
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.special-margin{
    margin-left: 5%!important;
    margin-right: 1%!important;
}

.margin-doc{
    margin-left: 5%!important;
}

.sitemap li{
    margin: 15px 0;
}

.sitemap li:hover{
    text-decoration: underline;
    color: #1296BD;

}

.sitemap ul a {
    font-size: 0.9em !important;
    padding-left: 0px!important;
    background: transparent;
}

.navbar-nav{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 1200px) {
    .carousel-item {
        height: 250px; 
    }

    .carousel-item h3 {
        margin-top: 5%;
        margin-left: 2%;
        margin-right: 10%;
        color: white; 
        font-size: 70%;

    }

    .carousel-item p {
        margin-bottom: 2%;
        margin-left: 2%;
        margin-right: 10%;
        color: white; 
        font-size: 55%;
    }

    .text-jumbo{
        padding-top: 4%; 
        margin-left: 10%;
    }

    .carousel-item .main h3 {
        margin-top: 5vh;
        padding-top: 3vh;
        color: white; 
        font-size: 100%;
        width: 100%;

    }

    .btn-noticias{
        margin-left: 2%;
    }

    .carousel-item .box {
        background-color: rgba(48, 48, 48, 0.4);
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }

    .carousel-mapa .carousel-item img {
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0px;
        opacity: 50;
        background: center center no-repeat;
        width: 100%;
        height: 80%;
        background-size: cover;
        overflow: hidden;
        top:0;
        left:0;
        z-index:0;
    }

    .btn-social{
        margin-right:2px;

    }

    #navbarsavisos {
        background-color: #303030;
        margin-right: 4px; 
        padding-right: 5%; 
        padding-left: 5%; 
        padding-top: 0; 
        padding-bottom: 0; 
        height: 140px!important; 
        width: 100%; 
        padding-top: 1%; 
    }

    .dropdown-menu-avisos{
        width: 50%;  
    }

    .dropdown-menu{
        position:absolute!important; 
    }

    .topmargin{
        padding-top: 20px !important;
    }

    .icon-plano{
        height: 10%; 
        width: 10%; 
        margin-top: 2%;
    }

    .card-fixed{
        width:90%;
        height: 80px;
        margin: 2px 2px 2px 2px;
    }

    .portfolio-item{
        margin-bottom: 10px;

    }

    #economiatab .nav-item{
        font-size: 0.7em;
    }

    #economiatab .nav-item p{
        color: inherit;
        margin-top: 50px; 
        margin-left: 5%;
    }

    #economiatab .icon-tab{
        height: 50%; 
        text-align: center; 
    }

    #economiatabcontent .title-header{
        font-size: 25px;

    }

    .btn-form-plano{
        width: 150px !important;
    }

    .special-class{
        margin-top: 8%;
    }

    .fixed-height-noticias {
        height: 200px;

    }

}

@media screen and (max-width: 700px) {
    .extra-margin{
        margin-bottom: 30px;
        padding-right: 8px;
        padding-left: 8px;
    } 

    .card-img-top-small{
        width: 100%; 
        height: 100%; 
        display: block;
        margin-top: 5%;

    }

    .card-img-top-bigger{
        width: 100%; 
        height: 100%; 
        display: block;
        margin-top: 5%;
    }

    .dropdown-menu-avisos{
        width: 80%;  
    }

    .icon-plano{
        height: 18%; 
        width: 18%; 
        margin-top: 2%;
        margin-right: 5%;
        margin-bottom: 2%;
    }

    .icon-plataforma{
        height: 18%; 
        width: 18%; 
        margin-top: 2%;
        margin-right: 5%;
        margin-bottom: 2%;
    }


    #economiatab .nav-item{
        font-size: 0.6em;
    }

    #economiatabcontent .title-header{
        font-size: 15px;

    }

    #empreendedortab .icon-tab{
        height: 50%; 
        text-align: center; 
    }

    #empreendedortab .nav-link{
        font-size:0.8em;
    }

    #empreendedortab .nav-item p{
        color: inherit;
        margin-top: 50px; 
        margin-left: 5%;
    }

    .special-class{
        margin-top: 20%;
    }

    .fixed-height-noticias {
        height: 200px;

    }
}

.db-pricing-seven {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #C5C2C2;
    background-color: #EDEDED;
}

.db-pricing-seven:hover {
    margin-top: 5px;
    -moz-transition: margin-top 0.25s ease 0s;
    -ms-transition: margin-top 0.25s ease 0s;
    transition: margin-top 0.25s ease 0s;
}

.db-pricing-seven ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0px;
}

.db-pricing-seven ul li {
    border-bottom: solid 1px #D8D8D8;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.db-pricing-seven ul li.price {
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    font-size: 20px;
    font-weight: 900;
    color: #353c3e;
    font-weight: 900;
}

.db-pricing-seven ul li.price i {
    padding: 30px;
    font-size: 50px;
    display: block;
}


.db-pricing-seven .pricing-footer {
    padding: 20px;
}