
/*
==========================================================
Banner 1
==========================================================
*/

.banner1{
  height: 720px;
  background-image: url("../../images/futuro_chegou\ \(1\).jpg");
  background-image: var(--bg-desktop, url("../../images/futuro_chegou\ \(1\).jpg"));
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  display: block;
}

.banner1 .row {
  height: 100%;
}

.cotar1{
  margin-bottom: 70px;
  margin-right: 180px;
  background-color: #FFBD00;
  border: none;
  padding: 8px 10px 8px 25px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer; /* Adicionado para indicar que é clicável */
  transition: transform 0.3s ease; /* Adicionado para uma transição suave */
}

.cotar1:hover{
  transform: scale(1.05); /* Aumenta o tamanho do botão em 5% */
}

#flecha{
  margin-left: 15px;
  width: 40px;
}

.container-conteudo{
  width: 90%;
  margin: 0 auto;
  padding: 0 0;
}

/*
==========================================================
Diferencias
==========================================================
*/
.diferenciais{
  background-image: linear-gradient(to right, #282828, #868686);
  padding-top: 18px;
  padding-bottom: 18px;
}

.diferenciais p{
  color: white;
  margin-bottom: 0px;
  font-size: 14px;
}

#perfil{
  margin-right: 10px;
  width: 25px;
}

#assistencia{
  margin-right: 12px;
  width: 22px;
}

#fipe{
  margin-right: 10px;
  width: 20px;
}

  #guincho{
    margin-right: 10px;
    width: 32px;
  }  

  #terceiros{
    margin-right: 10px;
    width: 34px;
  }
  
  #reserva{
    margin-right: 10px;
    width: 32px;
  }

.diferenciais .col:not(:last-child) {
  border-right: 1px solid #dee2e6; 
}

/*
==========================================================
Banner 2
==========================================================
*/

.container_b2{
 max-width: 1200px;
}

#title_1{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #2E5094;
  font-size: 52px;
  padding-right: 90px;
}

#title_1 b {
  /* 1. Torna o <b> um "pai" relativo para o ::after */
  position: relative;
}

#title_1 b::after{
  content: '';
  display: block;
  background-image: url('../images/Group\ 373.svg');
  background-repeat: no-repeat;
  width: 140px; 
  height: 50px;
  background-size: contain;
  position: absolute;
  left: calc(100% + 10px); 
  
  /* Centraliza verticalmente em relação ao texto "Curitiba" */
  top: 50%;
  /* transform: translateY(-50%); */

}

#parag_1{
  font-weight: 300;
  font-size: 17px;
  color: #181818;
  padding-right: 100px;
  padding-top: 20px;
  padding-right: 150px;
  
}

.list-itens-check{
  margin-left: 80px;
}

.container-diferencial{
  margin-top: 120px;
}

.icon-list li {
  display: flex;
  align-items: center; 
  margin-bottom: 0px; 
  font-size: 18px;
  font-weight: 500;
  color: #2E5094;
}

.icon-list li::before {
  content: ''; 
  display: inline-block; /* Permite que ele tenha dimensões */
  width: 25px;
  height: 25px;
  margin-right: 6px;
  background-image: url('../../css/images/Group\ 414.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
 
#cotar2{
  margin-top: 20px;
  color: white;
  background-color: #263E74;
  border: none;
  padding: 10px 15px 10px 25px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer; /* Adicionado para indicar que é clicável */
  transition: transform 0.3s ease; /* Adicionado para uma transição suave */
}

#cotar2:hover{
  transform: scale(1.05); /* Aumenta o tamanho do botão em 5% */
}

#flecha2{
  margin-left: 15px;
  width: 35px;
}

#jardimbotanico{
  max-width: 500px;
  text-align: end;
}

/*
==========================================================
Container coberturas
==========================================================
*/

