/*@media screen and(max-width:1200px){}
@media screen and(max-width:1024px){}
@media screen and(max-width:768px){}
@media screen and(max-width:600px){}*/

BODY { 
    margin:0;
    padding:0;
    /*font-family: sans-serif, 'Nimbus Sans L';*/
    font-family: monospace;
    font-size: 12pt; 
}

.link_0{
    color: white;
}
.link_0:hover{
    color: white;
    text-decoration:none;
}
h1{
    font-size: 2vw!important;
}
.link_1{
    color: #a5010c;
}
h2{
    text-transform:uppercase;
    font-size:  1.5vw!important;
}
h3{
    text-transform:uppercase;
    font-size:  1.4vw!important;
    font-weight: bold;
}
h4{
    font-weight: bold;
    font-size:  1.3vw!important;
}
h5{
    font-weight: bold;
    font-size:  1.0vw!important;
}

.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.clear { clear:both; }

/*img, embed, object, video{
    max-width: 100%;
}*/


.box{
    position:relative;
    width: 100%;
}
.content{
    height: 100%;
    /*max-width: 1400px;*/
    width: 90%;
    margin: auto;  
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
}

.header{
    background-color:#a5010c;
    height: 29vw;
    /*max-height: 500px;*/
    background-image: url(../images/mandala_bg_fix.png);
    background-size: cover;
}

.menu_slot{
    height: 90px;
    float: right;
    margin-right: 7%;
}

.menu_dmf_up{
    background-color: #252525;
    width:150px;
    height: 90px;
    margin-left:7%;
    float: left;
    background-image: url(../images/logo_transparente.png);
    background-repeat: no-repeat;
    background-position: 5px 12px;
}


.menu_title{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    /*padding-top: -65px;*/
    height: 17%;
    /*min-width: 100px;*/
    text-align: center;
    cursor: pointer;
    /*margin-top: 30px;*/
    /*background-color: black;*/
    padding-top: 13%;
    text-shadow: 1px 1px black;
    font-size: 2vmin;

}
.menu_title:hover{
    background-color: rgba(37, 37, 37, 0.2);
    cursor: pointer;

}

