@font-face {
    font-family: "DINPro";
    src: url('../fonts/DINPro-Regular.otf');
}
@font-face {
    font-family: "DINPro-bold";
    src: url('../fonts/DINPro-Bold.otf');
}
html {
    scroll-behavior: smooth;
}
body {
    background: #fff;
    font-family: 'Roboto Mono';
}


/* MENU PRINCIPAL */
.navbar-custom {
    padding-top: 0px;
    padding-bottom: 0px;
    background: rgb(6,70,89);
    /* background: linear-gradient(180deg, rgba(6,70,89,1) 0%, rgba(151,197,213,1) 100%);  */
    background: linear-gradient(180deg, rgba(6,70,89,1) 0%, rgb(11, 117, 149) 100%); 
    transition: height 0.9s linear;
}
.navbar.scrolled{
    transition-duration: 3s;
    max-height: 70px;
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
}




.resized {
    height: 50px;
}



.navbar.scrolled img{
    width: 80px;
}
.navbar {
    transition-duration: 1.5s;
}

.navbar {
    /* max-width: 1333px; applying max-width */
    margin: 0 auto; /* center */
}
.navbar-collapse {
    justify-content : center; /* center the elements in the block if there is flex */
    -webkit-justify-content : center; /* make it works on some navigators */
}

.navbar-brand img {
    padding-bottom: 0;
    transition-duration: 1.5s;
    width: auto;
    height: 55px;
}

/* MENU PERSONALIZADO */
.navbar-nav li {
    margin: 0px 15px 0px 0px;
}

/* COR TEXTO DO MENU */
.navbar-nav .nav-item .nav-link {
    font-family: 'Oswald';
    font-size: initial;
    color: #fff;
    letter-spacing: 1px;
}

.clean-link {
    color: #fff !important;
}

.navbar-nav .nav-item:hover {
    background: rgba(151,197,213,1);
    
}

.ativo{
    background: red;
}


/* CONTEUDO CENTRAL */
.container-master{
    margin-top: 60px;
}

section.bg {
 min-height: 750px;
}


.menu-territorio ul {
    font-family: 'Oswald';
    text-align: center;
    padding-inline-start: 0px;
    max-width: 400px;
    list-style-type: none;
}


.menu-territorio li {
    background: #004559;
    margin-top: 20px;
    padding: 3px;
}

.menu-territorio a {
    width: 400px;
    text-decoration: none;
}
.menu-territorio h4{
    font-size: 25px;
    margin: 0px;
    color: #fff;
}

.menu-territorio h3 {
    font-family: 'Anton';
    font-size: calc(25.5px + 4.5vw);
    letter-spacing: 6px;
    margin: 0px;
    color: #fff;
    text-shadow: 2px 2px 8px black;
}

.home-subtitle{
    font-size: calc(15.5px + 2.5vw) !important;
}

.gr36 {
    padding-bottom: 10px;
}

@media (max-width: 400px){
    .menu-territorio h4{
        font-size: calc(13px + 6 * ((100vw - 320px) / 680));
    }

    .title-central h3{
        font-size: calc(13px + 6 * ((100vw - 320px) / 680));
        text-align: center;
    }
}
@media (min-width: 991px){

    .nav-button-toggle {
        display: none;
    }
}
@media (max-width: 991px){
    
    .text-box{
        font-size: 0.9rem !important;
        line-height: 26px !important;
        height: 330px !important;
    }
    .breadcrumb{
        display:none;
    }
    .menu-territorio a {
        width: 100%;
        text-decoration: none;
    }
    .title-central h3{
        text-align: center;
        font-size: 8vw;
    }
    .menu-territorio h4 {
        font-size: 27px;
        padding: 3px;
    }
    .menu-territorio ul {
        font-family: 'Oswald';
        text-align: center;
        padding-inline-start: 0px;
        max-width: 100%;
        list-style-type: none;
    }


    .logo2 {
        display: none;
    }
    
    .navbar-nav li{
        margin: 0px 0px 0px 0px;
    }
    .personalizado li:hover{
        background: rgba(151,197,213,1);
    }
    .personalizado a:hover{
        font-size: 20px !important;
        transition: 0.5s;
    }
}
@media (min-width: 991px) {
    /* .personalizado li{
        padding: 5px 10px 5px 10px;
        background: #004256;
        -webkit-transform: skew(-25deg);
        -moz-transform: skew(-25deg);
        -ms-transform: skew(-25deg);
        -o-transform: skew(-25deg);
        transform: skew(-25deg);
    }
    .personalizado a{
        padding: 0px;
        -webkit-transform: skew(25deg);
        -moz-transform: skew(25deg);
        -ms-transform: skew(25deg);
        transform: skew(25deg);
    } */

    /* .personalizado li:hover{
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
        transition: 0.6s;
    }
    .personalizado a:hover{
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
        transition: 0.6s;
    } */
    .personalizado {
        position:absolute;
        bottom: 2px;
    }
}

