@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";body{background-color:#f4f4f4;color:#1c1c1c;font-family:"Plus Jakarta Sans",sans-serif}#hero{background-image:url("../assets/hero-background.png");background-size:cover;background-repeat:no-repeat;background-position:center 0px;color:#f4f4f4;height:100vh}@media screen and (min-width: 1300px){#hero{background-position:center -150px}}@media screen and (min-width: 1500px){#hero{background-position:center -250px}}#hero img.logo{max-width:250px}#hero img.mobile{width:500px}#hero .row{height:100%}#hero h1{font-size:16px;letter-spacing:6px;font-weight:500}.mobile-responsible{max-width:500px;transform:translateY(-200px)}#informations{margin-bottom:20vh}@media screen and (min-width: 992px){#informations{margin-top:20vh}}.btn-ubives{background-color:#723be5;border-radius:8px;color:#f4f4f4;padding:8px 20px;font-size:14px;border:none;transition:.2s}.btn-ubives:hover{background-color:#824dd1;transition:.2s;color:#f4f4f4}.btn-ubives:active{background-color:#4c269e}.btn-ubives:disabled{background-color:#713be569}.box{border-radius:16px;box-shadow:rgba(0,0,0,.1) 0px 4px 12px;transition:.2s;background-color:#f7f7f7}.box .box-header img{border-radius:16px 16px 0 0;width:100%;height:100px;object-fit:cover}.box .box-body{height:100px}.box h3{font-weight:600}.box:hover{cursor:pointer;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px}#photos{margin-top:20vh;margin-bottom:10vh}#photos img{height:500px;width:100%;object-fit:cover;margin:0 !important;border-radius:8px}@media screen and (max-width: 575px){#photos img{height:300px}}#about{margin-bottom:10vh}#about h2{font-size:220px}#about p{font-size:20px;text-align:justify;font-weight:500}@media screen and (max-width: 991px){#about h2{font-size:100px}}footer{background-color:#1c1c1c;color:#f4f4f4}footer a{color:#f4f4f4 !important}footer a:hover{color:#898989 !important}footer .social-links{font-size:24px}footer .social-links *{margin-right:25px;transition:.1s}footer .social-links *:hover{color:#898989;transition:.1s;cursor:pointer}