.seta_head_left{
    float:left;
    width: 4%;
    height: 410px;
    background-image: url(../images/seta_left.png);
    background-position: 0 120px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.seta_head_right{
    float:right;
    width: 4%;
    height: 410px;
    background-image: url(../images/seta_right.png);
    background-position: 0 120px;
    background-repeat: no-repeat;
    cursor: pointer;

}
.content_head{
    margin-top: 5vw;
    /*height: 410px;*/
}

.conteudo{
    width: 100%;
    /* min-height: 45vw; */
    /* max-height: 500px; */
    float: left;
    background-color: #ebebeb;
    position: relative;
    padding-top: 1vw;
    padding-bottom: 1vw;
}
.conteudo h3{
    font-weight: bold;
}
.box-content h3{
    font-weight: bold;
}

.red{
    color: #a5010c;
    text-align: center;
}
.white{
    color: #FFFFFF;
    text-align: center;
}


.login_area{
    width: 380px;
    background-color: white;
    /*height: 350px;*/
    margin: 0 auto;
    text-align: center;
}

.titulo_login{
    color: white;
    background-color: #a5010c;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12pt;
}

.login_area input{
    background-color: #ebebeb;
    /* css 3 */
    border-radius:5px;
    /* mozilla */
    -moz-border-radius:5px;
    /* webkit */
    -webkit-border-radius:5px;

    height: 30px;
    padding: 2px;
    border: 2px solid #ebebeb;

    width: 230px;
    margin: 15px;
    padding-left: 5px;
    font-size: 15px;
}

.btn_login{
    color: white;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    width: 180px;
    height: 49px;
    background-image: url(../images/btn_login.png);
    background-repeat: no-repeat;
    font-size: 10pt;
    padding-top: 12px;
    margin: 0 auto;

}

.btn_contato{
    width: 98px;
    height: 80px;
    background-image: url(../images/btn_contato_2.png);
    background-repeat: no-repeat;
    position: fixed;
    right: 5%;
    top:80%;
    z-index: 50000;
    cursor: pointer;
}
.btn_contact{
    width: 98px;
    height: 80px;
    background-image: url(../images/btn_contact.png);
    background-repeat: no-repeat;
    position: fixed;
    right: 5%;
    top:80%;
    z-index: 50000;
    cursor: pointer;
}

.btn_intranet{
    width: 98px;
    height: 80px;
    background-image: url(../images/btn_intranet_2.png);
    background-repeat: no-repeat;
    position: fixed;
    right: 5%;
    top:65%;
    z-index: 50000;
    cursor: pointer;
}

.box-content{
    /*position: absolute;*/

}

.rodape_login{
    color: white;
    background-color: #a5010c;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    height: 40px;
}


.servicos{
    border-top: #c51b32 3px solid;
    /*background-color: red;*/
    width: 100%;
    max-height: 300px;
    height: 30vw;
    float: left;
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
    background-image: url(../images/bg_servico.jpg);
    background-size: cover;
}

.frases{
    width: 100%;
    float: left;
    color: white;
    font-weight: bolder;
    margin-top: 2.5vw;
    height: 160px;
}

.depoimentos{
    border-top: #c51b32 3px solid;
    /*background-color: red;*/
    width: 100%;
    /* height: 350px; */
    /* height: 450px; */
    float: left;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    /*background-image: url(../images/bg_servico.jpg);*/
    background-size: cover;
    background-color: #efefef

}
.servicos h3{
    text-align: center;
    /*color: white;*/
    font-weight: bold;
}
.popover-title{
    text-align: center;
    color: black;
    font-weight: bold;
}
.servicos h4{
    text-align: center;
    color: white;
}
.servicos h5{
    text-align: center;
    color: white;
}
.sub_titulo{
    background-color: black;
    margin: 0 auto;
    position: relative;
}
.circle {
    border-radius: 50%;
    min-width: 20px;
    min-height: 16px; 
    font-size: xx-small;
    z-index:1000;
    color: white;
    padding-top: 4px;
    margin: 0 auto;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    border-color: white;
}
.circle:hover{
    /*border-color: #a5010c;*/
    background-color:#a5010c; 
}
.badge_maritimo{
    width: 4vw;
    height: 4vw;
    background-image: url(../images/maritimo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:2vw;

}
.badge_aereo{
    width: 4vw;
    height: 4vw;
    background-size:2vw;
    background-image: url(../images/aereo.png);
    background-repeat: no-repeat;
    background-position: center;
}
.badge_seguro{
    width: 4vw;
    height: 4vw;
    background-size:2vw;
    background-image: url(../images/seguro.png);
    background-repeat: no-repeat;
    background-position: center;
}
.badge_eservices{
    width: 4vw;
    height: 4vw;
    background-size:1vw;
    background-image: url(../images/eservices.png);
    background-repeat: no-repeat;
    background-position: center;
}
.badge_tipo_container{
    width: 4vw;
    height: 4vw;
    background-size:2vw;
    background-image: url(../images/tipo_container.png);
    background-repeat: no-repeat;
    background-position: center;
}

.center{
    /*background-color: #a5010c;*/
    text-align: center;
}

.block{
    width: 150px;
    float: left;
    /*display: inline-block;*/
}
.box_0{
    /*width: 150px;*/
    float: left;
    display: block;
}


.item{
    /*background-color: black;*/
    height: 10vw;
    /*padding-top: 1vw;*/
    padding-left: 10vw;
    padding-right: 10vw;
}

.item h2{
    font-style: italic;
    font-size: 14pt;
    text-align: center;
}
.item h3{
    font-style: normal;
    font-size: 12pt;
    text-align: center;
}
.item h4{
    color: #a5010c;
    font-style: normal;
    font-size: 12pt;
    text-align: center;
    font-weight: bold;
}

.diretrizes{
    border-top: #c51b32 3px solid;
    background-color: #a5010c;
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 400px;
    background-image: url(../images/bg_valores.png);
    background-size: cover;
    text-shadow: 1px 1px black;
}
.diretrizes h3{
    font-weight: bold;
}


.diretrizes p{
}
.area{
    color: white;
    height: 100px;
    width: 400px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;

    /*width: 250px;*/
}
.outter{
    padding-top: 50px;
    width: 100%;
    /*    background-color: black;*/
}


.inner{
    display:table;
    margin: 0 auto;
    /*background-color: grey;*/
}

.glyphicon{
    font-size: 12pt;
}

.area h4{
    padding-top: 25px;
    font-weight: bold;
}


.historia{
    border-top: #c51b32 3px solid;
    background-color: #efefef;
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 20px;
}

.historia h3{
    text-align: center;
    color: #a5010c;
    font-weight: bold;
}

.texto{
    width: 50%;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.texto h4{
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
}
.texto p{
    margin-top: 10px;
}


.contato{
    background-color: #efefef;
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 500px;
}

.contato h3{
    text-align: center;
    font-size: 14pt;
    color: #a5010c;
    font-weight: bold;
}
.contato h4{
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
}

.peq{
    font-size: 0.8vmax;
}


.depoimentos h3{
    font-weight: bold;
}

/* .full{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    z-index: 2000;
    display: none;
} */

.full{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    z-index: 1000;
    display: none;
}

.auto{
    margin: 0 auto;
}


.form_contato{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    padding-left: 5%;
    padding-right: 5%;
}


.form_contato h3{
    font-weight: bolder;
    font-size: 15pt;
}
.topo_contato{
    background-image: url(../images/mapa.png);
    width: 100%;
    height: 50%;
    background-size: cover;
}

.base_contato{
    width: 100%;
}


.button_0{
    cursor: pointer;
}



.table_0 {
}
.table_0 TD {
    padding: 10px;
    color:#47433A;
    font-size: 12px;
}
.table_0 TD IMG {
    vertical-align: middle;
}
.table_0 TH {
    padding: 10px;
    color:#47433A;
    font-size: 12px;
}

.table_0 TH{
    text-align: center;
    font-weight: bolder;
    border-bottom: black 2pt solid;
    border-top: black 2pt solid;
}


.load_servicos{
    overflow: auto;
}


.tipo_container{
    overflow: auto;
    background-color: #efefef;
    padding: 10px;

}

.tipo_container h3{
    text-align: center;
    font-weight: bold;
}


.footer{
    border-top: #c51b32 3px solid;
    background-color: #333333;
    color: white;
    font-size: 1vmax;
    /*width: 100%;*/
}

.footer ul{

}
.footer li{
    border-left: #3b3b3b 3px solid;
    padding-left: 25px;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;

}
.footer li:hover{
    border-left: #c51b32 3px solid;
    cursor: pointer;
}


.inner_1{
    display:table-column;
    /*margin: 0 auto;*/
    background-color: grey;
    /*float: left;*/
}

.col10{
    width:10%;
}
.col20{
    width:20%;
}
.col30{
    width:30%;
}
.col40{
    width:40%;
}
.col50{
    width:50%;
}


.bg_servico{
    background-color: #efefef;
    /*background-image: url(../images/bg_equipamentos_bg.jpg);*/
    /*background-size: cover;*/
}


.head_demu{
    background-image: url(../images/bg_head_mandala.jpg);
    background-repeat: no-repeat;
    height: 10vmax;
    font-size: 2vmax;
    color: white;
    text-align: center;
    font-weight: bolder;
    padding-top: 3vmax;
    font-family: monospace;
    margin-bottom: 2vmax;
    padding-left: 2vmax;
    padding-right: 2vmax;
}
.tr_black{
    background-color:#c51b32 ;
    padding: 10px;
    margin: 0 0 10px 0;
}
.tr_black td{
    color:white;
    font-weight: bold;
    text-align: center
}
.tr_bg_0 {
    background: #e9e5e2;
}
.tr_bg_1 {
}

.ativo{
    border: #c51b32 solid 2px;
    margin: 5px;
}

.escritorios{
    margin-top: 50px;
    color: white;
    margin-left: 15px;
    font-size: 1vw;
}

.flags{
    color:white;
    float:right;
    padding-right: 15px;
}
.flags a{
    color:white;
}
.flags a:hover{
    color:white;
}

.responive_image{
    width: inherit;  /* This makes the next two lines work in IE8. */
    max-width: 100%; /* Add !important if needed. */
    height: auto;    /* Add !important if needed. */
}


.logo{
    /*max-width: 415px;*/
    /*width: 30vw;*/
    height: 9vw;
}
.noTitleStuff .ui-dialog-titlebar {display:none}


.item_servico{
    margin-top: 40px;
    margin-bottom: 30px !important;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.box-cookies.accept {
    display: none !important
 }
 
 .box-cookies {
    bottom: 0;
    width: 100%;
    z-index: 998;
    color: #fff;
    position: fixed;
    background: rgba(0, 0, 0, .9)
 }
 
 .box-cookies .msg-cookies,
 .box-cookies .btn-cookies {
    text-align: center;
    padding: 10px 15px;
    color: #fff
 }
 
 .box-cookies .btn-cookies {
    background: #9C2B1D
 }
 
 @media screen and (min-width: 576px) {
    .box-cookies {
        display: flex;
        align-items: center;
        height: 60px
    }
    .box-cookies .btn-cookies {
        height: 60px;
        margin-left: auto;
        color: #fff
    }
 }
 
 @media screen and (max-width: 575px) {
    .box-cookies .btn-cookies {
        width: 100%
    }
 }