
.whatsapp {
    position: fixed;
    top: 40%;
    right: 0%;
    padding: 10px;
    z-index: 10000000;
}
    a:hover {color: #5087d9;}
    a { color: #063780; }
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
}

@media (max-width: 1059px) {

    body {
        margin-top: 0px;
    }
    .navbar-default {
        position: static;

    }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	  
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }


	
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #0cb8b6;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	
}



.navbar-default .navbar-toggle {
    background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    

	color: #fff;
	background-color: #0cb8b6;
	
}


.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #333;
    background-color: #fff;
}


.dropdown-menu {
    padding: 5px 0px 5px 0px;
    border: 0px solid;
	
	background-color: #0cb8b6;
	border-radius: 0px;
}



.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
	float: left;
	
}
.embed-container1 { 
 position: relative; 
 padding-bottom: 56.25%; 
 height: 0; 
 overflow: hidden; 
 max-width: 100%; 
 height: auto;
 margin-top: 20px;
 margin-bottom: 0px;
} 

.embed-container { 
 position: relative; 
 padding-bottom: 56.25%; 
 height: 0; 
 overflow: hidden; 
 max-width: 100%; 
 height: auto;
 margin-top: 30px;
 margin-bottom: 30px;
} 
.embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
}
.embed-container1 iframe, .embed-container1 object, .embed-container1 embed {
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
}
body {
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	color: #585454;
	font-size: 300;
	font-size: 17px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



    

@media only screen and (min-width : 1501px)
{h1
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
    font-size: 55px;
	font-style: normal;
} }

@media screen and (min-width: 768px) and (max-width: 1500px)
{h1
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
    font-size: 50px;
	font-style: normal;
} }


@media screen and (min-width: 600px) and (max-width: 767px)
{h1
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
    font-size: 50px;
	font-style: normal;
} }

@media only screen and (max-width : 599px)
{h1
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
    font-size: 30px;
	font-style: normal;
} }


h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #222222;
}
a, a:hover, a:focus, a:active{
    outline: none;
	text-decoration: none;
}
.section-padding1{
	padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;

}
.section-padding4{
	padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 35px;
    padding-left: 0px;

}
.section-padding{
	padding: 60px 0px 60px;

}
.section-padding2{
	padding: 10px 0px 30px 0px;

}
.section-padding3{
	padding: 30px 0px 50px 0px;

}
h2 {
    line-height: 20px;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
hr.botm-line {
    height: 3px;
    width: 60px;
    background: #ffb737;
    position: relative;
    border: 0;
    margin: 20px 0 20px 0;
}

/***************************************
banner
***************************************/
.navbar {
    margin-bottom: 0px;
    border: 0px;
	border-radius: 0px;
}

.navbar-default {
    background-color: rgba(28,74,90, 0.6);
    padding: 20 0;
    transition: all 0.3s;
	border: 0px;
}



.navbar-brand
{
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
}

.navbar-brand img {
    padding-top: 2px;
    width: 120px !important;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #EA6045;
}

.top-nav-collapse {
    padding: 0; 
    background: rgba(28,74,90, 0.9);
}

.white, .white:hover, .white:focus
{
	color: #fff;
	width: 100% !important;
}
.block
{
	display: block;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #333;
    background-color: #fff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a
{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	background-color: #0cb8b6;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color: #333;
    text-transform: uppercase;
    background-color: #fff;
}
.affix {
    background-color: #ffffff !important;
}
.affix .navbar-nav > li > a:hover, .affix .navbar-nav > li > a:focus
{
    background-color: rgba(12, 184, 182) !important;
}
#home{
	background: url('../img/bg-banner04.jpg') no-repeat center fixed;
	background-size: cover;background-attachment: scroll;
	min-height: 650px;
	position: relative;
	
}
#sessao01{
	background: url('../img/controle-da-ansiedade.jpg') no-repeat center fixed;
	background-size: cover;background-attachment: scroll;
	min-height: 650px;
	position: relative;

}
#sessao10{
	background: url('../img/4bg-banner04.jpg') no-repeat center fixed;
	background-size: cover;background-attachment: scroll;
	min-height: 650px;
	position: relative;

}
#sessao100{
	background: url('../img/verdades-e-fake-news-sobre-terapia-por-hipnose.jpg') no-repeat center fixed;
	background-size: cover;background-attachment: scroll;
	min-height: 650px;
	position: relative;

}
#sessao101{
	background: url('../img/Adolfo-Brum-Hipnoterapeuta.jpg') no-repeat center fixed;
	background-size: cover;background-attachment: scroll;
	min-height: 650px;
	position: relative;

}
.bg-color{
	background-color: RGBA(13, 70, 83, 0.20);
	min-height: 650px;
}
.bg-color1{
	background-color: RGBA(13, 70, 83, 0.30);
	min-height: 650px;
}
.banner-info{
	padding-top: 60px;
}
.banner-info1{
	padding-top: 220px;
}
.banner-logo img{
	display: inline-block;
}
.banner-text{
	color: #ffffff;
}
.banner-text h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom:15px; 
	color: #ffffff;
}

