/*--------------------------------------------------------------------- style.css ------------------------------------------------------------------*/


/*----------------------------------------------------------------- Fonts importantes --------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------- Arquivos importados -------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*------------------------------------------------------------------- Estrutura -------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    overflow-x: hidden;
}

body {
    /* background-image: url(../images/background2.jpg); */
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;    
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 50px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* ---------------------------------------------------------- Seção header ---------------------------------------------------------*/
.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    padding: 0px;       
}
.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px 50px 0px;
    color:rgb(117, 116, 116);
}

.logo_mobile {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
    color:white;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav {
    align-items: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}

.menu_main li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 40px;
}

.menu_main li a {
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
}

.menu_main li a:hover {
    color: #ffffff;
    background-color: #018dff;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

.header_main {
    width: 100%;
    /* background-image: url(../images/header-bg.png); */
    background-size: 100%;
    padding: -10px 0px 0px 0px;
}

/* ---------------------------------------------------------- Fim Seção header ------------------------------------------------------*/

/* ------------------------------------------------------------ Seção Banner --------------------------------------------------------*/

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 305px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 80px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Righteous', Regular;
    border-top: #fffefe00;
}

.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.read_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
.read_bt_chegar {
    width: 200px;    
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;    
}
.read_bt_chegarb {
    width: 200px;    
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 50px;
    text-align: center;    
}
.read_bt_reser {
    width: 200px;    
    margin: 0 auto;
    margin-bottom: -20px;
    text-align: center;    
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}
.read_bt_chegar a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #f8f403;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}
.read_bt_chegarb a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #f8f403;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 20px;
    font-weight: 400;
}
.read_bt_reser a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #34f803;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: 400;
}

.read_bt a:hover {
    background-color: #018dff;
    color: #ffffff;
}
.read_bt_chegar a:hover {
    background-color: #018dff;
    color: #ffffff;
}
.read_bt_chegarb a:hover {
    background-color: #018dff;
    color: #ffffff;
}
.read_bt_reser a:hover {
    background-color: #018dff;
    color: #ffffff;
}

.read_bt22 {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    margin-bottom: 160px;
}


    
.read_bt22:hover, .read_bt22:focus {
    color: #313133;
    transform: translateY(-6px);
    
}
  
  
  .read_bt22::after {
    content: '';
    width: 300px; 
    height: 500px;
    border-radius: 100%;
    border: 6px solid rgb(0, 162, 255);
    position: absolute;
    z-index: 4;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.8s infinite;
  }
  
  .read_bt22:hover::after, .read_bt22:focus::after {
    animation: none;
    display: none;
  }

  .read_bt22 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}

.read_bt23 {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    position: relative;    
}


    
.read_bt23:hover, .read_bt23:focus {
    color: #313133;
    transform: translateY(-6px);
    
} 
  
.read_bt23::after {
    content: '';
    width: 200px; 
    height: 50px;
    border-radius: 100%;
    border: 6px solid rgb(0, 162, 255);
    position: absolute;
    z-index: 1;
    top: 350%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 2s infinite;
}
  
.read_bt23:hover::after, .read_bt23:focus::after {
  animation: none;
  display: none;
}

  .read_bt23 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}
@keyframes ring {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 300px;
      height: 300px;
      opacity: 0;
    }
  }

/* -------------------------------------------------------- Fim Seção Banner --------------------------------------------------------*/

/* -------------------------------------------------------- Seção services ----------------------------------------------------------*/

.services_section {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}

.services_taital, .services_taital_p, .services_taital_pon {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #1f1f1f;
    font-weight: bold;
    text-decoration: underline;            
}

.services_taital_menu {
    width: 100%;
    float: left;
    font-size: 33px;
    color: #000000;
    font-weight: bold;
    font-family: 'Righteous', Regular;
    text-transform: uppercase; 
    box-shadow: 1px 8px 16px -6px;   
    text-align: center;
    margin-top: 0px;
    margin-bottom: -45px;
    background-color: #018dff;
    border-radius: 40px;
    padding-top: 9px;
}
.services_taital_menu_pad {
    width: 100%;
    float: left;
    font-size: 33px;
    color: #fdf904;
    font-weight: bold;
    font-family: 'Righteous', Regular;
    text-transform: uppercase;
    box-shadow: 1px 8px 16px -6px black;
    text-align: center;
    margin-top: -45px;
    margin-bottom: -45px;
    background-color: #ff0101;
    border-radius: 40px;
    text-align: center;
    padding-top: 9px;    
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0px;
    text-align: justify;
    font-weight: bold;
}