/* RODA PE */
.rodape {
    min-height: 250px;
}

/* GRADIENTE DIVISOR */
#grad1 {
    height: 10px;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, #7f319b, #1e5bae , #37bee4, #01a64f, #fee601, #f8a00f, #ed212e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #7f319b, #1e5bae , #37bee4, #01a64f, #fee601, #f8a00f, #ed212e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #7f319b, #1e5bae , #37bee4, #01a64f, #fee601, #f8a00f, #ed212e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #7f319b, #1e5bae , #37bee4, #01a64f, #fee601, #f8a00f, #ed212e); /* Standard syntax (must be last) */
}

/* ATE 375PX */
@media (max-width: 375px) {
    .container-master{
        margin-top: 50px;
    }
    /* .navbar-brand img {
        width: auto;
        height: 30px;
        transition-duration: 0.5s;
    } */
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 375px) {
    .container {
        max-width: 100%;
    }
}


/* CONTEUDO PAGINA TERRITORIOS */

.page-territorio {
    margin-top: 40px;
    text-align: center;
}
.page-territorio ul {
    margin:auto;
    font-family: 'Oswald';
    text-align: center;
    padding-inline-start: 0px;
    list-style-type: none;
}
.page-territorio li {
    display:inline-block;
    justify-content: center;
    width: 240px;
    background: #004559;
    margin-top: 30px;
    padding: 3px;
}

.page-territorio a {
    
    text-decoration: none;
}
@media (min-width: 1200px) {
    .page-territorio a {
        margin: 150px;
    }
 }

.page-territorio h4{
    font-size: 18px;
    margin: 0px;
    color: #fff;
}
.page-territorio h3 {
    font-family: 'Anton';
    font-size: calc(9.5px + 4.2vw);
    margin: 0px;
    color: #fff;
}




/* CSS DO QUEM SOMOS */
.texto-quem-somos {
    font-family: Arial, Helvetica, sans-serif;
}



/* PAGINA AMBIENTE  */
.ambiente {
    font-size: 14px;
    background: #e9ecef;
   }
  
   .ambiente li:before{
       
     position: relative;
    font-family:'FontAwesome';
    content: '➔';
    padding-right: 10px;
   }
  
   .ambiente p {
     margin: 0px;
   }
   .ambiente ul{
    margin-bottom: 0px;
    padding: 0px;
   }
  
   .ambiente li{
     padding:  10px 20px ;
    list-style: none;
   }
 


/* CC PAGINA OBJECTIVOS */
.objectivos {
    background: #e9ecef;
   }
  
   .objectivos li:before{
       
     position: relative;
    font-family:'FontAwesome';
    content: '➔';
    padding-right: 10px;
   }
  
   .objectivos p {
     margin: 0px;
   }
   .objectivos ul{
    margin-bottom: 0px;
    padding: 0px;
   }
  
   .objectivos li{
     padding:  10px 20px ;
    list-style: none;
   }
  
   .objectivos li:nth-child(even){
     color: rgb(8, 57, 121);
   }





