

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@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');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

*, :before, :after {
box-sizing: border-box;
overflow-x: clip;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #ffffff;
     font-size: 1rem;
     font-family: 'Inter', system-ui, sans-serif;
     line-height: 1.80857;
     font-weight: normal;
         background-color: #000000;
}

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;
}

.nav-item a {
  font-family: 'Manrope', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    position: relative;
    padding: 0 0 6px 0;
    line-height: normal;
    color: #ffffff;
    margin: 0;
}

h1 {
     font-size: 2rem;
}

h2 {
     font-size: 1.4rem;
}

h3 {
    font-size: 1.2rem;
    
}

h4 {
     font-size: 1.1rem;
}

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
}

code {

    color: #008000;
   
}

button {
    font-size: 15px; 
    padding: 8px 14px  !important; 
    margin: 6px  !important; 
    border: 1px !important;
    background: #008000;
    border-radius: 6px;
    color: #ffffff;
}

#sec_contato {
    background-color: #000000;
}

#stopBtn {
    background-color: red; /* Exemplo de estilo */
    color: #ffffff;
        font-size: 15px; 
    padding: 8px 14px  !important; 
    margin: 6px  !important; 
    border: 1px !important;
    background: #d72424;
    border-radius: 6px;
}

#stopBtn:disabled {
    opacity: 0.5; /* Exemplo para quando estiver desabilitado */
}

  #log { text-align:left; margin-top:18px; white-space:pre-wrap; background:#fafafa; padding:14px; border-radius:8px; border:1px solid #eee; min-height:120px; color: #000000;}
  .big { font-size:1.1rem; font-weight:600; margin-top:12px;color: #fff; display: inline-block; }

button:focus {
     outline: none;
}

.localbox {
    display: grid;
    grid-template-columns: 60px 1fr; /* coluna fixa para ícones */
    align-items: center;
    row-gap: 14px;
}

.localbox .icone {
    text-align: right;
    font-size: 2rem;
    padding-right: 10px;
    line-height: normal;
}

.localbox .texto a {
    text-decoration: none;
}
.conts a {
    color:#f6c946;
}

.conts a:hover {
    color:#007bff;
}
.Our_box li {
  overflow-x: visible !important;  
}

ul {
    margin-bottom: 1rem !important;
}

ul,
li,
ol {
     margin: 0px 0px 0px 20px;
     padding: 0px;
     list-style-type: circle !important;
     text-align: left;
     
}

p {
     margin: 0px;
     font-weight: normal;
     font-size: 1rem;
     line-height: 24px;
     padding-bottom: 6px;
}

a {
     color: #ffffff;
     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;
}

.text-prod h2 {
text-align: center;
  font-size: 2.2rem;
  font-family: 'Dancing Script';
  font-weight: 700;
    line-height: 3rem;
}

.text-prod h3 {
text-align: center;
  font-size: 2.2rem;
  font-family: 'Dancing Script';
  font-weight: 700;
    line-height: 3rem;
}
img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}
.bann-img {
    /* aspect-ratio: 16 / 9; */
    width: 100%;
    overflow: hidden;
}
.bann-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;           
} 

.text-img img {
    width: 100%;
    height: auto;
    display: block;            
}


.text-prod p {
    font-size: 0.9rem;
    text-align: center;
}

.text-prod {
    height: fit-content;
    max-height: 60px;
  overflow: hidden;
  width: auto;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border-radius: 0px 0px 6px 6px;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 20px 30px;
  transition: max-height 2.8s cubic-bezier(0.22, 0.61, 0.36, 1)
 
}
/* Estado expandido – usa fit-content para se adaptar perfeitamente ao conteúdo */
.text-prod.is-visible {
 
  max-height: 500px;
 
}

.Our_box a {
    color:#886F1D;
}
.Our_box a:hover {
    color:#886F1DA3;
}


.req_box:hover {
  transform: translateY(-6px);
}

.row2{
  padding: 30px 14px 14px 14px;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #1D3688;

}

.cta1 {
    display: block;
    text-align: center;
    background: #28a745;
    color: white;
    font-size: 1.4rem;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: bold;
    margin: 0 auto;
max-width: 400px;
}

.cta1 a:hover {
    color: #0B1534 !important;
}

.cont-itens h2 {
    text-align: center;
}


.avatar {
    width: 200px;
    height: 200px;
    background-image: url("/images/ale.jpg");
    background-size: cover;     /* Preenche perfeito */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;           /* Garantia extra */
    display: block;
    margin: 0 auto;
    border: solid 4px #B79A3A;
}
.fa-regular:hover, .fa-brands:hover, .fab:hover {
  transform:scale(1.1);
}

.divide {
  display: flex;
  width: 80%;
  border-bottom: solid 2px #ffffff;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 30px;
}
.text-titulo {
  position: relative;
  background-color: #000000;
  text-align: center;
  max-width: 800px;
    margin: 0 auto;
}