/* -------------------------------------------------------- Fim Seção services ------------------------------------------------------*/

/* ------------------------------------------------------------ Seção about ---------------------------------------------------------*/

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    margin:0;
}

.about_taital_main {
    width: 100%;
    padding-left: 20px;
    padding-top: 60px;    
    
}

.padding_right_0 {
    padding-right: 0px;
}

.padding_left_0 {
    padding-left: 0px;   
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;    
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0px;
    padding: 2px;
    padding-right: 10px;
    text-align: justify;
}

.readmore_bt {
    width: 170px;
    float: left;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #1b01ff;
}

.about_img {
    width: 100%;
    float: left;
    border-radius: 20px;   
}

/* --------------------------------------------------------- Fim Seção about -------------------------------------------------------*/


/* ----------------------------------------------------------- Seção client --------------------------------------------------------*/

.client_section {
    width: 100%;
    float: left;
    padding-bottom: 160px;
    
}

.client_taital {
    width: 100%;
    font-size: 40px;
    color: #131313;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.client_section_2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 1px 16px -6px;
    border-radius: 30px;
    padding: 50px 70px;
    margin-top: 50px;
}

.client_main {
    width: 100%;
    display: flex;
}

.client_taital_left {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    float: left;
    padding-top: 0px;
    padding-left: 0px;
}

.client_taital_right {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    float: left;
    padding-top: 30px;
    padding-left: 0px;
}

.client_img {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 20px;
    padding-left: 0px;
}

.client_name {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #012628;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 53px;
    padding-bottom: 0px;
}
/*----------------------------------------------------------------- Eu alterei os dados aqui 24/04/23 
border rasio
height: 20px;
border-radius: 100%;
bottom: -50px;
*/
.carousel-indicators li {
    width: 20px;
    height: 01px;
    border-radius: 50%;
    background-color: #028afa;
    bottom: 30px;
}

.carousel-indicators .active {
    background-color: #100196;
    box-shadow: rgb(253, 251, 251) 1px 1px 10px 2px;
}


/* ------------------------------------------------------ Fim Seção client --------------------------------------------------------*/


.read_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt_1 a:hover {
    background-color: #2b2278;
    color: #ffffff;
}

.newsletter_box {
    width: 100%;
    border: 1px solid #6e6e6e;
    border-radius: 25px;
    padding: 20px 30px;
    display: flex;
    margin-top: 90px !important;
    float: left;
}

/* -------------------------------------------------------- Seção contact ---------------------------------------------------------*/

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    text-align: center;
    font-weight: bold;
}

/* ------------------------------------------------------ Fim Seção contact --------------------------------------------------------*/

/* -------------------------------------------------------- Seção footer -----------------------------------------------------------*/

.footer_section {
    width: 100%;
    float: left;
    background-image: url(../images/footer-bg.png);
    height: auto;
    padding-top: 250px;
    background-size: 100% 100%;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    margin-top: -60px;
    
}


.social_icon, .social_icons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    
}

.social_icon ul,.social_icons ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    padding-top: -30px;
}

.social_icon li, .social_icons li {
    float: left;
    padding: 30px 5px;
}
.estrela {
    width: 100%;
    text-align: center;
    position: absolute;

}

.estrela ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.estrela li {
    float: left;
    padding: 5px 1px;
}
.servicos {
    width: 100%;
    text-align: center;
    position: relative;
}

.servicos ul {
    margin-top: 5px;
    margin-left: -100px;
    display: inline-block;
    text-align: center;   
}

.servicos li {
    float: left;
    padding: 5px 1px;
    padding-left: 60px;     
}

.servicos li :hover {
    box-shadow: rgba(12, 0, 0, 0.513) 1px 1px 5px 0.1px;
    border-radius: 15px;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #ebfb04;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #161616;
    height: auto;
    
}

.copyright_text {
    width: 100%;
    float: left;
    color: white;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}

.copyright_text_f1 {
    width: 100%;
    float: left;
    color: white;
    text-align: center;
    font-size: 12px;
    margin-left: 0px;
}



.copyright_text a,.copyright_text_f1 a {
    color: #4af108;
}

.copyright_text a:hover {
    color: #fd0404;
}
.copyright_text_f1 a:hover {
    color: #fd0404;
}

/* --------------------------------------------------------Fim Seção footer ---------------------------------------------------------*/


/* -------------------------------------------------------- Mapas responsivos ------------------------------------------------------ */ 

.map-responsive{
    padding-bottom:51.25%;
    position:relative;
    height:0;
    margin-bottom: -95px;
}

