@import url('https://fonts.googleapis.com/css2?family=Poppins: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'); .poppins-extrabold { font-family: "Poppins", serif; font-weight: 800; font-style: normal; }
body{font-family:Poppins}
.navbar-brand svg {fill:#172182;width:200px;}
section#home {min-height: 100vh; }
section#profile-home div.bg, section#default  div.bg, section#home  div.bg{ z-index:-1;background:url('../images/bg.jpg'); filter: brightness(45%); width:100%; position:absolute; background-repeat:no-repeat; background-position:center; height:100vh; background-size: cover; height: 450px; }
section#home  div.bg{ min-height: 100vh; }
section#default  div.bg{ min-height:100vh; height:auto; }
.bottom-corner-right { background: #fff; width: 100%; height: 121px; z-index: 2; margin-top: -120px; -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
.bottom-corner-grey { background: #fff; width: 100%; height: 120px; z-index: 2; margin-top: -120px; -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
.social svg { transition: all ease 0.2s; fill: #595959; width: 2.5em; padding: 10px; background: #ededed; border-radius: 10em; }
.social svg:hover { fill: #fff;border: 1.8px solid #fff; background:#172182}
footer a {color:#000;text-decoration:none}
footer a:hover {color:#172182;}
.btn-web {background:#172182; color:#fff}
.btn-web:hover { background-color: #000; border-color: #000; color:#fff}
.search svg {width:1.1em; stroke:#595959}
.search:hover svg {stroke:#fff}
.btn-outline-web {border:1px solid #595959}
.btn-outline-web:hover {border:1px solid #172182;background:#172182}
.offcanvas.offcanvas-end {width:100% }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show { color: #172182 }
.nav-link:hover, .nav-link:focus { color: #172182 }