
/*   RESET  */
	
div {margin:0; padding:0}

html, body, span, p, form, img, a, ul, ol, li, table, tr, td, div{
margin: 0;
padding: 0; 
border:none; 
outline:none;
list-style-type:none;
}
.capa-mob {
	display:none;
}
.capa2 {
	width:100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
h1 {
	line-height:1.3em;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
/*	background-color: #00968f; */
	color:white;
background: rgb(0,129,123);
background: linear-gradient(90deg, rgba(0,129,123,1) 0%, rgba(68,217,210,1) 87%, rgba(60,159,167,1) 100%);
/*	background-image: linear-gradient(to bottom right, #00968f, #43d2cb);
	background-size: cover;
	background-repeat:no-repeat;  */
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*RESET FINISH*/



/* Scrollbar */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
 
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
  display: none;
}
 
::-webkit-scrollbar-track-piece  {
  background-color: #00968f;
 /* -webkit-border-radius: 6px;*/
}
 
::-webkit-scrollbar-thumb:vertical {
  background-color: #37d4cc;
 box-shadow:0px 0px 10px; 
  -webkit-border-radius: 3px;
}








.custom-restricted-width {
    /* To limit the menu width to the content of the menu: */
    display: inline-block;
    /* Or set the width explicitly: */
    /* width: 10em; */
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
        text-decoration: none;
        
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.7em;
    font-size: 15px;
    font-family: 'Quattrocento Sans', sans-serif;
}

.logo-home {
    width: inherit;
	margin-top:150px;
}
.home-texto {
    padding:60px; 
	border-radius:8px;
	margin-top:-50px; 
	margin-bottom:60px; 
	font-size:1.2em;
	background-color:#324d70;
	color:white;
	background-image:url(../images/background-dente.png);
	background-repeat:no-repeat;
	background-position:left center;
}     
.home-dtq span {
	background-color:#324d70;
	color:white;
	font-weight:bold;
	margin-bottom:15px;
	padding:18px 15px 18px 15px;
	display:block;
	border-radius:5px;
	text-align:center;
	line-height:1em;
	font-size:18px;
	background-image:url(../images/background-dente.png);
	background-position:left; 
	background-repeat:no-repeat;
	background-size: 5%;
}
.home-img {
	background-position: center;
	min-height:300px;
	background-size:cover;
}
.pure-u-1-1 a {
	color:white;
	font-weight:bold;
}
.button-r {
	margin:10px;
	background-color:#324d70;
	color:white;
	border-radius:5px;
	padding:20px;
	text-align:center;
}
.button-r:hover {
	background-color:#435e81;
}
.button-r i {
	font-size:30px;
	
}
b.b1 {
	font-size:1.2em;
}
.shadow {
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.41);
}

    
.logo-nav { 
    width: 110px;
	min-width:110px;
	margin-top:-5px;
    }



h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: white;
    font-family: 'Alegreya Sans SC', sans-serif;
}

h2 {
	font-size: 1.5em;
	text-transform:uppercase;
}
h1 {
	text-transform:uppercase;
}
.img-s {

	border-radius:8px;
	padding:0px;
}

.servico {
	background-color:#0a797a;
	color:white;
	padding:12px;
}
.servicoaz {
	background-color:#324d70;
	color:white;
	padding:12px;
}
.missao {
	background-color:#0a797a;
	color:white;
	padding:20px;
}
.missaoz {
	background-color:#324d70;
	color:white;
	padding:20px;
}
.missao h2, .missaoz h2, .servico h2, .servicoaz h2 {
	color: white;
	margin-bottom:12px;
	margin-top:15px;
}
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}


.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=text],
.pure-form select,
.pure-form textarea,

.pure-form input[type] {
    border: 2px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
    padding: 12px;
    margin-right: auto;
    margin-left: auto;
}




/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1a928c;
    color: white;
    padding: 0.5em 2em;
    margin: 10px;
    position: right;
    height: 40px;
    border: 0;
    transition: background-color 1s;
    vertical-align: middle;
    outline: none;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
 /*   font-size: 120%;*/
    
}