.telefone{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom:20px; 
	line-height: 120%;
}


.btn-appoint:hover {
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.91);
	border-radius: 3px;
	color: #000;
}

.btn-appoint, .btn-appoint:focus{
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 14px;
	background-color: rgba(12, 184, 182, 0.91);
	border-radius: 3px;
	color: #fff;
}
.overlay-detail a i {
    text-align: center;
    position: absolute;
    bottom: 25px;
    font-size: 38px;
    color: #fff;
    margin: 0 auto;
}
.text-primary i{
    padding-top: 8px;
    display: inline-block;
}
/***************************************
services
***************************************/
.icon i{
	color: #0cb8b6;
	font-size: 45px;
	margin-bottom: 0px;
}
.icon1 i{
	color: red;
	font-size: 45px;
	margin-bottom: 0px;
}
.service-info{
	margin-bottom: 20px;
}
.icon-info h4{
	padding-bottom: 15px;
}
.icon-info p{
	font-size: 16px !important;
}
/***************************************
cta-1
***************************************/
.section-padding7 {
    padding: 20px 0px 0px;
}


.schedule-tab {
	background-color: #0CB8B6;
	float: left;
}
.medi-info{
	

}
.medi-info, .time-info{
	padding: 0px;
	color: #000;
}
.medi-info h3, .time-info h3{
	padding-bottom: 16px;
	color: #000;
	font-weight: 600;
}
.medi-info-btn, .medi-info-btn:hover, .medi-info-btn:focus {
    margin: 15px 0px 5px;
    display: inline-block;
    border: solid white 2px;
    padding: 3px 8px;
    font-size: 12px;
    color: #000;
    font-weight: 400 !important;
    cursor: pointer;
}
td {
    border: 0px solid #ededed;
    border-top: 1px solid rgba(216, 216, 216, 0.5);
    padding: 6px 10px 6px 0;
}
.medi-info, .time-info{
    font-size: 14px;
}
/***************************************
about
***************************************/
#avaliacao{
    background-color: #fff;
}
#sessao03{
    background-color: #eee;
}
.lg-line{
	line-height: 1.4;
	font-size: 28px;
}
.more-features-box-text-icon {
    float: left;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    background: #0cb8b6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.more-features-box-text-icon1 {
    float: left;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    background: red;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.more-features-box-text-description h3{
    padding-bottom: 15px;
}
.more-features-box-text-icon i {
    font-size: 18px;
    line-height: 26px;
}
.more-features-box-text-description{
	margin-left: 55px;
	margin-bottom: 35px;
}
.more-features-box-text-description1 h3{
    padding-bottom: 15px;
}
.more-features-box-text-icon1 i {
    font-size: 18px;
    line-height: 26px;
}
.more-features-box-text-description1{
	margin-left: 55px;
	margin-bottom: 0px;
}
.sec-para{
	padding-bottom: 10px;
}
/***************************************
doctor team
***************************************/
.thumbnail {
	border-radius: 0px;
	border-style: none;
}
.caption h3{
    padding-bottom: 5px;
}
.caption p{
    padding-bottom: 10px;
}
/***************************************
testimonial
***************************************/
#eventos{
background-color: #fff;	
}
#certificacoes{
    background-color: #eee;
}
#certificacoes1{
    background-color: #eee;
}
#sessao05{
    background-color: #eee;
}
.testi-details {
    background: #fff;
    padding: 14px 24px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.18);
    position: relative; 
	
	
}

