@font-face {font-family:'ToshA-Thin'; src:url('ToshA-Thin.woff') format('woff'), url('ToshA-Thin.ttf') format('truetype');font-weight:300; font-display:swap;}
@font-face {font-family:'ToshA-Light'; src:url('ToshA-Light.woff') format('woff'), url('ToshA-Light.ttf') format('truetype');font-weight:300; font-display:swap;}
@font-face {font-family:'ToshA-Regular'; src:url('ToshA-Regular.woff') format('woff'), url('ToshA-Regular.ttf') format('truetype');font-weight:400; font-display:swap;}
@font-face {font-family:'ToshA-Bold'; src:url('ToshA-Bold.woff') format('woff'), url('ToshA-Bold.ttf') format('truetype');font-weight:800; font-display:swap;}


.container {position:relative; width:100%; max-width:1080px; 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; }
.half.column {width:45%}

.br{color:#fff}
.brbg{background-color:#fff}
.ouro{color:#f7c600}
.ourobg{background-color:#f7c600}
.darkred{color:#660712}
.blu{color:#1819dd}
.blubg{background-color:#1819dd}
.blu2{color:#17189c}
.blu2bg{background-color: #17189c}
.rosa{color:#fda19a}
.rosabg{background-color:#fda19a}
.red{color:#BB1726}
.redbg{background-color:#BB1726}
.orange{color:#f7921c}
.bk{color:#222}
.cz{color:#b2b8c8}
.czbg{background-color:#b2b8c8; background:rgb(241,241,241); background:linear-gradient(180deg,rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); }
.czb{background-color:#e5e7ef}
.czbgcir{background: rgb(255,255,255);background: radial-gradient(circle, rgba(255,255,255,1) 14%, rgba(241,241,241,1) 77%); }
.deg{background: rgb(253,161,154); background: linear-gradient(90deg, rgba(253,161,154,1) 12%, rgba(13,14,236,1) 86%); }
.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.2);-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);}
.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:8px}

.selo{-webkit-box-shadow:0px 20px 34px 0px rgba(74,74,74,0.35);-moz-box-shadow:0px 20px 34px 0px rgba(74,74,74,0.35);box-shadow: 0px 20px 34px 0px rgba(74,74,74,0.35); background-color:#eee; padding:30px 20px; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; border:1px solid #fff; margin-bottom:20px}
.no{color:#f7c600; float:left; font-size:45px; font-family:'Metropolis-ExtraBold'; margin-right:12px}
.deg{background:rgb(185,151,85);background:-moz-linear-gradient(180deg, rgba(185,151,85,1) 25%, rgba(222,199,153,1) 72%); background:-webkit-linear-gradient(180deg, rgba(185,151,85,1) 25%, rgba(222,199,153,1) 72%); background:linear-gradient(180deg, rgba(185,151,85,1) 25%, rgba(222,199,153,1) 72%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b99755",endColorstr="#dec799",GradientType=1); }

.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.1)}


.row {padding:0 20px}
.half.column {width:45%}

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

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

  .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%; }

  /* 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.6em; font-family:'ToshA-Light', sans-serif; line-height:1.9; 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; font-family:'ToshA-Bold', sans-serif; font-weight:400; color:#0d0eec; letter-spacing:0.05rem; line-height:1.6; font-weight:800}
h1 { font-size: 4.8rem; }
h2 { font-size: 3.2rem; }
h3 { font-size: 2.2rem; }
h4 { font-size: 1.8rem;}
h5 { font-size: 1.6rem; }
h6 { font-size: 1.5rem; }

@media (min-width: 950px) {
h1 { font-size: 7.8rem; }
h2 { font-size: 5.5rem; }
h3 { font-size: 4rem; }
h4 { font-size: 2.7rem; }
h5 { font-size: 2rem; }
h6 { font-size: 1.5rem; }
}

p {margin:0;}
a {color:#0d0eec; 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:#0001bf}
.leve{font-family:'ToshA-Thin'}
.reg{font-family:'ToshA-Regular'}
.b,b{font-family:'ToshA-Bold'}
.upper{text-transform:uppercase}
.esp{letter-spacing:0.7rem}



.btmn {display:inline-block; height:38px; padding:0 20px; color:#fff; text-align:center; font-size:11px; font-weight:600; line-height:40px; text-decoration: none; white-space: nowrap; background-color:#0d0eec; border-radius:30px; cursor: pointer; box-sizing: border-box; border: 1px none #fff; letter-spacing:0.03em}

.button,button,input[type="submit"],input[type="reset"],input[type="button"] {display:inline-block; height:55px; padding:0 30px; color:#fff; text-align:center; font-size:1.6rem; line-height:55px; text-decoration:none; white-space:nowrap; background-color:#0d0eec; border-radius:6px; 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}

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 #888; border-radius:6px; 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}
label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; }


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: 1rem; }


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; }
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}
.b, b{font-family:'ToshA-Bold'}


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 auto}#pe a, #pe ul li a, #pe h4, #pe p{color:#fff}
.ic{width:16px;height:auto;float:left;margin-right:8px}
.logo{position:absolute; height:auto;width:140px; margin:22px 0 0 6%; z-index:99}
.ham{height:auto; width:38px; }
.icoval{width:70px;height:auto; padding:0px 25px 10px 0; float:left}
.lax{width:80%;max-width:80%;height:auto; padding:20px}
.social img{width:30px;height:auto; margin:5px 5px 15px 0}
.logomenu{width:120px;height:auto}

.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}

#slideshow > div{position:absolute; margin:0}
#slidehm{position:absolute; margin:0; display:grid; height:580px}
.nome{font-size:1.9em; margin:58px 0 0 2px; width:170px; line-height:100%}
.logope{height:auto;width:140px; margin:-7px 0 13px 0}

.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}

.content{display:flex;flex-direction:column;grid-area:1/1/2/2;height:100vh;justify-content:center;position:relative;width:100vw; background-image: url(../img/hero-bg.jpg);background-attachment:fixed; background-size:cover; background-position:top center; overflow:hidden;}
.contentin{align-items:center;display:flex;flex-direction:column;grid-area:1/1/2/2;height:65vh;justify-content:center;position:relative;width:100vw; background-image: url(../img/hero-bg.jpg);background-attachment:fixed; background-size:cover; background-position:top center; overflow:hidden;}
.content__title{cursor:default;font-size:2.6em; line-height:1;margin:-46vh 0 0 7%;text-align:left; z-index:10}
.content__titlein{cursor:default;font-size:2em; line-height:1; margin:-64vh 0 0 7%; text-align:left; z-index:10}
.content__title-main{font-family:'ToshA-Thin';}
.content__title-main,.content__title-sub{display:block;will-change:opacity,transform}
.bannerin{margin-top:-8px;background-image:url(../img/medica-paciente1.jpg); background-size:150%; background-position:center; min-height:300px; overflow: hidden}
.bannertxt{position:absolute;margin-top:-6%; width:50%}

#bloco{background-image:url(../img/shape-curva.svg); background-size:150%; background-position:top center; z-index:10; overflow-x:hidden; padding:40px 0 50px 0; margin:-22vh 0 0px 0}
#blocoin{background-image:url(../img/shape-curva.svg); background-size:150%; background-position:top center; z-index:10; overflow-x:hidden; padding:40px 0 50px 0; margin:-50vh 0 0px 0}
#blocopos{z-index:8; margin-top:20px; padding:60px 30px 50px 30px; }
.marca{display:inline-flex; padding:0 20px; z-index:50; width:25%}
.hero-simbolo{position:absolute; z-index:0; width:90%; margin:-10px 0 0 5%; overflow:hidden}
.hero-simboloin{position:absolute; z-index:0; width:135%; margin:0 0 0 auto; overflow:hidden}
.hero-img{position:absolute; z-index:1; width:140%; margin:200px 0 0 -35%; overflow:hidden}
.heroin-img{position:absolute; z-index:1; width:100%; margin:-130px 0 0 0; overflow:hidden}

#nav-icon4 {width:36px; height:20px; position:fixed; top:22px; right:10px; z-index:99999; -webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out; transition:.5s ease-in-out; cursor:pointer; z-index:999; background:none; padding:20px; border-radius:0 0 0 12px}
#nav-icon4 span {display:block; position:absolute; height:5px; width:60%; margin:13px auto 10px 21.4%; background:#1819dd; border-radius:4px; opacity: 1; left: 0; -webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg); -webkit-transition: .25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
#nav-icon4 {}
#nav-icon4 span:nth-child(1) {top:0px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(2) {top:10px; -webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(3) {top:20px;-webkit-transform-origin:left center;-moz-transform-origin:left center; -o-transform-origin:left center; transform-origin:left center;}
#nav-icon4.open span:nth-child(1) {-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg); transform: rotate(45deg); top:-11px; left:7px; background-color:#fda19a}
#nav-icon4.open span:nth-child(2) { width: 0%; opacity: 0;}
#nav-icon4.open span:nth-child(3) {-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform: rotate(-45deg); top:20px; left:7px; background-color:#fda19a}

.overlay {position:fixed; background:#1819dd; top:0; left:0; width:100%; height:0%; opacity:0; visibility:hidden; -webkit-transition: opacity .35s, visibility .35s, height .35s; transition:opacity .35s, visibility .35s, height .35s; overflow: hidden; z-index:250; -webkit-box-shadow:0px 0px 32px 0px rgba(0,0,0,0.6);-moz-box-shadow:0px 0px 32px 0px rgba(0,0,0,0.6);box-shadow:0px 0px 32px 0px rgba(0,0,0,0.6);}
.overlay.open {opacity:1; visibility:visible; height:100%;}
.overlay.open li {-webkit-animation:fadeInRight .5s ease forwards; animation:fadeInRight .5s ease forwards; -webkit-animation-delay:.35s; animation-delay:.35s;}
.overlay.open li:nth-of-type(2) {-webkit-animation-delay:.4s; animation-delay:.4s;}
.overlay.open li:nth-of-type(3) {-webkit-animation-delay:.45s; animation-delay:.45s;}
.overlay.open li:nth-of-type(4) {-webkit-animation-delay:.50s; animation-delay:.50s;}
.overlay nav {position:relative; height:75%; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); font-size:20px; text-align:center}
.overlay ul {list-style:none; padding:0; margin:0 auto; display:inline-block; position:relative; height:100%}
.overlay ul li {display:block; height:20%; height: calc(100%/5); min-height:30px; position:relative; opacity:100; font-size:0.83em; text-transform:uppercase; text-align:center; letter-spacing:0.2em; }
.overlay ul li a {display:block; position:relative; color:#fff; text-decoration:none; font-family:'ToshA-Bold'; z-index:99999}
.overlay ul li a:hover {color:#fff}
}



@media (min-width:410px) {
.content__title{font-size:2.8em; line-height:1; margin:-45vh 0 0 9%}
#bloco{padding:50px 10px 20px 10px; margin:-23vh 0 0px 0}
}



@media (min-width:600px) {
.content__title{font-size:2.8em; margin:-55vh 0 0 9%}
.hero-img{width:110%; margin:200px 0 0 -15%}
}



@media (min-width:800px) {
.logo{width:170px; margin:28px 0 2px 5%}
.content__title{font-size:3.5em; margin:-55vh 0 0 9%}
.content__titlein{font-size:2em; margin:-37vh 0 0 6%}
.hero-simbolo{width:64%; margin:-70px 0 0 18%}
.hero-img{width:110%; margin:0px 0 0 -15%}
.heroin-img{width:55%; margin:0 13% 0 0; top:0; right:0}
#bloco{padding:50px 10px 20px 10px; margin:-33vh 0 0px 0}
}



@media (min-width:950px) {
.logo{width:170px; margin:25px 0 2px 6%}
.ham{width:44px}
.foot p{font-size:15px}.foot h3{font-size:26px}
.planod{display:block}
.planom{display:none}
#bloco{background-size:cover; padding:50px 10px 20px 10px; margin:-40vh 0 0px 0; font-size:1.8rem}
#blocopos{padding:60px 30px 50px 30px; margin-top:60px}
#blocoin{background-size:150%; margin:-50vh 0 0px 0}
.marca{display:inline-flex; padding:10px 20px 0 20px; width:100px}
.contentin{height:65vh;background-position:top center; overflow-x:hidden;}
.content__title{line-height:1.1;margin:-30vh 0 0 6%;font-size:3.8rem}
.hero-simbolo{width:38%; margin:-180px auto 0 27%}
.hero-img{width:75%; margin:0px auto 0 0; right:0; top:0px}
.heroin-img{width:75%; margin:0px auto 0 0}
.hero-simboloin{width:80%; margin:0 0 0 15%}
}



@media (min-width: 1200px) {
.logo{width:190px; margin:33px 0 2px 5%}
.ham{width:44px; }
.lax{width:73%;max-width:73%; padding:20px}
#bloco{padding:50px 10px 20px 10px; margin:-240px 0 80px 0}
#blocopos{padding:80px 80px 80px 80px; margin-top:60px}
.marca{padding:10px 13px 0 13px; width:112px}
.content__title{font-size:2.8em; margin:-20vh 0 0 6%}
.content__titlein{font-size:2.2em; margin:-37vh 0 0 6%}
.hero-img{width:74%; margin:30px auto 0 20px; top:0px; }
.heroin-img{width:52%; margin:0 23% 0 0}
.menu{display:none}
.logomenu{display:none}
#nav-icon4{display:none}
#top{height:70px; position:fixed}
.overlay nav {font-size:1.7rem; text-align:right}
.overlay.open{height:90%}
.overlay {visibility:visible; opacity:1; height:80px; background:none; position:absolute; -webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0.6);-moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0.6);box-shadow:0px 0px 0px 0px rgba(0,0,0,0.6); width:90%; right:3.5%; left:auto}
.overlay ul {top:25px}
.overlay ul li {display:inline-block; height:auto; position:relative; opacity:100; font-size:0.7em; margin:0 18px; min-height:20px}
.overlay ul li a{color:#1819dd}
.bannerin{margin-top:-8px;background-size:cover; background-attachment:fixed; }
.bannertxt{margin-top:-26%; width:70%}
}


@media (min-width: 1360px) {
.hero-img{width:77%; margin:0px auto 0 0; right:0; top:30px}
.heroin-img{width:60%; margin:0 15% 0 0}
.content__title{font-size:3em; margin:-20vh 0 0 6%}
.content__titlein{font-size:3em; margin:-40vh 0 0 6%}
#bloco{margin:-30vh 0 0px 0}
}


@media (min-width: 1600px) {
.logo{width:230px}
#bloco{padding:50px 10px 0 10px; margin:-280px 0 80px 0}
#blocopos{padding:80px 80px 80px 80px; margin-top:110px}
.marca{padding:10px 18px 20px 18px; width:133px}
.content__title-main{font-size:7rem}
.content__title-sub{font-size:7rem}
.overlay ul li {font-size:0.8em}
.hero-img{width:77%; margin:0px auto 0 0; top:10px}
.heroin-img{width:60%; margin:0 15% 0 0}
}


@media (min-width: 1900px) {

}







.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}.pad8{padding:80px 0}.pad9{padding:90px 0}
.padd{padding:80px 0; min-height:60px}



#return-to-top {position:fixed; bottom:18px; right:17px; z-index:9999; background:rgb(0, 0, 0); background:rgba(0, 0, 0, 0.5); width:48px; height:48px; 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:18px; top:11px; 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);}