/*
 *   -- MENU STYLES -- antigo

       
                        
                        .home-menu {
                            padding: 0.5em;
                            text-align: center;
                            -webkit-box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
                            box-shadow: 0 2px 1px rgba(0,0,0, 0.10);
                        }
                        .home-menu {
                            background: #26b3ac;
                        }
                        .pure-menu.pure-menu-fixed {
 */                            /* Fixed menus normally have a border at the bottom.
                            border-bottom: none;
  */                           /* I need a higher z-index here because of the scroll-over effect. */
  /*                          z-index: 4;
                            padding-bottom: 0;
                        }
                        
                        .pure-menu-disabled, .pure-menu-heading, .pure-menu-link {
                            padding: .5em 1em;}
                        
                        .home-menu .pure-menu-heading {
                            color: white;
                            font-weight: 400;
                            font-size: 120%;
                        }
                        
                        .home-menu .pure-menu-selected a {
                            color: white;
                        }
                        
                        .home-menu a {
                            color: #6FBEF3;
                        }
                        
                        
                        .pure-menu-active>
                        .pure-menu-link, 
                        .pure-menu-link:focus, 
                        .pure-menu-link:hover {
                            background-color: #1a928c;
                        }
                        
 */                       /*
                        .menu-link:hover {
                            background-color: skyblue;
                        }
                        */
 /*                       
                        .pure-menu-selected .pure-menu-link, .pure-menu-selected .pure-menu-link:visited {
                             color: white; 
                        }
                        
                        .pure-button:focus, a:active, a:hover {
                            outline: 0;
                        }
                        
 */ 
 
 
 
/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
  
    /*trocar background*/
  background: url('../images/capa.jpg') no-repeat center;
  background-size: cover;
  background-position: top;
  top:0;
  left: 0;
  width: 100vw;
  height: 120vh;
  color: rgba(255,255,255,.6);
  opacity: 1;
  z-index: 2;
  -webkit-transition: 1s top, 1s opacity;
  transition: 1s top, 1s opacity;
  -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
  transition-timing-function: cubic-bezier(.7,0,.3,1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 1;
    background: rgba(0, 42, 29, 0.75);
    
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 100%;;
    width: 100%;
    min-height: 12%;
    z-index: 2;
}

/* We want to give the content area some more padding */
.content {
    padding: 1em 1em 3em;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}
    .content-subhead i {
        margin-right: 7px;
    }

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

/* This is the class used for the footer */
.footer {
    background: #111;
     /*   position: fixed;   */
    bottom: 0;
    width: 100%;
}


.footer-a {
    text-decoration: none;
    
    }
.footer li {
    list-style-type:none;}
    
    
.footer h2 { 
    color:#3cb371; }
    
.footer p {
    text-align: left;
    
    }
    
.comp {    
    margin-left: 28%;    
    }
    
/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }

                    /* We can align the menu header to the left, but float the
                    menu items to the right. */
/*                .home-menu {
                    text-align: left;
                }
                    .home-menu ul {
                        float: right;
                        padding-top: 5px;
                    }
*/
    
    .splash {
        width: 60%;
        height: 50%;
    }

    .splash-head {
        font-size: 250%;
    }


    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    }
}


/* CONTAINER*/
.container {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 430px) {
  .container {
    margin-left: 0px !important;
   }
}

