/*@import url(main.min.css);*/

/* #################### ZOOM OUT */

/*#paginaprincipal  {
    zoom: 0.9; 
    -moz-transform: scale(0.9); 
    -moz-transform-origin: 0 0;
} */

.moduletable {
  zoom: 0.8; 
  -moz-transform: scale(0.8); 
  -moz-transform-origin: 0 0;
}


.card-deck{
  display: flex;
  justify-content: center;
}

/*body{
  zoom: 0.9; 
  -moz-transform: scale(0.9); 
  -moz-transform-origin: 0 0;*/

.item-page {
  zoom: 0.9; 
  /* -moz-transform: scale(0.9);  */
  -moz-transform-origin: 0 0;
}

#servicos {
zoom: 0.85; 
  /* -moz-transform: scale(0.85);  */
  -moz-transform-origin: 0 0;
} 

#card-columns {
zoom: 0.8; 
  -moz-transform: scale(0.8); 
  -moz-transform-origin: 0 0;
} 


/*ZOOM OUT*/


*:focus {outline: 3px solid;
outline-color: white;}


h3.sub-01 {
  font-size: 2rem;
  color: #045b91;
  margin-top: 3rem;
  text-transform: uppercase;
}

h3.sub-01:before {
  border-left: 3px solid #169898;
  content: "";
  padding-right: 15px;
  font-size: 1.9rem;
  line-height: 4rem;
}

h4.sub-02 {
  font-size: 1.2rem;
  color: #045b91;
  margin: 20px 0;
}

ul.lista-01 {
  list-style: none;
  padding: 0;
  margin-left: 1.5rem;
}

.lista-01>li {
  line-height: 1.5rem;
}

.lista-01>li::before {
  content: "■";
  padding-right: 1rem;
  color: #169898;
  font-size: 0.6rem;
}

/* .item-page .table-bordered tr:nth-child(2n+0), .item-page .table-bordered th:nth-child(3n+0) {
  background: rgba(0,0,0,.05);
} */

