/* VARIABLES */
/* MIXINS */
/*SIGNIKA*/
.fontTeste {
  font-size: 32px;
  line-height: 32px;
  color: white;
}
.fontTeste .f1 {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
}
.fontTeste .f2 {
  font-weight: normal;
  font-family: 'signikalight', sans-serif;
}
.fontTeste .f3 {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
}
.fontTeste .f4 {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
}
.gradiente_dark {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#020202+0,020202+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(2, 2, 2, 0) 0%, #020202 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(2, 2, 2, 0) 0%, #020202 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(2, 2, 2, 0) 0%, #020202 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00020202', endColorstr='#020202', GradientType=0);
  /* IE6-9 */
}
/* VENDOR MIXINS */
/* MCASE COMPONENTS */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: white;
  font-family: 'signikaregular', sans-serif;
  color: #020202;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-top: 20px;
  margin-bottom: 20px;
}
strong {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
}
a {
  color: white;
}
a:hover,
a:visited,
a:focus {
  color: white;
}
a:visited,
a:focus {
  text-decoration: none;
}
.seo {
  display: none;
}
/*=========================
*** IMG
/========================*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure {
  margin-right: 25px;
}
figcaption {
  border: thin silver solid;
  padding: 0.5em;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
/*=========================
*** BTN
/========================*/
a.btn,
input[type='submit'].btn,
button.btn {
  display: inline-block;
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 13px;
  line-height: 0px;
  padding: 16px 35px;
  color: white;
  text-transform: uppercase;
  background-color: #00aeef;
  border: 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
a.btn.btn-small,
input[type='submit'].btn.btn-small,
button.btn.btn-small {
  padding: 12px 30px;
}
a.btn.btn-pink,
input[type='submit'].btn.btn-pink,
button.btn.btn-pink {
  background-color: #ec008c;
}
.is-phone a.btn,
.is-phone input[type='submit'].btn,
.is-phone button.btn,
.is-tablet a.btn,
.is-tablet input[type='submit'].btn,
.is-tablet button.btn {
  font-size: 11px;
  line-height: 12px;
  background-position: 16px 50%;
  padding: 8px 25px;
}
a.btn:hover,
input[type='submit'].btn:hover,
button.btn:hover,
a.btn:focus,
input[type='submit'].btn:focus,
button.btn:focus {
  color: white !important;
  background-color: #0380c8;
  text-decoration: none;
}
a.btn:visited,
input[type='submit'].btn:visited,
button.btn:visited,
a.btn:focus,
input[type='submit'].btn:focus,
button.btn:focus {
  color: white;
}
a.btn .fa,
input[type='submit'].btn .fa,
button.btn .fa {
  margin-right: 5px;
}
a.hcb_link {
  text-decoration: underline;
}
a.hcb_link.link-blue {
  color: #00aeef;
}
a.hcb_link.link-small {
  font-size: 12px;
}
a.hcb_link.link-small .uk-icon {
  margin-right: 5px;
}
a.hcb_link.link-small .uk-icon svg {
  margin-top: -3px;
  width: 18px;
  height: 18px;
}
/*=========================
*** UTILS
/========================*/
.no-scroll {
  overflow: hidden;
}
.test-red {
  background-color: red;
}
.test-blue {
  background-color: blue;
}
.test-green {
  background-color: green;
}
.text-shadow-1 {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e83349+0,f45c43+100 */
  background: #e83349;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e83349 0%, #f45c43 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e83349 0%, #f45c43 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e83349 0%, #f45c43 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e83349', endColorstr='#f45c43', GradientType=1);
  /* IE6-9 */
  color: white;
}
.bg-dark {
  background-color: #020202;
  color: white;
}
.bg-red {
  background-color: #ec008c;
  color: white;
}
.bg-red-light {
  background-color: #ec008c;
  color: white;
}
.bg-red-dark {
  background-color: #ec008c;
  color: white;
}
.text_smooth {
  font-weight: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}
.grayscale_background {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.overlay-noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/img-noise.png);
  opacity: 0.5;
}
.overlay-noise-animated {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/img-noise-anim.gif);
  opacity: 0.1;
}
/*=========================
*** OFF CANVAS	
/========================*/
.uk-offcanvas {
  z-index: 200;
}
.uk-offcanvas i.fa {
  margin-right: 6px;
  font-size: 18px;
}
.uk-offcanvas .uk-list .menu {
  padding-left: 0;
}
.uk-offcanvas .uk-list .menu li {
  margin-top: 10px;
}
.uk-offcanvas .uk-list .menu li.current-menu-item a {
  color: white;
  font-size: 16px;
}
.uk-offcanvas-overlay .uk-offcanvas-content {
  opacity: 0.5 !important;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
}
/*=========================
*** BREADCRUMB	
/========================*/
.uk-breadcrumb {
  margin-top: 20px;
}
.uk-breadcrumb a {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #585858;
  text-decoration: underline;
}
.uk-breadcrumb > :last-child > * {
  text-transform: uppercase;
  color: #969696;
  font-size: 12px;
  text-decoration: none;
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: ">";
  display: inline-block;
  margin: 0 8px;
  color: #999;
}
/*=========================
*** PAGE SECTIONS
/========================*/
.page-section .page-section-header {
  padding-top: 35px;
  padding-bottom: 50px;
}
.is-phone .page-section .page-section-header,
.is-tablet .page-section .page-section-header {
  padding-top: 15px;
  padding-bottom: 25px;
}
.page-section .page-section-header .header-title {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  color: #585858;
  font-size: 40px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.is-phone .page-section .page-section-header .header-title {
  font-size: 24px;
  line-height: 24px;
}
.page-section .page-section-header .btn-title {
  float: right;
  margin-top: 15px;
}
.page-section .page-section-header .title-underline {
  width: 100%;
  border-bottom: 1px #ec008c solid;
  position: relative;
  margin-top: 12px;
}
.page-section .page-section-header .title-underline::after {
  position: absolute;
  width: 90px;
  height: 11px;
  top: 0;
  left: 0;
  background-color: #ec008c;
  content: "";
  margin-top: -10px;
}
.is-phone .page-section .page-section-header .title-underline::after {
  width: 60px;
  height: 5px;
  margin-top: -4px;
}
.page-section .page-section-header .header-text {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #585858;
  max-width: 50%;
  margin-top: 10px;
}
.page-section .page-section-body {
  padding-bottom: 50px;
}
/*=========================
*** BOX GRID
/========================*/
.page-content {
  padding-top: 40px;
}
.page-content .title {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 20px;
  color: black;
  margin: 0 0 20px;
}
.page-content p {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #585858;
  margin-top: 0;
}
/*=========================
*** BOX GRID
/========================*/
.box-grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 450px;
  max-width: 100%;
  max-height: 450px;
  height: 450px;
  width: 100%;
  background: #000000;
  text-align: center;
  cursor: pointer;
}
.box-grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.9;
}
.box-grid figure figcaption::before,
.box-grid figure figcaption::after {
  pointer-events: none;
}
.box-grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-grid figure.box-hover {
  outline: 0;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
}
.box-grid figure.box-hover img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.box-grid figure.box-hover figcaption {
  border: 0;
  padding: 0;
  top: 195px;
  height: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden;
}
.box-grid figure.box-hover figcaption h2 {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 40px;
  color: white;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  margin-bottom: 8px;
  padding: 0;
}
.box-grid figure.box-hover figcaption p {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: white;
  max-width: 376px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  margin-bottom: 20px;
}
.box-grid figure.box-hover figcaption a {
  opacity: 0;
}
.box-grid figure.box-hover:hover {
  outline: 10px #00aeef solid;
  z-index: 10000;
  height: auto;
}
.box-grid figure.box-hover:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.box-grid figure.box-hover:hover figcaption {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.box-grid figure.box-hover:hover figcaption p {
  opacity: 1;
}
.box-grid figure.box-hover:hover figcaption a {
  opacity: 1;
}
.is-phone .box-grid figure.box-hover,
.is-phone .box-grid figure.box-hover:hover {
  min-width: 260px;
  max-width: 100%;
  max-height: 180px;
  height: 180px;
}
.is-phone .box-grid figure.box-hover img,
.is-phone .box-grid figure.box-hover:hover img {
  top: -32%;
  opacity: 0.6;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.is-phone .box-grid figure.box-hover figcaption,
.is-phone .box-grid figure.box-hover:hover figcaption {
  top: 48px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.is-phone .box-grid figure.box-hover figcaption h2,
.is-phone .box-grid figure.box-hover:hover figcaption h2 {
  font-size: 42px;
  margin-bottom: 0;
}
.is-phone .box-grid figure.box-hover figcaption p,
.is-phone .box-grid figure.box-hover:hover figcaption p {
  display: none;
}
.is-phone .box-grid figure.box-hover figcaption a,
.is-phone .box-grid figure.box-hover:hover figcaption a {
  opacity: 1;
}
.is-tablet .box-grid figure.box-hover,
.is-tablet .box-grid figure.box-hover:hover {
  min-width: 260px;
  max-width: 100%;
  max-height: 280px;
  height: 280px;
}
.is-tablet .box-grid figure.box-hover img,
.is-tablet .box-grid figure.box-hover:hover img {
  opacity: 0.6;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.is-tablet .box-grid figure.box-hover figcaption,
.is-tablet .box-grid figure.box-hover:hover figcaption {
  top: 30px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.is-tablet .box-grid figure.box-hover figcaption h2,
.is-tablet .box-grid figure.box-hover:hover figcaption h2 {
  font-size: 42px;
}
.is-tablet .box-grid figure.box-hover figcaption p,
.is-tablet .box-grid figure.box-hover:hover figcaption p {
  opacity: 1;
  padding: 0 20px;
}
.is-tablet .box-grid figure.box-hover figcaption a,
.is-tablet .box-grid figure.box-hover:hover figcaption a {
  opacity: 1;
}
.unidades-map {
  position: relative;
}
.unidades-map .map-container {
  padding-top: 50px;
}
.is-phone .unidades-map .map-container {
  padding-top: 400px;
}
.unidades-map .map-controls-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.unidades-map .map-controls-container .map-controls {
  background-color: white;
  width: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 35px 25px;
  overflow: hidden;
  pointer-events: all;
}
.unidades-map .map-controls-container .map-controls .controls-title {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #020202;
  margin-bottom: 10px;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.uk-select,
.uk-input {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
/*=========================
*** MODAL
/========================*/
button.uk-modal-close-outside {
  width: 30px;
  height: 30px;
  background-color: #00aeef;
  border: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}
button.uk-modal-close-outside i.fa {
  margin-right: -1px;
}
.uk-modal-dialog {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
}
.uk-modal-title {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  color: #ec008c;
}
.uk-legend {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  color: #00aeef;
}
/* ASSETS */
.separator {
  width: 100%;
  border-bottom: 1px #020202 solid;
  margin: 20px 0;
}
.separator.separator-pink {
  border-color: #ec008c;
}
.uk-dotnav > * {
  padding-left: 9px;
}
.uk-dotnav > * > * {
  width: 9px;
  height: 9px;
}
.uk-dotnav > .uk-active > * {
  background-color: #00aeef;
  width: 11px;
  height: 11px;
  margin-top: -1px;
}
/* CONTACT FORM STYLE */
.wpcf7-response-output {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 18px;
  color: white;
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #ec008c;
  border: 0;
  padding: 15px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #00aeef;
  border: 0;
  padding: 15px;
}
.wpcf7-form fieldset {
  margin-bottom: 20px;
}
.wpcf7-form p {
  line-height: 20px;
  font-size: 14px;
  color: #585858;
}
.wpcf7-form label {
  line-height: 20px !important;
}
.wpcf7-form strong {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  color: #585858;
}
.wpcf7-form em {
  color: #585858;
}
.wpcf7-form h4 {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  color: #585858;
  font-size: 18px;
  margin-bottom: 0;
}
span.wpcf7-not-valid-tip {
  color: #ec008c;
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
}
/* Header */
header.site-header {
  background-image: url(../img/header-sub-bg.png);
  background-repeat: repeat-x;
  background-position: top center;
  min-height: 145px;
  margin-bottom: -3px;
}
header.site-header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 80px;
  background-color: #00aeef;
  display: block;
}
header.site-header .off-canvas-icon {
  background-color: white;
  width: 40px;
  height: auto;
  position: absolute;
  top: 68px;
  right: 30px;
  display: block;
}
header.site-header .off-canvas-icon span:nth-child(1) {
  width: 100%;
  height: 6px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}
header.site-header .off-canvas-icon span:nth-child(2) {
  width: 100%;
  height: 6px;
  background-color: white;
  position: absolute;
  top: 12px;
  left: 0;
}
header.site-header .off-canvas-icon span:nth-child(3) {
  width: 100%;
  height: 6px;
  background-color: white;
  position: absolute;
  top: 24px;
  left: 0;
}
header.site-header .uk-logo-wrap {
  display: inline;
}
header.site-header .uk-logo {
  background-image: url(../img/brand/logo_hospital_de_amor.png);
  background-size: 140px 167px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  width: 149px;
  height: 146px;
  overflow: hidden;
  text-indent: -55555px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 10;
  position: absolute;
}
header.site-header .secondary-nav {
  padding-top: 0px;
  width: 100%;
  padding-right: 25px;
}
.is-phone header.site-header .secondary-nav {
  padding-right: 13px;
}
header.site-header .secondary-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.site-header .secondary-nav ul li {
  display: inline-block;
  margin-left: 20px;
}
header.site-header .secondary-nav ul li a .fa {
  margin-right: 2px;
}
header.site-header .secondary-nav ul li .search-submit {
  display: inline-block;
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 12px;
  line-height: 0px;
  padding: 12px 16px 10px;
  color: white;
  text-transform: uppercase;
  background-color: #00aeef;
  border: 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
header.site-header .secondary-nav ul li .uk-select,
header.site-header .secondary-nav ul li .search-field {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
header.site-header .secondary-nav ul li .search-field,
header.site-header .secondary-nav ul li .uk-select:not([multiple]):not([size]) {
  height: 22px;
  /* vertical-align: middle; */
  display: inline-block;
}
header.site-header .secondary-nav ul li .search-field,
header.site-header .secondary-nav ul li .uk-select,
header.site-header .secondary-nav ul li .uk-textarea {
  /* max-width: 100%; */
  /* width: 100%; */
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color,background-color,border;
  transition-property: color,background-color,border;
}
header.site-header .secondary-nav ul > li:not(:last-child) {
  /* border-right: 1px solid #50ccfa; */
  border-right: 0px solid #50ccfa;
  padding-right: 20px;
}
header.site-header .secondary-nav ul > li > * {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}
header.site-header .uk-navbar-nav {
  margin-top: 22px;
  margin-left: 120px;
}
header.site-header .uk-navbar-nav li {
  width: 33%;
}
header.site-header .uk-navbar-nav li.btn-destaque {
  background-color: #ec008c;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
}
header.site-header .uk-navbar-nav li a {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 16px;
  height: 60px;
}
.not-large-desktop header.site-header .uk-navbar-nav li a {
  font-size: 12px;
}
header.site-header .uk-navbar-nav li a i.fa {
  margin-right: 6px;
  font-size: 18px;
}
.uk-offcanvas-bar {
  background-color: #ec008c;
}
.uk-offcanvas-bar ul {
  padding-top: 30px;
}
.uk-offcanvas-bar .menu-item {
  margin-bottom: 20px;
}
.uk-offcanvas-bar .menu-item a {
  font-size: 24px;
  line-height: 24px;
  color: white !important;
  opacity: 1;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box;
}
.uk-offcanvas-bar .menu-item.btn-destaque a {
  background-color: #00aeef;
  padding-top: 10px;
  padding-bottom: 10px;
}
.uk-offcanvas-bar .menu-item.btn-destaque a span {
  margin-right: 5px;
  margin-top: -10px;
}
.uk-offcanvas-bar .search-form {
  text-align: center;
}
.uk-offcanvas-bar .search-submit {
  display: inline-block;
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 12px;
  line-height: 0px;
  padding: 12px 16px 10px;
  color: white;
  text-transform: uppercase;
  background-color: #00aeef;
  border: 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
.uk-offcanvas-bar .uk-select,
.uk-offcanvas-bar .search-field {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.uk-offcanvas-bar .search-field,
.uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
  height: 22px;
  /* vertical-align: middle; */
  display: inline-block;
}
.uk-offcanvas-bar .search-field,
.uk-offcanvas-bar .uk-select,
.uk-offcanvas-bar .uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color,background-color,border;
  transition-property: color,background-color,border;
}
footer #footer-toolbar {
  background-color: #00aeef;
  height: 120px;
}
footer #footer-toolbar .uk-logo {
  display: block;
  background-image: url(../img/brand/logo_hospital_branco_footer.png);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
  width: 149px;
  height: 98px;
  text-indent: -5555px;
  overflow: hidden;
  margin-top: 50%;
  -webkit-transform: translate(0, -70%);
  -moz-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  -o-transform: translate(0, -70%);
  transform: translate(0, -70%);
}
footer #footer-toolbar .bar {
  margin-top: 42px;
  float: right;
}
footer #footer-toolbar .bar .bar-content {
  display: inline-block;
  margin-right: 0px;
}
.is-phone footer #footer-toolbar .bar .bar-content,
.is-tablet footer #footer-toolbar .bar .bar-content {
  margin-right: 0;
}
footer #footer-toolbar .bar .bar-content .fa {
  margin: 0 6px;
}
footer #footer-toolbar label {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  color: white;
  font-size: 12px;
  margin-right: 10px;
}
footer #footer-navbar {
  background-color: white;
  padding-top: 35px;
  padding-bottom: 40px;
}
footer #footer-navbar .list-title {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  color: #00aeef;
  text-transform: uppercase;
}
footer #footer-navbar .uk-list:not(:first-child) {
  border-left: 1px solid #cfcfcf;
  padding-left: 40px;
}
footer #footer-navbar .uk-list li {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
footer #footer-navbar .uk-list li a {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  color: #585858;
}
footer #footer-navbar .uk-list li:nth-child(n+2) {
  margin-top: 15px;
}
footer #footer-copyright {
  padding: 30px 0;
  background-color: #00aeef;
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: white;
}
footer #footer-copyright a {
  text-decoration: underline;
}
embed,
iframe,
img,
figcaption,
object,
video {
  max-width: 90vw;
}
/* large desktop */
@media (min-width: 1200px) {
  #mediaqueries_helper {
    width: 31px;
  }
}
/* desktop */
@media (min-width: 1025px) and (max-width: 1199px) {
  #mediaqueries_helper {
    width: 21px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  #mediaqueries_helper {
    width: 11px;
  }
}
/* phone */
@media (max-width: 767px) {
  #mediaqueries_helper {
    width: 1px;
  }
}
/* phone small screen portrait */
#home section#hero .uk-cover {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#home section#hero .uk-dotnav > * {
  padding-left: 9px;
}
#home section#hero .uk-dotnav > * > * {
  width: 9px;
  height: 9px;
}
#home section#hero .uk-dotnav > .uk-active > * {
  background-color: #00aeef;
  width: 11px;
  height: 11px;
  margin-top: -1px;
}
#home section#hero .uk-slideshow-items {
  height: 575px !important;
}
.is-phone #home section#hero .uk-slideshow-items {
  height: 380px !important;
}
#home section#hero .uk-slideshow-items li {
  background-color: #00aeef;
  height: 575px;
}
.is-phone #home section#hero .uk-slideshow-items li {
  height: 380px !important;
}
#home section#hero .uk-slideshow-items li .uk-overlay {
  padding-bottom: 60px;
}
.is-phone #home section#hero .uk-slideshow-items li .uk-overlay {
  padding-bottom: 30px;
}
#home section#hero .uk-slideshow-items li h2 {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 60px;
  text-shadow: 2px 2px 2px #333;
  line-height: 60px;
  margin: 0;
  max-width: 550px;
  margin-bottom: 10px;
}
.is-phone #home section#hero .uk-slideshow-items li h2 {
  font-size: 26px;
  line-height: 26px;
}
#home section#hero .uk-slideshow-items li .text {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 18px;
  text-shadow: 2px 2px 2px #333;
}
.is-phone #home section#hero .uk-slideshow-items li .text {
  font-size: 14px;
  line-height: 14px;
}
#home section#hero .uk-slideshow-items li .btn {
  margin-top: 20px;
}
#home #doacao .content-container {
  position: relative;
}
#home #doacao .bg-image {
  width: 100%;
  height: 783px;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
