.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
    max-width: 100%;
}

.button-container {
    position: absolute;                        
    bottom: -55px;
    right: 0;
    margin: 10px;
}

.full-width {
    margin-left: -15px;
    margin-right: 0;
}

#equipe {
  background-image: url(../img/banner-cootravale-equipe.png);
  background-size: cover;
  background-position:bottom center ;
  height: 669px;
  margin-top: -40px;
}

#equipe .container {
  position: relative;
}

#equipe .container .btn {
  position: absolute;
  right: 0;
  font-size: 15px;
  font-family: "Montserrat", serif;
  
}

#cliente {
  background-image: url(../img/sejaCliente.jpg);
  background-size: cover;
  background-position: center ;
  height: 828px;
  margin-top: -40px;
}

.btnSeja{
    margin-top: 45px;
}

.btnFale{
    position: absolute;
    bottom: -250px;
    right: -135px;
}

#esg {
  background-image: url(../img/esg.jpg);
  background-size: cover;
  background-position: center ;
  height: 650px;
  margin-top: -40px;
}

.btnesg{
    position: absolute;
    bottom: -250px;
    right: -80px;
}

#sustentabilidade {
  background-image: url(../img/sustentabilidade.jpg);
  background-size: cover;
  background-position: center ;
  height: 630px;
  margin-top: -40px;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.altcontato{
    margin-top: 230px;
}

#contato {
  background-image: url(../img/contato.jpg);
  background-size: cover;
  background-position: top center ;
  height: 678px;
  margin-top: -40px;
}

.btncontatohome{
    width: 451px;
    height: 104px ;        
}


.timeline {
  width: 100%;
  height: auto;
  background-color: white;
}

.timeline-item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}

.timeline-item-year {
  font-size: 16px;
  font-weight: bold;
}

.timeline-item-content {
  margin-left: 10px;
  font-size: 14px;
  padding-top: 10px;
}

.timeline-arrow {
  width: 10px;
  height: 10px;
  background-color: blue;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
} 

.botaoV{
  width: 350px;
  height: 50px;  
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: #11672E;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);    
} 

.botaoA{
  width: 350px;
  height: 50px;  
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: #222B56;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);    
}           

.retangulo-verde {
  width: 350px;
  height: 50px;
  background-color: green;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 40px;
  color: #fff;
  z-index: -1;
  text-decoration: none;
}

.texto-historia {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  top: 10px;
}

.retangulo-azul {
  width: 350px;
  height: 50px;
  background-color: #172656;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  z-index: -1;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none; 
}

.retangulo-azul:hover {
  color: #fff;    
}

/*
* Coaching Consulting
*/
.coaching-consulting .col-coaching-consulting-imgs .card {
    position: absolute;
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(1) {
    z-index: 1;
    top: 100px;
    right: 20px;
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(2) {
    z-index: 3;
    bottom: 50px;
    left: 60%;
    transform: translateX(-50%);
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(3) {
    z-index: 2;
    left: 40px;
    bottom: 10%;
}

@media (max-width: 991px) {
    .coaching-consulting .col-coaching-consulting-imgs .card {
        position: relative;
        max-width: 30%;
        margin-top: 30px;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        float: left;
        margin-right: 3.33%;
    }
}
.line-pre-title {
    width: 50px;
    height: 3px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.col-our-services-text{
    padding: 25px;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
}

/*
* Are You Lookng For
*/
.are-you-looking-for {
    padding: 70px 0;
}

.are-you-looking-for .are-you-looking-for-phone {
    margin-right: 37px;
}

.are-you-looking-for .are-you-looking-for-phone > span {
    width: 48px;
    height: 48px;
    line-height: 46px;
    background-color: #dde2ea;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}

.mt-6{
    margin-top: 60px !important;
}

.mt-7{
    margin-top: 70px !important;
}

.mt-8{
    margin-top: 80px !important;
}

.mt-4-n {
  margin-top: -5.5rem; /* Ajuste o valor conforme necessário */
}

.border-radius-1{
    border-radius: 10px!important;    
}

.sombra-direita{
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
}

.bg-light-trans {
    background-color: rgba(255, 255, 255, 0.9) !important;
    /* Adiciona uma sombra suave à direita */
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
    /* Adiciona algum espaço ao redor do contêiner (pode ser ajustado conforme necessário) */
    padding: 20px;
}

.bg-primary-trans {
    background-color: rgba(44, 164, 79, 0.6)!important;
    /* Adiciona uma sombra suave à direita */
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
    /* Adiciona algum espaço ao redor do contêiner (pode ser ajustado conforme necessário) */
    padding: 20px;
}

.social-iconss {
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-iconss li {
  display: inline-block; /* Alinha horizontalmente */
  margin: 0;
  padding: 0 10px; /* Adapte conforme necessário para espaçamento entre os ícones */
}

.social-iconss a {
  display: block; /* Para cobrir todo o espaço disponível */
  padding: 10px; /* Adapte conforme necessário para espaçamento interno */
  text-align: center;
}

.file-input-container {
  position: relative;
  display: inline-block;
}

.file-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  cursor: pointer;
}

.file-input-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  background-color: #f9f9f9;
  color: #888;
  font-size: 14px;
}

.caminAzul{
    margin-left: -180px; 
    margin-top: -180px;
}

.sustentabilidade{
    margin-top: 430px;
}

.cootranews{
    height: 220px;
}

.textcootranews{
    height: 250px;
}

.mat1cootranews{
    background-size: cover; 
    background-position: center; 
    width: 755px; 
    height: 322px; 
    cursor: pointer;    
}

.mat2cootranews{
    background-size: cover; 
    background-position: center; 
    width: 375px; 
    height: 241px; 
    margin-right: 5px; 
    cursor: pointer;    
}

.mat3cootranews{
    background-size: cover; 
    background-position: center ; 
    width: 375px; 
    height: 241px; 
    cursor: pointer;    
}

.acessrapid{
    font-size: 15px; 
    padding-left: 20px;
}

.mapa{
    margin-left: -90px;
}

.banner{    
    width: 100%!important;
    /*height: 102.5vh;*/
    height: 800px;
}

@media (max-width: 768px) {

    #header .header-logo {       
        margin-left: 0;
        
    }
    .caminAzul{
        margin-left: 11%; 
        margin-top: -7%;
    }
    
    .sustentabilidade{
        margin-top: 360px;
    }
    
    .cootranews{
        height: 10px;
    }
    .textcootranews{
        height: 200px;
    }
    .mat2cootranews{         
        width: 100%;            
    }
    
    .mat3cootranews{
        width: 100%;    
    }
    
    .altcontato{
        margin-top: 130px;
    }
    
    #contato {
      margin-left: -30px;
      height: auto;
    }
    
    .btncontatohome{
        width: 205px;
        height: 52px ;
        margin-top: -195px;     
    }
    
    .acessrapid{
        padding-left: 0;
    }
    
    .icoender{
        display: none!important;
    }
    
    .icofone{
        display: none!important;
    }
    
    .escomobile{
        display: none!important;
    }
    
    .mapa{
        margin-left: 0;
    }
    .banner{
        height: 220px;
    }
    .fonlink{
        font-size: 27px!important;    
    }
    
}