.container-coberturas{
  margin-top: -90px;
  padding-top: 110px;
  padding-bottom: 85px;
  background-image: url('../../images/bgbackground2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat; 
}

.container_b3{
  max-width: 1100px;
}

.box-coberturas{
  margin-top: 30px;
}

.container-coberturas .container_b3 h3{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #2E5094;
  font-size: 32px;
}

.container-coberturas .container_b3 p{
  font-weight: 300;
  font-size: 17px;
  color: #181818;
  padding-top: 20px;
}

.card-body{
  background-color: white;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  padding: 25px 15px 10px 15px;
}


.card-body h4{
  font-size: 18px;
  color: #1A1E3A;
  margin-top: 5px;
}

.box-coberturas .card-body .parag_cobertura{
  font-size: 14px;
  padding-top: 5px;
}

#botao_conheca_coberturas{
  width: auto; 
  flex-grow: 0;
  background-color: none;
  border: none;
  background-color: #263E74;
  color: white;
  padding: 12px 12px 12px 25px;
  margin-top: 30px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#botao_conheca_coberturas:hover{
  transform: scale(1.05); /* Aumenta o tamanho do botão em 5% */
}


 /*
==========================================================
Banner furto roubo assistência 24 horas
==========================================================
*/

.banner_furtoroubo{
  background-image: url('../../images/plano-beneficios.jpg');
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  height: 700px;
}

.banner_furtoroubo .texto-furtoroubo h2{
  padding-top: 70px;
  padding-right: 120px;
  font-size: 38px;
  color:#2E5094;
}

.banner_furtoroubo .texto-furtoroubo p{
  padding-top: 10px;
  font-size: 20px;
  color:#2E5094;
}

#cotar3{
  background-color: #FFBD00;
  color: #25315E;
  border: none;
  padding: 10px 10px 10px 30px;
  border-radius: 100px;
  font-weight: 600;
  margin-bottom: 130px;
  margin-left: 40px;
  transition: transform 0.3s ease;
}

#cotar3:hover{
  transform: scale(1.05);
}

/*
====================================================
Container assinatura
====================================================
*/

.container-assinatura{
   max-width: 1300px;
   padding-top: 120px;
}

.container-assinatura .coluna-imgfamilia .familia{
  max-width: 650px;
  width: 100%;
  border-radius: 60px;
}

.container-assinatura h3{
  font-family:  "Michroma", sans-serif;
  text-align: center;
  font-size: 28px;
  color: #2E5094;
  position: relative;

}

.container-assinatura h3::before{
  content: '';
  background-image: url('../../images/aspas1.svg');
  background-size: contain; /* 3. Faz a imagem caber na caixa */
  background-repeat: no-repeat;
  width: 30px;  
  height: 30px; 
  position:absolute;
  top: 0px;
  left: -40px;

}

.container-assinatura h3::after {
  content: '';
  background-image: url('../../images/aspas2.svg');
  background-size: contain; /* 3. Faz a imagem caber na caixa */
  background-repeat: no-repeat;
  width: 30px;  
  height: 30px; 
  position: absolute;
  right: -10px;
}

.class_quebra_antes::before {
  content: "\A";         /* O caractere especial para "nova linha" */
  white-space: pre-wrap; /* ESSENCIAL: Diz ao CSS para respeitar a quebra de linha */
}

.container-assinatura .coluna-assinatura{
  padding-bottom: 80px;
}



#assinatura_fer{
  margin-top: 20px;
  max-width: 260px;
  width: 100%;
}


/*
====================================================
Container rodape contato
====================================================
*/


.container-rodape-contato{
  background-image: url('../../images/bg-rodape-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  margin-top: -100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}

.container-rodape-contato .card-rodape-contato{
  padding: 35px 25px;
  background-image: linear-gradient(to top right, #00133F, #244485);
  border-radius: 15px;
}

.container-rodape-contato .card-rodape-contato h3{
  color: white;
  font-size: 26px;
  padding-top: 20px;
  font-weight: 600;
}

.container-rodape-contato .card-rodape-contato p{
  color: white;
  padding-top: 2px;
  font-size: 15px;
}

#cotar4{
  border: none;
  color: #244485;
  background-color: white;
  padding: 6px 10px 6px 20px;
  border-radius: 100px;
  margin-top: 10px;
  font-weight: 600;
  transition: transform 0.3s ease;
}

#cotar4:hover{
  transform: scale(1.05);
}



@media(max-width:1199px){
  #parag_1 {
    padding-right: 50px;
  }
 
}

