Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Created on : 28/12/2017, 19:28:35
- Author : souza
- */
- *{
- font-family: 'Arial';
- }
- body{
- margin: 0;
- padding: 0;
- }
- header{
- display: flex;
- justify-content: center;
- height: 120px;
- }
- .container{
- display: flex;
- justify-content: space-between;
- /*width: 72.5%;*/
- width: 990px;
- }
- .logo{
- display: flex;
- align-items: center;
- }
- .menu{
- display: flex;
- align-items: center;
- }
- nav ul{
- display: flex;
- }
- nav ul,
- nav li{
- margin: 0;
- padding: 0;
- list-style: none;
- }
- nav a{
- display: block;
- padding: 15px;
- text-decoration: none;
- text-transform: uppercase;
- color: #727272;
- }
- nav .active a,
- nav a:hover{
- background-color: #39aae1;
- color: #fff;
- }
- #banner{
- display: flex;
- justify-content: center;
- background-image: url("../images/img1.jpg");
- background-position: center;
- background-size: cover;
- height: 670px;
- }
- .column{
- flex-direction: column;
- }
- .banner_headline{
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .banner_options{
- height: 210px;
- display: flex;
- }
- .banner_headline h1,
- .banner_headline h2{
- margin: 0;
- padding: 0;
- max-width: 350px;
- }
- .banner_headline h1{
- color: #fff;
- font-size: 4.3em;
- text-shadow: 0px 1px 0px #555;
- }
- .banner_headline h2{
- color: #fff;
- font-size: 1.3em;
- text-shadow: 0px 1px 0px #555;
- margin-top: 30px;
- }
- .banner1,
- .banner2,
- .banner3{
- flex: 1;
- color: #fff;
- padding: 20px;
- }
- .banner1{
- background-color: #39aae1;
- }
- .banner2{
- background-color: #0079c7;
- }
- .banner3{
- background-color: #2b4c99;
- }
- .banner_title{
- font-size: 1.3em;
- }
- .banner_desc{
- font-size: 0.975em;
- margin-top: 20px;
- margin-bottom: 20px;
- }
- .banner_options a{
- display: inline-block;
- border: 1px solid #fff;
- padding: 5px;
- text-decoration: none;
- color: #fff;
- font-size: 1.1em;
- }
- .banner_desc ul{
- margin: 0;
- padding: 0;
- display: flex;
- justify-content: space-between;
- border-bottom: 1px solid #2d5e8e;
- }
- .banner_desc li{
- padding: 8px 0 8px 0;
- list-style: none;
- /*display: block;*/
- }
- /*Conteudo*/
- #geral{
- display: flex;
- justify-content: center;
- }
- #geral main{
- flex: 2;
- }
- #geral aside{
- flex: 1;
- }
- /*ASIDE*/
- .widget_title{
- margin-top: 30px;
- margin-bottom: 20px;
- }
- .widget_title_text{
- color: #000;
- font-size: 1.1em;
- font-weight: bold;
- }
- .widget_title_bar{
- width: 50px;
- height: 3px;
- background-color: #36a9e1;
- margin-top: -15px;
- }
- /*ASIDE DEPARTMENTS*/
- .widget_body{
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- margin-top: 15px;
- }
- .departments{
- background-color: #01A3DC;
- margin-bottom: 30px;
- width: 150px;
- height: 150px;
- }
- /*APPOINTMENT*/
- .appointment{
- margin-top: -20px;
- }
- .appointment_msg{
- color: #8F8E90;
- font-size: 0.855em;
- margin-top: -10px;
- margin-bottom: 20px;
- }
- .address{
- display: flex;
- align-items: center;
- border-bottom: 1px solid rgba(163,159,161,0.3);
- }
- .address .box_img{
- width: 25px;
- height: 25px;
- margin-right: 15px;
- background-color: rgba(163,159,161,0.3);
- }
- .address .address_text{
- color: #8F8E90;
- font-size: 0.855em;
- }
- .address_text span{
- color: #555;
- }
- /*NEWS LATEST*/
- article a{
- text-decoration: none;
- }
- article .news_data{
- display: flex;
- }
- article .news_posted_at{
- background-color: #2b4c99;
- color: #fff;
- font-size: 0.875em;
- padding: 10px;
- margin-right: 3px;
- }
- article .news_comments{
- background-color: #39aae1;
- color: #fff;
- font-size: 0.875em;
- padding: 10px;
- }
- article .news_thumbnail{
- margin-top: 30px;
- }
- article .news_thumbnail img{
- width: 100%;
- height: auto;
- }
- article .news_tilte{
- margin-top: 25px;
- margin-bottom: 25px;
- color: #000;
- font-size: 1.3em;
- }
- article .news_resume{
- font-size: 0.875em;
- color: #5c5c5c;
- line-height: 20px;
- margin-bottom: 30px;
- }
- .flex{
- display: flex;
- flex-wrap: wrap;
- }
- article{
- flex: 1;
- min-width: 280px;
- margin-right: 20px;
- }
- /*RODAPÉ*/
- .flexColumn{
- flex-direction: column;
- }
- footer{
- background-color: #1e1e1e;
- display: flex;
- justify-content: center;
- }
- .footer_menu{
- display: flex;
- }
- .fm_1,
- .fm_2,
- .fm_3{
- flex: 1;
- color: #fff;
- padding: 20px;
- }
- .fm_1{
- background-color: #39aae1;
- }
- .fm_2{
- background-color: #0079c7;
- }
- .fm_3{
- background-color: #2b4c99;
- }
- .footer_area{
- display: flex;
- }
- .footer_areaitem{
- flex: 1;
- color: #fff;
- }
- footer .widget_title_text{
- color: #fff;
- }
- .footer_copy{
- border-top: 1px solid #2c2c2c;
- height: 40px;
- line-height: 10px;
- color: #5c5c5c;
- font-size: 0.875em;
- margin-top: 20px;
- }
Advertisement
Add Comment
Please, Sign In to add comment