.testi-details1 {
    background: #fff;
    padding: 14px 24px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.18);
 
}

.testi-details2 {
    background: #0cb8b6;
    padding: 14px 24px;
    margin-bottom: 30px;
    box-shadow: 4px 4px 2px gray;
	color: #fff;
}

.testi-info a {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.testi-info a img{
	border-radius: 50%;
}
.testi-info h3 {
    display: inline-block;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
}
.testi-info h3 > span {
    display: block;
    line-height: 16px;
    font-weight: 400;
}
.testi-details::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-left: 0;
    bottom: -40px;
    left: 56px;
    border-top-color: #fff;
    border-width: 20px;
}
.testi-details::before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    width: 0px;
    height: 0px;
    bottom: -30px;
    left: 45px;
    border-style: solid;
    border-width: 15px;
    border-color: transparent;
    z-index: -1;
    box-shadow: 3px -13px 5px 0px rgba(0, 0, 0, 0.18);
    border-left: 0;
}



#contato1{
	background: url('../img/banner01.jpg') no-repeat;
	position: relative;
	min-height: 380px;
}



/***************************************
cta -2
***************************************/
#cta-2{
	background-color: rgb(41, 48, 46);
}
#sessao06{
	background-color: #ffffff;
}
#sessao07{
	background-color: #0cb8b6;
	color: #fff;
}
.white{
	color: #fff;
}
.icon-play, .icon-play:hover, .icon-play:focus{
	background-color: #0CB8B6;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	padding: 5px 17px;
	margin-top: 26px;
	display: block;
}
.text-primary {
    color: #ffffff;
}
.text-primary1 {
    color: #ffffff;
	font-weight: bold;
	font-size: 100%;
}


@media only screen and (min-width : 1382px)
{	.hidden-mobile2{
display:none;
}
	
	.text-primary2
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2b334a;
    font-size: 50px;
	font-style: normal;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	margin-top: 0px;
	
} }


@media screen and (min-width: 1060px) and (max-width: 1381px)
{	.hidden-mobile2{
display:none;
}
	
	.text-primary2
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2b334a;
    font-size: 50px;
	font-style: normal;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	margin-top: 0px;
} }


@media screen and (min-width: 992px) and (max-width: 1059px)
{	.hidden-mobile3{
display:none;
}
	
	.text-primary2
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2b334a;
    font-size: 50px;
	font-style: normal;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	margin-top: 0px;
} }


@media screen and (min-width: 768px) and (max-width: 991px)
{
	.hidden-mobile3{
display:none;
}		
	
	#home{
	background: url('../img/0bg-banner04.jpg') no-repeat center fixed;
	background-size: cover;background-attachment: scroll;
	min-height: 650px;
	position: relative;
}
.bg-color{
	background-color: RGBA(13, 70, 83, 0.20);
	min-height: 650px;
}	
	.text-primary2
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2b334a;
    font-size: 45px;
	font-style: normal;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	margin-top: 0px;
} }



@media screen and (min-width: 600px) and (max-width: 767px)
{
	.hidden-mobile3{
display:none;
}	
.banner-text{
	color: #ffffff;
}	
	#home{
	background: url('../img/0bg-banner04.jpg') no-repeat center fixed;
	background-size: cover;background-attachment: scroll;
	min-height: 550px;
	position: relative;
}
.bg-color{
	background-color: RGBA(13, 70, 83, 0.20);
	min-height: 550px;
}	
	.text-primary2
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2b334a;
    font-size: 45px;
	font-style: normal;
	line-height: 80%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	margin-top: 0px;
} }

