@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-BlackAlternate.woff2') format('woff2'),
        url('../ttf/DIN-BlackAlternate.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-RegularAlternate.woff2') format('woff2'),
        url('../ttf/DIN-RegularAlternate.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-Medium.woff2') format('woff2'),
        url('../ttf/DIN-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-Regular.woff2') format('woff2'),
        url('../ttf/DIN-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-Bold.woff2') format('woff2'),
        url('../ttf/DIN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-Light.woff2') format('woff2'),
        url('../ttf/DIN-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

a:hover{
  text-decoration: none;
}



/*MODAL DE AGRADECIMENTO E DE FORM*/
.modalDialog{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(109, 105, 105, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
  max-width: 600px;
  min-height: 168px;
  position: relative;
  margin: 15% auto;
  padding: 5px 20px 13px 20px;
}
.modalDialog > .success{
  background-color:green;
}
.modalDialog > .fail{
  background-color:red;
}
.close{
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
}
.title-page-modal{
  font-size: 28px;
  font-weight: 700;
  margin: 15px 0 15px 0;
  color:#fff;
  text-align:center;
}
.text-page-modal{
  color:#fff;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  text-align:center;
}
#mask {
	position:absolute;
z-index:9000;
background-color:#000;
display:none;
}

#boxes .window {
  position:absolute;
  width:600px;
  height:608px;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #form-envia {
  width:600px;
  height:608px;
}
/*MODAL DE AGRADECIMENTO E DE FORM*/

/* ==========================================================================
   Fabio Eilert
   ========================================================================== */

body{
  font-family: 'DIN';
  font-weight: normal;
}

.navbar-toggle{
  padding: 35px 10px;
}
.icon-bar{
  background-color: #c9582f;
}

.bg-top{
  border-top:10px solid #c9582f;
}

.top-social{
  list-style: none;
  padding: 0;
}
.top-social-item{
  display: inline-block;
  
}
.top-social-link{
  color:#fff;
}
.top-social-link:hover .top-link-circle{
  background-color: #fff;
}
.top-social-link:hover .top-link-circle i{
  color: #c9582f;
}
.top-link-circle{
  margin-top: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color:#c9582f;
  text-align: center;
}
.top-link-circle i{
  vertical-align: middle;
}
.address-top,
.top-phone{
  margin-top: 10px;
}
.address-top{
  color: #c9582f;
}
.top-phone{
  color: #c9582f;
  font-size: 20px;
}
.shadow{
  /*display: flex;*/
	align-items: center;
	justify-content: center;
}
.bottom {
  box-shadow: 0px 0 10px 0 #c9582f;    
}
.bg-menu{
  background-color: #ececec;
}
.navbar{
  margin-bottom: 0;
}
.navbar-brand{
  height: auto;
}
.nav-link{
  font-size: 16px;
  text-transform: uppercase;
}
.nav-link a{
  color:#656565;
  padding: 10px 5px !important;
}
.nav-link a:hover{
  color:#c9582f;
}
.orange{
  color:#c9582f !important;
}
.orange:hover{
  color:#656565;
} 

.end-top{
  border-top: #c9582f solid 20px;
}
.orange-text{
  color: #c9582f
}
.white-text{
  color:#fff;
}
.orange-box{
  background-color: #c9582f;
  border-radius: 15px;
  padding: 30px;
  text-transform: uppercase;
}

::-webkit-input-placeholder { /* Edge */
  color:#c9582f !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c9582f !important;
}