#home #doacao .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#home #doacao .content .uk-grid {
  margin-left: 0;
}
#home #doacao .content .box {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 75px;
  height: 480px;
}
#home #doacao .content .box:nth-child(2) {
  outline: 10px #ec008c solid;
  z-index: 1000;
  background-color: rgba(236, 0, 140, 0.7);
  -webkit-box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.6);
}
#home #doacao .content .box .icon {
  margin-bottom: 20px;
}
#home #doacao .content .box .title {
  color: white;
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
#home #doacao .content .box .text {
  color: white;
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
.is-phone #home #doacao .bg-image {
  display: none;
}
.is-phone #home #doacao .content-container {
  margin-bottom: 50px;
}
.is-phone #home #doacao .content {
  position: relative;
}
.is-phone #home #doacao .box {
  outline: none;
  z-index: 1000;
  background-color: #ec008c;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  height: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
.is-tablet #home #doacao {
  margin-bottom: 20px;
}
.is-tablet #home #doacao .box {
  padding-bottom: 15px;
}
.is-tablet #home #doacao .box .icon {
  margin-bottom: 10px;
  width: 60%;
}
.is-tablet #home #doacao .box .title {
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 10px;
}
.is-tablet #home #doacao .box .text {
  font-size: 13px;
  line-height: 18px;
}
#home #prevencao {
  margin-top: -90px;
  margin-bottom: 80px;
}
.is-phone #home #prevencao {
  margin-bottom: 40px;
}
.is-phone #home #prevencao .page-section-body {
  padding-bottom: 25px;
}
#home #prevencao .uk-slideshow-items {
  max-height: 450px;
}
#home #prevencao .uk-slideshow-items li {
  background-color: #00aeef;
  max-height: 450px;
}
#home #prevencao .uk-slideshow-items li .uk-overlay {
  background-color: rgba(0, 0, 0, 0.35);
}
#home #prevencao .uk-slideshow-items li h2 {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 40px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 10px;
}
.is-phone #home #prevencao .uk-slideshow-items li h2 {
  font-size: 28px;
  line-height: 28px;
}
#home #prevencao .uk-slideshow-items li p {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 15px;
  line-height: 18px;
  max-width: 350px;
  margin: 0 auto 20px;
  color: white;
}
.is-phone #home #prevencao .uk-dotnav {
  display: none;
}
#home #depoimento {
  height: 480px;
  margin-bottom: 0px;
  overflow: hidden;
}
.is-phone #home #depoimento {
  margin-bottom: 20px;
  height: auto;
}
#home #depoimento .uk-slideshow-items {
  max-height: 400px;
}
.is-phone #home #depoimento .uk-slideshow-items {
  height: 300px !important;
}
#home #depoimento li {
  height: 400px;
}
.is-phone #home #depoimento li {
  height: 300px;
  background-color: #00aeef;
}
.is-phone #home #depoimento li img {
  display: none;
}
#home #depoimento .uk-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
#home #depoimento .uk-overlay .depoimento-content {
  max-width: 550px;
}
#home #depoimento .uk-overlay .depoimento-content .depoimento-text {
  font-weight: normal;
  font-family: 'signikalight', sans-serif;
  font-size: 25px;
  color: white;
  padding-bottom: 30px;
}
.is-phone #home #depoimento .uk-overlay .depoimento-content .depoimento-text {
  font-size: 18px;
  line-height: 22px;
}
#home #depoimento .uk-overlay .depoimento-content .depoimento-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 5px;
  background-color: #00aeef;
}
#home #depoimento .uk-overlay .depoimento-content .user {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: white;
  margin-top: 20px;
  margin-bottom: 15px;
}
.is-phone #home #depoimento .uk-overlay .depoimento-content .user {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
#home #depoimento .uk-overlay .depoimento-content .user-role {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: white;
}
.is-phone #home #depoimento .uk-overlay .depoimento-content .user-role {
  font-size: 12px;
  line-height: 12px;
}
.is-phone #home #depoimento .uk-dotnav {
  display: none;
}
#home #calendario .page-section-header {
  padding-bottom: 40px;
}
#home #calendario .calendario-slideset-controls {
  width: 100%;
  padding-top: 20px;
}
#home #calendario .calendario-slideset-controls a {
  color: #585858;
  width: 50px;
  height: 50px;
  border: 1px #cfcfcf solid;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  position: relative;
  margin: 0 4px;
}
#home #calendario .calendario-slideset-controls a i {
  pointer-events: none;
}
#home #calendario .calendario-slideset-controls a:hover {
  text-decoration: none;
  color: #00aeef;
}
#home #calendario .calendario-slideset-controls a.previous i {
  margin-left: -3px;
}
#home #calendario .calendario-slideset-controls a.next i {
  margin-right: -3px;
}
#home #calendario .calendario-slideset {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 50px;
}
#home #calendario .calendario-slideset .event:focus {
  border: none;
  outline: none;
}
#home #calendario .calendario-slideset .event .event-date {
  background-color: #ec008c;
  padding: 2px 8px;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  width: 50px;
  margin-bottom: 15px;
}
#home #calendario .calendario-slideset .event .event-date .day {
  color: white;
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 32px;
  line-height: 32px;
}
#home #calendario .calendario-slideset .event .event-date .month {
  color: white;
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
#home #calendario .calendario-slideset .event .event-date-old {
  background-color: #999;
  padding: 2px 8px;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  width: 50px;
  margin-bottom: 15px;
}
#home #calendario .calendario-slideset .event .event-date-old .day {
  color: white;
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 32px;
  line-height: 32px;
}
#home #calendario .calendario-slideset .event .event-date-old .month {
  color: white;
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
#home #calendario .calendario-slideset .event .event-category {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  color: #00aeef;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#home #calendario .calendario-slideset .event .event-title {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  color: #585858;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
#home #calendario .calendario-slideset .event .event-info {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  color: #585858;
  font-size: 15px;
  line-height: 15px;
}
#home #calendario .calendario-slideset .event .event-info p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#home #calendario .calendario-slideset .event .event-info a:hover,
#home #calendario .calendario-slideset .event .event-info a:visited,
#home #calendario .calendario-slideset .event .event-info a:focus {
  color: #0f6ecd;
}
#home #calendario .calendario-slideset .event .event-info a {
  color: #1e87f0;
}
#page-doacao .btDoacoes {
  width: 100%;
  position: relative;
  top: 70px;
}
#page-doacao #hero {
  height: 730px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: inital;
}
#page-doacao #hero form {
  display: inline-block;
}
#page-doacao #hero .hero-content {
  width: 100%;
  height: 537px;
  text-align: center;
}
#page-doacao #hero .hero-content .hero-title {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 50px;
  color: white;
}
#page-doacao #hero .hero-content .hero-text {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 25px;
  color: white;
  margin-bottom: 15px;
}
#page-doacao #hero .hero-content .uk-input {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 20px;
}
#page-doacao #hero .hero-content .instructions {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin-top: 16px;
}
.is-phone #page-doacao #hero .breadcrumb-container {
  padding-top: 60px;
}
#page-doacao #telefones0500 {
  margin-top: -120px;
}
.is-phone #page-doacao #telefones0500 {
  margin-top: -50px;
}
#page-doacao #telefones0500 .para-doar {
  font-size: 18px;
}
#page-doacao #telefones0500 .tel-doacao {
  font-size: 22px;
  color: #ec008c;
  margin-top: -10px;
  margin-bottom: 15px;
}
#page-doacao #telefones0500 .horario-doacao {
  font-size: 14px;
  color: #585858;
  margin-bottom: 20px;
}
#page-doacao #telefones0500 .numeros {
  margin-top: 34px;
  margin-bottom: 20px;
}
#page-doacao .btn-pink {
  background: #BC0943;
}
.is-phone #page-doacao .btn-pink {
  background: #BC0943;
}
.is-phone #page-doacao .bt-group-doacoes {
  margin-top: 50px;
}
#page-doacao .banner-text {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  text-align: left;
  font-size: 36px;
  text-shadow: 2px 2px 2px #333;
  line-height: 65px;
  margin: 0;
  max-width: 280px;
  margin-bottom: 101px;
}
.is-phone #page-doacao .banner-text {
  width: 320px;
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  text-align: justify;
  font-size: 26px;
  text-shadow: 2px 2px 2px #333;
  line-height: 40px;
  margin: 0;
}
#page-doacao #telefones0500 .page-section-header,
#page-doacao #cartao-de-credito .page-section-header,
#page-doacao #debito-automatico .page-section-header {
  padding-top: 5px;
  padding-bottom: 5px;
}
#page-doacao #telefones0500 .page-section-body,
#page-doacao #cartao-de-credito .page-section-body,
#page-doacao #debito-automatico .page-section-body {
  padding-bottom: 10px;
}
#page-doacao #apoie h4,
#page-doacao #seja-voluntario h4,
#page-doacao #envie-projeto h4,
#page-doacao #telefones0500 h4,
#page-doacao #cartao-de-credito h4,
#page-doacao #debito-automatico h4 {
  margin: 0;
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #585858;
  text-transform: uppercase;
  margin-top: 20px;
}
.is-phone #page-doacao #apoie h4,
.is-phone #page-doacao #seja-voluntario h4,
.is-phone #page-doacao #envie-projeto h4,
.is-phone #page-doacao #telefones0500 h4,
.is-phone #page-doacao #cartao-de-credito h4,
.is-phone #page-doacao #debito-automatico h4 {
  margin-top: 10px;
}
#page-doacao #apoie p,
#page-doacao #seja-voluntario p,
#page-doacao #envie-projeto p,
#page-doacao #telefones0500 p,
#page-doacao #cartao-de-credito p,
#page-doacao #debito-automatico p {
  font-weight: normal;
  font-family: 'signikalight', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #585858;
  margin-top: 10px;
}
#page-doacao #apoie .btn,
#page-doacao #seja-voluntario .btn,
#page-doacao #envie-projeto .btn,
#page-doacao #telefones0500 .btn,
#page-doacao #cartao-de-credito .btn,
#page-doacao #debito-automatico .btn {
  margin-top: 0px;
  margin-bottom: 40px;
}
#page-doacao #transferencia .header-text {
  max-width: 100%;
}
#page-doacao #transferencia .header-text p.lead {
  font-size: 20px;
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  color: #585858;
  margin-bottom: 0;
}
#page-doacao #transferencia .conta .conta-container {
  border: 1px solid #ec008c;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
}
#page-doacao #transferencia .conta .conta-container .banco {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 20px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: #ec008c;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  background-clip: padding-box;
  border: 2px solid #ec008c;
}
#page-doacao #transferencia .conta .conta-container .conta-info {
  padding: 30px 20px 15px;
}
#page-doacao #transferencia .conta .conta-container .conta-info p {
  font-weight: normal;
  font-family: 'signikalight', sans-serif;
  color: #585858;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
}
#page-doacao #transferencia .conta .conta-container .conta-info p strong {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
}
#page-doacao #transparencia .infographic {
  background-image: url('../img/blue_dot_pattern.jpg');
  background-repeat: repeat;
  padding-top: 40px;
  padding-bottom: 120px;
}
#page-doacao #transparencia .info-title {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.is-phone #page-doacao #transparencia .info-title {
  margin-bottom: 20px;
}
#page-doacao #transparencia .info-title-decoration {
  position: relative;
}
#page-doacao #transparencia .info-title-decoration::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
#page-doacao #transparencia .info-title-decoration::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}
#page-doacao #transparencia .info-title-decoration.decoration-right::after {
  left: 0;
  right: auto;
}
#page-doacao #transparencia .infographic-box {
  height: 120px;
}
.is-phone #page-doacao #transparencia .infographic-box {
  height: auto;
}
#page-doacao #transparencia .infographic-box .number {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  color: white;
  font-size: 45px;
  background-color: #ec008c;
  width: 145px;
  height: 145px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0 auto;
  padding-top: 58px;
  position: relative;
  margin-bottom: 20px;
}
#page-doacao #transparencia .infographic-box .number::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 129px;
  height: 129px;
  border: 2px rgba(255, 255, 255, 0.5) dotted;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}
