	.circulo_ic{border-radius:100%; background:#f2f2f2; width: 33px; height: 33px; float: left; margin: 38px 10px 0px 0px; color:#d29360;transition: all 0.3s ease;border: 2px solid #d29360; /* Transição suave de cor de fundo */}	
	
	
	.circulo_ic:hover{border-radius:100%; background:#00050d; width: 33px; height: 33px; float: left; margin: 38px 10px 0px 0px; color:#FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5);border: 2px solid #FFF;}	
	
	
	.btn_compartilhar{margin-top: 150px; }

  .ic_dep{float: right; margin-right:100px;}


  .btn-call1 {
    color: #d29360;
    font-size: 11px;
    text-align: center;
    width: 25%;
    margin-top: 35px;
    margin-left: 34px;
    position: relative;
    transition: all .4s ease-in-out;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #d29360;
    border-radius: 10px;
    background: #ffff;
    text-transform: uppercase;
    box-shaddow: 2px 2px 2px rgba(0, 0, 0, 0.22);
  }
  
  
  .btn-call1:hover {
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 35%;
    margin-top: 35px;
    margin-left: 34px;
    position: relative;
    transition: all .4s ease-in-out;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #00050d;
    border-radius: 10px;
    background: #00050d;
    text-transform: uppercase;
    box-shaddow: 2px 2px 2px rgba(0,0,0,0.2);
  }


  .btn-call1 img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.btn-call1:hover img {
  opacity: 1;
}

.qtd_depoimentos{background: transparent;margin-top: 70px; width: 400px; height: 480px; padding: 20px; border-left:1px solid #d29360;border-bottom:1px solid #d29360;}	

	
.titulo_dep {  font-family:"Alfa Slab One", serif; color:#d29360;font-size: 22px;margin-left: -50px; margin-bottom: 0px; text-align: center;}	
	
	
.t_dep {
    font-family: 'Alfa Slab One', cursive;
    color: #d29360;
    font-size:53px;
	margin-left: 0px;
  margin-top:150px;	  
}	
	
	
.t_dep2 {
    font-family: 'Alfa Slab One', cursive;
    color: #d29360;
    font-size:58px;
	margin-left: 0px;
  margin-top:150px;	  
}	
	
	
.title_section_dep::before {
    display: inline-block;
    content: '';
    width: 5rem;
    height: 0.2rem;
    background-color: #00050d;
    margin-right: 2rem;
    position: relative;
    top: 0;
}

	.title_section_dep {
     font-weight: 300;
   
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 27px;
    margin-top: 0px;
    color: #00050d;
    margin-left: 0px;	
	 
}	


	.fundo-pontilhado1 {
 position: absolute; width: 500px; height:140px; right: 130px;margin-top: -10px; 
  background-color: transparent;
  background-image: radial-gradient(#d29360 1px, transparent 1px);
  background-size: 10px 10px; /* espaçamento entre os pontos */
}

	.fundo-pontilhado_dr {
position: absolute;
    width: 600px;
    height: 250px;
    left: 20px;
    margin-top: -639px;
    z-index: 2;
    background-color: transparent;
    background-image: radial-gradient(#d29360 1px, transparent 1px);
    background-size: 10px 10px;
 
}
	.fundo-pontilhado_dr1 {
position: absolute;
    width: 600px;
    height: 250px;
    right: 20px;
    margin-top: -639px;
    z-index: 2;
    background-color: transparent;
    background-image: radial-gradient(#00050d 1px, transparent 1px);
    background-size: 10px 10px;
 
}

.item .carousel-caption h5 , .item .carousel-caption span , .item .carousel-caption p{
    font-size: 16px !important;
    color: #333 !important;
    font-style: italic !important;
    text-shadow: none;
    line-height: 25px !important;
    font-weight: 300 !important;
   
}


 .carousel {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    padding:0 !important;
    margin:0px !important;
  }

.carousel-inner > .item > .carousel-caption{
	
	
height: 440px;	
	
}

.carousel-caption {
    position: initial;
	width: 100%;
	text-decoration:none !important;
    z-index: 10;
    padding: 1.5rem 1.5rem;
    color: #333;
    text-align: center;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 100;
    line-height: 2.7rem
}


.carousel-indicators {
    position: absolute;
    /* bottom: 10px; */
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    bottom: 5px !important;
    display:none;
}


.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    margin-right: 7px;
}


.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background-color: #824E2A;
}


.carousel-inner {
  display: flex;
  transition: transform 0.4s ease;
  overflow: hidden;
  width: 100%;
}

.carousel-inner .item {
  flex: 0 0 100%;
  box-sizing: border-box;
}

.carousel-indicators li.active {
  background-color: #d4af37; /* dourado, por exemplo */
}


@media(max-width:767px) {
    .carousel-caption {
     
        position: initial;
        z-index: 10;
        padding: 1rem 1rem;
        color: #333;
        text-align: center;
        font-size: 1.4rem;
        font-style: italic;
        font-weight: 100 !important;
        line-height: 26px !important;
        text-shadow: none;
    
}
}

.carousel-caption img {
  width: 7rem;
    border-radius: 5rem;
    margin: 3.5rem 0 5PX 37%;
    
}
	


@media(max-width:767px) {
    .carousel-caption img {
        width: 8rem;
        border-radius: 8rem;
        margin-top: 5rem
    }

.carousel-inner > .item > .carousel-caption{
	
	
height: 450px;	
	
}

.carousel {
    position: relative;
    width: 100%;
    height: 65vh !important;
    overflow: hidden;
    padding:0 !important;
    margin:0px !important;
  }

}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 1.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}



@media(max-width:767px) {


  .qtd_depoimentos {
    background: transparent;
    margin-top: 70px;
    width: 340px;
    height: 545px;
    /* padding: 20px; */
    border-left: 1px solid #d29360;
    border-bottom: 1px solid #d29360;
}


  .fundo-pontilhado_dr

 {
    FONT-WEIGHT: 200;
    width: 300px;
    height: 294px;
    left: 20px;
    margin-top: -325px;
    x: 2;
    background-color: transparent;
    background-image: radial-gradient(#d29360 1px, transparent 1px);
    background-size: 10px 10px;
}
  .fundo-pontilhado_dr1

 {
position: absolute;
    width: 600px;
    height: 250px;
    right: 20px;
    margin-top: -285px;
    z-index: 2;
    background-color: transparent;
    background-image: radial-gradient(#00050d 1px, transparent 1px);
    background-size: 10px 10px;
   
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset;
}

.t_dep {
    font-family: 'Alfa Slab One', cursive;
    color: #d29360;
    font-size: 41px;
    margin-left: 0px;
    margin-top: 20px;
}

.t_dep2 {
    font-family: 'Alfa Slab One', cursive;
    color: #d29360;
    font-size: 51px;
    margin-left: 0px;
    margin-top: 50px;
    text-align:center;
}

.title_section_dep {
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 17px;
    margin-top: 13px;
    margin-top: 0px;
    margin-left: 0px;
}
.fundo-pontilhado1 {
    position: absolute;
    width: 350px;
    height: 110px;
    right: 9px;
    margin-top: 1px;
    background-color: transparent;
    background-image: radial-gradient(#d29360 1px, transparent 1px);
    background-size: 10px 10px;
}

.btn-call1 {
    color: #d29360;
    font-size: 11px;
    text-align: center;
    width: 48%;
    margin-top: -9px;
    margin-left: 0px;
    position: relative;
    transition: all .4s 
ease-in-out;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #d29360;
    border-radius: 10px;
    background: #ffff;
    text-transform: uppercase;
    box-shaddow: 2px 2px 2px rgba(0, 0, 0, 0.22);
}


.ic_dep {
    float: right;
    margin-right: 0px;
    margin-top: -36px;
}

}