

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: default;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
  color: #555;
  background-color: #f7f7f7;
}

::selection {
  color: #fff;
  background-color: #47e;
}

a,
a:link,
a:focus,
a:active,
a:visited{
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
h1, h2, h3, h4, h5, strong{
  font-weight: 900;
}
.btn01{
  font-size: 18px;
  padding: 12px 27px;
  border-radius: 40px;
  transition: 0.25s;
  color: #fff !important;
  background-color: #2556b3;
}
.btn01:hover{
  background-color: #0b2f75;
}
.btnWhats{
  font-size: 18px;
  padding: 12px 27px;
  border-radius: 40px;
  transition: 0.25s;
  color: #fff !important;
  background-color: #25b366;
}
.btnWhats:hover{
  background-color: #109050;
}


/* MENU */


.nav-link,
.nav-link:link,
.nav-link:focus,
.nav-link:active,
.nav-link:visited{
  color: #395bc1;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}

.nav-link:hover{
  color: #444;
}

/* END MENU */

/* HEADER */

.logotipoPorto{
  width: 100%;
  max-width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.logotipoWest{
  width: 100%;
  max-width: 250px;
  padding-top: 32px;
  opacity: .5;
}
.bannerHome{
  color: #fff;
  background-image: url("../img/banner1.jpeg");
  background-repeat: no-repeat;
  background-color:#0d6efd;
  background-size:cover;
  background-position: left;
  /*background-attachment: fixed;*/
  padding-top: auto;
  text-align:center !important;
}
.bannerHome > div{
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: rgba(0,0,30,.5);
}
.bannerHome p:first-child{
  font-size: 32px;
  font-weight: 600;
}
.bannerHome p:nth-child(2),
.bannerHome p:nth-child(3){
  font-size: 16px;
  width: 100%;
 /* max-width: 900px;*/
  /*margin-left: auto;
  margin-right: auto;*/
/*  padding-bottom: 20px;*/
}

.bannerHome p:nth-child(4){
  
 /* margin-top:30px;*/
  font-size:16px; 
      
  /*margin-left: auto;
  margin-right: auto;*/
/*  padding-bottom: 20px;*/
}
/* END HEADER */

.telwt{
 font-size:30px;
}

/* ICONS */
.iconsHome{
  padding-top: 30px;
  font-size: 22px;
  font-weight: 500;
}
.iconsHome img{
  width: 100%;
  max-width: 100px;
}
.iconsHome p{
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.iconsHome > div > div{
  margin-top: 70px;
}
/* END ICONS */

/* TABELA */
.tabela{
  background-color: #e0e0e0;
  padding-top: 140px;
  padding-bottom: 70px;
}

.tbhed{
	background-color:#00a1fd !important;
	color:#fff !important;
}
/* END TABELA */


/* CONSORCIO */
.consorcio{
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fff;
  margin-top: 70px;
}
.consorcio strong{
  font-size: 26px;
  font-weight: 700;
}
.consorcio p{
  font-size: 21px;
}

/* END CONSORCIO */








/* INFOS CONTATO */
.infosContato{
/*  background-color: #e0e0e0;*/
  margin-top: 30px;
  padding-bottom: 30px;
}
.infosContato span{
  font-size: 22px;
  font-weight: 300;
}
.infosContato p:first-child{
  font-size: 25px;
  font-weight: 300;
  color: #019ee1;
}
.infosContato p:nth-child(2){
  font-size: 18px;
}
.infosContato img{
  background-color: #e0e0e0;
}
/* END INFOS CONTATO */

/* FOOTER */
footer{
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #555;
}
/* END FOOTER */


@media (min-width: 992px) {
.bannerHome{
  background-image: url("../img/banner1.jpeg");
  color: #fff;
  background-image: url("../img/banner1.jpeg");
  background-repeat: no-repeat;
  background-color:#0d6efd;
  background-size: 50%;
  background-position: left;  
  text-align:center!important;
}
.bannerHome p:first-child{
  font-size: 50px;  
}
.bannerHome p:nth-child(2)
{
	font-size: 21px;
}
.bannerHome p:nth-child(3){
  font-size: 21px;
}
.bannerHome p:nth-child(4){
  /* margin-top:50px;*/
   font-size: 21px;
}

.telwt{
  font-size:32px;
 }
 

@media (max-width: 991px) {
.infosContato nobr{
  font-size: 14px;
}
}
@media (min-width: 1400px) {

}