@media screen and (min-width: 480px) and (max-width: 599px)
{
	.hidden-mobile3{
display:none;
}	
	.hidden-mobile1{
display:none;
}
	.banner-info{
	padding-top: 0px;
}
.banner-text{
	color: #ffffff;
}	
	.telefone{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom:20px; 
}
	
#home{
	background: url('../img/3bg-banner04.jpg') no-repeat center fixed;
	background-size: cover;background-attachment: scroll;
	min-height: 550px;
	position: relative;	
}	
.bg-color{
	background-color: RGBA(13, 70, 83, 0.20);
	min-height: 550px;
}	
	
	.text-primary2
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2b334a;
    font-size: 30px;
	font-style: normal;
	line-height: 80%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	margin-top: 0px;
} }


@media screen and (min-width: 351px) and (max-width: 479px)
{
	.hidden-mobile3{
display:none;
}	
	.hidden-mobile1{
display:none;
}
	.banner-info{
	padding-top: 0px;
}
.banner-text{
	color: #ffffff;
}	
	.telefone{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom:20px; 
}
	
#home{
	background: url('../img/3bg-banner04.jpg') no-repeat center fixed;
	background-size: cover;background-attachment: scroll;
	min-height: 550px;
	position: relative;	
}	
.bg-color{
	background-color: RGBA(13, 70, 83, 0.20);
	min-height: 550px;
}	
	
	.text-primary2
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2b334a;
    font-size: 30px;
	font-style: normal;
	line-height: 80%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	margin-top: 0px;
} }

@media only screen and (max-width : 350px)
{
		.hidden-mobile3{
display:none;
}	
	.hidden-mobile{
display:none;
}
	.hidden-mobile1{
display:none;
}
.banner-info{
	padding-top: 0px;
}	
.banner-text{
	color: #ffffff;
}	
.telefone{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom:20px; 
}	
	
#home{
	background: url('../img/3bg-banner04.jpg') no-repeat center fixed;
	background-size: cover;background-attachment: scroll;
	min-height: 500px;
	position: relative;	
}	
.bg-color{
	background-color: RGBA(13, 70, 83, 0.20);
	min-height: 500px;
}	
	
	.text-primary2
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2b334a;
    font-size: 10px;
	font-style: normal;
	line-height: 80%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	margin-top: 0px;
}.mobile-hide{ display: none !important;} }







.icon-mar 
{
	margin-right: 7px;
}
/***************************************
contact us
***************************************/
.space {
    margin-top: 30px;
}
.space1 {
    margin-top: 40px;
}
.btn-form, .btn-form:hover, .btn-form:focus {
    background-color: #0cb8b6;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
}
.br-radius-zero {
    border-radius: 0px;
}
.form-control{
	height: 40px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}


/***************************************
footer
***************************************/
#footer{
	background-color: #325C6A;
}
.ftr-tle {
    height: 50px;
}
.info-sec {
    color: #fff;
}
.quick-info li i {
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: left;
}
.social-icon li {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
}
.bglight-blue {
    background-color: #3498DB;
}
.bgred {
    background-color: #E74C3C;
}
.bgdark-blue {
    background-color: #2C3E50;
}
.bglight-blue {
    background-color: #3498DB;
}
.top-footer {
    padding: 40px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-line {
    padding: 30px 0px;
    color: #fff;
}

.footer-line a {
    color: #0CB8B6;
}

.quick-info li a{
    color: #fff;
}
.site-link, .site-link:hover, .site-link:focus
{
    color: #0cb8b6;
    text-transform: none;
}
@media (min-width: 552px) and (max-width: 980px){

}
@media (min-width: 220px) and (max-width: 551px){
    .testi-info{
        margin-bottom: 20px;
    }
    .marb20{
        margin-top: 30px;
    }
    h2{
        font-size: 24px;
        line-height: 1.2;
    }
    .section-title{
        margin-bottom: 30px;
    }
    .medi-info {
    border: 0px;
    border-bottom: 1px solid #fff;
    }
    .service-info{
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .caption h3 {
    font-size: 14px;
    }
    .caption p{
    font-size: 12px;
    padding-bottom: 5px;
    }
    .caption ul li a i{
        font-size: 14px;
    }
    .banner-text h1{
        font-size: 24px;
    }
}