/*
Theme Name: Brasil Telemedicina
Theme URI: http://v2.brasiltelemedicina.com.br
Description: Tema Brasil Telemedicina.
Version: 1.0
Author: Buildbox IT Solutions
Author URI: http://buildbox.com.br
Tags: responsive-layout
Text Domain: brasiltelemedicina
License: 
License URI:  

[Table of contents]

1. Base
2. Bootstrap grid
3. Bold themes grid 
4. Template
5. Header
6. Footer
7. Post
8. Elements
9. Animations
10. Woocommerce
11. Cost calculator
12. Screens
13. Woocommerce screens 

*/

@import url("css/base.css");
@import url("css/bootstrap.grid.css");
@import url("css/grid.css");
@import url("css/template.css");
@import url("css/header.css");
@import url("css/footer.css");
@import url("css/post.css");
@import url("css/elements.css");
@import url("css/animations.css");
@import url("css/woocommerce.css");
@import url("css/costcalc.css");
 
@import url("css/screens.css");
@import url("css/woocommerce-screens.css");
@import url("css/print.css");



body {
	font-family: 'Open Sans', sans-serif;
	color: #A8B1B1;
	font-size: 18px;
	/* font-family: 'Source Sans Pro', sans-serif; */
	background-color: #fff;
}

a {
	color: #A8B1B1;
	text-decoration: none;
}
a:hover {
	color: #A8B1B1;
	text-decoration: none;
}

/* buttons ----------------------------------- */

.btn {
	border-radius: 100px;
	padding: 15px 50px;
}

.btn-lg {
	font-size: 22px;
}

.btn-primary {
	background-color: #4DC8C6;
	border-color: #4DC8C6;
}
.btn-primary:hover {
	background-color: #3cb7b5;
	border-color: #3cb7b5;
}

.btn-success {
	background-color: #CBE278;
	border-color: #CBE278;
}
.btn-success:hover {
	background-color: #bad167;
	border-color: #bad167;
}

.btBtn {
    border-radius: 50px;
}

.btnFilledStyle.btnAccentColor, .btnOutlineStyle.btnAccentColor:hover {
    background-color: #3cb7b5;
    border: 2px solid #3cb7b5;
}

.btnFilledStyle.btnAlternateColor, .btnOutlineStyle.btnAlternateColor:hover {
    background-color: #bad167;
    border: 2px solid #bad167;
}

.btn-outline {
	background-color: transparent;
	border-width: 2px;
	color: #4DC8C6;
	font-size: 20px;
}

/* topbar ------------------------------- */

.top-pc {
	display: block;
}
.top-mobo {
	display: none;
}

.top-bar {
	margin-top: 30px;
}

.top-bar .icons {
	margin-top: 20px;
}

.top-bar .icons .ico {
	height: 55px;
	float: left;
	margin-right: 15px;
}
.top-bar .title {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #687F77;
}
.laudo {
	text-align: right;
}

.loginBox {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	z-index: 999999;
	border: #d6d6d6 1px solid;
	box-shadow: 0 5px 10px rgba(0,0,0,0.4);
	text-align: center;
	width: 300px;
	margin-left: -130px;
	display: none;
}

.loginBox h3 {
	margin: 0;
	padding: 10px;
}

.loginBox .form-control {
	background-color: #efefef;
	margin-bottom: 10px;
}

.menuHolder .logo img {
    height: 61px;
    width: auto;
    display: block;
}

.mainLoginToggler {
    display: block;
    position: relative;
    width: 186px;
    cursor: pointer;
    overflow: hidden;
}


.mainLoginTogglerText.bx-desktop {
    font-size: 18px;


    width: 150px;
    height: 50px;
    padding-top: 10px;

    background-color: transparent;
	border-width: 2px 0px 2px 2px;
	color: #4DC8C6;
	font-size: 14px;
	border-radius: 50px 0 0 50px;
	text-transform: none;
}

.mainLoginToggler.on .mainLoginTogglerText {
    background-color: #0CB8B6;
    color: #fff;
}

.mainLoginToggler:after {
    font: normal 32px/34px Icon7Stroke;
    content: '\e688';
    width: 36px;
    height: 50px;
    padding-top: 5px;
    vertical-align: middle;
    text-align: center;
    color: #0cb8b6;
    border-width: 2px 2px 2px 0px;
    border-radius: 0 50px 50px 0;
}

.mainLoginTogglerText.bx-mobile {
    background-color: #0cb8b6;
    color: #fff;
    border: 1px solid #0cb8b6;
    font-size: 24px;
    padding-top: 10px;
    width: 36px;
    height: 50px;
}


/* menus ------------------------------------- */

