
/*----- Fonts ----*/
/*font-family: 'Khand', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Khand'); 

/* font-family: 'Kreon', serif */
@import url('https://fonts.googleapis.com/css?family=Kreon');

/* Barlow Condensed 
font-family: 'Barlow Condensed', sans-serif;
 */
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:500,500i');


/*----- Geral ----*/
body{ font-size: 16px; transition: all ease 0.3s; }

@media screen and (max-width: 768px){
    body{ font-size: 12px }
}

@media screen and (max-width: 1024px){
    body{ font-size: 14px }
}


body, p, a{ font-family: 'Kreon', serif; }


/*Preloader*/
  
  .loader_forms{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255,255,255,0.8);
      z-index: 99999;

      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      display: none
  }
  .loader_forms p{
    color: #044597
  }
  
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #ee465f;
    text-align: center;
    animation: loader 2s infinite ease;
  }

  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #ee465f;
    animation: loader-inner 2s infinite ease-in;
  }

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}


/*----- Header ----*/

header nav.navbar{
  background: #fff;
  height: 4.688em; /*75px;*/
  border-bottom: 2px solid #f6acbd!important;
  transition: all 0.3s ease ;
}

@media screen and (min-width: 1024px){
  header nav.navbar .navbar-brand {
    margin-top: 8px
  }
}

header nav.navbar ul.nav li{
  margin-left: 10px
}

header nav.navbar ul.nav a{
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.313em;/*21px*/
  color: #034fa7;
  padding: 8px 12px;
  border-radius: 20px;
  transition: all 0.3s ease 
}

header nav.navbar .nav a:focus, header nav.navbar .nav a:hover, header nav.navbar .nav li.active a{
  color: #fff;
  background: #f0586f
}


@media screen and (min-width: 768px){
  header nav.navbar ul.nav{ margin-top: 13px }
}

@media screen and (min-width: 991px){
  header nav.navbar ul.nav{ margin-top: 20px }
}

header .navbar-header {
  position: absolute;
  width: 100%;
}

header .navbar-toggle{
  margin-top: 15px;
}
header .navbar-toggle span{
  background: #f00
}

@media screen and (min-width: 768px) and (max-width: 990px){

  header #navbar{
    display: block;
  }
  header nav.navbar ul.nav li {
    margin-left: 0;
  }
  .navbar-nav {
      float: right;
      margin: 0;
      margin-right: 15px;
  }
}

@media screen and (min-width: 991px){
  header #navbar{
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }  
}



@media screen and (max-width: 767px){
  header #navbar{
    position: absolute;
    right: 15px;
    top: 50px;
    background: #fff;
    padding: 2em;
    border: 2px solid #f6acbd!important;
    /*box-shadow: 0px 0px 2px;*/
    border-radius: 10px;
  }
}