.is-phone #page-doacao #transparencia .infographic-box .number {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  color: white;
  font-size: 24px;
  background-color: #ec008c;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0 auto;
  padding-top: 22px;
  position: relative;
  margin-bottom: 10px;
}
.is-phone #page-doacao #transparencia .infographic-box .number::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 67px;
  height: 67px;
  border: 2px rgba(255, 255, 255, 0.5) dotted;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}
#page-doacao #transparencia .infographic-box .text {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: white;
  padding: 0 30px;
}
#page-doacao #transparencia .arquivos > div:not(:last-child) {
  border-right: 1px solid #999;
  padding-right: 20px;
}
.is-phone #page-doacao #transparencia .arquivos > div:not(:last-child),
.is-tablet #page-doacao #transparencia .arquivos > div:not(:last-child) {
  border: none;
  padding-right: 0;
  padding-bottom: 15px;
}
#page-doacao #transparencia .arquivos .btn {
  min-width: 130px;
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#page-doacao #transparencia .arquivos .btn i {
  margin-right: 5px;
}
#page-institucional #hero {
  height: 580px;
  /* background-position: bottom center; */
  /* background-repeat: no-repeat; */
  /* background-size: inital; */
}
#page-institucional #hero form {
  display: inline-block;
}
#page-institucional #hero .hero-content {
  width: 100%;
  height: 650px;
  /* height: 100%; */
  text-align: center;
}
#page-institucional #hero .hero-content .uk-overlay-primary {
  background: rgba(0, 0, 0, 0.3);
}
.is-phone #page-institucional #hero .hero-content .uk-overlay-primary {
  background: rgba(0, 0, 0, 0.5);
}
#page-institucional #hero .hero-content .hero-title {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 72px;
  line-height: 72px;
  color: white;
}
.is-phone #page-institucional #hero .hero-content .hero-title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 15px;
}
#page-institucional #hero .hero-content .hero-text {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 25px;
  color: white;
  margin-bottom: 15px;
}
#page-institucional #hero .hero-content .uk-input {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 20px;
}
#page-institucional #hero .hero-content .uk-button {
  margin: 0 5px;
}
#page-institucional #hero .hero-content .uk-slideshow-items {
  height: 565px !important;
  margin-top: 0px !important;
}
#page-institucional #hero .hero-content .instructions {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin-top: 16px;
}
#page-institucional #hero .breadcrumb-container {
  padding-top: 0px;
}
.is-phone #page-institucional #hero .breadcrumb-container {
  padding-top: 0px;
}
#page-institucional #historia {
  margin-top: 150px;
}
#page-institucional #historia .block {
  margin-bottom: 90px;
}
#page-institucional #historia .block p {
  padding-top: 0;
  margin-top: 0;
  color: #585858;
}
#page-institucional #missao .destaque h3 {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  color: #585858;
  font-size: 40px;
  margin: 0;
  padding: 0;
}
#page-institucional #missao .destaque .title-underline {
  width: 100%;
  border-bottom: 1px #ec008c solid;
  position: relative;
  margin-top: 12px;
}
#page-institucional #missao .destaque .title-underline::after {
  position: absolute;
  width: 90px;
  height: 11px;
  top: 0;
  left: 0;
  background-color: #ec008c;
  content: "";
  margin-top: -10px;
}
.is-phone #page-institucional #missao .destaque .title-underline::after {
  width: 60px;
  height: 5px;
  margin-top: -4px;
}
#page-institucional #missao .destaque .content-text {
  padding-top: 45px;
  color: #585858;
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
}
#page-institucional #missao .destaque.destaque-blue {
  padding: 45px 0 120px;
  margin-bottom: -90px;
  margin-top: 90px;
  /* background-color: @blue_color; */
}
#page-institucional #missao .destaque.destaque-blue h3 {
  /* color: white; */
}
#page-institucional #missao .destaque.destaque-blue .content-text {
  padding-top: 45px;
  /* color: white; */
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 32px;
}
#page-institucional #missao .destaque.destaque-blue .content-text span {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 24px;
}
#portal-da-transparencia .slideset.slideset-link .slide-inner {
  height: 200px !important;
}
#subvencoes .cta .cta-title {
  margin-bottom: 30px !important;
}
#prestacao_de_contas .page-section-header .header-text {
  max-width: none !important;
}
#balanco-patrimonial .page-section-body {
  padding-bottom: 0 !important;
}
/* BREADCRUMB */
.page-module .breadcrumb-container {
  margin-bottom: -10px;
  margin-top: 10px;
}
/* HERO */
.page-module #hero .page-section-header {
  position: relative;
  z-index: 1000;
}
.page-module #hero .page-section-header .header-text {
  max-width: none;
  padding-top: 10px;
}
.page-module #hero .page-section-header .header-text p {
  margin-top: 0;
}
.page-module .hero-module {
  height: 450px;
  position: relative;
}
.page-module .hero-module .bg-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
}
.page-module .hero-module .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
}
.page-module .hero-module .hero-content .hero-info-container {
  height: 360px;
  margin-top: 90px;
  text-align: right;
}
.page-module .hero-module .hero-content .hero-info-container .hero-info {
  width: 100%;
}
.page-module .hero-module .hero-content .hero-info-container .hero-title {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 40px;
  line-height: 42px;
  color: white;
  margin-bottom: 15px;
  float: right;
  max-width: 490px;
  display: block;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
.page-module .hero-module .hero-content .hero-info-container .hero-text {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: white;
  max-width: 490px;
  display: block;
  margin-bottom: 20px;
  float: right;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
.page-module .hero-module .hero-content .hero-info-container .btn {
  float: right;
}
#paciente-hero .uk-slideshow .uk-slidenav {
  margin-top: 50px;
}
/* HERO SLIDESHOW */
.page-module .hero-slideshow .page-section-header {
  position: relative;
  z-index: 1000;
}
.page-module .hero-slideshow .page-section-header .header-text {
  max-width: none;
  padding-top: 10px;
}
.page-module .hero-slideshow .page-section-header .header-text p {
  margin-top: 0;
}
.page-module .hero-slideshow .uk-slideshow-items {
  height: 650px !important;
  margin-top: -80px;
  position: relative;
}
.page-module .hero-slideshow .uk-slideshow-items li {
  height: 650px;
}
.page-module .hero-slideshow .uk-slideshow-items li .bg-image {
  width: 100%;
  height: 650px;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-module .hero-slideshow .uk-slideshow-items li .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
}
.page-module .hero-slideshow .uk-slideshow-items li .hero-content .hero-info {
  width: 100%;
  padding-top: 250px;
}
.page-module .hero-slideshow .uk-slideshow-items li .hero-content .hero-title {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 40px;
  line-height: 42px;
  color: white;
  margin-bottom: 15px;
  float: right;
  max-width: 490px;
  display: block;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
.page-module .hero-slideshow .uk-slideshow-items li .hero-content .hero-text {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: white;
  max-width: 490px;
  display: block;
  margin-bottom: 20px;
  float: right;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  text-align: right;
}
.page-module .hero-slideshow .uk-slideshow-items li .hero-content .btn {
  float: right;
}
/* CONTENT SELECTOR */
.page-module .content-selector .content-title {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  background-color: #ec008c;
  padding-top: 3px;
  padding-left: 10px;
  line-height: 28px;
}
.page-module .content-selector .content-text {
  padding-top: 10px;
}
.page-module .content-selector .content-text p {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  color: #585858;
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
}
.page-module .content-selector .content-text p:first-child {
  margin-top: 0;
}
.page-module .content-selector .content-text p strong {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  margin-bottom: 0px;
}
.page-module .content-selector .content-text p em {
  color: #585858;
}
.page-module .content-selector .content-text p a {
  color: #ec008c;
  text-decoration: underline;
}
/* SLIDE SET */
.page-module .slideset .slideset-slide {
  padding: 0 6px;
}
.page-module .slideset .slideset-slide .slide-inner {
  height: 225px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
}
.page-module .slideset .slideset-slide .slide-img {
  height: 124px;
  background-color: #dcdcdc;
}
.page-module .slideset .slideset-slide .slide-content {
  padding: 20px;
}
.page-module .slideset .slideset-slide .slide-content .slide-title {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  color: #585858;
  font-size: 15px;
  line-height: 15px;
}
.page-module .slideset.slideset-link .slide-inner {
  height: 265px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
}
.page-module .slideset.slideset-link .slide-img {
  height: 154px;
  background-color: #dcdcdc;
}
.page-module .slideset.slideset-link .slide-content {
  text-align: center;
  padding: 10px 20px 20px;
}
.page-module .slideset.slideset-link .slide-content .slide-title {
  font-size: 18px;
  line-height: 19px;
}
.page-module .slideset.slideset-link .slide-content .btn {
  padding: 18px 0 0 0;
  position: absolute;
  width: 113px;
  height: 40px;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slideset-controls {
  width: 100%;
  padding-top: 20px;
}
.is-desktop .slideset-controls.slideset-link,
.is-large-desktop .slideset-controls.slideset-link {
  display: none;
}
.slideset-controls a {
  color: #585858;
  width: 50px;
  height: 50px;
  border: 1px #cfcfcf solid;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  position: relative;
  margin: 0 4px;
}
.slideset-controls a i {
  pointer-events: none;
}
.slideset-controls a:hover {
  text-decoration: none;
  color: #00aeef;
}
.slideset-controls a.previous i {
  margin-left: -3px;
}
.slideset-controls a.next i {
  margin-right: -3px;
}
/* CTA */
.page-module .cta {
  min-height: 450px;
}
.page-module .cta .uk-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-module .cta .cta-title {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  color: white;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}
.page-module .cta .cta-text {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  color: white;
  font-size: 15px;
  line-height: 22px;
  max-width: 480px;
  margin: 0 auto 30px;
}
.page-module .cta .btn .fa {
  margin-right: 5px;
}
/* VIDEO PLAYER */
.page-module .video-player {
  min-height: 540px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
}
.page-module .video-player .uk-overlay {
  background-color: #ec008c;
}
.page-module .video-player .video-title {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
}
.page-module .video-player .video-text {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: white;
  margin-bottom: 15px;
}
.page-module .video-player .video-play-btn {
  display: block;
  width: 88px;
  height: 88px;
  background-image: url(../img/video_play_btn.png);
  background-repeat: no-repeat;
  background-repeat: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -44px;
  margin-top: -44px;
  opacity: 0.8;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
}
.page-module .video-player .video-play-btn:hover {
  opacity: 1;
}
.page-module .video-player-navigation .video-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  border: 1px #ccc solid;
  min-height: 105px;
  margin-bottom: 19px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
}
.page-module .video-player-navigation .video-thumb.active,
.page-module .video-player-navigation .video-thumb:hover {
  border: 10px #ec008c solid;
  position: relative;
}
.page-module .video-player-navigation .video-thumb.active::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(208, 13, 147, 0);
  border-right-color: #d00d93;
  border-width: 15px;
  margin-top: -15px;
}
.page-module .video-player-navigation .video-thumb a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
/* SLIDE SET */
#slider {
  margin-bottom: 80px;
}
.is-phone #slider {
  margin-bottom: 40px;
}
.is-phone #slider .page-section-body {
  padding-bottom: 25px;
}
#slider .uk-slideshow-items {
  max-height: 450px;
}
#slider .uk-slideshow-items li {
  background-color: #00aeef;
  max-height: 450px;
}
#slider .uk-slideshow-items li .uk-overlay {
  background-color: rgba(0, 0, 0, 0.35);
}
#slider .uk-slideshow-items li h2 {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  font-size: 40px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 10px;
}
.is-phone #slider .uk-slideshow-items li h2 {
  font-size: 28px;
  line-height: 28px;
}
#slider .uk-slideshow-items li p {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 15px;
  line-height: 18px;
  max-width: 350px;
  margin: 0 auto 20px;
  color: white;
}
.is-phone #slider .uk-dotnav {
  display: none;
}
/* ACCORDION	 */
.page-module #accordion {
  margin-top: -100px;
}
.page-module #accordion .uk-accordion .uk-accordion-title {
  font-weight: normal;
  font-family: 'signikasemibold', sans-serif;
  color: #00aeef;
  font-size: 28px;
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
}
.page-module #accordion .uk-accordion .uk-accordion-content {
  padding-top: 0;
  margin-top: 0;
  color: #585858;
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  padding-top: 30px;
}
.page-module #accordion .uk-accordion .uk-accordion-content p {
  margin-top: 0;
}
.page-module #accordion .uk-accordion .uk-accordion-content img {
  float: left;
  margin-right: 30px;
  margin-top: 10px;
}
/* CONTACT MAP */
.page-module .contact-info-map .contact-map .acf-map {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  overflow: hidden;
}
.page-module .contact-info-map .contact-info {
  font-weight: normal;
  font-family: 'signikaregular', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #585858;
}
.page-module .contact-info-map .contact-info strong {
  font-weight: normal;
  font-family: 'signikabold', sans-serif;
  color: #020202;
}
.inline-block {
  display: inline-block;
  *display: inline;
}
.load-ajax {
  display: none;
  vertical-align: middle;
  margin-left: 15px;
}
.load-ajax.loading {
  display: inline-block;
  *display: inline;
}
.ajax-container {
  -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;
}
.ajax-container.loading {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* PAGINA PARCELAMENTARES */
.Tabela {
  display: table;
}
.Titulo {
  display: table-caption;
  text-align: center;
  font-weight: bold;
  font-size: medium;
  font-family: sans-serif;
  color: darkslategray;
  padding: 0px;
}
.Cabecalho {
  display: table-row;
  font-weight: bold;
  text-align: center;
}
.Linha {
  display: table-row;
}
.Celula1 {
  display: table-cell;
  width: 250px;
  border: 0;
  border-width: thin;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-top: 0px;
  color: darkslategray;
  background-color: lightgreen;
  font-family: arial;
  font-size: 12px;
}
.Celula1b {
  display: table-cell;
  width: 140px;
  border: 0;
  border-width: thin;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-top: 0px;
  color: darkslategray;
  background-color: lightgreen;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}
.p1 {
  font-weight: bold;
}
.Celula2 {
  display: table-cell;
  width: auto;
  border: 0;
  border-width: thin;
  padding-left: 25px;
  padding-right: 25px;
  color: darkslategray;
  background-color: #89dca7;
  font-family: arial;
  font-size: 12px;
}
.Celula2b {
  display: table-cell;
  width: 100px;
  border: 0;
  border-width: thin;
  padding-left: 25px;
  padding-right: 25px;
  color: darkslategray;
  background-color: #89dca7;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}
.Celula3 {
  display: table-cell;
  width: auto;
  border: 0;
  border-width: thin;
  padding-left: 25px;
  padding-right: 25px;
  color: darkslategray;
  background-color: #ecec76;
  font-family: arial;
  font-size: 12px;
}
.Celula3b {
  display: table-cell;
  width: 100px;
  border: 0;
  border-width: thin;
  padding-left: 25px;
  padding-right: 25px;
  color: darkslategray;
  background-color: #ecec76;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}
.partido {
  font-family: arial;
  font-weight: 200;
}
.form-default sup {
  color: red;
}
.form-default label {
  font-size: 14px;
  display: block;
  line-height: 20px;
}
.form-default textarea {
  max-height: 75px;
}
.form-default br {
  display: none;
}
div.wpcf7 .ajax-loader {
  background-image: url(../img/ajax-loader.gif) !important;
}
.video-player {
  width: 79%;
  float: left;
}
.video-player iframe {
  display: block;
  width: 100% !important;
  height: 540px;
}
#playlist {
  width: 20%;
  float: right;
  height: 540px;
  overflow-y: auto;
}
#playlist ul,
#playlist li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#playlist ul {
  padding: 0 10px;
}
#playlist li {
  position: relative;
  height: 105px;
  margin-bottom: 19px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
}
#playlist li .border {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  border: 1px #ccc solid;
  width: 100%;
  height: 105px;
  background-color: transparent;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#playlist li.current .border {
  border: 10px #ec008c solid;
}
#playlist li.current .arrow-left {
  display: block;
}
#playlist li:hover .border {
  border: 10px #ec008c solid;
}
#playlist .arrow-left {
  position: absolute;
  top: 40px;
  left: -10px;
  display: none;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ec008c;
}
#playlist::-webkit-scrollbar {
  background: #ec008c;
  width: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#playlist::-webkit-scrollbar-track {
  /* 3 */
}
#playlist::-webkit-scrollbar-track-piece {
  /* 4 */
}
#playlist::-webkit-scrollbar-thumb {
  background: #333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#playlist::-webkit-scrollbar-corner {
  /* 6 */
}
#playlist::-webkit-resizer {
  /* 7 */
}
#playlist-end {
  clear: both;
}
