.container {position:relative; width:100%; margin:0 auto; padding: 0; box-sizing:border-box; }
.container-fluid {position:relative; width:100%; margin:0 auto; padding: 0; box-sizing:border-box; }
.column,.columns { width:100%; float:left; box-sizing:border-box; }
.pad{padding:10px}
.pad2{padding:20px 0}.pad3{padding:30px 0}.pad4{padding:40px 0}.pad5{padding:50px 0}.pad6{padding:60px 0}.pad7{padding:70px 0}
.padd{padding:80px 0; min-height:60px}
.br{color:#fff}
.brbg{background-color:#fff}
.ouro{color:#f7c600}
.ourobg{background-color:#f7c600}
.darkred{color:#660712}
.blu{color:#3B4393}
.blubg{background-color:#3B4393}
.blu2{color:#687CBC}
.blu2bg{background-color:#687CBC}
.red{color:#BB1726}
.redbg{background-color:#BB1726}
.orange{color:#f7921c}
.bk{color:#000}
.cz{color:dimgray}
.czbg{background-color:#f2f2f2; background:rgb(241,241,241); background:linear-gradient(180deg,rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); }
.czb{background-color:#e9eef3}
.czbgcir{background: rgb(255,255,255);background: radial-gradient(circle, rgba(255,255,255,1) 14%, rgba(241,241,241,1) 77%); }
.som{text-shadow:1px 1px 19px rgba(0, 0, 0, 0.4);}
.somd{-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);}
.over{position:absolute; float:left;z-index:100;}
.trans{background-color:cornflowerblue;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);opacity:0.5}
.oki{text-transform:uppercase}
.img-circle {border-radius: 50%;}
.round{border-radius:6px}
#ganhadores{padding:120px 0 80px 0}

.selo{background:rgb(60,67,147); background:radial-gradient(circle, rgba(60,67,147,1) 35%, rgba(40,46,85,1) 85%); padding:40px; margin:70px auto; color:#fff; min-height:238px}
.selobr{background:#fff; padding:30px 40px; margin:0px auto 40px auto; min-height:300px}
.deg{background: rgb(40,46,85); background: linear-gradient(-90deg, rgba(40,46,85,1) 12%, rgba(59,67,147,1) 86%); }
.degradial{ background: rgb(59,67,147); background: radial-gradient(circle, rgba(59,67,147,1) 32%, rgba(40,46,85,1) 58%); }

.row {padding:0 20px}


.modal-window {position:fixed; background-color: rgba(5, 5, 5, 0.8); top:0; right:0; bottom:0; left:0; z-index:99999; visibility: hidden; opacity: 0; pointer-events:none; -webkit-transition: all 0.3s; transition: all 0.2s}
.modal-window:target { visibility: visible; opacity: 1; pointer-events: auto;}
.modal-window > div {max-width:280px; width:100%; padding:25px; position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%);transform: translate(-50%, -50%); padding:2em; background:#ffffff; -webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.7); -moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.7); box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.7); border-radius:8px}
.modal-close {line-height:50px; font-size:80%; font-weight:bolder; position:absolute; right:12px; text-align:center; top:0; width:80px; text-decoration:none}
.modal-close:hover {color: black;}
.modal-window div:not(:last-of-type) { margin-bottom: 15px;}

.zoom{transition: transform 0.3s;}
.zoom:hover{transform: scale(1.07)}


@media (min-width: 600px) {
    .container {width: 85%; padding: 0; }
    .row {padding:0}
}


@media (min-width: 900px) {
  .container { width:80%; }
  .column, .columns { margin-left: 4%; }
  .column:first-child, .columns:first-child { margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .dois.columns                  { width:19%}
  .three.columns                  { width: 22%}
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%}
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%}
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width:50%; margin-left:0}

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}



html {font-size: 62.5%; scroll-behavior: smooth; margin:0; padding:0;}
body {font-size:1.5em; font-family:'Source Sans Pro', sans-serif; line-height:1.6; font-weight:400; color:#222; overflow-x:hidden;margin:0; padding:0}
.pad{ padding:30px}


h1, h2, h3, h4, h5, h6 {margin-top:0.5rem; margin-bottom:1rem; color:#687CBC; line-height:1.4; font-weight:300}
h1 { font-size: 3.8rem; }
h2 { font-size: 3.2rem; }
h3 { font-size: 2.0rem; }
h4 { font-size: 1.8rem; font-weight:400}
h5 { font-size: 1.6rem; font-weight:400}
h6 { font-size: 1.4rem; }

@media (min-width: 650px) {
h1 { font-size: 5.8rem; }
h2 { font-size: 4.2rem; }
h3 { font-size: 3rem; }
h4 { font-size: 2.4rem; }
h5 { font-size: 1.9rem; }
h6 { font-size: 1.5rem; }
}

p {margin:0;}
a {color:#2c77bc; text-decoration:none;-webkit-transition:color 0.2s ease-in; -moz-transition:color 0.2s ease-in; -o-transition:color 0.2s ease-in}
a:hover {color:#3b1210}




.button,button,input[type="submit"],input[type="reset"],input[type="button"] {display:inline-block; height:48px; padding:0 30px; color:#fff; text-align:center; font-size:14px; font-weight:600; line-height:48px; text-decoration: none; white-space: nowrap; background-color:#2c77bc; border-radius:4px; cursor: pointer; box-sizing: border-box; border: 1px none #fff; letter-spacing:0.03em}
.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus {border-color:#fff; outline: 0; background-color:#000}
.button.button-primary,button.button-primary,input[type="submit"].button-primary,input[type="reset"].button-primary,
input[type="button"].button-primary {background-color:#663300; font-size:20px; padding:8px 33px; height:58px}
.button.button-primary:hover,button.button-primary:hover,input[type="submit"].button-primary:hover,input[type="reset"].button-primary:hover,input[type="button"].button-primary:hover,.button.button-primary:focus,button.button-primary:focus,input[type="submit"].button-primary:focus,input[type="reset"].button-primary:focus,input[type="button"].button-primary:focus {color:#FFF; background-color:#000}

.bbr{height:58px; padding:0 27px 9px 27px; color:#663300; text-align:center; font-size:28px; font-weight:bolder; letter-spacing:-0.03em; line-height:58px; text-decoration: none; white-space: nowrap; background-color:#fff; border-radius:19px; cursor: pointer; box-sizing: border-box}
.bbr:hover {background-color:#000}


input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],input[type="date"],textarea,select {height:42px; padding:9px 10px; background-color:#fff; border:1px solid #bbb; border-radius:4px; box-shadow:none; box-sizing:border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],
textarea {-webkit-appearance: none; -moz-appearance: none;appearance: none; }
textarea {min-height: 65px; padding-top: 6px; padding-bottom: 6px; }
input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus {border: 1px solid #000; outline: 0; }
label,legend {display: block; margin-bottom: .5rem; font-weight: 600; }
fieldset { padding: 0; border-width: 0; }
input[type="checkbox"],input[type="radio"] {display:inline; padding: 5px; border:1px solid #bbb;}
label{ display: inline-block; margin-left: .5rem; font-weight:400}


#datan {background-color:#fff;width:250px;margin:2px 0 0 3px;padding:8px 5px 4px 7px;position:absolute;z-index:50;display:block}
#datan a {color:#aaa;cursor:default}


ul {list-style: circle inside; }
ol {list-style: decimal inside; }
ol, ul {padding-left: 0; margin-top: 0; }
ul ul,ul ol,ol ol,ol ul {margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; }
li {margin-bottom:0.5rem; }


table {border-collapse: collapse; margin:0; padding:0; width:100%; table-layout:fixed}
table caption {font-size:1.5em; margin:.5em 0 .75em 0}
table tr {padding:2em 0}
table th,table td { padding:.625em 0; text-align: center; border-bottom: 1px solid #E1E1E1}
table th, thead {font-size: .8em; text-transform: uppercase; font-weight: bold}
.padr{font-size:22px}
.ttd {font-size:15px}

@media screen and (max-width: 600px) {
  table thead {border:none; clip: rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
  table tr {background-color:#fff; display:block; padding:0 10px; border-bottom:12px solid #e7eff3}
  table td {border-bottom: 1px solid #ddd; display:block; font-size:11px; text-align:right}
  table td:before {content: attr(data-label); float: left; }
  .ttd {font-size:12px}
}



button,.button {margin-bottom: 1rem; line-height:110%; padding-top:18px; padding-bottom:18px; white-space:normal; height:auto}
input,textarea,select,fieldset {margin-bottom: 1.5rem; }
pre,blockquote,dl,figure,table,p,ul,ol,form {margin-bottom: 2.5rem; }


.u-full-width {width:100%; box-sizing: border-box}
.u-half-width {width:49.7%; box-sizing: border-box}
.u-max-full-width {max-width: 100%;  box-sizing: border-box}
.u-pull-right {float:right}
.u-pull-left {float:left}
.tcenter{text-align: center}
.tjust{text-align: justify}
.tleft{text-align: left}
.tright{text-align:right}
.t300{font-weight:300}.t400{font-weight:400}
.b,b{font-weight:bolder}
.subline{border-bottom:2px solid #687CBC; padding-top:5px; margin-bottom:25px; width:30%}


hr {margin-top:2rem; margin-bottom:2.5rem; border-width:0; border-top: 1px solid #E1E1E1}
.container:after,.row:after,.u-cf { content:""; display:table; clear:both}


@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { transform: scale(0.0);-webkit-transform: scale(0.0);
  } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); }
}




.modal-window {position:fixed; background-color: rgba(0, 0, 0, 0.75); top:0; right:0; bottom:0; left:0; z-index:999999; visibility:hidden; opacity: 0; pointer-events:none; -webkit-transition: all 0.3s; transition: all 0.3s}
.modal-window:target { visibility: visible; opacity: 1; pointer-events: auto;}
.modal-window > div {max-width:280px; width:100%; padding:20px 18px 0 18px; position:absolute; top:42%; left:50%; -webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%); padding:2em; background:#ffffff; -webkit-box-shadow:0px 0px 80px 0px rgba(0,0,0,0.46); -moz-box-shadow:0px 0px 80px 0px rgba(0,0,0,0.46); box-shadow:0px 0px 80px 0px rgba(0,0,0,0.46); border-radius:8px}

.modal-close {line-height:50px; font-size:80%; font-weight:bolder; position:absolute; right:20px; text-align:center; top:0; width:80px; text-decoration:none}
.modal-close:hover {color: black;}
.modal-window div:not(:last-of-type) { margin-bottom: 15px;}





@media (min-width: 320px) {
#pe{padding:50px 20px}#pe a, #pe ul li a, #pe h4, #pe p{color:#fff}
.ico{width:20px;height:auto;float:left;margin:4px 5px 0 0}
.zap{position:fixed; bottom:12px; left:12px; width:50px; height:auto; z-index:999}
.central{text-align:left; width:auto}
.centraltit{margin-top:5px;margin-bottom:-5px;display:none}
.conteudo{margin-top:60px}

.topo{position:fixed;z-index:99; width:100%; left:0; top:0; background-color:#3b4393; padding:2px 13px 3px 14px; -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.85);-moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.85);box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.85);}
.topo a{color:#fff;font-weight:400; font-size:14px; margin:0 0 5px 8px}
.topo a:first-of-type{margin:0 5px 5px 0}
.topo a:hover{color:#c1d7ec}

.tab {display: none;}
.cad {max-width:540px;width:100%}
.tab input {padding:15px; width:100%; font-size:17px; border:1px solid #aaaaaa;}
.tab input.invalid {background-color:#ffdddd}

#espaco{height:100px}
#slideshow > div{position:absolute; margin:0}
#slidehm{position:absolute; margin:0; display:grid; height:580px}
.home-video{width:100%;height:auto; margin:30px 0}
	
#especialidades li a{color:#fff; list-style:none; list-style-type:none; padding-left:22px}
#especialidades li{list-style:none; list-style-type:none; background-image:url(../img/check.svg); background-repeat:no-repeat; background-position:0; background-size:14px}

.hero1{width:100%; height:580px; padding:180px 0 0 0; background-size:300%; background-position:left -440px top -220px; background-image:url(../img/banner-cid-grupo-terapia-assistida_branco.jpg)}
.nome{font-size:1.9em; margin:58px 0 0 2px; width:170px; line-height:100%}
.logo{height:auto;width:100px; margin-top:40px}
.logope{height:auto;width:140px; margin:0 8px 15px 0}
.social{display:none}
.heroin{padding:30px 0}
.drhm{border-radius:8px; width:100px; height:auto; margin:5px}
.dr{border-radius:8px; width:60%; height:auto; margin:5px}

.header {position:fixed; left:0; top:0; width:100%; height:100px; z-index:9999; border:none;outline:none}
.header .navbar {max-width:100%; height:auto;}
.header .menu > .menu-item {position:relative; display:inline-block; margin:0 0.75rem;}
.header .menu > .menu-item > a {display:block; font-family:inherit; font-size:1.4rem; font-weight:400; line-height:inherit; padding:1rem 0; border:none; outline:none; color:#fff; text-rendering:optimizeLegibility; -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;}
.header .menu > .menu-item > a .expand {position:relative; display:inline-block; height:0.75rem; width:0.75rem; margin-left:0.35rem; border:none; outline:none; pointer-events: none;}
.header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after {position:absolute; -webkit-box-sizing:inherit; box-sizing:inherit; content: ''; left:50%; top:50%; width:100%; height:2px; background:#121212; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease}
.header .menu > .menu-item:hover > a {color: #3B4393}
.header .menu > .menu-item:hover > a .expand::before, .header .menu > .menu-item:hover > a .expand::after {background: #e91e63;}
.header .menu > .menu-item > a .expand::after {-webkit-transform: translate(-50%, -50%) rotate(-90deg);-ms-transform: translate(-50%, -50%) rotate(-90deg); transform: translate(-50%, -50%) rotate(-90deg);}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover {color:#3B4393}
.header .menu > .menu-item > .sub-menu {position:absolute; left:-1rem; top:100%; width:13rem; height:auto; padding:0.75rem 0; border:none; outline:none; opacity:0;
 visibility: hidden; border-top:3px solid #3B4393; background:#ffffff; -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); -webkit-transform:translateY(1rem); -ms-transform:translateY(1rem); transform: translateY(1rem); -webkit-transition: all 0.35s ease; -o-transition:all 0.35s ease; transition:all 0.35s ease;}
.header .menu > .menu-item > .sub-menu > .menu-item {display:block;}
.header .menu > .menu-item > .sub-menu > .menu-item > aont-weight:400; line-height:inherit; padding:0.2rem 0.5rem; color:#121212; text-rendering: optimizeLegibility; -webkit-transition:all 0.35s ease; -o-transition: all 0.35s ease;  transition: all 0.35s ease;}
.header .opened-menu {position:fixed; top:50px; right:15px; display:none; cursor:pointer; width:2rem; height:2rem; border:none; outline:none; opacity:0; visibility:hidden; background:none; -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); -webkit-transition:all 0.35s ease; -o-transition:all 0.35s ease; transition:all 0.35s ease; z-index:999}
.header .opened-menu span {display:block; position:absolute; width:46px; height:4px; right:0; border:none; outline:none; opacity:1; border-radius:0.25rem; background:#fff; -webkit-transform: rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg);-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease; transition:all 0.25s ease;}
.header .opened-menu span:nth-child(1) {top:0;}
.header .opened-menu span:nth-child(2), .header .opened-menu span:nth-child(3) {top:1rem;}
.header .opened-menu span:nth-child(4) {top:2rem;}
.header .closed-menu {display:none; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content: center; cursor:pointer; width:2.5rem; height:2.5rem; border:none; outline:none; background:none;}
.header .closed-menu img.closed-icon {display:block; width:1rem; height:auto;}
.header .overlay {position:fixed; left:0; top:0; height:100%; width:100%; z-index:999; opacity:0; visibility:hidden; background:rgba(0, 0, 0, 0.6); -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;}

.wrap-collapsible {margin:2rem 0}
input[type='checkbox'] {display:none;}
.lbl-toggle {display:block; font-size:1.6rem; line-height:1.9rem; text-transform:uppercase; padding:1.7rem 1.3rem; color:#1c2f6e; background:#eee; cursor:pointer; border-radius:0px; transition:all 0.25s ease-out; margin-bottom:0;}
.lbl-toggle:hover { color:#1c2f6e}
.lbl-toggle::after { content:' '; display:inline-block; vertical-align:middle; transition:transform .2s ease-out; margin:0 0 0 6px}
.collapsible-content { max-height:0px; overflow:hidden; transition:max-height .15s ease-in-out; box-shadow:rgba(15, 20, 31, 0.15) 0px 0px 18px 0px;}
.toggle:checked + .lbl-toggle + .collapsible-content { max-height:2250px; height:auto}
.toggle:checked + .lbl-toggle { border-bottom-right-radius:0; border-bottom-left-radius:0;}
.collapsible-content .content-inner { background:#fff; padding:1.7rem;}
.content-inner p {margin-bottom:1.4rem}
}



@media (min-width:960px) {
.foot p{font-size:15px}.foot h3{font-size:26px}
.logo{float:left;margin:0 0 10px 0}
.titin {margin-top:15px; text-align:right; float:right}
.titin h1{font-size:160%}
.topreg{display:inline-block}
.header {position:absolute; left:0; top:0; width:100%; height:80px}
}



@media (min-width: 1200px) {
#in{padding:20px 10px}
.logo{width:115px; margin:0 0 2px 16.5%}
.social{text-align:right; padding-right:9.5%; display:block}
.time > div{min-height:630px}
#slidehm{height:650px}
.hero1{height:650px; padding:90px 0 0 0; background-size:cover; background-position:center}
.zap{bottom:15px; left:15px; width:56px}
#espaco{height:110px}
#medicosin .selo{min-height:420px}
.topo{width:auto; left:auto; right:15px; padding:2px 18px 4px 18px; -webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px; -webkit-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.85);-moz-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.85);box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.85);}
.topo a{color:#fff;font-weight:400; font-size:14px; margin:0 0 5px 10px}
.topo a:first-of-type{margin:0 5px 5px 0}
.conteudo{margin-top:100px}

.central{text-align:left; min-width:200px; position:absolute; right:-3%; top:4px}
.centraltit{margin-top:5px;margin-bottom:-5px;display:block}
.header{padding-top:22px; height:82px}
.header .navbar{text-align:center; margin-top:7px; margin-bottom:0; }
.header .menu > .menu-item > a{font-size:1em; margin:auto 2px}
.header .menu > .menu-item:hover > a{color:#fff; border-bottom:1px solid #687CBC; padding:0 auto}
.header .menu > .menu-item-has-children:hover > .sub-menu {display:block; opacity:1; visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform: translateY(0);}
.header .menu > .menu-item-has-children:hover > a .expand::after {-webkit-transform:translate(-50%, -50%) rotate(0deg); -ms-transform:translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg);}
.header .menu > .menu-item > .sub-menu {left:-3rem; top:55%; width:26.5rem; height:auto; padding:0.75rem 0; border:none; outline:none; opacity:0; visibility:hidden; border-top:3px solid #3B4393; text-align:left}
.header .menu > .menu-item > .sub-menu > .menu-item > a{font-size:1.16em; padding:0.7em 1em}
}



@media (min-width: 1360px) {
.heroin{padding: 60px 0}
.home-video{margin:60px 0}
.logo{width:120px; margin:10px 0 2px 16.5%}
.header .menu > .menu-item > a{font-size:1.08em; margin:auto 4px}
}


@media (min-width: 1600px) {
.hero2,.hero3 {height:640px; }
.hero2in {height:300px;}
.logo{width:125px}
.central{text-align:center}
.central .ico{float:none; margin:5px 7px -3px 0}
.header .menu > .menu-item > a{font-size:1.2em; margin:auto 5px}
#medicosin .selo{min-height:440px}
.header{padding-top:22px; height:88px}
}


@media (min-width: 1900px) {
#menu{margin:0px auto 0 auto;}
#como{top:200px}
.hero2,.hero3 {height:580px}
.hero2in {height:300px;}    
#participe{margin-top:280px}
}




@media only screen and (max-width:1200px) {
  .header .overlay.active {display: block; opacity: 1; visibility: visible; }
  .header .navbar {position:fixed; top:0; left:-24rem; width:24rem; height:100%; padding:1rem 0; z-index:999; opacity:0; overflow-y:auto; visibility:hidden;
   background: #ffffff;-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);-webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
  .header .navbar.active {left: 0rem; opacity: 1; visibility: visible; }
  .header .navbar::-webkit-scrollbar {width: 5px;}
  .header .navbar::-webkit-scrollbar-thumb {border-radius:1rem;background:#e6e6e6; -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);box-shadow:inset 0 2px 6px rgba(0, 0, 0, 0.12); }
  .header .menu {width: 100%; height: auto;margin-top: 3.5rem;}
  .header .menu > .menu-item {display: block; margin: 0;}
  .header .menu > .menu-item-has-children > a {display: -webkit-box; display:-ms-flexbox; display: flex; -webkit-box-pack: justify;-ms-flex-pack:justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center;align-items:center; }
  .header .menu > .menu-item > a {padding: 0.75rem 1rem; color: #121212; border-bottom: 1px solid #f2f2f2; }
  .header .menu > .menu-item:first-child > a {border-top: 1px solid #f2f2f2; }
  .header .menu > .menu-item > a .expand::before, .header .menu > .menu-item > a .expand::after {background: #121212;}
  .header .menu > .menu-item-has-children.active > a .expand:after {-webkit-transform: translate(-50%, -50%) rotate(0deg);-ms-transform: translate(-50%, -50%) rotate(0deg);transform: translate(-50%, -50%) rotate(0deg); }
  .header .menu > .menu-item > .sub-menu {position:relative; top:auto; width:100%; max-height:0; padding:0px; border:none; outline:none; opacity:1; overflow: hidden; visibility:visible; background:transparent; -webkit-box-shadow:none; box-shadow:none; -webkit-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px); }
  .header .menu > .menu-item > .sub-menu > .menu-item > a {padding:0.25rem 0rem; color:#121212; border-bottom:1px solid #f2f2f2; }
  .header .opened-menu {display: block; opacity: 1; visibility: visible;  }
  .header .closed-menu {position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; top: 1rem; right: 0.5rem;  }
}




.lbl-toggle h3{font-size:2.8rem; text-transform:none; color:#fff}
input[type='checkbox'] {display:none;}
.lbl-toggle {display:block; text-transform:uppercase; padding:1.7rem 0.7rem 0 3rem; cursor:pointer; border-radius:10px; transition:all 0.25s ease-out; margin-bottom:0; box-shadow:rgba(15, 20, 31, 0.15) 0px 0px 18px 0px; background:rgb(60,67,147); background:radial-gradient(circle, rgba(60,67,147,1) 35%, rgba(40,46,85,1) 85%)}
.lbl-toggle::after { content:' '; display:inline-block; vertical-align:middle; transition:transform .2s ease-out; margin:0 0 0 6px}
.collapsible-content { max-height:0px; overflow:hidden; transition:max-height .15s ease-in-out; box-shadow:rgba(15, 20, 31, 0.15) 0px 0px 18px 0px; border-bottom-left-radius:10px; border-bottom-right-radius:10px;}
.toggle:checked + .lbl-toggle + .collapsible-content { max-height:2250px; height:auto}
.toggle:checked + .lbl-toggle { border-bottom-right-radius:0; border-bottom-left-radius:0;}
.collapsible-content .content-inner { background:#fff; border-bottom-left-radius:10px; border-bottom-right-radius:10px; padding:3rem;}
.content-inner p {font-size:1.7rem; margin-bottom:1.4rem}
.wrap-collapsible label{margin-left:0}




#return-to-top {position:fixed; bottom:20px; right:85px;background:rgb(0, 0, 0); background:rgba(0, 0, 0, 0.5); width:45px; height:45px; display: block; text-decoration:none; -webkit-border-radius:34px; -moz-border-radius:34px; border-radius:34px; display:none; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
#return-to-top i{color:#fff; margin:0; position:relative; left:16px; top:14px; font-size:19px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease;}
#return-to-top:hover {background:rgba(0, 0, 0, 0.7)}
#return-to-top:hover i {color:#fff; top:14px}
.arrow {border:solid #fff; border-width:0 4px 4px 0; display:inline-block; padding:4px; transform: rotate(-135deg);-webkit-transform: rotate(-135deg);}