/* CSS DO TEMPLATE TERRITORIO  */
.jumbotron {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    padding-top: 0px;

}

.jumbotron  h1 {
    padding-top: 10px;
}

.jumbotron p {
    font-size: 14px;
}




/* CSS DOS BOTOES PERSONALIZADOS */
.btn-personalizado {
    border-radius: 0px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
	color: #fff;
	background-color: #7acad5;
}

.btn-personalizado:hover {
	color: #fff;
	background-color: #7acad5;
}

.btn-personalizado.focus,
.btn-personalizado:focus {
	color: #fff;
	background-color: #7acad5;
}

.btn-personalizado.disabled,
.btn-personalizado:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-personalizado:not(:disabled):not(.disabled).active,
.btn-personalizado:not(:disabled):not(.disabled):active,
.show>.btn-personalizado.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-personalizado:not(:disabled):not(.disabled).active:focus,
.btn-personalizado:not(:disabled):not(.disabled):active:focus,
.show>.btn-personalizado.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}





/* CSS AVULSOS */
.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.no-padding2 p{
    min-width:250px;
    font-size:15px;
}

.row-auxiliar {
    height: 33px;
}

.btn-personalizado span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

ul#menu li {
    display:inline;
}

.conteudo-servicos  {
    padding-top: 100px;
}

.display-8 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #004256;
}
.ambiente-card p{
    font-weight: 600;
    color: #1a4f64;
    margin: 15px;
  }
  .ambiente-card {
    border-color: #69cbd7 ;
    border-width: 2px 2px 2px 20px;
    border-style: solid;
  }

  .ambiente-info p{
    padding: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #004458;
    margin: 15px;
  }
  .ambiente-info {
    text-align: center start;
    min-height: 100px;
    background-color: #85d0f0;
  }


/* CSS DE FONTES */
.gr36-titulo {
    font-family: Arial, Helvetica, Arial, Helvetica, sans-serif;
    padding-left: 3px;
    padding-right: 3px;
}

.gr36-titulo img {
    max-width: 300px;
    border: 0pt none;
    float:left;
    padding-right:10px;
    padding-bottom:1px
}

.gr36-titulo p {
    text-align:left;
}
/* ESQUERDA  */
.g-left img {
    max-width: 300px;
    border: 0pt none;
    float:left;
    padding-right:10px;
    padding-bottom:1px
}

.g-left p {
    text-align:left;
}
/* DIREITA */
.g-right img {
    max-width: 300px;
    border: 0pt none;
    float:right;
    padding-left:10px;
    padding-bottom:1px
}

.g-right p {
    text-align:left;
}

.gr36-titulo h1 {
    text-align: center;
    color: #FFF;
    background: linear-gradient(180deg, rgba(0,69,89,1) 0%, rgba(122,202,213,1) 100%); 
}


@media (max-width: 540px) {
    .conteudo-servicos  {
        padding-top: 75px;
    }
    .gr36-titulo img {
        max-width: 540px;
        border: 0pt none;
        float:left;
        padding-right:0px;
        padding-left:0px;
        padding-bottom:1px
    }
}



/* BANNERS */

.page-title-area {
    height: 300px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }




  /* TITULO BANNERS */

  .page-title-content {
    text-align: center;
    margin-top: 10px;
  }
  
  .page-title-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
  }
  
  .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
  }
  
  .page-title-content ul li {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .page-title-content ul li a {
    display: inline-block;
    color: #ffffff;
  }
  
  .page-title-content ul li::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3aade1;
  }
  
  .page-title-content ul li:last-child::before {
    display: none;
  }

  .d-table {
    width: 100%;
    height: 100%;
  }
  
  .d-table-cell {
    vertical-align: middle;
  }




  /* STYLE DE CONTATO */

  .contatos {

  }

  .contatos ul {
 
    text-align: left;
    padding-inline-start: 0px;
    list-style-type: none;
}