.map-responsive iframe{
    left:0;
    top:200px;
    height:100%;
    width:100%;
    position:absolute;    
}
/* ------------------------------------------------------Fim Mapas responsivos ----------------------------------------------------- */ 

/* ---------------------------------------------------------- Página doação ---------------------------------------------------------*/

input, button {
    font-size: 14px;
    border-radius: 10px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;    
    text-align: center;
    margin-left: 5%;
      
}

input {
    background-color: #d4e8ff;
    color: #06224a;
    width: 350px;
    align-items: center;
}

input:focus {
    outline: none;
}

button {
    margin-left: 10px;
    background-color: #06224a;
    color: white;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 4px;
}

button:hover {
    background-color: #010d1f;
    transition: 0.3s;
}

/* -------------------------------------------------------- Fim página doação ----------------------------------------------------- */ 


/* ----------------------------------------------------------- Classe row ----------------------------------------------------------*/


 #line{
    box-shadow: 1px 1px 2px 2px;
    margin:10px;
    border-radius: 20px;
    
 }

 #line2{
    box-shadow: 1px 1px 2px 2px;
    margin:10px;
    border-radius: 20px; 
    padding: 20px;
    background-color:#00000019;
    margin-bottom: 40px;
 }

 #line3{
    box-shadow: 1px 1px 2px 2px;
    margin:10px;
    border-radius: 20px; 
    padding: 20px 10px;   
    margin-bottom: 70px;
    background-color:#000000d0;
 }

 #line4{
    box-shadow: 1px 1px 2px 2px;
    margin:10px;
    margin-top: -50px;
    border-radius: 20px; 
    padding: 20px 10px;   
    margin-bottom: 70px;
    background-color:#000000d0;
 }

 /* ------------------------------------------------------- Fim Classe row ----------------------------------------------------------*/

 /* --------------------------------------------- Código para espaço de propaganda --------------------------------------------------*/

 #prop1{
    height: 33%;
    width: 33%;
    margin: auto;
    image-rendering: optimizeQuality;
    box-shadow: 3px 3px 10px 3px;
    border-radius: 20px;
 }


 /* --------------------------------------------------- Fim espaço de propaganda ----------------------------------------------------*/

 /* ---------------------------------------------------- Marcadores de Páginas ------------------------------------------------------*/

 #marcadores{
     flex-wrap: wrap;
     align-items: center;
     text-align: center;
     letter-spacing: 20px;
     margin-top: 30px;
     font-size: 20px;     
 }
 .marc a:hover{
    background-color: #028afa;
    height: 20px;
    border-radius: 20px;
    color: white;    
    align-items: center;
    text-align: center;    
}
.marc a{
    /* background-color: #028afa; */
    height: 20px;
    border-radius: 20px;   
    text-align: center;
    padding-left: 20px;
}
/* ------------------------------------------------------ Botão Voltar ao Topo --------------------------------------------------------*/
#back-to-top {
    background-color: #ffffff;
    position: fixed;
    bottom: 80px;
    right: 30px;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.342);
    z-index: 1;

  }

  #back-to-top:hover {
    background-color: #ffee00;    
  }

  /* ------------------------------------------------------ Barra de Pesquisa --------------------------------------------------------*/

.search-box{
    position:absolute;
    margin-top: -60px;
    margin-left: 40px;
    /* padding: 5px; */
    height: 40px;
    border-radius: 40px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-box:hover > .search-text{
    width: 320px;
    /* padding: 5px;  */
    padding-top: 20px;  
}

.search-box:hover > .search-btn{
    background-color: #447ce7 ;  
}

.search-box:hover > .search-btn .loupe-blue{
    display: none;   
}

.search-box:hover > .search-btn .loupe-white{
    display: block;
    display: flex;
    align-items: center;   
}

.search-text{
    background: none;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    width: 0;
}

.search-btn{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.loupe-white{
    display: none;
    width: 25px;
    height: 25px;
}

  /* ---------------------------------------------------- Fim Barra de Pesquisa ------------------------------------------------------*/
 
  /* ---------------------------------------------------- Tabela Telefones Úteis ------------------------------------------------------*/

#table-tel{
    border-radius:20px; 
    border: none;
    box-shadow: 1px 1px 10px 5px;
    color: #028afa;
    
}
#table-tel > thead > tr{
    border-style: hidden;
}
#table-tel > tbody > tr > td{
    color:white;
}


  /* -------------------------------------------------- Fim Tabela Telefones Úteis ----------------------------------------------------*/
 