.btLightSkin .menuHolder .menuPort ul li a, .btDarkSkin .btLightSkin .menuHolder .menuPort ul li a {
    font-size: 18px;
	color: #697F78;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: normal !important;
	text-transform: none;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
    background-color: #fff;
    border: 0;
    margin-top: 20px;
}

.navbar-default .navbar-nav a {
	font-size: 20px;
	color: #697F78;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent;
    border-bottom: #4DC8C6 3px solid;
    
}

.navbar-default .form-search {
	display: table;
	width: 380px;
}

.navbar-default .form-search form {
	width: 350px;
	float: left;
}

.navbar-default .form-search .form-control {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 350px;
	font-size: 18px;
	border-radius: 0;
	outline: none;
}

.navbar-default .form-search button {
	border:0;
	background-color: transparent;
	padding: 0;
	float: right;
	margin-top: -30px;
	margin-right: 5px;
}
.navbar-default .form-search button .icon-search {
	height: 25px;
	margin-top: -25px;
}

.navbar-default .form-search .icon-facebook {
	float: right;
	display: table;
}

.navbar-default .form-search .icon-facebook img {
	height: 30px;

}

.header .btSubTitle {
    font-family: 'Open Sans', sans-serif;
    color: #697C76 !important;
}

.btSlidePane h2 {
	font-size: 50px !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	color: #697F78;
}

.lineBig h2 {
	font-size: 65px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	color: #697F78;

	background-image: url(images/line-big.png);
	background-position: left bottom;
	background-repeat: no-repeat;

	padding-bottom: 50px !important;
	margin-bottom: 50px !important;
}

.lineSmall {
	background-image: url(images/line-left.png);
	background-position: left bottom;
	background-repeat: no-repeat;

	padding-bottom: 30px !important;
	margin-bottom: 20px !important;
}

.lineSmall h2 {
	font-size: 48px !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	color: #697F78;
}

.slideshow .content {
	width: 700px;
	margin-top: 240px;
	position: absolute;
	font-size: 24px;
	line-height: 28px;
}

.slideshow .content h2 {
	font-size: 65px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	color: #697F78;
}

.slideshow .content .buttons {
	margin-top: 50px;
}

.brands {
	margin-top: 30px;
}

.brands .box {
	padding-top: 15px 0;
	border-radius: 10px;
	min-height: 605px;
}

.brands .box .brand {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #fff;
	border-radius: 10px;
	/*box-shadow: 0 5px 30px rgba(0,0,0,0.1);*/
}

.brands .box .info {
	padding: 30px;
}

.brands .box h3 {
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: 'Source Sans Pro', sans-serif;
	color: #697C76;
}

.brands .box .stamp img {
	height: 45px;
	width: auto;

}

.brands .box .stamp {
	float: left;
	margin-right: 5px;
}

.brands .box .stamp-normal img {
	height: 40px;
	width: auto;
	margin-top: 5px;
}

.brands .box:hover {
	background-color: #fff;
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
}

.brands .box:hover .brand {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: none;
}

.header.medium .btSuperTitle, .header.medium .btSubTitle {
    font-size: 16px;
}

.posts-home .btArticleDate {
	float: right;
	display: block;
	color: #A8B1B1;
	font-family: 'Open Sans', sans-serif !important;
	margin-top: -15px;
}
.posts-home .btArticleDate:before, .posts-home .btArticleDate:after {
    content: "";
}

.posts-home .btArticleAuthor, .posts-home .btSingleLatestPostFooter {
	display: none !important;
}

.posts-home .btSLPCCwrap {
    padding: 10px 20px 25px;
}

.posts-home h3 {
	margin-top: 30px;
}

.posts-home .headline a {
	font-family: 'Source Sans Pro', sans-serif !important;
	color: #697C76 !important;
}

.posts-home .btSLPCCwrap {
	background: #fff;
	box-shadow: 0 5px 25px rgba(0,0,0,0.1);
	border-radius: 0 0 10px 10px;
	min-height: 350px;
}

.posts-home .btIco.btIcoMediumSize .btIcoHolder em {
    font-size: 21px;
    width: 42px !important;
    height: 42px !important;
    line-height: 42px;
}

.posts-home  h3 a {
    font-size: 26px;
    margin: 10px 0 0 0 !important;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif !important;
	color: #697C76 !important;
	display: block;
}

.posts-home .header .headline {
    display: block;
    padding-top: 30px;
}



.btLatestPostContent {
	color: #A8B1B1;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px;
	line-height: 24px;
}

.btTextCenter .bpgPhoto {
    display: block;
    margin: 0 auto;
    float: none;
    max-height: 200px;
}

.btTextCenter .bpgPhoto .btImage img {
	border-radius: 10px 10px 0 0;
}

.innovation {
	min-height: 685px;
	background-image: url(images/innovation.png);
	margin-top: 100px;
	margin-bottom: 100px;
}