div.obs {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

div.obs h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

div.obs p:last-child {
  margin-bottom: 0;
}

div.obs code {
  border-radius: 3px;
}

div.obs+div.obs {
  margin-top: -5px;
}

div.obs-cinza {
  border-left-color: #777;
}

div.obs-cinza h4 {
  color: #777;
}

div.obs-azul {
  border-left-color: #428bca;
}

div.obs-azul h4 {
  color: #428bca;
}

div.obs-verde {
  border-left-color: #169898;
}

.obs-verde h4 {
  color: #169898;
}

div.obs-vermelho {
  border-left-color: #d9534f;
}

div.obs-vermelho h4 {
  color: #d9534f;
}

div.obs-amarelo {
  border-left-color: #f0ad4e;
}

div.obs-amarelo h4 {
  color: #f0ad4e;
}

div.obs-azul-cl {
  border-left-color: #5bc0de;
}

div.obs-azul-cl h4 {
  color: #5bc0de;
}

/*TITULO DA TABELA*/
.titulo-tabela thead th {
  background: #e9ecef;
}

.titulo-tabela tfoot td {
  background-color: #f9fbfd;
  color: #169898;
  border-bottom-width: 1px;
}



.alerta-01,
.alerta-02,
.alerta-03,
.alerta-04,
.alerta-05 {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alerta-01 {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alerta-02 {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alerta-03 {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alerta-04 {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alerta-05 {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}


header {
background-color: #f8f9fa;
}



/*teste*/


.embed-container-long {
position: relative;
padding-bottom: 56.25%;
width: 100%;
height: 1700px;
overflow: hidden;
}

.embed-container-long iframe {
position: absolute;
/* top:-312px;
left: -230px; */
width: 100%;
height: 100%;
border: none;


-ms-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-webkit-transform: scale(0.75);
transform: scale(1.50);
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;

transform: perspective(1px) translateZ(0);
-webkit-font-smoothing: subpixel-antialiased;

} 


/*iframe css*/
        
.embed-container {
position: relative;
padding-bottom: 56.25%;
width: 100%;
height: 1750px;
overflow: hidden;
}
.embed-container iframe {
position: absolute;
/* top:-312px;
left: -230px; */
width: 100%;
height: 100%;
border: none;


-ms-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-webkit-transform: scale(0.75);
transform: scale(1.50);
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;

transform: perspective(1px) translateZ(0);
-webkit-font-smoothing: subpixel-antialiased;

} 

@media (max-width: 400px) {




.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 2200px;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  /* top:-312px;
  left: -230px; */
  width: 100%;
  height: 100%;
  border: none;

  
-ms-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-webkit-transform: scale(0.75);
transform: scale(1.50);
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;

transform: perspective(1px) translateZ(0);
-webkit-font-smoothing: subpixel-antialiased;

} 




.embed-container-long {
position: relative;
padding-bottom: 56.25%;
width: 100%;
height: 2400px;
overflow: hidden;
}

.embed-container-long iframe {
position: absolute;
/* top:-312px;
left: -230px; */
width: 100%;
height: 100%;
border: none;


-ms-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-webkit-transform: scale(0.75);
transform: scale(1.50);
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;

transform: perspective(1px) translateZ(0);
-webkit-font-smoothing: subpixel-antialiased;

} 

}


@media only screen and (min-width: 1000px) {

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 1100px;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  /* top:-312px;
  left: -230px; */
  width: 100%;
  height: 100%;
  border: none;

  
-ms-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-webkit-transform: scale(0.75);
transform: scale(1.50);
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;

transform: perspective(1px) translateZ(0);
-webkit-font-smoothing: subpixel-antialiased;

} 



}

@media (max-width: 600px) {

}

@media (max-width: 700px) {

}

@media (max-width: 800px) {

}


/*--------------------------------------------
  #header-style-1
---------------------------------------------*/
.header-style-1, .header-style-2 {
/*** topbar ***/
/*** navigation ***/
/*** search-contact ***/
}

.header-style-1 .container-fluid, .header-style-2 .container-fluid {
padding: 0 45px;
}

@media (max-width: 991px) {
.header-style-1 .container-fluid, .header-style-2 .container-fluid {
  padding: 0 15px;
}
}

.header-style-1 ul, .header-style-2 ul {
list-style-type: none;
text-align: left;
}

.header-style-1 .topbar, .header-style-2 .topbar {
background-color: #f7f9fb;
}

.header-style-1 .topbar ul li, .header-style-2 .topbar ul li {
float: left;
font-size: 14px;
font-size: 0.93333rem;
}

@media (max-width: 767px) {
.header-style-1 .topbar ul li, .header-style-2 .topbar ul li {
  float: none;
}





}

@media only screen and (min-device-width: 200px)and (max-device-width: 640px) /*teste*/{


.embed-container-long {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 2250px;
  overflow: hidden;
}

.embed-container-long iframe {
  position: absolute;
  /* top:-312px;
  left: -230px; */
  width: 100%;
  height: 100%;
  border: none;

  
-ms-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-webkit-transform: scale(0.75);
transform: scale(1.50);
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;

transform: perspective(1px) translateZ(0);
-webkit-font-smoothing: subpixel-antialiased;

} 


}


/* @media only screen and (min-device-width: 360px) and (max-device-width: 567px){


} */


@media only screen and (min-device-width: 640px) and (max-device-width: 767px){
.embed-container-long {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 2250px;
  overflow: hidden;
}

.embed-container-long iframe {
  position: absolute;
  /* top:-312px;
  left: -230px; */
  width: 100%;
  height: 100%;
  border: none;

  
-ms-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-webkit-transform: scale(0.75);
transform: scale(1.50);
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;

transform: perspective(1px) translateZ(0);
-webkit-font-smoothing: subpixel-antialiased;

} 
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px){

.embed-container-long {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 1980px;
  overflow: hidden;
}

.embed-container-long iframe {
  position: absolute;
  /* top:-312px;
  left: -230px; */
  width: 100%;
  height: 100%;
  border: none;

  
-ms-transform: scale(0.75);
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-webkit-transform: scale(0.75);
transform: scale(1.50);
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;

transform: perspective(1px) translateZ(0);
-webkit-font-smoothing: subpixel-antialiased;

} 
  
}

@media only screen and (min-device-width: 992px) {


}

@media (max-width: 991px) {




.header-style-1 .topbar, .header-style-2 .topbar {
  display: none;
  font-size: 14px;
  font-size: 0.93333rem;
  text-align: center;
  padding: 5px 0;
}
}

@media (max-width: 767px) {
.header-style-1 .topbar, .header-style-2 .topbar {
  text-align: center;
  padding: 15px 0 10px;
}
}

@media (max-width: 991px) {
.header-style-1 .contact-info ul, .header-style-2 .contact-info ul {
  display: inline-block;
}
}

.header-style-1 .contact-info ul li, .header-style-2 .contact-info ul li {
padding-top: 10px;
padding-bottom: 8px;
}

@media (max-width: 991px) {
.header-style-1 .contact-info ul li, .header-style-2 .contact-info ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
}

.header-style-1 .contact-info ul li i, .header-style-2 .contact-info ul li i {
display: inline-block;
padding-right: 5px;
color: #ff5e14;
}

.header-style-1 .contact-info ul > li + li, .header-style-2 .contact-info ul > li + li {
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #ececec;
}

@media (max-width: 767px) {
.header-style-1 .contact-info ul > li + li, .header-style-2 .contact-info ul > li + li {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
}

.header-style-1 .contact-info ul > li:nth-child(2) i, .header-style-2 .contact-info ul > li:nth-child(2) i {
position: relative;
top: 2px;
}

.header-style-1 .social, .header-style-2 .social {
float: right;
}

@media (max-width: 991px) {
.header-style-1 .social, .header-style-2 .social {
  display: none;
}
}

.header-style-1 .social i, .header-style-2 .social i {
font-size: 14px;
}

.header-style-1 .social ul li, .header-style-2 .social ul li {
padding: 10px;
border-left: 1px solid #ececec;
}

.header-style-1 .social ul > li + li:last-child, .header-style-2 .social ul > li + li:last-child {
border-right: 1px solid #ececec;
}

.header-style-1 .social a, .header-style-2 .social a {
font-size: 13px;
font-size: 0.86667rem;
color: #687187;
}

.header-style-1 .social a:hover, .header-style-2 .social a:hover {
color: #ff5e14;
}

@media (max-width: 991px) {
.header-style-1 .social, .header-style-2 .social {
  float: none;
  text-align: center;
}
.header-style-1 .social ul, .header-style-2 .social ul {
  display: inline-block;
  border: 1px solid #ececec;
  margin-top: 15px;
}
.header-style-1 .social ul li, .header-style-2 .social ul li {
  float: left;
}
}

.header-style-1 .navbar-brand, .header-style-2 .navbar-brand {
margin-top: 12px;
}

@media (max-width: 991px) {
.header-style-1 .navbar-brand, .header-style-2 .navbar-brand {
  padding-left: 0;
  padding-top: 0;
  margin: 0;
  position: relative;
  top: 2px;
}
}

.header-style-1 .navbar-brand img, .header-style-2 .navbar-brand img {
max-width: 170px;
}

@media screen and (min-width: 992px) {



.header-style-1 #navbar, .header-style-2 #navbar {
  width: calc(100% - 300px);
  margin: 0 auto;
  float: none !important;
  text-align: center;
  max-height: 100px;
}
.header-style-1 .navbar-nav, .header-style-2 .navbar-nav {
  float: none;
  display: inline-block;
}
.header-style-1 .navigation, .header-style-2 .navigation {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  position: absolute;
  left: 0;
  top: 39px;
  z-index: 100;
}
.header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a {
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 40px 15px;
}
}

@media screen and (min-width: 1200px) {
.header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a {
  font-size: 17px;
  font-size: 1.13333rem;
  padding: 40px 20px;
}
}

@media (max-width: 991px) {
.header-style-1 .navigation, .header-style-2 .navigation {
  background: #313131;
  padding: 15px;
}
.header-style-1 .navbar-header button, .header-style-2 .navbar-header button {
  top: 6px;
}
}

.header-style-1 .header-search-form-wrapper, .header-style-2 .header-search-form-wrapper {
margin-top: 5px;
}

@media (max-width: 991px) {
.header-style-1 .header-search-form-wrapper, .header-style-2 .header-search-form-wrapper {
  margin-top: 0;
  position: relative;
  top: -15px;
}
}

.header-style-1 .search-contact, .header-style-2 .search-contact {
position: absolute;
right: 15px;
top: 25px;
z-index: 10;
}

@media (max-width: 991px) {
.header-style-1 .search-contact, .header-style-2 .search-contact {
  right: 70px;
  top: 19px;
}
}

@media (max-width: 450px) {
.header-style-1 .search-contact, .header-style-2 .search-contact {
  display: none;
}
}

.header-style-1 .search-contact button, .header-style-2 .search-contact button {
background: transparent;
padding: 0;
border: 0;
outline: 0;
}

.header-style-1 .search-contact .contact-btn, .header-style-2 .search-contact .contact-btn {
top: 1px;
}

.header-style-1 .search-contact .fi, .header-style-2 .search-contact .fi {
font-size: 30px;
font-size: 2rem;
color: #fff;
}

.header-style-1 .search-contact > div, .header-style-2 .search-contact > div {
float: left;
position: relative;
}

.header-style-1 .search-contact > div + div, .header-style-2 .search-contact > div + div {
margin-left: 12px;
}

.header-style-1 .search-contact .header-search-form, .header-style-2 .search-contact .header-search-form {
position: absolute;
width: 250px;
right: 0;
top: 70px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
-webkit-box-shadow: -2px 18px 40px -9px #999999;
box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
.header-style-1 .search-contact .header-search-form, .header-style-2 .search-contact .header-search-form {
  top: 55px;
}
}

@media (max-width: 991px) {
.header-style-1 .search-contact .header-search-form, .header-style-2 .search-contact .header-search-form {
  top: 61px;
  right: 15px;
}
}

.header-style-1 .search-contact .header-search-form-wrapper .fi:before, .header-style-2 .search-contact .header-search-form-wrapper .fi:before {
font-size: 22px;
font-size: 1.46667rem;
}

.header-style-1 .search-contact form div, .header-style-2 .search-contact form div {
position: relative;
}

.header-style-1 .search-contact form div button, .header-style-2 .search-contact form div button {
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.header-style-1 .search-contact input, .header-style-2 .search-contact input {
width: 100%;
height: 50px;
padding: 6px 20px;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.header-style-1 .search-contact .header-search-content-toggle, .header-style-2 .search-contact .header-search-content-toggle {
opacity: 1;
visibility: visible;
right: 0;
}

.header-style-1 .search-contact .search-toggle-btn, .header-style-2 .search-contact .search-toggle-btn {
background: rgba(255, 255, 255, 0.1);
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
color: #fff;
}

@media (max-width: 991px) {
.header-style-1 .search-contact .search-toggle-btn i, .header-style-2 .search-contact .search-toggle-btn i {
  position: relative;
  top: 1px;
}
}

@media (max-width: 991px) {
.header-style-1 .contact-btn, .header-style-2 .contact-btn {
  display: none;
}
}

/*--------------------------------------------
  #header-style-2
---------------------------------------------*/
.header-style-2 .topbar {
background-color: #020d26;
}

.header-style-2 .topbar .contact-info ul li {
color: #fff;
}

.header-style-2 .topbar .contact-info ul > li + li,
.header-style-2 .topbar .social ul li,
.header-style-2 .topbar .social ul > li + li:last-child {
border-color: #313131;
}

.header-style-2 .topbar .social a {
color: #fff;
}

.header-style-2 .topbar .social a:hover {
color: #ff5e14;
}

.header-style-2 .navigation {
background-color: #fff;
position: relative;
top: 0;
}

.header-style-2 .search-contact .search-toggle-btn {
background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 992px) {
.header-style-2 #navbar > ul > li > a {
  color: #151222;
}
}

@media only screen and (min-width: 100px) and (max-width:399.9px) {
  h4.sub-02 {
    font-size: 1.8rem;
    color: #045b91;
    margin: 20px 0;
  }
 }

@media only screen and (min-width: 400px) and (max-width:575.9px){

  h4.sub-02 {
    font-size: 1.8rem;
    color: #045b91;
    margin: 20px 0;
  }
}



