@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;700&display=swap');
body{
	font-family: 'Poppins', sans-serif;
}
a {
  color: #0a2d5b;
  text-decoration: none;
}

.corazul{color: #4faaf4}
.logo{
	 background: linear-gradient(5deg, #2c4e7e 50%, transparent 6%, transparent), linear-gradient(76deg, #2c4e7e 24%, transparent 15%, transparent), linear-gradient(61deg, transparent 70%, #2c4e7e 54%), linear-gradient(-103deg, transparent 75%, #4b86f7 26%);
	  width: 25%;
height: 115px;
background-position: 180px 0;
background-size: 800px 600px;
}

.logo img{max-height: 75px;}
.navbar-nav .nav-link {
  color: rgb(44, 78, 126);
  border-bottom: 3px solid transparent;
  font-weight: 600;
	font-size: 14px;
	margin: 0 14px;
}
.nav-link:focus, .nav-link:hover {
  border-bottom: 3px solid #4b86f6;
}

header .social a {
	border: 1px solid;
border-radius: 500%;
padding: 4px 9px;
}

header .social a:first-child {
padding: 4px 11px;
}

header .social a:last-child {
	border: none;
	font-size: 25px;
}

.sobre{
	background: url("../img/bg.png") no-repeat;
  background-size: auto;
background-size: 90px;
margin-top: 20px;
position: relative;
}

.sobre h3{margin-top: 135px; margin-bottom: 10px;}
.sobre p{color: #3b5379}

.sobre:after{
	width: 25%;
background: #4faaf4;
position: absolute;
content: '';
height: 209px;
right: 0;
bottom: -26px;
z-index: -1;
}

.card{
	background: #d9eeff;
border: none;
color: #fff;
}
.card a{color: #fff;}
.card-footer{background: #2c4e7e;}
.card-footer .btn{
    width: 100%;
color: #fff;
border: none;
padding: 0;
}

.servicos{
	background: url("../img/servicos.jpg") no-repeat center right; 
	background-size: 45%;
}

.servicos span{

color: #fff;
font-weight: 600;
padding: 5px;
border-radius: 5px;
}

.servicos .btn{
    width: 100%;
min-height: 75px;
background: #2c4e7e;
}
.servicos .btn:hover, .servicos .btn:focus {
  border: none;
}

input{
	border-radius: 0!important;
border: 0!important; 
border-bottom: 1px solid #ced4da!important;
}

form button{
background: #2c4e7e!important;
border-radius: 0!important;
border: none!important;
float: right;
}
footer{background: #2c4e7e;}
footer .copy{background: #f1f7fd;}

footer p{
	margin-bottom: 0;
text-transform: uppercase;
font-size: 11px;
color: #2c4e7e;}

footer a{color:#fff;}
footer a:hover {
  color: #f1f7fd;
}

footer img{max-height: 50px;}


#floating_wpp {
    background-color: #4dc247;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none !important;
    position: fixed;
    bottom: 21px;
    right: 23px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.fixed_btn {
    transform: scale(.9);
    transition: transform .25s;
}

.modal-body {
  text-align: left;
}

@media(max-width: 750px)
	{
		.servicos {
			background: none;
		}
		.sobre h3 {
			margin-top: 69px;
}
	}
	
@media(max-width: 469px)
{
	.sobre h3 {
	    margin-top: 15px;
    }
    .logo {
      width: 100%;
    }
    .servicos span {
      font-size: 13px;
    }
}