.innovation .content {
	margin-top: 100px;
	font-size: 24px;
	line-height: 28px;
}

.innovation .content h2 {
	font-size: 65px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	color: #697F78;
}

.differentials {
	margin-top: 100px;
	margin-bottom: 100px;
}

.brands .btText, .brands .header, .brands .stamp-normal {
	padding-right: 20px;
	padding-left: 20px;
}

.header.medium h2, .header.medium h3 {
    font-size: 28px;
    margin: 0 0 11px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #697C76;
}

.btText {
	color: #A8B1B1;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px;
	line-height: 24px;
}

.lineCenter {
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background-image: url(images/line-center.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.lineCenter h2 {
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif !important;
	color: #697C76;
	font-size: 60px !important;
	text-align: center;
}

.lineCenter .btSubTitle {
	font-size: 25px !important;
}

.icoDiff img {
	hfeight: 60px;
	width: auto;
	margin: auto;
}

.oclock img {
	margin-top: 15px;
}

.itemDiff {
	min-height: 200px;
	border-radius: 10px;
	padding: 20px;

}
.itemDiff:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.absolute-float .btImage img {
	position: absolute;
	margin-tfop: -350px;
	z-index: 999999;
}

.numbers {

}

.numbers .item {
	text-align: center;
}

.numbers .item h3 {
	font-weight: normal;
	color: #697C76;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
}
.numbers .item .btImage img  {
	height: 70px;
	width: auto;
	margin: 10px auto 0 auto;
}

.differentials .item .img-responsive {
	width: 75%;
	margin: 10px auto 0 auto;
}

.differentials .item .stamp {
	margin-top: 0;
	width: 65%;
}

.differentials .item .oclock {
	width: 100%;
}

.differentials .item h4 {
	font-size: 32px;
	color: #697C76;
	padding: 0;
	margin: 0;
}

.differentials .item .lead {
	margin-top: 20px;
}

.our-apps {
	min-height: 773px;
	background-image: url(images/our-apps.png);
	margin-top: 100px;
	margin-bottom: 100px;
}

.our-apps .content {
	margin-top: 140px;
	font-size: 24px;
	line-height: 28px;
}

.our-apps .content h2 {
	font-size: 65px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	color: #697F78;
}

.our-apps .content a {
	float: left;
	margin-top: 15px;
}

.our-apps .content a .stamp {
	margin-right: 20px;
	height: 50px;
}

.news {
	margin-top: 100px;
	margin-bottom: 100px;
	min-height: 500px;
}

.news .box {
	padding: 0;
}

/*
.lineSmall h2 {
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	color: #697C76;
	font-size: 60px !important;
}

.lineSmall {
	padding-bottom: 40px;
	margin-bottom: 40px;
	background-image: url(images/line-left.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
*/

.news .box .info a.more {
	position: absolute;
	margin-top: -65px;
}

.news .box .info .more img {
	height: 70px;
}

.news .box .info .date {
	float: right;
	margin-top: -15px;
}

.work {
	min-height: 684px;
	background-image: url(images/work.png);
	margin-top: 100px;
	margin-bottom: 100px;
}

.work .content {
	margin-top: 100px;
	font-size: 24px;
	line-height: 28px;
}

.work .content h2 {
	font-size: 65px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	color: #697F78;
}
.work .content .btn {
	margin-top: 50px;
}

.footer {
	margin-top: 50px;
	margin-bottom: 80px;
}



@media (min-width: 1200px) {
  .container {
    width: 1350px;
  }
}

@media (max-width: 767px) {

.top-pc {
	display: none;
}
.top-mobo {
	display: block;
}

.slideshow {
	display:none;
}
h2.lineBig, h2.lineSmall,.innovation .content h2,.our-apps .content h2, .news h2.title, .work .content h2 {
	font-size: 40px;
}
.top-bar .btn {
	padding: 10px 20px;
}

.top-bar .icons .ico {
    height: 45px;
    float: left;
    margin-right: 15px;
}

.top-bar .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #687F77;
}
.top-bar .icons {
    margin-top: 20px;
    font-size: 14px;
}
.laudo {

}
.laudo img {
	height: 50px;
	float: right;
}



.wBackground {
	background-image: none !important;
	background-color: #efefef;
}

.loginBox {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	z-index: 999999;
	border: #d6d6d6 1px solid;
	box-shadow: 0 5px 10px rgba(0,0,0,0.4);
	text-align: center;
	width: 300px;
	margin-left: 60px;
	margin-top: 50px;
}

.loginBox h3 {
	margin: 0;
	padding: 10px;
}

.loginBox .form-control {
	background-color: #efefef;
	margin-bottom: 10px;
}

}