

body,
html {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    width: 100%;
    height: 100%
}
.title-s {
    font-size: 18px;
}
.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}


.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}



.intro-header {
    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 100px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/img4.png) no-repeat center;
    background-size: cover;
}

.intro-message {
    position: relative;
    top: -30%;
    padding-bottom: 35%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}




@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 30px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.row ul li img{
  width:230px; 
  height:150px;
}
.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #F8F8F8;
}

p.copyright {
    margin: 15px 0 0;
}

.btn-lg {
    padding: 12px 15px;
}
.btn-bd-green {
    border-color: #5CB85C;
}
.btn-green {
    background: #5CB85C;
    font-weight: 700;
     color:#fff;
    margin: 0;
    text-align: center;
    outline: none;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: .01em;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;padding:15px;
}
.btn-green:hover{
  color:white;
}
#login{
  font-size:11pt; 
  padding:8px;
   margin-top:15px; 
  border:1px solid #888;
  color: #888;
  margin-right:55px;
  padding: 8px 13px;
}

#login:hover{
  color: #5CB85C;
  border-color: #5CB85C;
}

.title-el{
   font-family: 'Open Sans', sans-serif;
      text-transform: uppercase;
      font-weight: 400;
          font-size: 40px;
    text-align: center;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}

/*meu css*/


#portfolio .box {
  background: #f3f3f3;
}

.space-bottom{
  margin-bottom:10px;
}

#inputs{
  width:250px;
  height: 50px;
 float:left;
 margin:5px;

}

.col-lg-3 li {
  list-style-type:none;
  color: gray;
}
.col-lg-3 a li:hover{
  color:#3CB371;
}
.col-lg-3 a{
  text-decoration: none;
  font-weight: normal;
}
.form-control{
  width:360px;
  height: 40px;
  padding-top: 10px;
}

#bt_cadastro{
  width:360px;
  height: 40px;

  font-size: 12pt;

}

#content{
  display:none;
  background-color: white;
  margin: auto;
  margin-top: 125px;
  width:500px;
  height: auto;
  border: 1px solid #e4e9eb;
  border-radius: 10px;
}

#header{
  text-align: center;
  border-bottom:1px solid #e4e9eb;
}
#footer{
  background-color: #575757;
  padding: 0px;
  border-radius: 0px 0px 10px 10px;
}
#footer label{
   font-family: 'Open Sans', sans-serif;
  margin-bottom: 8px;
   margin-top: 8px;
  font-weight: normal;

}

#formcad input{
  margin: 10px;
}
#bt_login{
   width: 150px;
   float: right;

}

.intro-divider{
  width: 360px;
}
#bt_sucesso{
  width:40%;
  height: 5%;
  margin-bottom: 8%;
}
#panel_user{
  display:none;
  background-color: white;
  margin: auto;
  margin-top: 13%;
  width:50%;
  height: auto;
  border: 1px solid #e4e9eb;
  border-radius: 10px;

}


/*Aqui começa page usuarios*/

body.setup-startup {
    background-color: #3CB371;
}
@media (max-width: 1023px)
body {
    min-width: 320px;
}

html, body {
    height: 100%;
}
body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #888;
    background-color: #fff;
    margin: 0;
}


.site-setup {
    width: 100%;
    height: 100%;
    display: table;
}
.site-setup .setup-container {
    display: table-cell;
    vertical-align: middle;
}

.site-setup .setup-container .setup-box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.site-setup .setup-container .setup-logo {
    text-align: center;
    position: absolute;
    height: 100%;
}
@media (min-width: 768px)
.col-sm-6 {
    width: 50%;
}
@media (min-width: 768px)
.col-sm-6 {
    float: left;
        min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
        position: relative;
    min-height: 1px;
  }

  .site-setup .setup-container .setup-logo .center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.m-b-es {
    margin-bottom: 10px;
}
.s-logo-icon {
    width: 60px;
    height: 60px;
    background-position: 0 -3926px;
}
.c-ic-blue {
    color: #3CB371;
}



    .site-setup .setup-container .setup-content {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f4f4f4;
}
.p-l {
    padding: 40px;
}
.pull-right {
    float: right !important;
}
@media (min-width: 768px)
.col-sm-6 {
    width: 50%;
}

.site-setup .setup-container .setup-content h4 {
    margin: 0;
}
.p-b-s {
    padding-bottom: 20px;
}

form {
    display: block;
    margin-top: 0em;
}
.upper {
    text-transform: uppercase;
}