.contatos li {
    margin-bottom: 1rem;
    font-size: 20px;
}

.contatos li p {
 font-size: 14px;
 margin-bottom: 3px;
 margin-left: 35px;
}
.contatos li p a{
    color: black;
    text-decoration: none;
}

.square {
    width: 15px;
    height: 15px;
    background: yellowgreen;
}



/* //RODAPE */
/* * {
    box-sizing: border-box;
    font-family: ’Lato’, sans-serif;
    margin: 0; 
    padding: 0;
} */
ul {
    list-style: none;
    padding-left: 0;
}
footer {
    font-family: 'Merriweather', sans-serif;
    margin: 0; 
    padding: 0;
    background-color: rgb(22, 74, 95);
    color: #bbb;
    line-height: 1.5;
}

.ft-title {
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
}
.ft-title a{
    font-size: 2.375rem;
}
.ft-main {
    padding: 1.25rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
}
.ft-main .ft-icon{
    padding: 2px;
    font-size: 30px;
}
.ft-main a{
    text-decoration: none;
    color: #eee;
}
.ft-main-item {
    padding: 1.25rem;
    /* min-width: 12.5rem 200px; */
}
.text-box ul, p { padding: 0 !important;}

.ft-main a:hover {
    text-decoration: none;
    color: #2781c2;
}

@media only screen and (min-width: 42.8125rem /*477px*/) {
    .ft-main {
        /* justify-content: space-around; */
    }
}
@media only screen and (min-width: 77.5rem /*1240px*/ ) {
    .ft-main {
        /* justify-content: space-evenly; */
    }
}
form {
    display: flex;
    flex-wrap: wrap;
}
input[type="email"] {
    border: 0;
    padding: 0.625rem;
    margin-top: 0.3125rem;
}
input[type="submit"] {
    background-color: #00d188;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 0.625rem 0.9375rem;
    margin-top: 0.3125rem;
}
.ft-social {
    padding: 0 1.875rem 1.25rem;
}
.ft-social-list {
    display: flex;
    justify-content: center;
    border-top: 1px #777 solid; 
    padding-top: 1.25rem;
}
.ft-social-list li {
    margin: 0.5rem;
    font-size: 1.25rem;
}
.ft-legal {
    text-align: center;
    padding: 1px 1.875rem;
    background-color: #2b2022;
}
.ft-legal-list {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ft-legal-list li {
    margin: 0.125rem 0.625rem;
    white-space: nowrap;
}
.colortobw img {
    -webkit-filter: grayscale(100%) !important;
	filter: grayscale(100%) !important;
}

.colortobw img:hover {
    -webkit-filter: grayscale(0) !important;
	filter: grayscale(0) !important;

}

.ft-legal-list-img{
    height: 30px;
}

.ft-legal-list-local {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
  }
  .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  

  .modal {
    text-align: center;
    padding: 0!important;
  }
  
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }



  .hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-icon-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-icon-grow:hover .hvr-icon, .hvr-icon-grow:focus .hvr-icon, .hvr-icon-grow:active .hvr-icon {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
  }


.ft-legal2{
    background: #696969 !important;
}
.ft-legal2-list {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ft-legal2-list li {
    margin: 0rem 0rem;
    white-space: nowrap;
}

.ft-legal2-list-img{
    height: 20px;
}

.ft-legal2-list-local {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.ft-legal2 a{
    color: #FFF;
}

.ft-main2 {
    background:#2C2727;
    padding: .25rem .875rem;
    display: flex;
    flex-wrap: wrap;
}

.ft-main2 ul>li{
    display:inline;
}

.ft-main2 ul>li>a{
    color: #FFF;
}


.ft-main2 li:after{
       
    position: relative;
   font-family:'FontAwesome';
   content: ' |';
   /* padding-right: 10px; */
  }

.ft-main2 li:last-child:after
{       

   content: ' ' !important;
   /* padding-right: 10px; */
  }