/*----- CONTENT ----*/
  /* Parallax:; https://codepen.io/rafaelcastrocouto/pen/bCxAd */

  .pages{ 
    /*border: 1px solid #f00;*/
    min-height: 100vh;
    padding: 8.688em 0 4em 0; /*75px*/
    background: #fff;
    position: relative;
  }

  .content { 
    padding: 0 3%;
  }

  /* ICO BRAND */
  .icos-logo{ 
    position: fixed;
    height: 109px;
    width: 109px;
    top: 105px;
    right: 2em;
    background: url(../img/ico-marca-1.jpg) center;
  }

  .icos-logo2{ 
    position: fixed;
    height: 109px;
    width: 109px;
    top: 105px;
    right: 2em;
    z-index: 5;
    background: url(../img/ico-marca-2.jpg) center;
  }
  .icos-logo3{ 
    position: fixed;
    height: 109px;
    width: 109px;
    top: 105px;
    right: 2em;
    z-index: 5;
    background: url(../img/ico-marca-2.jpg) center;
  }

    
    
    /*----- HOME ----*/

    #home{ 
      z-index: 1;
      overflow: hidden;
    }

    #home .wrap{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      z-index: -1;
      left: 0;
    }

    @media screen and (min-width: 768px){
      #home.pages .wrap{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
      }  
    }
    
    #home.pages .mobile{
      
    }
    #home.pages h3{ 
      color: #01509d;
      font-size: 3.250em; /*84px*/
    }

    #home.pages h4{ 
      color: #01509d;
      font-size: 3.250em; /*84px*/
    }

    /*----- SOBRE NÓS ----*/
    #sobre.pages{
      z-index: 3;
    }

    #sobre.pages .chamada p{
      font-size: 1.5em;
      color: #034EA1;
    }

    
    #sobre.pages h3{
      background: url(../img/arrow-bottom.jpg) no-repeat center right;
      background-size: auto 100%;
    }
    #sobre.pages h3, #sobre.pages h4{
      color: #0d498f;
    }

    #sobre.pages hr{ border-color: #025098; }

    #sobre.pages .equipe div{
      transition: all ease 0.3s
    }
    

    #sobre.pages .equipe a {
      text-decoration: none!important;
    }

    #sobre.pages .equipe .item.disabled{
      opacity: 0.5
    }

    #sobre.pages .equipe p, li{
      color: #0d498f;
    }

    
    @media screen and (max-width: 650px){
      #sobre.pages .membro h2{
        font-size:15px;
     }
    }
    
    #sobre.pages .membro{
      position: relative;
      margin-bottom: 3rem
    }
    #sobre.pages .membro img{
      filter: grayscale(1);
      transition: all 0.5s ease;
    }

    @media screen and (min-width: 650px){
      #sobre.pages .membro img{
        max-width: 200px;
        margin: 0 auto;
      }
    } 

    #sobre.pages .membro a{
      text-decoration: none!important
    }
    #sobre.pages .membro a:hover img{
      border-radius: 0;
      filter: grayscale(0);
    }
    #sobre.pages .membro h2,
    .modal-membro h2{
      color: #ed4e64;
      font-family: 'Barlow Condensed', sans-serif;
      text-transform: uppercase;
    } 
    #sobre.pages .membro h2 small,
    .modal-membro h2 small{
      display: block;
      color: #0d498f;
      font-family: 'Kreon', serif;
    }

    .modal-membro p{
      font-size: 1.1em;
      color: #034EA1;
    }




    /*----- SERVIÇOS ----*/
    #servicos.pages{
      z-index: 2;
      background: url(../img/bg-page-white.png) repeat-x top;
    }

    #servicos.pages .chamada p{
      font-size: 1.7em;
      color: #034EA1;
    }

    #servicos.pages .especialidades .item{
      padding-bottom: 2em!important;
    }
    @media screen and (min-width: 1380px){
      #servicos.pages .especialidades .item{
        padding: 0 2em;
      }
    }
    @media screen and (min-width: 1450px){
      #servicos.pages .especialidades .item{
        padding: 0 2.3em;
      }
    }

    #servicos.pages .especialidades figure img{       
      
      width: auto;
      transition: all 0.5s ease;
    }
    /*#servicos.pages .especialidades figure img:hover{
      border-color: #f00;
      box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
    }*/

    #servicos.pages .especialidades h3{
      text-transform: uppercase;
      font-family: 'Barlow Condensed', sans-serif;
      color: #f9556e;
      font-weight: 500;
    }

    #servicos.pages .especialidades p{
      font-size: 1.3em;
      color: #034EA1;
    }

    /*----- AGENDA ----*/
    #agenda.pages { z-index: 3; transition: all ease 0.5s }
    #agenda.pages .chamada p{
      font-size: 1.9em;
      color: #044f93;
    }

    #agenda.pages .equipe h3{
      background: url(../img/arrow-bottom.jpg) no-repeat center right;
      background-size: auto 100%;
    }
    #agenda.pages .equipe h3, #agenda.pages .equipe h4{
      color: #0d498f;
    }

    #agenda.pages .equipe a:hover{
      text-decoration: none;
    }

    #agenda.pages hr{ border-color: #025098; }

    /* Flashing */
    #agenda.pages .equipe a:hover figure img {
      opacity: 1;
      -webkit-animation: flash 1.5s;
      animation: flash 1.5s;
    }
    @-webkit-keyframes flash {
      0% {
        opacity: .4;
      }
      100% {
        opacity: 1;
      }
    }
    @keyframes flash {
      0% {
        opacity: .4;
      }
      100% {
        opacity: 1;
      }
    }

    #agenda.pages h3, #agenda.pages h4 {
      color: #0d498f;
    }
    
    #agenda.pages h3 {
        background: url(../img/arrow-bottom.jpg) no-repeat center right;
        background-size: auto 100%;
    }

    #agenda.pages .seleciona-datas .other{
      position: absolute;
      right: 0;
      opacity: 0.5;
      transition: all ease 0.5s 
    }
    #agenda.pages .seleciona-datas .other:hover{
      opacity: 1; 
    }
    #agenda.pages .seleciona-datas .other h3{
      font-size: 1.3em;
    }
    #agenda.pages .seleciona-datas .other h4{
     font-size: 1em; 
    }

    
    /* Calendario */
    #agenda.pages .calendario-container{
      margin: 0 auto;
    }

    #agenda.pages .calendario-container .datepicker{
      font-family: 'Khand', sans-serif;
      color: #044597;
    }
    #agenda.pages .calendario-container .datepicker table thead tr:nth-child(2){
      border-bottom: 2px dotted #ed4d64;
    }
    #agenda.pages .calendario-container hr,
    #agenda.pages .horarios hr,
    #agenda.pages .form-agendamento hr{
      border-color: transparent;
      border-bottom: 2px dotted #ed4d64;
      margin-top: 0;
    }
    #agenda.pages .calendario-container .datepicker .datepicker-switch,
    #agenda.pages h3.title-section {
        font-family: 'Khand', sans-serif;
        text-transform: uppercase;
        font-size: 1.5em;
        color: #044597;
        font-weight: bold;
        background: none;
        margin-top: 9px;
    }

    #agenda.pages .calendario-container .datepicker .day,
    #agenda.pages .calendario-container .datepicker .month,
    #agenda.pages .calendario-container .datepicker .dow{
      font-size: 1.2em;
      color: #044597;
      padding: 0.2em 0.6em;
    }
    #agenda.pages .calendario-container .datepicker .day.disabled,
    #agenda.pages .calendario-container .datepicker .month.disabled{
      color: #95b4d6;
    }
    #agenda.pages .calendario-container .datepicker .day.today{
      color: #ed4d64;
      background: transparent;
      border: 0;
      font-weight: bold;
    }
    #agenda.pages .calendario-container .datepicker .day.active{
      background: #ed4d64;
      color: #fff;
    }

    #agenda.pages .horarios,
    #agenda.pages .form-agendament{
      transition: all ease 0.3s;
    }
    #agenda.pages .horarios label{
      text-align: center;
      font-family: 'Khand', sans-serif;
      color: #044597;
      font-size: 1.2em;
      cursor: pointer;
    }
    #agenda.pages .horarios label.disabled{
      color: #8fafd4
    }
    #agenda.pages .horarios label.active{
      color: #eb304f
    }
    #agenda.pages .horarios label input{
      opacity: 0 
    }

    #agenda.pages .horarios input[type="radio"][disabled] < label{
      color: #f00;
    } 


    #agenda.pages .form input,
    #agenda.pages .form textarea{
      background: #fff;
      width: 100%;
      margin-bottom: 0.7em;
      font-family: 'Kreon', serif;
      text-transform: uppercase;
      font-size: 0.9em;
      padding: 0.5em 0.8em;
      border: 1px solid #044597;
      border-radius: 1.5em;
      transition: all ease 0.3s;
      color: #044597;
    }
    #agenda.pages .form input::placeholder,
    #agenda.pages .form textarea::placeholder{
      color: #044597;
    }

    #agenda.pages .form button{
      background: #ea516d;
      color: #fff; 
      padding: 0.5em 0.8em;
      border: 0;
      display: block;
      border-radius: 1.5em;
      text-transform: uppercase;
      transition: all ease 0.3s;
    }

    /*----- PACIENTE ----*/
    #paciente.pages{
      background: #ed4e64;
      z-index: 5;
    }

    #paciente.pages p.chamada{
      font-size: 1.7em;
      color: #034EA1;
    }

    #paciente.pages  {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
    } 

    #paciente.pages form input,
    #paciente.pages form textarea{
      background: #fff;
      width: 100%;
      margin-bottom: 0.5em;
      font-family: 'Kreon', serif;
      text-transform: uppercase;
      font-size: 1.2em;
      padding: 0.8em 1.5em;
      border: 0;
      border-radius: 1.5em;
      transition: all ease 0.3s;
    }

    #paciente.pages .interna h2{
      color: #fff;
      font-size: 8rem;
    }

    #paciente.pages .interna h2 small{
      color: #fff;
      font-size: 4rem;
      display: block;
      font-weight: normal;
    }

    #paciente.pages .interna h3{
      color: #fff;
      font-size: 1.8em;
    }

     #paciente.pages .interna .item a{
      text-decoration: none
     }

    #paciente.pages .interna .item a.disabled{
      display: block;
      opacity: 0.5;
      cursor: default;
    }
    #paciente.pages .interna .item p{
      text-align: center;
      text-decoration: none;
      color: #034fa7;
      display: block;
      margin: 0 auto;
      padding: 10px 15px;
      border-radius: 20px;
      background: #fff;
      margin-top: 1em;
    }
    

    /*----- BLOG ----*/
    #blog.pages{ z-index: 6 }       

    #blog.pages article.principal h1{
      color: #f4576c;
      font-family: 'Khand', sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 2.5em;
    }

    #blog.pages article.principal p{
      color: #0050a7;
      font-size: 1.2em;
    }

    #blog.pages article.principal p.autor{
      font-size: 1.3em;
    }

    #blog.pages hr{
      border-color: #8ca3cd;
      border-width: 2px;
    }

    #blog.pages article.principal a.continuar-lendo{
      color: #fff;
      background: #f0586f;
      padding: 0.4em 0.8em;
      border-radius: 1.5em;
      text-transform: uppercase;
    }

    #blog.pages article.principal a.continuar-lendo:hover{
      text-decoration: none;
    }

    #blog.pages .posts h1{ 
      text-align: center;
      letter-spacing: 1em;
      color: #0050a0;
    }

    @media screen and (max-width: 767px){
      #blog.pages .posts h1{ 
        letter-spacing: 0.5em;
      }
      /*#blog.pages .posts .wrap-posts{
        padding: 0 2.3em
      } */ 
    }
    
    #blog.pages .posts .list-posts{
      transition: all 0.5s ease;
    }

    #blog.pages .posts article.post{
       
       display: block;
       -webkit-align-items: center;
       align-items: center;
       -webkit-justify-content: center;
       justify-content: center;
        padding: 1em;
        border-bottom: 1px dashed #f1556b
    }

    @media screen and (min-width: 991px){
      #blog.pages .posts article.post:first-of-type{
          padding-top: 0
      } 
    }
    
    #blog.pages .posts article.post a{
      display: block;
      width: 100%;
    }
    #blog.pages .posts article.post a:hover{ text-decoration: none; }
    @media screen and (max-width: 575px){
      #blog.pages .posts article.post a{
        text-align: center;
      }
    }

    #blog.pages .posts article.post img{
      width: 10em;
      height: 9.8em;
      margin-right: 2em;
    }
    @media screen and (max-width: 575px){
      #blog.pages .posts article.post img{
        float: none!important;
        margin-right: 0;
      }
    }

    #blog.pages .posts article.post h2{
      color: #f4576c;
      font-family: 'Barlow Condensed', sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 2em;

    }


    .pagination>li>a, .pagination>li>span, .pagination>li.disabled>a{
        border-color: #f4576c;
        margin: 0 5px;
        padding: 6px 13px;
        border-radius: 50%;
        color: #f4576c;
        transition: all ease 0.3s;
    }
    .pagination>li.disabled>a{
      padding:  6px 13px
    }
    .pagination>li.disabled>a, .pagination>li.disabled>a:hover, .pagination>li.disabled:hover>a{
      border-color: #f4576c;
      color: #f4576c;
      opacity: 0.5
    }

     .pagination>li>a:hover, .pagination>li>a:active{
        background: #f4576c;
        color: #fff;
     }

     .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
        background-color: #f4576c;
        border-color: #f4576c;
     }

     .pagination>li:last-child>a, .pagination>li:last-child>span,.pagination>li:first-child>a, .pagination>li:first-child>span{
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
     }


    /*----- CONTATO ----*/
    #contato.pages{
      background: #024fa1;
      position: relative;
      z-index: 7;
    }   

    #contato.pages .form p{
      font-size: 2em;
      color: #fff;
    }

    @media screen and (max-width: 1357px){
      #contato.pages .form p{
        font-size: 1.6em;
      }
    }

    @media screen and (min-width: 768px){
      #contato.pages .form p{
        padding-right: 30px  
      }
    }


    #contato.pages .form form input,
    #contato.pages .form form textarea{
      background: #fff;
      width: 80%;
      margin-bottom: 0.5em;
      font-family: 'Kreon', serif;
      text-transform: uppercase;
      font-size: 1.2em;
      padding: 0.8em 1.5em;
      border: 0;
      border-radius: 1.5em;
      transition: all ease 0.3s;
    }

    @media screen and (max-width: 950px){
      #contato.pages .form form input,
      #contato.pages .form form textarea{
        width: 100%;
      }
    }

    #contato.pages .form form input::placeholder,
    #contato.pages .form form textarea::placeholder{
      color: #ea516d;
    }

    #contato.pages .form form button{
      background: #ea516d;
      color: #fff; 
      padding: 0.8em 1.5em;
      display: block;
      border: 0;
      border-radius: 1.5em;
      text-transform: uppercase;
      transition: all ease 0.3s;
    }

    @media screen and (min-width: 768px){
       #contato.pages .form form button{
        margin-right: 20%;
      }
    }

    #contato.pages .map{
      
    }
    #contato.pages .map .phone p{
      background: url(../img/ico-phone.jpg) no-repeat left center;
      text-indent: 2.8em;
      background-size: auto 100%;
    }
    #contato.pages .map .whatsapp p{
      background-image: url(../img/ico-whatsapp.png);
    }
    #contato.pages .map .mail p{
      background: url(../img/ico-mail.jpg) no-repeat left center; 
      text-indent: 3.2em;
      background-size: auto 80%;
      float: right;
    }

    #contato.pages .map .phone p,
    #contato.pages .map .mail p{
      font-size: 1.5em;
      color: #fff;
      padding: 0.5em 0

    }

    #contato.pages .map .phone p a{
      color: #fff!important;
      text-decoration: none!important;
    }

    @media screen and (max-width: 1435px){
      #contato.pages .map .phone p,
      #contato.pages .map .mail p{
        font-size: 1.2em;
        padding: 0.3em 0;
        float: none; 
      }
      #contato.pages .map .mail p{
        position: relative;
        left: -20px;
      }
    }

    #contato.pages .map  hr{
      border: 1px dashed  #fff;
    }

    #contato.pages .map  address{
      color: #fff;
       font-size: 1.2em;
    }

    #contato.pages .map address{
      display: flex;
      /*background: url(../img/ico-location.jpg) no-repeat left center;*/
      /*padding-left: 2.8em;*/
      background-size: auto 100%;
    }
    #contato.pages .map address span{
      margin-right: 15px;
    }

    #contato.pages .map iframe{
      height: 32em;
    }

    #contato.pages .chat {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }  

    @media screen and (max-width: 991px){
      #contato.pages .chat { display: block;  }
      #contato.pages .chat div.flex{ 
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
      }
      #contato.pages .chat {
          -webkit-align-items: none;
          align-items: none;
          -webkit-justify-content: none;
          justify-content: none;
      }

       #contato.pages .chat div.flex img{ width: 80% }

       
    }

    @media screen and (min-width: 1024px){
      #contato.pages .chat {
        height: 100vh
      }
    }
    

    #contato.pages .chat h3{
      font-family: 'Khand', sans-serif;
      color: #fff;
      font-size: 2em;
      font-weight: bold;
    }

    #contato.pages .chat p{
      color: #fff;
      font-size: 1.2em;
    }

    #contato.pages footer{
      width: 100%;
      padding: 1em;
      background: #EF586F;
      position: absolute;
      bottom: 0;
    }

    #contato.pages footer p{
      font-size: 1.2em;
      color: #fff;
    }

/*----- PARALAX CLASSES ---- */