label {
   font-family: 'Open Sans', sans-serif;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 15px;
    transform: translate3d(0, 0, 0);
    }

a{
  color:#3CB371;
}
a:hover{
  text-decoration: none;
  color: #5CB85C;
}
input[type="password"]{
   font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  font-weight: normal;
  color: #999;
  border:1px solid #E4E9EB;
   box-shadow: 0px 0px 0px;
}
input[type="text"]{
	
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  font-weight: normal;
  color: #999;
  border:1px solid #E4E9EB;
   box-shadow: 0px 0px 0px;
}
input[type="email"]{
	
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  font-weight: normal;
  color: #999;
  border:1px solid #E4E9EB;
   box-shadow: 0px 0px 0px;
}
input:focus[type="password"]{
   font-family: 'Open Sans', sans-serif;
  border-color: #3CB371;
  box-shadow: 0px 0px 0px;
}
input:focus[type="email"]{
   font-family: 'Open Sans', sans-serif;
  border-color: #3CB371;
  box-shadow: 0px 0px 0px;
}
input:focus[type="text"]{
   font-family: 'Open Sans', sans-serif;
  border-color: #3CB371;
  box-shadow: 0px 0px 0px;
}
  @media (min-width: 767px)
.site-setup .setup-container .setup-content .treatment, .site-setup .setup-container .setup-content .address, .site-setup .setup-container .setup-content .complements, .site-setup .setup-container .setup-content .council_name {
    padding-right: 10px !important;
}
#form1 .form-group {
    margin-bottom: 15px;
}
@media (min-width: 768px)
.col-sm-3 {
    width: 25%;
}
@media (min-width: 768px)
.col-sm-3 {
    float: left;
        position: relative;
    min-height: 1px;
}



.pull-left {
    float: left !important;
}




.col-sm-9, .col-sm-4, .col-sm-5{
  position: relative;
    min-height: 1px;
}
.form-group {
    margin-bottom: 15px;
}
@media (min-width: 768px)
.col-sm-9 {
    width: 75%;
}
#form1 .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


 
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

@media (min-width: 768px)
.col-sm-4 {
    width: 33.33333333%;
}



@media (min-width: 768px)
.col-sm-5 {
    width: 41.66666667%;
}
#form1 .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#form1 .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #888;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    }

    .bootstrap-select .btn.dropdown-toggle:focus {
    outline: none !important;
    background-color: #fff;
}





.pd-t-el {
   font-family: 'Open Sans', sans-serif;
    padding-top: 50px;
}

.bold{
   font-family: 'Open Sans', sans-serif;
    font-weight: 600;}