#locala{
    vertical-align: middle;    
    
}

#localb{
      
    
}

.ban-img {
  
  margin: 0 auto;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;

}

.req_box {
  border-radius: 6px 6px 0px 0px;
  margin: 0 auto;
  width: 100%;
  display: block;

}
.text-img {
  border-radius: 6px 6px 6px 6px;
  margin: 0 auto;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;

}

.col-50 {
    display:inline-block;
  position: relative;
  width: 50%;
  

}


.col-50 img {
  max-width: 60%;
  height: auto;
 
  
}

.icobt{
    font-size: 70px;
    color: #dd9adf;
    display: inline-block;
    position: relative;
    padding: 0px 10px 0px 0px;
    text-align: right;
    z-index: 1000;
    
}

.ft{
    display: inline-block;
}

.posmenu {
  height: 0px;
  top: -120px;
  display: block;
  position: relative;
  width: 100px;
}

.localbox {
  
  background-color: #000000;
  color: #ffffff;
  padding: 30px 60px;
    margin: 5px 5px;

}
.conts{
  width: 100%;
  padding: 0px 50px;
  align-items: initial;
  display: flex;
}
.contato {
	font-size: 1.1rem;
	margin-top: 20px;
}
.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 40px 0px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    transform:scale(1.2);
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     
     font-size: 1.6rem;
     line-height: 24px;
     
     text-transform: uppercase;
}
 
.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.sign_btn a {
     display: inline-block;
     padding: 7px 35px;
     color: #eb699e;
     font-size: 17px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
    width: 100%;
  background-color: #000000;
  z-index: 1000;
  top: 0px;
  padding: 10px 20px 5px;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo a {
     font-size: 1rem;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.banner_main {
     
     background-repeat: no-repeat;
     margin-top: 95px;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     background-size: 100% 100%;
}

.text-bg {
     text-align: left;
     float: right;
     max-width: 539px;
     width: 100%;
}

.text-bg h1 {
     color: #fff;
     font-size: 58px;
     line-height: 80px;
     padding-bottom: 15px;
     font-weight: bold;
}

.text-bg span {
     color: #eb699e;
     font-size: 45px;
     line-height: 50px;
     font-weight: bold;
     padding-bottom: 20px;
     display: block;
}

.text-bg p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 60px;
}

.bann-img figure {
     margin: 0;
}



.text-img figure {
     margin: 0;
}

.text-img figure img {
     width: 100%;
}

.text-bg .read_more {}

.text-bg .read_more:hover {}

.titlepage {
    text-align: center;
    background-color: #886F1DA3;
    height: 50px;
    width: max-content;
    margin: 0 auto;
    border-radius: 40px 3px;
    padding-top: 3px;
    margin-bottom: 10px;
   
}

.titlepage h2 {
    
    color: #0B1534;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
     line-height: 50px;
     
     padding-bottom: 20px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}


/** banner section **/


/** Features section **/

.Features {
     background-color: #000000;
     margin: 0px 0 0 0;
     
}

.Features .titlepage h2 {
    
    color: #0B1534;
    padding-left: 20px;
    text-transform: uppercase;
     
}

.Features .titlepage span {
     font-size: 17px;
     line-height: 30px;
     color: #eb699e;
     font-weight: 501;
     display: block;
     padding-top: 10px;
     text-transform: uppercase;
}

.Features .Our_box {
     
    
    padding: 12px;
    background-color: #000000;
    max-width: 800px;
    margin: 0 auto;

}

.Features .Our_box h4 {
     font-size: 22px;
	 font-family: Arial, Helvetica, sans-serif;
	 text-align: center;
     line-height: 30px;
     font-weight: 501;
     padding-top: 0px;
     padding-bottom: 10px;
}

.Features .read_more {
     color: #eb699e;
     margin: 0 auto;
     display: block;
     margin-top: 30px;
}

.Features .read_more:hover {
     color: #AE1519;
     background: #000;
}


/** end Features section **/


/** discount section **/

.discount {
     background: url(../images/disco.jpg);
     background-repeat: no-repeat;
     height: 700px;
     background-size: 100% 100%;
     background-position: center;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.discount .titlepage {
     padding-bottom: 0;
}

.discount .titlepage h2 {
     color: #fff;
     padding: 0 33px;
     font-weight: 501;
}

.discount .titlepage span {
     font-size: 17px;
     line-height: 28px;
     color: #fff;
     font-weight: 500;
     display: block;
     padding: 30px 0px 50px 0px;
}

.discount .titlepage .read_more {
     color: #eb699e;
}

.discount .titlepage .read_more:hover {
     color: #eb699e;
}


/** end discount section **/

.read_more {
     font-size: 17px;
     background-color: transparent;
     border: #eb699e solid 2px;
     color: #eb699e;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #fff;
     color: #eb699e;
     transition: ease-in all 0.5s;
}


/** request section **/

.request .req_box {
     
     text-align: justify;
     padding: 20px;
     background-color: #886F1D;
  border-radius: 30px;
    margin-bottom: 10px;
}

.request .titlepage span {
     font-size: 17px;
     line-height: 28px;
}

.request {
     font-size: 14px;
     margin-top: 20px;
	 text-align: justify;
	 background-color: #ffffff;
}

.main_form {
     padding: 40px 30px;
     background: #eb699e;
}

.main_form .contactus {
     border: #f6c2d7 solid 1px;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     height: 45px;
     background: transparent;
     color: #f5bed2;
     font-size: 16px;
     font-weight: 500;
     border-radius: 20px;
}

.main_form .textarea {
     border: #f6c2d7 solid 1px;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     background: transparent;
     color: #f5bed2;
     font-size: 16px;
     font-weight: 500;
     border-radius: 15px;
     padding-top: 35px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #efb68d;
     color: #fff;
     padding: 13px 0px;
     margin: 0 auto;
     max-width: 200px;
     width: 100%;
     display: block;
     font-weight: 500;
     text-transform: uppercase;
     border-radius: 35px;
}

.main_form .send_btn:hover {
     background-color: #000;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #f5bed2;
     opacity: 1;
}

.back_img {
     padding-top: 12%;
}

.back_img figure {
     margin: 0;
}

.back_img figure img {
     width: 100%;
}


/** end request section **/


/** people section **/

.people {
    max-width: 960px;
    margin: 0 auto;
    
   
}

.people .titlepage h2 {
     color: #0B1534;
}

.people .titlepage span {
     font-size: 20px;
     line-height: 28px;
     color: #000000;
     font-weight: 500;
}

.people_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.people_box {
     text-align: center;
}

.test_box {
     padding: 30px 25px;
     background: #fff;
}

.people_Carousel .test_box h4 {
     font-size: 21px;
     color: #3c3c3d;
     line-height: 18px;
     display: block;
     font-weight: 600;
     padding: 0;
}

.people_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #3c3c3d;
     padding-top: 20px;
}

.people_Carousel .carousel-indicators {
     bottom: -50px;
}

.people_Carousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     background: #f2e0ab;
     border-radius: 10px;
}

