/* 

PROJETO BELA MARINA
AUTOR: JOÃO VICTOR VIEIRA*/

/* 
cores

amarelo: #ffc46f
amarelo: #f7e062
amarelo: #eee9d8


azul: #bec6fc
azul escuro: #07303e
azul escuro claro: #18485e
azul escuro dois: #0b3045
azul font: #9dd6e9



*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HEADER */

.header-main {
  background: url("../img/bela.jpg") no-repeat ;
  background-size:cover  !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  min-height: auto;
  padding-bottom: 120px;
}

.header-logo {
  width: 139px;
  text-align: center;
  margin: 20px auto;
  
}


.header-main ul {
  text-decoration: none;
  list-style: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  /* background: red; */
}

.header-main ul li {
  margin: 15px auto;
}

.header-main ul li span {
  background: rgba(20, 17, 13, 0.838);
  /* margin: 15px auto !important; */
  /* float: left; */
  padding: 5px 10px;
  font-family: 'Montserrat';
  font-weight: 900;
  color: #fff;
  font-size: 2em;
}

.copy-cima ul {
  /* background: green; */
  margin: 0 auto;
  padding: 0;
}

.copy1 {
    color: #ffc46f !important;

}
.copy3 {
    color: #bec6fc !important ;
}

.img-seta {
  width: 100px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  
}


/* formulario */

.formulario {

  background: url("../img/bg-cidade.jpg") no-repeat ;
  background-size: 100%  !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  /* background-size:cover; */
  text-align: center;
  padding-bottom: 100px;

}


.form {
    background: rgb(125,150,194);
background: linear-gradient(180deg, rgba(178, 198, 233, 0.736) 0%, rgba(160, 221, 237, 0.903) 100%);
padding: 20px 10px !important;
border-radius: 20px;
margin-top: -150px !important;
z-index: 1 !important;
box-shadow: 1px 1px 30px 5px #0b3045;
}

.img-titulo {
  width: 100%;
  margin-bottom: 20px;
}

.form h1{
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 1.2em;
  color: black;
  padding-top: 20px;
}

.fotos img {
  border-radius: 10px;

}

.carousel-item {
  background: none !important;
}

.form h3{
  color: #07303e;
  margin-top: 25px;
  font-size: 1.3em;
  font-family: 'Montserrat';
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -1px;
  padding: 0;
  /* background: red; */
  line-height: 12px;

}

.form small {
  color: #18485e;
  margin-top: 0 !important;
  padding: 0 !important;
  /* line-height: 4px !important; */
  /* background: red; */
  margin-bottom: 15px !important;
  float: left;
  width: 100%;
  
}

.form-input-lead {
  margin: 0 auto;
  width: 90%;
  border-radius: 50px;
  padding: 10px 20px;
  color: #7c7c7c;
  font-size: 1.2em;
  font-family: 'Montserrat';
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 10px;

}

.form-lead label {

  /* background: red; */
  width: 90%;
  margin: 10px auto 0 auto;
  text-align: center;
  color: #18485e;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 0.8em;

  /* float: left; */
}

.agendamento {
  width: 90%;
  margin: 0 auto;
}

.form-lead-date {
  margin-top: 0;
  width: 50%;
  float: left;
  font-size: 1em;
  border-radius: 50px 0 0 50px;
 
}
.form-lead-time {
  margin-top: 0;
  width: 50%;
  float: left;
  font-size: 1em;
  border-radius: 0 50px 50px 0;
 
}

.btn-lead {
  background: rgb(31,113,139);
background: linear-gradient(180deg, rgba(31,113,139,1) 0%, rgba(68,143,170,1) 50%, rgba(25,78,96,1) 100%);
width: 90%;
margin-top: 15px;
border-radius: 50px;
min-height: 50px;
cursor: pointer;
color: #fff;
font-family: 'Montserrat';
font-weight: 900;
font-size: 1.5em;
}

.btn-lead:hover {
  color: rgb(140, 242, 115) !important;
}

/* video bela */