::placeholder {
  color: #c9582f !important;
}
.btn-sec{
  margin-bottom: 50px;
}
.btn-orange{
  background-color: #c9582f;
  padding: 15px 50px;
  color:#fff;
  margin-top: 25px;
}
.choice{
  color: #fff;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
}
.opt-color{
  color:#fff;
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0;
}
.proc{
  margin: 35px 0;
  text-transform: uppercase;
}
.all-procs{
  margin-bottom:100px;
}
.grey-label{
  background-color: #9a999e;
  color: #fff;
  width: 100%;
  height:80px;
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
  font-size:24px;
}
.white-label{
  color: #9a999e;
  width: 100%;
  padding: 15px 0 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.proc-txt{
  text-align: center;
  padding:25px 0;
  height: 95px;
  color:#000;
}
.not-box{
  margin: 25px 0;
}
.see-more{
  color: #c9582f;
  font-weight: 600;
  font-size:24px;
  text-transform: uppercase;
  position: relative; 
  z-index: 9;
}
.see-more:hover{
  color: #c9582f;
} 
.btn-gray{
  width: 100%;
  padding:15px 80px;
  background-color: #9a999e;
  color: #c9582f;
  font-size: 24px;
  text-transform: uppercase;
}
.btn-all{
  width: 100%;
  padding:15px 80px;
  background-color: #c9582f;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  z-index: 9;
  position: relative;
}
.proc-subtitle{
  position: absolute;
  color: #c9582f;
  top:-15px;
}
.doctor{
  background: url('../img/dr-thiago-bg.png')no-repeat top center ;
  height: 620px;
}
.curriculum{
  color:#5a5a5b;
  font-weight: 600;
}
.curriculum:hover{
  color:#5a5a5b;
}
.bt-enc{
  margin: 35px 0;
}
.btn-hospital{
  background-color: #c9582f;
  border:solid 2px transparent;
  color:#fff;
  width:100%;
}
.btn-hospital:hover{
  background-color: transparent;
  border:solid 2px #c9582f;
  color:#c9582f;
}

.bt-title{
  color:#c9582f;
  font-weight: 600;
}
.bt-white-title{
  color:#fff;
  font-weight: 600;
}
.bt-orange-txt{
  color:#c9582f;
}
.down-form{
  background: url('../img/bg-form.png')repeat-y top center;
}

.down-form .form-box{
  margin-top: 100px;
}

.btn-black{
  background-color: #303030;
  color:#fff;
  margin-top: 50px;
  padding: 15px 50px;
}
.btn-black:hover{
  background-color: #fff;
  color:#303030;
}

.address-block:first-child{
  margin-top: 20px;
}
.address-block{
  text-align: center;
}
.address-title{
  color:#fff;
  font-size: 28px;
}
.address-txt,
.address-lnk{
  color:#fff;
  font-size: 24px;
}
.address-lnk:hover{
  color:#fff;
  font-weight: 600;
}
.address-lnk sub{
  font-weight: 300;
}
.btn-address{
  background-color: #fff;
  color: #c9582f;
  padding: 15px 35px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.courses{
  margin: 75px 0;
}
.proc-list{
  list-style: none;

}
.proc-list-link{
  color: #656565;
  font-size: 16px;
}
.proc-list-link:hover{
  color: #656565;
}
footer{
  background-color: #000;
  padding: 25px 0;
}
.copyright{
  text-align: center;
}
.copyright,
.trump{
  color: #fff;
  margin-top: 10px;
}
.trump{
  text-align: center;
}
footer img{
  margin:0 auto;
}

/*Internals*/
.proc-int{
  padding: 50px 0;
}
.orange-title{
  color: #c9582f;
}

.int-text{
  font-size: 20px;
  color: #5a5a5b;
  padding: 60px 0;
}
.about-txt{
  font-size: 16px;
  color: #5a5a5b;
  padding: 5px 0;
}
.date{
  color: #303030;
  font-size: 20px;
}
.box-curr{
  margin: 25px 0;
}
.conv-title{
  text-align: center;
  text-transform: uppercase;
  color: #434343;
  font-size: 20px;
}
.logo-hptl{
  margin-bottom: 80px;
}
.int-box{
  margin: 25px 0;
  height:420px;
}


.decorations-wrapper, .decoration {
    display: none;
}
.paginator{
  margin: 20px 0;
}

.assoc-logos{
  margin: 15px 0;
}
.cont-space{
  margin-top:60px;
}

.cont-space > .down-form{
  margin-top:60px;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) {
  .doctor{
    background: url('../img/dr-thiago-bg.png')no-repeat top center ;
    height: 820px;
  }
  .form-cont{
    position: absolute;
    top: -525px;
    right: 15%;
    width:100%;
    max-width:650px;
  }

  .carousel-inner,
  .carousel-inner .item,
  .carousel-inner .item img{min-height: 600px;}

  .proc{
    margin: 60px 0;
    text-transform: uppercase;
  }
  .address-block:first-child{
    margin-top: 100px;
  }
  .address-block{
    text-align: left;
  }
  .copyright{
    text-align: left;
  }
  .trump{
    text-align: right;
  }
  .navbar-nav{
    padding-top: 50px;
    float: right;
  }

  .down-form{
    background: url('../img/bg-form.png')no-repeat top center;
    height: 820px;
  }
  .top-phone{
    text-align: right;
    font-size: 24px;
  }
  .top-obj{
    position: relative;
  }
  .decorations-wrapper {
        width: 100%;
        position: absolute;
        display: block !important;
        overflow-x: hidden;
        top: 150px;
        left: 0;
        margin-left: -200px;
        z-index: -1;
    }
    /* Decoration */
    html.inlinesvg svg.decoration, .decoration {
        display: block;
        z-index: 3;
    }
    .news{
      position: relative;
      padding-bottom: 150px;
    }
    
    html.inlinesvg svg.decoration path {
        stroke: #fff !important;
        stroke-width: 9px;
        fill: none;
    }
    .btn-news{
      position: relative;
      z-index: 9;
    }
    .btn-news:before {
        content: "";
        display: block;
        background-image: url('../img/misc/depoimentos-background.png');
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
    }
    .btn-news:before, svg[data-for=".btn-news:before"] {
        position: absolute;
        width: 480px;
        height: 440px;
        left: -100px;
        top: -70px;
        z-index: -1;
    }

    .news:before {
        content: "";
        display: block;
        background-image: url('../img/misc/page-background-noticias.png');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    .news:before, svg[data-for=".news:before"] {
        position: absolute;
        top: 20px;
        left: -60px;
        width: 195px;
        height: 405px;
    }
    /*.news:after {
        content: "";
        display: block;
        background-image: url('../img/misc/page-background-como-chegar.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .news:after, svg[data-for=".news:after"] {
        position: absolute;
        top: -150px;
        right: -155px;
        width: 155px;
        height: 280px;
    }*/
    .proc-subtitle:before {
        content: "";
        display: block;
        background-image: url('../img/misc/page-background-sobre-medico.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .proc-subtitle:before, svg[data-for=".proc-subtitle:before"] {
        position: absolute;
        top: -410px;
        right: -150px;
        width: 170px;
        height: 380px;
    }
    .news:after {
        content: "";
        display: block;
        background-image: url('../img/misc/page-background-como-chegar-1.png');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    .news:after, svg[data-for=".news:after"] {
        position: absolute;
        top: 63px;
        right: 15px;
        width: 80px;
        height: 425px;
    }
    .decoration.img-arrow-1 {
        position: absolute;
        top: 740px;
        right: -170px;
        width: 170px;
        height: 120px;
    }
    .decoration.img-arrow-2 {
        position: absolute;
        top: 820px;
        left: -430px;
        width: 430px;
        height: 80px;
    }
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px){
 .carousel-caption {
  left: 15% !important;
  top: 40%;
 } 
 .ban-title{
   color:#c9582f;
   text-align: left;
 } 
  
}