.people_Carousel .carousel-indicators li.active {
     background: #eb699e;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}


/** end people section **/


/** footer **/

.multi {
     color: #daccfd;
}

.footer {
     
     background: #000000;
     
     text-align: center;
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 10px;
}

.footer .titlepage h2 {
     color: #e95d49;
}
.cont-itens {
  text-align: left;

  display: inherit;

}
.cont {
     padding-top: 20px;
     text-align: center;
}

.cont h3 {
     color: #fff;
     font-size: 45px;
     line-height: 66px;
     font-weight: bold;
}

.cont p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     padding-top: 20px;
     font-weight: 501;
}

.contato p {
  display: inline-block;
}

.contato .fa-solid {
    color: #886F1DA3;
    font-size: 33px;
    vertical-align: middle;
    padding: 6px;
}
.contato .fa-regular {
    color: #886F1DA3;
    font-size: 33px;
    vertical-align: middle;
    padding: 6px;
}
.contato .fa-brands{
    color: #886F1DA3;
    font-size: 33px;
    vertical-align: middle;
    padding: 6px;
}
.contato a{
color: #000000;
}


.contato a:hover {
    color: #B79A3A;   
}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     padding-top: 50px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 73%;
     height: 49px;
     background: #fff;
     color: #000;
     font-size: 16px;
     font-weight: 500;
     border-radius: 35px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #efb68d;
     color: #fff;
     padding: 5px 0px;
     max-width: 192px;
     width: 100%;
     display: block;
     font-weight: 500;
     text-transform: uppercase;
     border-radius: 35px;
     border: #fff solid 4px;
     margin-left: -40px;
}

.sub_btn:hover {
     background-color: #eb699e;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
    
     padding: 5px 0px;
     background-color: transparent;
}

.copyright p {
     color: #fff;
     font-size: 1rem;
     line-height: 22px;
     text-align: center;
}
.copyright h2 {
    color: #fff;
    font-size: 2rem;
}
.copyright a {
     color: #f6c946;
     width: max-content;
  display: contents;
}

.copyright a:hover {
     color: #645216;
     transform:scale(1.4);
}


/** end footer **/

.lite-yt {
    position: relative;
    display: block;
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
}
.lite-yt::before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}
.lite-yt > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.lite-yt .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lite-yt .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* tamanho responsivo com limites */
  width: min(18vw, 84px);
  height: min(18vw, 84px);
  max-width: 84px;
  max-height: 84px;
  min-width: 48px;
  min-height: 48px;

  background-image: url("https://alecostaterapias.com.br/images/yt-bt-ale.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;

  display: inline-block;
  opacity: 0.95;
  transition: transform .18s ease, opacity .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.lite-yt img {
    max-width: initial;
}