.videobela {
  background: url('../img/bg-parede.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  min-height: 500px;
  padding-top: 150px;
  padding-bottom: 150px;

}

.titleVideo {
  background: #0b3045;

  margin: 0 auto;
  color: #9dd6e9;
  padding: 10px;
  margin-bottom: 20px;
  

}

.titleVideo h1 {

  font-family: 'Poppins';
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 1.5em;
}

.titleVideo small {
  font-size: 1em !important;
  font-family: 'Poppins';
  font-weight: 200;
}

/* aqui vai o condomínio */

.titleGeral {
  text-align: center !important;
  margin-bottom: 30px;
}

.titleGeral h1 {
  font-family: 'Poppins';
  color: #0b3045;
  font-weight: 900;
  font-size: 1.5em;
  margin: 0 auto;
  text-align: center;
  line-height: 22px;
  padding-top: 50px;
}

.titleGeral small {
  font-family: 'Poppins';
  color: #0b3045;
  font-weight: 300;
  font-size: 1em;
  margin: 0 auto;
  text-align: center;
  line-height: 22px;
 
}

.condominio {

  /* padding-bottom: 100px; */
  margin-bottom: 100px;
}

.copy-condominio ul {
  text-decoration: none;
  list-style: none;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  /* background: red; */
}

.copy-condominio ul li {
  margin: 15px auto;
}

.copy-condominio ul li span {
  background:#0b3045;
  /* margin: 15px auto !important; */
  /* float: left; */
  padding: 5px 10px;
  font-family: 'Montserrat';
  font-weight: 900;
  color: #f7e062;
  font-size: 1.3em;
}

.copy-condominio ul {
  /* background: green; */
  margin: 0 auto;
  padding: 0;
}

.copy-condominio h3 {
  font-family: 'Montserrat';
  font-size: 1em;
  color: #4d4d4d;
  font-weight: 600;
  margin-top: 30px;
}

.copy-condominio p {
  font-family: 'Montserrat';
  font-size: 0.8em;
  font-weight: 400;
  color: #555555;
}

.img-condominio {
  margin-bottom: 10px;
  text-align: center;
  
}

/* tele vendas */

.vendas {
  background: #0b3045;
  padding: 20px;
  text-align: center;
  margin: 0 !important;

}

.vendas h1, a {
  font-family: 'Poppins';
  font-size: 3em;
  color: #fff;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 40px;
  text-decoration: none;
}

.vendas a:hover {
  color: #f7e062;
}

/* localização */

.localizacao {
  background: #eee9d8;
  margin: 0 !important;
}

.img-loca, .desc-loca {
  padding: 50px !important;
}

.desc-loca h1{
  background: #333 ;
  color: #f7e062;
  padding: 10px;
  font-family: 'Poppins';
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 1.3em;
}

.desc-loca p {
  font-size: 1em;
  color: rgb(114, 114, 114);
  font-family: 'Montserrat';
  font-weight: 500;
}
.desc-loca address {
  font-size: 1em;
  color: rgb(47, 47, 47);
  font-family: 'Montserrat';
  font-weight: 400;
}

/* localização */

.carac {
  padding: 50px 0;
}

.carac-img {
  text-align: center;
  margin-bottom: 35px;
}

.img-loca img{
  border: 20px solid #4a4a47;
}

.carac-img i{
  color: #07303e;
}

.carac-img p{
  background: #5c553c ;
  padding: 3px;
  border: 2px solid #4a4a47;
  margin-top: 10px;
  font-size: 0.6em;
  color:#f7e062 ;
  font-family: 'Montserrat';
  font-weight: 700;
  border-radius: 30px;

}

/* faq */

.faq .titleGeral {
  padding-top: 50px;
}

.faq .accordion{
  font-size: 1.3em !important;
  font-family: 'Poppins';
  font-weight: 800;
}
.faq p {
  font-family: 'Montserrat';
  font-size: 1em;
  
  color: #4a4a47;
  font-weight: 400;
  word-spacing: 2px;
}

.accordion {
  background-color: #1f3d74;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 25px;
  border-radius: 50px;
  text-align: center;
  
}

.active, .accordion:hover {
  background-color: #11213e; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/* footer */

.footer {
 padding: 20px 0;
  background: #1c180d;
  border-top: 5px solid #342d14;
  margin-top: 50px;
}

.logofooter {
  width: 400px;
  margin: 10px auto;
}

.footer h1{
  text-align: center;
  font-size: 1.4em;
  font-family: 'Poppins';
  font-weight: 500;
  color: #fff;

}

.footer p{
  text-align: center;
  font-size: 1em;
  font-family: 'Poppins';
  font-weight: 300;
  color: #fff;

}

.img-agencia {
  text-align: right;
}

.img-agencia img {
  width: 150px;
  text-align: right;

}

.footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}

.footer ul li{
  display: inline;
  margin: 0 auto;
  
}

.footer ul li a{
  color: #fff;
  font-size: 1.3em;
  margin: 0 5px;
}

.footer ul li a:hover {
  color:#f7e062 ;
}

/* trabalhando as media queries */


@media only screen and (max-width: 600px) {
  
.copy1, .copy2, .copy3 {
  font-size: 1.2em !important;
}

.formulario {
  padding: 10px !important;
}
.copy-condominio {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.vendas h1 {
  font-size: 1.3em;
  letter-spacing: 1px;
}
.vendas a {
  font-size: 2em;
  
}

.carac-img p{
  width: 80%;
  margin: 10px auto;
  font-size: 1.2em;

}

}