@media (min-width: 698px) {
  .container {
    width: 680px;

  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}







/*
 * -- PRICING TABLE WRAPPER --
 * This element wraps up all the pricing table elements
 */
 .pricing-tables,
 .information {
    max-width: 980px;
    margin: 0 auto;
 }
.pricing-tables {
    margin-bottom: 3.125em;
    text-align: center;
}

/*
 * -- PRICING TABLE  --
 * Every pricing table has the .pricing-table class
 */
.pricing-table {
    border: 1px solid #ddd;
    margin: 0 0.5em 2em;
    padding: 0 0 3em;
}

/*
 * -- PRICING TABLE HEADER COLORS --
 * Choose a different color based on the type of pricing table.
 */
.pricing-table-free .pricing-table-header {
    background: #519251;
}

.pricing-table-biz .pricing-table-header {
    background: #2c4985;
}

/*
 * -- PRICING TABLE HEADER --
 * By default, a header is black/white, and has some styles for its <h2> name.
 */
.pricing-table-header {
    background: #111;
    color: #fff;
}
    .pricing-table-header h2 {
        margin: 0;
        padding-top: 2em;
        font-size: 1em;
        font-weight: normal;

    }


/*
 * -- PRICING TABLE PRICE --
 * Styles for the price and the corresponding <span>per month</span>
 */
.pricing-table-price {
    font-size: 6em;
    margin: 0.2em 0 0;
    font-weight: 100;
}
    .pricing-table-price span {
        display: block;
        text-transform: uppercase;
        font-size: 0.2em;
        padding-bottom: 2em;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        *color: #fff;
    }




/*
 * -- PRICING TABLE LIST --
 * Each pricing table has a <ul> which is denoted by the .pricing-table-list class
 */
.pricing-table-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


/*
 * -- PRICING TABLE LIST ELEMENTS --
 * Styles for the individual list elements within each pricing table
 */
.pricing-table-list li {
    padding: 0.8em 0;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
}


/*
 * -- PRICING TABLE BUTTON --
 * Styles for the "Choose" button at the bottom of a pricing table.
 * This inherits from Pure Button.
 */
.button-choose {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5em;
}

.information-head {
    color: black;
    font-weight: 500;
}

.footer {
	margin-top:50px;
    background: #324d70;
    color: #888;
    text-align: center;
}
    .footer a {
        color: #ddd;
        
    }

.footer ul  {
    float: left;
}

@media(max-width: 360px) {    
    .footer a{
    font-size: 10px !important;}
}
/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various pricing tables
 */
@media(min-width: 767px) {

    .banner-head {
        font-size: 4em;
    }
    .pricing-table {
        margin-bottom: 0;
    }

}



/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (min-width: 480px) {
    .banner {
        height: 400px;
    }
    .banner-head {
        font-size: 3em;
    }
}





.banner1 {
    background: transparent url('../images/banners/01.jpg') 0 0 no-repeat fixed;
    text-align: center;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://24.media.tumblr.com/ccb268832580ac12951828a1c179de69/tumblr_mo2xbk8JUK1st5lhmo1_1280.jpg', sizingMethod='scale');
    height: 400px;
    width: 100%;
    margin-bottom: 3em;
    display: table;
}





@media (max-width: 650px) {
	article {
		display:none !important;
	}
	.capa-home {
		display:none !important;
	}
	.capa-mob {
		display:block;
	}
	.img-home2 {
		width:100%;
	}

.content-wrapper {
    top: inherit !important;
}

main { 
margin-top: 50px;
}
.comp {
    margin-left: 0px;
}
.comp h2 {
	margin-top:20px;
}
}

.banner_quemsomos {
    background: url(../images/banners/64.jpg) no-repeat center fixed;
    background-size: initial;
    background-position: top center;
    top: 0;
    left: 0;
    width: 100%;
    color: rgba(255,255,255);
    opacity: 1;
    z-index: 2;
    -webkit-transition: 1s top, 1s opacity;
    transition: 1s top, 1s opacity;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    height: 500px;
    margin-bottom: 3em;
}




@media (max-width: 650px) {
h1 {font-size:2em !important;}
h2 {font-size:1.8em !important;}
  .banner3 {
	   background: url(../images/banners/capa10b.jpg) no-repeat center fixed !important;
       height: 280px !important;
       background-position: 50% 12% !important;
       background-size: contain !important;
       margin-bottom: 5px !important;
  }
.banner4 {
    background: url(../images/banners/capa8b.jpg) no-repeat center fixed !important;
   height: 280px !important;
   background-position: 50% 12% !important;
   background-size: contain !important;
   margin-bottom: 5px !important;
}
.banner6 {
   background: url(../images/banners/capa9b.jpg) no-repeat center fixed !important;
   height: 280px !important;
   background-position: 50% 12% !important;
   background-size: contain !important;
   margin-bottom: 5px !important;
}
.banner8 {
   background: url(../images/banners/65.jpg) no-repeat center fixed !important;
   height: 280px !important;
   background-position: 50% 12% !important;
   background-size: contain !important;
   margin-bottom: 5px !important;
}
p.equipe {
	min-height:inherit !important;
	margin-bottom:5px;
}
	
  .banner21 {
	  display:block !important;
	  width:100% !important;
	  max-width:100% !important;
	  margin:auto !important;
	  margin-bottom:20px !important;
	  margin-top:20px !important;
  }
  .banner_quemsomos {
	  display: none;
  }
  .banner_servicos {
	  background-position:bottom !important;
  }
}

  .banner21 {
	  display:none;
  }
.banner3 {
	background: url(../images/banners/capa10.jpg) no-repeat center fixed;
    background-position: top center;
    top: 0;
    left: 0;
    width: 100%;
    color: rgba(255,255,255);
    opacity: 1;
    z-index: 2;
    -webkit-transition: 1s top, 1s opacity;
    transition: 1s top, 1s opacity;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    height: 400px;
    margin-bottom: 3em;
}

.banner4 {
    background: url(../images/banners/capa8.jpg) no-repeat center fixed;
    background-size: initial;
    background-position: top center;
    top: 0;
    left: 0;
    width: 100%;
    color: rgba(255,255,255);
    opacity: 1;
    z-index: 2;
    -webkit-transition: 1s top, 1s opacity;
    transition: 1s top, 1s opacity;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    height: 400px;
    margin-bottom: 3em;
}




.banner5 {
    background: url(../images/banners/capa11.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: 50px;
    width: 100%;
    color: rgba(255,255,255,.6);
    opacity: 1;
    -webkit-transition: 1s top, 1s opacity;
    transition: 1s top, 1s opacity;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    height: 400px;
    margin-bottom: 3em;
}

.banner6 {
    background: url(../images/banners/capa9.jpg) no-repeat center fixed;
    background-size: contain;
    -o-background-size:35% auto;
    background-position: top center;
    margin-top: 50px;
    top: 0;
    left: 0;
    width: 100%;
    color: rgba(255,255,255,.6);
    opacity: 1;
    z-index: 2;
    -webkit-transition: 1s top, 1s opacity;
    transition: 1s top, 1s opacity;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    height: 400px;
    margin-bottom: 3em;
}
.banner8 {
    background: url(../images/banners/66.jpg) no-repeat center fixed;
    background-size: contain;
    -o-background-size:35% auto;
    background-position: top center;
    margin-top: 50px;
    top: 0;
    left: 0;
    width: 100%;
    color: rgba(255,255,255,.6);
    opacity: 1;
    z-index: 2;
    -webkit-transition: 1s top, 1s opacity;
    transition: 1s top, 1s opacity;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    height: 400px;
    margin-bottom: 3em;
}







user agent stylesheet
div {
    display: block;
}







/*********  RESPONSIVE MENU  *************/
  
  
   
   
    .custom-wrapper {
 
          overflow: hidden;
          -webkit-font-smoothing: antialiased;
          -webkit-transition: height 0.5s;
          -moz-transition: height 0.5s;
          -ms-transition: height 0.5s;
          transition: height 0.5s;
      }
      
      .custom-wrapper.open {
          height: 23em !important;
      }
  
      .custom-toggle {
          width: 34px;
          height: 34px;
          position: absolute;
          top: 0;
          right: 0;
          display: none;
      }
      
      .custom-toggle .bar {
          background-color: #777;
          display: block;
          width: 20px;
          height: 2px;
          border-radius: 100px;
          position: absolute;
          top: 18px;
          right: 7px;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s;
      }
      
      .custom-toggle .bar:first-child {
          -webkit-transform: translateY(-6px);
          -moz-transform: translateY(-6px);
          -ms-transform: translateY(-6px);
          transform: translateY(-6px);
      }
      
      .custom-toggle.x .bar {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      }
      
      .custom-toggle.x .bar:first-child {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      }
      
      @media (max-width: 47.999em) {

          .custom-toggle {
              display: block;
          }
      
      }
      
      
  


/************** QUEM SOMOS ***********/
.img-q {
    display: block;
    background-position: center;
    background-size: cover;
    }

            
             
             
 #project_kits {}
  
  #project_kits h1 {margin: 0; font-size:1.6em;}
  #project_kits h2 {margin: 0; font-size: 16px; font-weight: 700; letter-spacing: 0; color: silver; font-family: sans-serif;}
  
  #project_kits > div {box-sizing: border-box;}
  
  #project_kits > div:nth-of-type(1) {
          margin-bottom: 20px;
          padding: 0 5px 0 5px;}
  #project_kits > div:nth-of-type(2) {
      margin-bottom: 20px;
      padding: 0 5px 0 5px;}
  #project_kits > div:nth-of-type(3) {
      margin-bottom: 20px;
      padding: 0 5px 0 5px;}

  
  #project_kits > div > a:first-child {height: 200px; display: block; background-position: center; background-size: cover;}
  #project_kits > div > div {background-color: #0a797a; color: white; padding: 20px;}
  
  #project_kits > div > div > p {
      min-height: 6em;   
      font-size: 90%; }
  
  #project_kits > div > div .price span {font-size: 22px; font-weight: 700; font-family: Roboto Slab; color: gray;}
  #project_kits > div > div .price a {font-style: italic; font-size: 14px; font-weight: 500; font-family: Roboto Slab; color: gray;}
  #project_kits > div > div .price button {width: 60px; height: 60px; font-weight: 300; border-radius: 30px; float: right; position: relative; top: -30px;}             
             

#scf-form-contactform, form {
padding: 20px;
}
             
/********** SERVIÇOS *************/            

.img-serv
{   min-height: 20em;
    background-position: center center;
    background-size: cover;
    position: relative;
    color: white;
}
             
             
.features {
    margin: 5px;
    width: 100%;
    
    }             

  
.wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.div-s
{
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    
}

.img-s {
    position: relative; 
}
.masthead {
    background-size: cover;
    background-position: center center;
    min-height: 250px;
    margin-bottom: 20px;
}



/*************** BLOG **************/

.blog {
         font-size: 40px ;
        }
        
ul {
	list-style: inside fa-link ;
	}
