/*
Theme Name: Tema "Meristema" | Oxygentarget
Theme URI: http://meristema.pt
Description: Tema "Meristema"
Author: Pedro Santos
Author URI: 
Version: 1.0
Tags: responsive, white, bootstrap, clean

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
.
*/

@import url('css/bootstrap.css');
@import url('css/bootstrap-theme.css');
@import url('css/landing-page.css');
@import url('font-awesome/css/font-awesome.css');

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,700);

body {
	padding-top: 0px;
	padding-bottom: 20px;
    font-weight: 400;
    line-height: 1.85;
    font-size: 13px;
    color: #5B5B5F;
    overflow-x: hidden;
    background-color: white;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.navbar-primary {
  background-color:transparent;
}
.navbar-primary .navbar-brand {
  color: black;
}

.btn-principal {
    width: 200px;
    padding: 15px;
    background-color: #00bcd5;
    border-radius: 0px;
    color: white;   
    font-size: 16px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
}

.product-img {
    height: 270px;
    max-height: 275px;
    width: 100%;
}

.product-image {
    width: 100%;
    height: 425px;
    max-height: 425px;
}

.btn-principal a {
    color: white;
    text-decoration: none;
}

.btn-principal a:hover a:focus {
    color: white;
    text-decoration: none;
}

.widgets-space {
    padding: 20px 0px;
}

.person-menu {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 0px;
    color: #fff;
    z-index: 1000;
    padding-bottom: 25px;
    
}


.person-menu a {
    color: #009A3B;
}

.person-menu li a:hover {
    color: #83B05D;
    background-color: transparent;
}


.person-menu li  {
  
    padding-right: 10px;
}
.navbar-toggle .icon-bar {
    background-color:  #C2CF48;
}

.divider {
 margin-left: auto ;
  margin-right: auto ;  height: 4px;
  width:50px;
  display:block; 
  overflow: hidden;
  background-color: #000;
  text-align:  center;
  margin-top: 20px;
  margin-bottom: 40px;
}



h1 {
    color:  #ffffff;
    font-size: 38px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    padding-bottom: 20px;
}

h2 {
    color:  #000;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-weight: 400;

}

/* HEADER */

header {
    width: 100%;
    padding-top: 5px;
    background-color: white;
    height: auto;
    position: relative;
}

.top-header {
    width: 100%;
    padding: 5px;
    background-color: black;
    color: white;
}

.border-top-header {
    padding: 5px;
    border-bottom: 1px #1E1E1E solid;
}

.logo {
    width: 170px;
    padding-bottom: 10px;
    position: relative;

}

.menu {
    margin-top: 20px;
    font-size: 13px;
}

/* FIM HEADER */

/* FORMULARIO */


.form-input, form-textarea {
    padding: 5px;
    width: 100%;
    margin: 2px 2px 2px 0px;
}



.btn-form {
    padding: 10px;
    width: 100%;
    margin: 2px 2px 2px 0px;
    color:  #fff;
    font-weight: bold;
    background-color: #C2CF48;
    border-radius: 0px;
    text-transform: uppercase;
    border: 0px;
}

btn-form:hover {
    background-color: white;
    color: #C2CF48;
}


/* FOOTER */

footer {
    background-color: #009a3b;
     font-size: 14px;
     padding: 30px 0px;
    color: white;
}

.redes-sociais {
    float: right;
    margin: 0px;
}

footer input, textarea {
    padding: 5px;
    width: 100%;
    margin: 2px 2px 2px 0px;
}

footer  textarea {
    padding: 5px;
    width: 100%;
    margin: 2px 2px 2px 0px;
    max-height: 150px;
}

footer .btn {
    padding: 10px;
    width: 100%;
    margin: 2px 2px 2px 0px;
    color:  #00bcd5;
    font-weight: bold;
    background-color: white;
    border-radius: 0px;
}

footer .btn:hover {
    color: white;
}

.sub-footer {
    margin-top: 0px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    height: 350px;
}

.sub-footer ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 5px;
    font-weight: 400;

}

.sub-footer li {
    margin-top: 5px;
    font-size: 0.875em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}


.sub-footer a {
    color: yellow;
    text-decoration: none;
    font-weight: 400;

}

.sub-footer a:hover {
    color: white;
    text-decoration: none; 
    transition-delay: 0.2s;
}

.sub-footer-form-input {
    color: rgb(0, 154, 59);
    text-decoration: none;
    border-radius: 0px;
    background-color: white;
    border: 0px;
    width: 75%;
    padding: 12px;
    font-size: 12px;
    font-weight: 300;
}

.sub-footer input:focus {
    border: 0px;
}

.sub-footer-btn {
	background-color: rgba(0, 0, 0, 0.1);    
	color: white;
    width: 20%;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
    padding: 10px;
}

/* HOME */

.icones {
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}


hr {
 margin-bottom: 5px;
    margin-top: 5px;
}


.h1-boxes {
    color:  #000;
    font-size: 30px;
    line-height: 30px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    padding-top: 0px;
}



/* TITULOS e TEXTO */

.title-text-green-bold {
    padding: 5px;
    color: #009a3b;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.title-text-gray {
    padding: 5px;
    font-size: 16px;
    margin-bottom: 20px;
}


.title-text-white {
    padding: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.h1-green {
     color: #009a3b;
    line-height: 45px;
}

.text-green {
    color: white;
}

.text-white {
    color: white;
}

/* MENU MOBILE */

.navbar-toggle {
    margin-top: 40px;
}




@media (max-width: 767px) {
    
    
.logo {
    width: 100%;
    max-width: 250px;
    padding-bottom: 10px;

}    
    
    .h1-green {
        text-align: center;

    }
    
    h1 {
    
            text-align: center;

    }
    
    
    p {
    text-align: center;
    }

    
  .navbar-nav {
    overflow: hidden;
    background-color: white;
    padding-top: 10px;
    z-index: 1000;
  }
}