.text-center {
   font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.m-t-es {
    margin-top: 10px;
}

@media screen and (max-width: 1061px)
.site-more-you .list-more-itens {
    padding: 50px 0;
}

.article{
margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

@media screen and (max-width: 960px)
.site-more-you .list-more-itens .item .icon {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.ib {
    
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.s-icon {
    width: 61px;
    height: 60px;
    background-position: 0 -4335px;
}
.s {
    
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-image: url('https://iclinic.com.br/static/img/common/sprite-sa985f5b7ec.png');
    background-repeat: no-repeat;
}

.site-more-you .list-more-itens .item h3 {
    font-size: 18px;
    color: #3CB371;
}
.s-icon-lock {
    width: 36px;
    height: 50px;
    background-position: 0 -4869px;
}
.s-icon-suport {
    width: 53px;
    height: 57px;
    background-position: 0 -3951px;
}
.s-icon-cloud {
    width: 60px;
    height: 60px;
    background-position: 0 -3661px;
}
.s-icon-keyboard {
    width: 51px;
    height: 52px;
    background-position: 0 -3776px;
}
.s-icon-devices {
    width: 80px;
    height: 56px;
    background-position: 0 -4603px;
}
.text-default h3, .text-default h4, .text-default h5, .text-default h6 {
    line-height: 1.4em;
}
.m-b-es {
    margin-bottom: 10px;
}

@media screen and (max-width: 960px)
.site-more-you .list-more-itens .item .icon {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
@media screen and (max-width: 1061px)
.site-more-you .container {
    padding-top: 0;
}

@media screen and (max-width: 1061px)
.site-more-you.container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}
.site-more-you .container {
    max-width: 1061px;
    margin: 0 auto;
}

@media screen and (max-width: 960px)
.site-more-you .list-more-itens .block-1 {
    width: 100%;
    float: none;
    padding-bottom: 50px;
}

@media screen and (max-width: 960px)
.site-more-you .list-more-itens .item {
    padding-bottom: 50px;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 1024px)
.site-more-you .list-more-itens .item {
    padding-bottom: 50px;
}
@media screen and (max-width: 1061px)
.site-more-you .list-more-itens .item {
    max-width: initial;
    padding-bottom: 0px;
}
.site-more-you .list-more-itens .item {
    max-width: 375px;
    min-height: 60px;
    padding-bottom: 20px;
}

.site-more-you .list-more-itens {
    padding: 40px 0;
}
@media screen and (max-width: 960px)
.site-more-you .list-more-itens .item .text {
    max-width: initial;
    display: block;
    width: 100%;
}

.site-more-you .list-more-itens .item .icon {
    width: 65px;
}

@media screen and (max-width: 1061px)
.site-more-you .list-more-itens .block-2 img {

}
.site-more-you .list-more-itens .block-2 img {
    top: 50%;
    left: 50%;
    position: absolute;
}

@media screen and (max-width: 1024px)
.site-more-you .list-more-itens .block-2 {
    min-height: 351px;

}

.site-more-you .list-more-itens .block-2 {
   
    
    box-sizing: border-box;
    margin-left: 4%;
   
    position: relative;
}
.pull-left {
    float: left;
}
div, article{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
div{
    display: block;
}
article{
   display: block;
}

.site-more-you p{
  font-size: 12pt;
}

@media screen and (max-width: 1061px)
.site-more-you .container {
    padding-top: 0;
}

@media screen and (max-width: 960px)
.site-more-you .title {
    color: #3CB371;
    font-size: 18px;
}
.site-more-you .title {
    color: #3CB371;
    font-size: 24px;
}
.pd-t-el {
    padding-top: 50px;
}
.text-center {
    text-align: center;
}
.site-more-you h2{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }

  @media screen and (max-width: 960px)
.site-more-you .sub-title {
    font-size: 16px;
}
.site-more-you .sub-title {
    font-size: 18px;
}
.m-t-es {
    margin-top: 10px;
}
.text-center {
    text-align: center;
}

.site-more-you .list-more-itens .item:last-child {
    padding-bottom: 0;
}
@media screen and (max-width: 960px)
.site-more-you .list-more-itens .item {
    text-align: center;
    overflow: hidden;
}

.pull-left {
    float: left;
}

@media screen and (max-width: 960px)
.site-more-you .list-more-itens .block-2 {
    display: none;
}
@media screen and (max-width: 1024px)
.site-more-you .list-more-itens .block-2 {
    min-height: 351px;
}



.material-icons{
    font-size:50px;color:#3CB371;background-position: 0 -3776px; padding-right:30px;
  }

  .paddleft{
    padding-left: 30px;
    margin-top:25px;
  }

  .justify{
    text-align: justify;;
  }

  .green{
    color: #3CB371;
  }
  
p,h1,h2,h3,h4,h5,h6,label{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/*Inicio do css do modal de termos de uso*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}

#modal-terms-of-use .terms p {
    color: #000;
    margin: 20px 0;
}
.modal {
  
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade.in .modal-dialog {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal.fade .modal-dialog {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transition-property: opacity,transform;
    transition-property: opacity,transform;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

@media (min-width: 768px)
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}


.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding: 20px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.modal-header .modal-title {
    line-height: 1em;
    color: #3CB371;
    font-size: 14px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.p-s {
    padding: 20px;
}
.modal-body {
    position: relative;
    padding: 15px;
}
#modal-terms-of-use .terms {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    max-height: 300px;
    overflow: auto;
}
.bd {
    border-width: 1px;
}
.bd-gray {
    border-style: solid;
    border-color: #ddd;
}
.c-ic-blue {
    color: #3CB371;
}
/*h4, .h4 {
    font-size: 18px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}*/

.modal-footer {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 4px;
    background-color: #f9f9f9;
    padding: 20px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.shadow{
  text-shadow: 1px 2px 8px rgba(0,0,0,0.5);
  
}

.font{
  font-size: 20px;
}

#d1 :hover,#d2 :hover,#d3 :hover,#d4 :hover,#d5 :hover, #d6 :hover, #d7 :hover{
-webkit-transform: scale(2, 3); /* Safari */
transform: scale(1.2, 1.2);

}