@media(max-width:991px){

  .container-diferencial{
  margin-top: 80px;
  }
  /*
  ==========================================================
  Banner 2
  ==========================================================
  */

   #title_1{
    font-size: 36px;
    padding-right: 0px;
   } 

   #parag_1{
    font-size: 16px;
    padding-right: 0px;
    text-indent: 0px;
   }
   
   .list-itens-check{
      margin-left: 0px;
   }

  /*
  ==========================================================
  coberturas
  ==========================================================
  */

  .container-coberturas{
  margin-top: 80px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F8F8F8;
  background-image: none;
  }

  .box-coberturas{
  margin-top: 10px;
  }

  .container-coberturas .container_b3 p{
    font-size: 16px;
  }

    /*
  ==========================================================
  acordeon
  ==========================================================
  */

   #vantagens{
    padding-top: 60px;
    padding-bottom: 100px;
  }

    /*
  ==========================================================
  Ajustes na seção final para telas menores que 991px
  ==========================================================
  */

  /* 1. Remove o background e ajusta o espaçamento da seção */
  .container-cote-final {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* 2. Oculta a coluna da direita (que contém a imagem da mão) */
  .container-cote-final .row .col:last-child {
    display: none;
  }

  /* 3. Centraliza o conteúdo da coluna da esquerda (que agora ocupa 100% da largura) */
  .container-cote-final .row .col:first-child {
    justify-content: center !important; /* O !important é necessário para sobrescrever a classe do HTML */
  }

  /* 4. Reseta as margens do card que eram usadas para o efeito de sobreposição */
  .container-cote-final .card-cotar {
    margin: 0;
  }

   .card-cotar{
  width: 100%;
  }

}

@media(max-width:768px) {

    #jardimbotanico{
    width: 100%;
    
  }

  .diferenciais .col:not(:last-child) {
    border-right: none;
  }

  #perfil{
    margin-right: 0px;
    margin-bottom: 5px;
    width: 25px;
  }
  
  #assistencia{
    margin-right: 0px;
    margin-bottom: 5px;
    width: 22px;
  }
  
  #fipe{
    margin-right: 0px;
    margin-bottom: 5px;
    width: 20px;
  }

  #guincho{
    margin-right: 0px;
    margin-bottom: 5px;
    width: 34px;
  }  

  #terceiros{
    margin-right: 0px;
    margin-bottom: 5px;
    width: 34px;
  }
  
  #reserva{
    margin-right: 0px;
    margin-bottom: 5px;
    width: 34px;
  }



  .diferenciais p{
    font-size: 13px;
    font-weight: 400;
  }  

  /* Frase CEO*/
  .container-b4 p{
    font-size: 22px;
  }
}

@media(max-width: 470px){

  /*
  ======================================
  banner 1
  ======================================
  */

  .banner1{
    height: 620px;
    background-image: url("../../images/futuro-chegou-mobile.jpg");
    background-image: var(--bg-mobile, url("../../images/futuro-chegou-mobile.jpg"));
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;  
  }

  .div-espacamento{
    height: 470px;
  }

  .cotar1{
    margin-bottom: 60px;
    margin-right: 0px;
    font-size: 15px;
    padding: 5px 10px 5px 25px;
  }

   #cotar2{
    margin-top: 10px;
    font-size: 15px;
    padding: 12px 20px 12px 25px;
  }




  /*
  ======================================
  coberturas
  ======================================
  */

  #botao_conheca_coberturas{
    font-size: 15px;

  }


    /*
  ======================================
  Furto e rouba assistência 24h
  ======================================
  */

  .banner_furtoroubo{
   background-image: url('../../images/plano-beneficio-mobile.jpg');
   height: 980px;
  }

  .banner_furtoroubo .texto-furtoroubo h2{
    font-size: 30px;
    padding-right: 0px;
  }

  #cotar3{
    margin-bottom: 430px;
    margin-left: 0;
  }


  /*
  ====================================================
  seção assinatura
  ====================================================
  */


  
  .coluna-assinatura h3{
    font-size: 28px;
  }


  .container-assinatura h3::before{
    display: none;  
  }

  .container-assinatura h3::after {
    display: none;
  }


  /*
  ====================================================
  seção rodape cotar agora
  ====================================================
  */

  .container-rodape-contato{
    margin-top: 60px;

  }



}


