/* HTML5 Boilerplate
 * ==|== normalize.css ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

body {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  background-color: white;
}

a {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-decoration: none;
}
a:focus {
  outline: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

ul {
  list-style: none;
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

.block {
  float: left;
  display: block;
}

.fullwidth {
  width: 100%;
}

.halfwidth {
  width: 50%;
}

.thirdwidth {
  width: 33.33%;
}

.fourthwidth {
  width: 25%;
}

.seventhwidth {
  width: 70%;
}

.centerblock {
  display: flex;
  align-items: center;
  justify-content: center;
}
.centerblock.vertical {
  flex-direction: column;
}
.centerblock.column {
  flex-direction: column;
}
.centerblock.wrap {
  flex-wrap: wrap;
}

.col-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
.col-container.wide {
  max-width: 1300px;
}
@media only screen and (max-width: 1199px) {
  .col-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 979px) {
  .col-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 670px) {
  .col-container {
    padding: 0 20px;
  }
}

.container-tilted {
  position: relative;
  background-color: #ffc107;
  margin: 100px auto 0;
  padding: 30px 0 25px;
}
.container-tilted::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ffc107 50%, rgba(0, 0, 0, 0) 50%);
}

.home-slider {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 670px) {
  .home-slider {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.home-slider .slick-track {
  overflow: hidden;
}
.home-slider .slick-track img:focus {
  outline: none;
}
.home-slider .slick-dots {
  bottom: 20px;
}

.slick-dots li button {
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100%;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  padding: 0;
}
.slick-dots li button:before {
  font-size: 12px;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 100%;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  background-color: white;
  position: static;
}
.slick-dots li.slick-active button {
  border-color: rgba(255, 255, 255, 0.75);
}

.slick-list, .slick-track {
  height: 100%;
}

.loaded {
  opacity: 1 !important;
}

#pager {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pager > span {
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #2c3e50;
  margin-right: 10px;
}
#pager .pagination {
  list-style: none;
  float: left;
  display: flex;
}
#pager .pagination li {
  position: relative;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(44, 62, 80, 0.3);
  margin-right: 10px;
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  transition: 50ms;
  color: #2c3e50;
  font-size: 11px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
}
#pager .pagination li.next a:after, #pager .pagination li.prev a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #2c3e50;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  top: 0;
  left: -4px;
  right: 0;
  bottom: 0;
  margin: auto;
}
#pager .pagination li.prev a:after {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
  left: 2px;
}
#pager .pagination li a {
  color: #2c3e50;
  font-size: 11px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pager .pagination li:hover {
  opacity: 0.5;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#pager .pagination li.active {
  opacity: 0.7;
  color: rgba(44, 62, 80, 0.3);
}

#signature-alloy {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: purple;
}

/* CUSTOM */
* {
  box-sizing: border-box;
}

.empty-staff {
  background-image: url(../img/icons/empty_staff.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: inset 0px 0px 0px 1px #bdbdbd;
}

.empty-article {
  background-image: url(../img/icons/empty_article.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: inset 0px 0px 0px 1px #bdbdbd;
}

.button {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-transform: uppercase;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  border: 0;
  padding: 10px 20px;
}
.button.lblue {
  color: white;
  background: #04a9dc;
}
.button.lblue:hover {
  background: rgba(4, 169, 220, 0.7);
}
.button.dblue {
  color: white;
  background: #052d42;
}
.button.dblue:hover {
  background: #04a9dc;
}
.button.gray {
  color: white;
  background: #bdbdbd;
}
.button.gray:hover {
  background: #04a9dc;
}
.button.lgray {
  color: white;
  background: rgba(189, 189, 189, 0.7);
}
.button.lgray:hover {
  background: #bdbdbd;
}
.button.white {
  background: rgba(236, 239, 241, 0.3);
}
.button.white:hover, .button.white.focus {
  background: #eceff1;
}

select.input {
  border-radius: 0px;
  height: 35px;
  background: white;
  outline: none !important;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url(../img/bg/select_bg.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
select.input:focus {
  background-image: url(../img/bg/select_bg2.png);
}

.input {
  border: 0;
  padding: 10px;
  color: #808080;
  outline: none;
}
.input.white {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.input.clean {
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.input.clean option {
  color: #052d42;
}

textarea {
  resize: none;
}

.section-title {
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  color: #bdbdbd;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
}

header.contact {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
header #header-top {
  background: #052d42;
  padding: 0 15px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1450px) {
  header #header-top {
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
  }
}
header #header-top .left {
  text-align: left;
  display: none;
}
header #header-top .left em {
  opacity: 1;
  font-weight: 800;
  padding-bottom: 1px;
  border-bottom: 1px solid #78909c;
}
header #header-top .center {
  text-align: center;
  position: relative;
  background: #0480a9;
  box-shadow: 0 5px #0480a9, 0px 5px 10px 0px #052d42;
  padding: 5px 0 5px 0;
  animation: colorchange 0.5s;
  /* animation-name followed by duration in seconds*/
  /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: colorchange 0.5s;
  /* Chrome and Safari */
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 1199px) {
  header #header-top .center {
    width: 50%;
  }
}
@media only screen and (max-width: 760px) {
  header #header-top .center {
    width: 100%;
  }
}
header #header-top .center a {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(5, 45, 66, 0.3);
  margin: 0;
}
@media only screen and (max-width: 760px) {
  header #header-top .center a {
    display: block;
    font-size: 11px;
    color: white;
  }
}
header #header-top .center > div {
  opacity: 0;
  pointer-events: none;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: absolute;
  left: 0;
  background: #0494c2;
  width: 100%;
  top: 20px;
  z-index: 123;
  box-shadow: inset 0px 5px 10px -5px #052d42, 0px 5px 26px -10px #052d42;
}
header #header-top .center > div .horarios-item {
  font-size: 11px;
  margin: 0;
}
header #header-top .center > div .phone-item {
  font-size: 12px;
  font-weight: 800;
  margin: 5px 0;
}
header #header-top .center > div span {
  text-shadow: 1px 1px 1px rgba(5, 45, 66, 0.5);
}
header #header-top .center:hover {
  background: #0494c2;
  animation: none !important;
  -webkit-animation: none !important;
}
header #header-top .center:hover > div {
  opacity: 1;
  pointer-events: all;
  top: 36px;
}
@media only screen and (max-width: 760px) {
  header #header-top .center:hover > div {
    top: 33px;
  }
}
header #header-top .right {
  text-align: right;
}
@media only screen and (max-width: 1450px) {
  header #header-top .right {
    width: 100%;
    position: relative;
    text-align: center;
    background: white;
    padding-top: 15px;
  }
  header #header-top .right:before {
    content: "";
    width: 95%;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    background: white;
    opacity: 0.2;
    height: 1px;
  }
  header #header-top .right span {
    color: #808080;
  }
}
@media only screen and (max-width: 670px) {
  header #header-top .right {
    padding: 10px 0;
  }
}
header #header-top div {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  padding: 5px;
}
header #header-top div span, header #header-top div a {
  color: #eceff1;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  font-size: 13px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  margin-right: 10px;
}
@media only screen and (max-width: 979px) {
  header #header-top div span, header #header-top div a {
    font-size: 11px;
  }
}
header #header-top div span em, header #header-top div a em {
  opacity: 0.9;
  font-style: normal;
}
header #header-top div span:last-child, header #header-top div a:last-child {
  margin-right: 0px;
  font-weight: 900;
  font-size: 14px;
}
@media only screen and (max-width: 979px) {
  header #header-top div span:last-child, header #header-top div a:last-child {
    font-size: 12px;
  }
}
@media only screen and (max-width: 670px) {
  header #header-top div span:last-child, header #header-top div a:last-child {
    display: block;
  }
}
header #header-top:hover div.center {
  background: #0494c2;
  box-shadow: none;
  animation: none !important;
  -webkit-animation: none !important;
}
header #header-top:hover div.center > div {
  opacity: 1;
  pointer-events: all;
  top: 27px;
}
@media only screen and (max-width: 760px) {
  header #header-top:hover div.center > div {
    top: 23px;
  }
}
header #header-nav.intern {
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 2;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
header #header-nav.intern:hover {
  background-color: white;
}
header #header-nav .col-container {
  justify-content: space-between;
  padding: 25px 0;
}
@media only screen and (max-width: 1199px) {
  header #header-nav .col-container {
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 670px) {
  header #header-nav .col-container {
    padding: 10px 5px 10px 10px;
  }
}
header #header-nav .col-container > #logo1 {
  float: left;
  max-width: 250px;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  header #header-nav .col-container > #logo1 {
    display: none;
  }
}
header #header-nav .col-container > #logo2 {
  float: left;
  max-width: 200px;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 670px) {
  header #header-nav .col-container > #logo2 {
    display: block;
  }
}
header #header-nav .col-container nav {
  width: calc(100% - 250px);
  text-align: right;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 979px) {
  header #header-nav .col-container nav {
    display: none;
  }
}
header #header-nav .col-container nav a {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: rgba(5, 45, 66, 0.7);
  letter-spacing: 0.3px;
  font-size: 14px;
  padding: 15px;
  margin-left: 5px;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  header #header-nav .col-container nav a {
    padding: 10px;
  }
}
header #header-nav .col-container nav a.button {
  color: white !important;
  text-align: center;
  font-weight: 800;
}
header #header-nav .col-container nav a.button:before {
  content: none;
}
header #header-nav .col-container nav a.button:hover {
  background-color: rgba(4, 169, 220, 0.5);
}
header #header-nav .col-container nav a:first-child {
  margin-left: 0px;
}
header #header-nav .col-container nav a:hover, header #header-nav .col-container nav a.active {
  color: #04a9dc;
  background-color: rgba(236, 239, 241, 0.5);
}
header #header-nav .col-container nav a#search_button {
  height: 46px;
  width: 46px;
  padding: 12px;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  header #header-nav .col-container nav a#search_button {
    height: 36px;
    width: 36px;
    padding: 10px;
  }
}
header #header-nav .col-container nav a#search_button:before {
  content: none;
}
header #header-nav .col-container nav a#search_button img {
  width: 100%;
}
header #header-nav .col-container nav #search_button #search-form {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 0px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: calc(100% - 20px);
  pointer-events: none;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
header #header-nav .col-container nav #search_button #search-form input {
  width: 80%;
}
header #header-nav .col-container nav #search_button #search-form button {
  width: 20%;
}
header #header-nav .col-container nav #search_button #search-form.active {
  width: 400px;
  z-index: 99999;
  opacity: 1;
  pointer-events: all;
  top: calc(100% + 10px);
}
header #header-nav .col-container nav #unidades_menu {
  padding: 15px;
  margin-left: 5px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  header #header-nav .col-container nav #unidades_menu {
    padding: 10px;
  }
}
header #header-nav .col-container nav #unidades_menu:hover {
  color: #04a9dc;
  background-color: rgba(236, 239, 241, 0.5);
}
header #header-nav .col-container nav #unidades_menu:hover .level1 {
  opacity: 1;
  pointer-events: all;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
header #header-nav .col-container nav #unidades_menu > label {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: rgba(5, 45, 66, 0.7);
  letter-spacing: 0.3px;
  font-size: 14px;
  font-weight: 600;
}
header #header-nav .col-container nav #unidades_menu ul {
  opacity: 0;
  pointer-events: none;
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  transition: 50ms;
  position: absolute;
  z-index: 999999;
  width: 250px;
  background-color: #F6F7F8;
  padding: 5px 0;
  left: 0;
  top: 46px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1199px) {
  header #header-nav .col-container nav #unidades_menu ul {
    top: 36px;
    width: 250px;
  }
}
header #header-nav .col-container nav #unidades_menu ul.level2 {
  right: -99.5%;
  height: 100%;
  position: absolute;
  left: auto;
  top: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), inset 2px 0px 1px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../img/bg/level2bg.png);
  background-repeat: no-repeat;
  background-position: 95% 95%;
  background-color: #e8eaed;
}
header #header-nav .col-container nav #unidades_menu ul.level2.active {
  opacity: 1;
  pointer-events: all;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
header #header-nav .col-container nav #unidades_menu ul.level2 .list-menu-link:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: inset 2px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
header #header-nav .col-container nav #unidades_menu ul .list-menu-item {
  color: rgba(5, 45, 66, 0.7);
  text-align: left;
  border-bottom: 1px solid rgba(120, 144, 156, 0.15);
}
header #header-nav .col-container nav #unidades_menu ul .list-menu-item > span > a {
  padding: 0;
  font-size: 13px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  justify-content: flex-start;
  background: none;
}
header #header-nav .col-container nav #unidades_menu ul .list-menu-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
header #header-nav .col-container nav #unidades_menu ul .list-menu-item .list-menu-link {
  padding: 10px 10px;
  margin: 2.5px 0;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}
header #header-nav .col-container nav #unidades_menu ul .list-menu-item .list-menu-link:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  margin: 5px 10px 0 0;
  display: block;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  background-color: #78909c;
}
header #header-nav .col-container nav #unidades_menu ul .list-menu-item .list-menu-link:hover {
  color: #04a9dc;
  background-color: white;
}
header #header-nav .col-container nav #unidades_menu ul .list-menu-item .list-menu-link:hover:before {
  background: #04a9dc;
  margin: 5px 7px 0 3px;
}
header #header-nav .col-container nav #unidades_menu ul .list-menu-item.submenu {
  cursor: pointer;
  background-image: url(../img/icons/submenu_arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
header #header-nav .col-container nav #unidades_menu ul .list-menu-item.submenu:hover .level2 {
  opacity: 1;
  pointer-events: all;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
header #header-nav .col-container #nav-esponsive {
  display: none;
  padding: 10px;
}
@media only screen and (max-width: 979px) {
  header #header-nav .col-container #nav-esponsive {
    display: block;
  }
}
header #header-nav .col-container #nav-esponsive .button-menu > #burger-menu {
  display: inline-block;
  width: 14px;
  height: 10px;
}
header #header-nav .col-container #nav-esponsive .button-menu > #burger-menu g rect {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
header #header-nav .col-container #nav-esponsive .button-menu > label {
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  color: #052d42;
  font-weight: 100;
  font-size: 16px;
  margin-left: 5px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
header #header-nav .col-container #nav-esponsive .button-menu > label:hover {
  color: #04a9dc;
}
header #header-nav .col-container #nav-esponsive .button-menu:hover > #burger-menu g rect {
  fill: #04a9dc;
}
header #header-nav .col-container #nav-esponsive:hover nav#responsive {
  display: block;
}
header #header-nav .col-container #nav-esponsive nav#responsive {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 80px;
  width: 100%;
  background: white;
  border: 1px solid rgba(5, 45, 66, 0.1);
  box-shadow: 2px 2px 2px rgba(5, 45, 66, 0.3);
}
header #header-nav .col-container #nav-esponsive nav#responsive a, header #header-nav .col-container #nav-esponsive nav#responsive #unidades_menu {
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(120, 144, 156, 0.1);
}
header #header-nav .col-container #nav-esponsive nav#responsive a:last-child, header #header-nav .col-container #nav-esponsive nav#responsive #unidades_menu:last-child {
  border-bottom: none;
}
header #header-nav .col-container #nav-esponsive nav#responsive form {
  position: relative;
}
header #header-nav .col-container #nav-esponsive nav#responsive form input {
  width: 100%;
  padding: 20px 45px 20px 20px;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  color: #ccc;
}
header #header-nav .col-container #nav-esponsive nav#responsive form button {
  width: 58px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}
header #header-nav .col-container #nav-esponsive nav#responsive form button img {
  width: 50%;
}
header #header-nav .col-container #nav-esponsive nav#responsive #unidades_menu:hover ul.level1 {
  display: block;
}
header #header-nav .col-container #nav-esponsive nav#responsive #unidades_menu .level1 {
  display: none;
  position: static;
  margin: 0;
  width: 100%;
  box-shadow: none;
}
header #header-nav .col-container #nav-esponsive nav#responsive #unidades_menu .level1 .list-menu-item a {
  padding: 10px;
}
header #header-nav .col-container #nav-esponsive nav#responsive #unidades_menu .level1 .list-menu-item a:before {
  display: inline-block;
  margin: 0px 5px 0 0;
}
header #header-nav .col-container #nav-esponsive nav#responsive #unidades_menu .level1 .list-menu-item.submenu span {
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 1px 0;
  position: relative;
}
header #header-nav .col-container #nav-esponsive nav#responsive #unidades_menu .level1 .list-menu-item.submenu span:before {
  position: absolute;
  left: 10px;
  top: 15px;
  margin: 0;
}
header #header-nav .col-container #nav-esponsive nav#responsive #unidades_menu .level1 .list-menu-item.submenu span a {
  padding: 10px 50px 10px 20px;
  border: 0;
}
header #header-nav .col-container #nav-esponsive nav#responsive #unidades_menu .level1 .list-menu-item.submenu span:hover ul.level2 {
  display: block;
  position: static;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
}
header #header-nav .col-container #nav-esponsive nav#responsive #search_button {
  margin: 0;
  width: 100%;
  padding-left: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: none;
}
header #header-nav .col-container #nav-esponsive nav#responsive #search_button img {
  width: 20px;
  position: absolute;
  left: 20px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
header #header-nav .col-container #turnos-online-responsive {
  background: #04a9dc;
  position: fixed;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  width: auto;
  text-align: center;
  bottom: 20px;
  z-index: 123;
  box-shadow: 0px 0px 30px 0px white;
}

footer {
  background: #052d42;
  padding: 20px 0 40px;
  position: relative;
  margin-top: 100px;
  z-index: 1234;
}
@media only screen and (max-width: 670px) {
  footer {
    margin-top: 50px;
    padding: 20px 10px 40px;
  }
}
footer .col-container {
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 670px) {
  footer .col-container {
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
footer .col-container nav {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  footer .col-container nav {
    display: none;
  }
}
footer .col-container nav a {
  color: #78909c;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 600;
  letter-spacing: 0.1px;
  padding: 2px;
}
@media only screen and (max-width: 1199px) {
  footer .col-container nav a {
    margin-right: 5px;
    letter-spacing: 0px;
    padding: 0px;
  }
}
footer .col-container nav a:last-child {
  margin-right: 0px;
}
footer .col-container nav a.button {
  font-weight: 800;
  background: rgba(120, 144, 156, 0.2);
  padding: 10px;
}
footer .col-container nav a.button:hover {
  background: #04a9dc;
  color: white;
}
footer .col-container nav a:hover {
  color: #eceff1;
}
footer .col-container nav a#search_button {
  display: none;
}
footer .col-container > div {
  flex-direction: column;
  width: 50%;
}
@media only screen and (max-width: 670px) {
  footer .col-container > div {
    width: 100%;
    margin-bottom: 20px;
    align-items: flex-start !important;
  }
}
footer .col-container > div > img {
  max-width: 50%;
  margin: 20px 0;
}
@media only screen and (max-width: 670px) {
  footer .col-container > div > img {
    max-width: 80%;
    margin-top: 0;
  }
}
footer .col-container > div ul li {
  width: 100%;
  color: white;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
}
footer .col-container > div ul li em {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
}
footer .col-container > div ul li span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
footer .col-container > div .smujer {
  width: 100%;
  margin: 20px 0 0;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 670px) {
  footer .col-container > div .smujer {
    align-items: flex-start;
  }
}
footer .col-container > div .smujer img {
  height: 48px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 670px) {
  footer .col-container > div .smujer img {
    height: 40px;
  }
}
footer .col-container > div .smujer p {
  color: white;
  margin: 0 0 5px;
  text-align: right;
  font-size: 12px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0.6;
}
footer .col-container > div .smujer:hover p {
  opacity: 1;
}
footer .col-container > div.fullwidth {
  width: 100%;
  align-items: flex-start;
  margin-top: 40px;
}
footer .col-container > div.fullwidth .newsletter-footer {
  margin-top: 20px;
}
footer .col-container > div.fullwidth .newsletter-footer:hover span {
  color: #eceff1;
}
footer .col-container > div.fullwidth .newsletter-footer span {
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #78909c;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 670px) {
  footer .col-container > div.fullwidth .newsletter-footer span {
    font-size: 10px;
  }
}
footer .col-container > div.fullwidth .newsletter-footer form {
  width: 100%;
  max-width: 350px;
  float: left;
  margin: 5px 0 0;
  position: relative;
}
footer .col-container > div.fullwidth .newsletter-footer form .button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
}
footer .col-container > div.fullwidth .newsletter-footer form .input {
  width: 100%;
  padding-right: 75px;
}
footer .col-container > div.fullwidth .social-footer a {
  margin-right: 10px;
  display: inline-block;
}
footer .col-container > div.fullwidth .social-footer a:hover {
  opacity: 0.5;
}

.sitecontent {
  min-height: 100vh;
}

#home-slider {
  height: calc(70vh - 150px);
  max-width: 1500px;
  margin: 0;
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#home-slider .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
#home-slider .slick-slide .col-container {
  padding-bottom: 5%;
  text-shadow: 1px 1px 1px #052d42;
}
#home-slider .slick-slide .col-container h2 {
  color: white;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 24px;
  margin: 0;
}
#home-slider .slick-slide .col-container p {
  color: white;
  font-size: 16px;
  margin: 10px 0 30px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 0.5px;
}
#home-slider .slick-slide .col-container .button {
  text-shadow: none;
}

#unidades {
  flex-wrap: wrap;
  margin: 50px 0;
}
#unidades .section-title {
  margin: 0 0 25px;
  color: #052d42;
}
@media only screen and (max-width: 670px) {
  #unidades .section-title {
    text-align: center;
  }
}
#unidades li {
  position: relative;
  width: 20%;
  height: 110px;
  padding: 2px;
  text-align: center;
  margin: 0 -1px -1px 0px;
  border: 2px solid rgba(120, 144, 156, 0.1);
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#unidades li:nth-child(2), #unidades li:nth-child(7) {
  border-left: 0;
}
#unidades li:nth-child(6), #unidades li:last-child {
  border-right: 0;
}
#unidades li:nth-child(-n+6) {
  border-top: 0;
}
#unidades li.noborder-bottom {
  border-bottom: 0;
}
@media only screen and (max-width: 979px) {
  #unidades li {
    width: 33%;
  }
  #unidades li:nth-child(2) {
    border-right: 0;
  }
  #unidades li:nth-child(4) {
    border-right: 0;
    border-left: 0;
  }
  #unidades li:nth-child(5) {
    border-left: 0;
    border-right: 0;
  }
  #unidades li:nth-child(6) {
    border-right: 2px solid rgba(120, 144, 156, 0.1);
  }
  #unidades li:nth-child(7) {
    border-right: none;
    border-top: none;
    border-bottom: 2px solid rgba(120, 144, 156, 0.1);
  }
  #unidades li:nth-child(8) {
    border-right: none;
    border-left: none;
    border-top: 0;
  }
  #unidades li:nth-child(9) {
    border-top: 0;
  }
  #unidades li:nth-child(10) {
    border-left: none;
    border-top: none;
  }
}
@media only screen and (max-width: 670px) {
  #unidades li {
    width: 80%;
    height: auto;
    border: 2px solid rgba(120, 144, 156, 0.1) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
  #unidades li:nth-child(2) {
    border-top: 0 !important;
  }
}
@media only screen and (max-width: 380px) {
  #unidades li {
    width: 100%;
  }
}
#unidades li a {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  padding: 20px;
}
@media only screen and (max-width: 670px) {
  #unidades li a {
    padding: 10px;
  }
}
#unidades li a label {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  color: #052d42;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.3;
}
#unidades li:hover a {
  background-image: url(../img/bg/cruz_bg_lblue.svg);
  background-color: #04a9dc;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: 90%;
}
#unidades li:hover a label {
  color: white;
  text-shadow: 1px 1px 1px rgba(5, 45, 66, 0.5);
}

.homesection {
  margin: 100px 0;
}
@media only screen and (max-width: 979px) {
  .homesection {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 670px) {
  .homesection {
    margin: 30px 0;
  }
}
.homesection.newsfeed .col-container {
  align-items: flex-start;
}

.institucional {
  background-color: #052d42;
  background-image: url(../img/bg/cover_01.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 50vh;
  margin-bottom: 0;
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.institucional.loaded {
  opacity: 0;
}
.institucional .col-container {
  justify-content: space-between;
}
@media only screen and (max-width: 670px) {
  .institucional .col-container .halfwidth {
    width: 100%;
  }
}
.institucional .col-container > div {
  margin: 0;
  padding: 20px;
}
.institucional .col-container > div label {
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: white;
  line-height: 1.1;
  width: 350px;
  display: block;
}
@media only screen and (max-width: 670px) {
  .institucional .col-container > div label {
    width: 100%;
    font-size: 24px;
  }
}
.institucional .col-container > div label em {
  color: #04a9dc;
  font-style: normal;
}
.institucional .col-container > div p {
  color: #eceff1;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  max-width: 450px;
}
.institucional .col-container > div a {
  float: left;
  margin: 10px 0 0;
}
.institucional .col-container .gallery-slider {
  width: 50%;
  height: 70%;
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 670px) {
  .institucional .col-container .gallery-slider {
    display: none;
  }
}

@media only screen and (max-width: 670px) {
  .newsfeed .col-container {
    flex-wrap: wrap;
  }
}
.newsfeed .halfwidth {
  padding: 0 20px;
}
@media only screen and (max-width: 670px) {
  .newsfeed .halfwidth {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.newsfeed .halfwidth > a {
  padding: 10px 0;
  justify-content: space-between;
  border-bottom: 2px solid #eceff1;
  margin-bottom: 15px;
}
.newsfeed .halfwidth > a label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.newsfeed .halfwidth > a span {
  opacity: 0;
  font-size: 10px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  color: #78909c;
  padding: 0px 20px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 670px) {
  .newsfeed .halfwidth > a span {
    display: none;
  }
}
.newsfeed .halfwidth > a span:hover {
  opacity: 0.5;
}
.newsfeed .halfwidth > a:hover {
  opacity: 0.7;
}
.newsfeed .halfwidth > a:hover span {
  opacity: 1;
}
.newsfeed .halfwidth ul li {
  padding: 0px;
  position: relative;
  align-items: flex-start;
  margin-bottom: 20px;
}
.newsfeed .halfwidth ul li:last-child {
  margin-bottom: 0;
}
.newsfeed .halfwidth ul li div {
  margin: 0;
}
.newsfeed .halfwidth ul li div.field-container {
  width: calc(100% - 110px);
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 670px) {
  .newsfeed .halfwidth ul li div.field-container {
    width: calc(100% - 80px);
  }
}
.newsfeed .halfwidth ul li div.field-container label {
  float: left;
  width: 100%;
  display: block;
  color: #052d42;
  font-weight: 600;
  font-size: 14px;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
}
.newsfeed .halfwidth ul li div.field-container span {
  color: #78909c;
  font-size: 10px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  display: block;
}
.newsfeed .halfwidth ul li div.field-container p {
  color: #808080;
  font-size: 12px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  margin: 10px 0 0;
}
@media only screen and (max-width: 979px) {
  .newsfeed .halfwidth ul li div.field-container p {
    display: none;
  }
}
.newsfeed .halfwidth ul li div.field-container a:hover label, .newsfeed .halfwidth ul li div.field-container a:hover .img-container {
  opacity: 0.7;
}
.newsfeed .halfwidth ul li div.field-container .button {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}
.newsfeed .halfwidth ul li div.img-container {
  width: 110px;
  height: 110px;
}
@media only screen and (max-width: 670px) {
  .newsfeed .halfwidth ul li div.img-container {
    width: 80px;
    height: 80px;
  }
}

.open-popup {
  position: absolute;
  left: 0px;
  width: 110px;
  height: 110px;
}
.open-popup:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/icons/play_button.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0.7;
}
@media only screen and (max-width: 670px) {
  .open-popup {
    width: 80px;
    height: 80px;
  }
}
.open-popup:hover:before {
  opacity: 1;
}

.complementarios .col-container {
  flex-direction: column;
}
.complementarios .col-container .related-slider {
  width: 100%;
  margin: 0 auto;
}
.complementarios .col-container .related-slider .slick-slide {
  display: block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;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'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.7;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.complementarios .col-container .related-slider .slick-slide:hover {
  filter: none;
  -webkit-filter: none;
  opacity: 1;
}
.complementarios .col-container .related-slider .slick-slide:hover span {
  opacity: 1;
}
.complementarios .col-container .related-slider .slick-slide img {
  margin: 0 auto;
}
.complementarios .col-container .related-slider .slick-slide span {
  opacity: 0;
  color: #78909c;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.1;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.complementarios .col-container .related-slider .slick-dots li button {
  border-color: #bdbdbd;
}
.complementarios .col-container .related-slider .slick-dots li.slick-active button:before {
  background-color: #bdbdbd;
}

.testimonial-section {
  margin-top: 100px;
}
.testimonial-section .testimonial-slider {
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.testimonial-section .testimonial-slider .slick-dots li button {
  border-color: #bdbdbd;
}
.testimonial-section .testimonial-slider .slick-dots li.slick-active button:before {
  background-color: #bdbdbd;
}
.testimonial-section .testimonial-slider .testimonial-item {
  display: block;
  outline: none;
}
.testimonial-section .testimonial-slider .testimonial-image span {
  width: calc(100% - 600px);
  height: 2px;
  background: #eceff1;
}
.testimonial-section .testimonial-slider .testimonial-image div {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  background: #eceff1;
  margin: 0 50px;
  box-shadow: 0px 0px 1px 1px #eceff1;
}
.testimonial-section .testimonial-slider .testimonial-text {
  position: relative;
}
.testimonial-section .testimonial-slider .testimonial-text:before, .testimonial-section .testimonial-slider .testimonial-text:after {
  position: absolute;
  top: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 68px;
  height: 59px;
}
.testimonial-section .testimonial-slider .testimonial-text:before {
  content: "";
  background-image: url(../img/icons/quote_icon_left.png);
  left: 0;
}
.testimonial-section .testimonial-slider .testimonial-text:after {
  content: "";
  background-image: url(../img/icons/quote_icon_right.png);
  right: 0;
}
.testimonial-section .testimonial-slider .testimonial-text p {
  color: #78909c;
  font-size: 14px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  text-align: center;
  max-width: 700px;
  line-height: 1.3;
  margin: 20px auto 10px;
}
.testimonial-section .testimonial-slider .testimonial-autor {
  text-align: center;
}
.testimonial-section .testimonial-slider .testimonial-autor span {
  display: block;
  text-align: center;
}
.testimonial-section .testimonial-slider .testimonial-autor span b {
  font-size: 12px;
  color: #bdbdbd;
}
.testimonial-section .testimonial-slider .testimonial-autor span em {
  color: #78909c;
  font-size: 12px;
}

#intern #unidades {
  margin-top: 100px;
  border-top: 1px solid #eceff1;
  padding-top: 50px;
}
@media only screen and (max-width: 670px) {
  #intern .newsfeed.news .col-container {
    padding: 0;
  }
}
@media only screen and (max-width: 670px) {
  #intern .newsfeed.news .col-container .halfwidth {
    padding: 0;
  }
}
#intern .newsfeed.news .col-container .halfwidth ul li {
  width: 100%;
  justify-content: flex-start;
}
@media only screen and (max-width: 670px) {
  #intern .newsfeed.news .col-container .halfwidth ul li {
    flex-direction: column;
  }
}
#intern .newsfeed.news .col-container .halfwidth ul li > a {
  width: 150px;
  height: 150px;
  margin-right: 15px;
  display: block;
}
@media only screen and (max-width: 670px) {
  #intern .newsfeed.news .col-container .halfwidth ul li > a {
    width: 100px;
    height: 100px;
  }
}
#intern .newsfeed.news .col-container .halfwidth ul li > a .img-container {
  width: 100%;
  height: 100%;
}
#intern .newsfeed.news .col-container .halfwidth ul li div.field-container {
  width: calc(100% - 180px);
  max-width: 700px;
}
@media only screen and (max-width: 670px) {
  #intern .newsfeed.news .col-container .halfwidth ul li div.field-container {
    width: 100%;
    padding: 0;
    margin: 10px 0 30px;
  }
}

.intern-content .page-head-cover {
  background-color: #eceff1;
}
.intern-content .page-head-cover.intern {
  background-image: url(../img/bg/cover_units/cover_intern_01.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 45vh;
  width: 100%;
  z-index: -1;
}
.intern-content .page-head-cover.contact {
  background: #eceff1;
  height: calc(50vh + 150px);
  pointer-events: all;
  z-index: 1;
}
.intern-content .intern-main-content {
  margin-top: calc(45vh - 50px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content {
    flex-wrap: wrap;
  }
}
.intern-content .intern-main-content.page-cover {
  flex-direction: row;
}
.intern-content .intern-main-content.staff-intern {
  flex-direction: row;
  justify-content: flex-start;
}
.intern-content .intern-main-content.staff-intern .fourthwidth {
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.staff-intern .fourthwidth {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.staff-intern .halfwidth {
    width: 100%;
    padding: 0 20px;
  }
}
.intern-content .intern-main-content.staff-intern .halfwidth p.horarios {
  margin: 45px 0 10px;
  color: #052d42;
}
.intern-content .intern-main-content form {
  margin: 0;
  width: 50%;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content form {
    width: 100%;
    margin-top: 20px;
  }
}
.intern-content .intern-main-content form * {
  margin-right: 10px;
}
.intern-content .intern-main-content form *:last-child {
  margin-right: 0px;
}
.intern-content .intern-main-content form .button {
  min-height: 35px;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.article > .halfwidth {
    width: 100%;
  }
}
.intern-content .intern-main-content.article .global-actions {
  align-items: center;
  justify-content: center;
  margin: 100px 0;
}
.intern-content .intern-main-content > label {
  color: #052d42;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content > label {
    font-size: 24px;
  }
}
.intern-content .intern-main-content > p {
  color: #808080;
  line-height: 1.3;
  font-size: 14px;
  margin: 0 0 15px;
  max-width: 600px;
  width: 100%;
}
.intern-content .intern-main-content > p a {
  color: #052d42;
}
.intern-content .intern-main-content > p a:hover {
  color: #04a9dc;
}
.intern-content .intern-main-content > ul {
  display: block;
  margin: -10px 0 0;
  border-top: 1px solid #bdbdbd;
  padding-top: 5px;
}
.intern-content .intern-main-content > ul li {
  color: #808080;
  margin-bottom: 5px;
  font-size: 14px;
  padding-left: 5px;
}
.intern-content .intern-main-content > ul li:before {
  content: "-";
  margin-right: 10px;
  color: #bdbdbd;
  font-weight: 800;
}
.intern-content .intern-main-content > div {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.intern-content .intern-main-content > div .intern-list {
  padding: 0 20px;
  margin: 50px 0 0;
  margin-right: 50%;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content > div .intern-list {
    width: 100%;
    margin: 30px 0;
    padding: 0 10px;
  }
}
.intern-content .intern-main-content > div .intern-list > label {
  float: left;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 2px solid rgba(189, 189, 189, 0.5);
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}
.intern-content .intern-main-content > div .intern-list li {
  float: left;
  width: 100%;
  margin: 5px;
}
.intern-content .intern-main-content > div .intern-list li a {
  font-size: 15px;
  color: #052d42;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content > div .intern-list li a {
    font-size: 12px;
  }
}
.intern-content .intern-main-content > div .intern-list li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #04a9dc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.intern-content .intern-main-content > div .intern-list .staff-slider {
  opacity: 0;
  position: relative;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.intern-content .intern-main-content > div .intern-list .staff-slider.loaded {
  opacity: 1;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-slide {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
  outline: none;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-slide a {
  margin-bottom: 15px;
  padding-left: 3px;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-slide a:hover {
  opacity: 0.7;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-slide a:last-child {
  margin-bottom: 0px;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-slide a .img-container {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-slide a .centerblock {
  flex-wrap: wrap;
  width: calc(100% - 65px);
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-slide a .centerblock label {
  color: #052d42;
  font-weight: 500;
  font-size: 14px;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-slide a .centerblock span {
  color: #78909c;
  font-size: 12px;
  margin-top: 5px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-prev, .intern-content .intern-main-content > div .intern-list .staff-slider .slick-next {
  background-color: transparent;
  border: 1px solid #78909c;
  top: -30px;
  right: 0 !important;
  left: auto !important;
  opacity: 1;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-prev:hover, .intern-content .intern-main-content > div .intern-list .staff-slider .slick-next:hover {
  border-color: #052d42;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-prev:hover:before, .intern-content .intern-main-content > div .intern-list .staff-slider .slick-next:hover:before {
  border-color: #052d42;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-prev:before, .intern-content .intern-main-content > div .intern-list .staff-slider .slick-next:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #78909c;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  top: 0;
  left: -4px;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-prev {
  right: 30px !important;
}
.intern-content .intern-main-content > div .intern-list .staff-slider .slick-prev:before {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #78909c;
  border-left: 1px solid #78909c;
  left: 2px;
}
.intern-content .intern-main-content > div .intern-list.secondary {
  margin: 50px 0 0;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content > div .intern-list.secondary {
    margin: 30px 0;
  }
}
.intern-content .intern-main-content > div .intern-list.secondary > label {
  color: #04a9dc;
  border: 0;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  font-size: 14px;
}
.intern-content .intern-main-content > div .intern-list.secondary li {
  font-size: 14px;
}
.intern-content .intern-main-content > div .intern-list.secondary li:before {
  border-radius: 0;
  height: 2px;
  width: 4px;
  background-color: #78909c;
}

.articlefeed {
  margin: 100px 0;
}
@media only screen and (max-width: 670px) {
  .articlefeed {
    margin: 30px 0;
  }
}
.articlefeed .col-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.articlefeed .col-container .fullwidth > a .section-title {
  float: left;
  width: 100%;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eceff1;
}
.articlefeed .col-container .fullwidth > a:hover {
  opacity: 0.7;
}
.articlefeed .col-container .fullwidth ul li {
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 670px) {
  .articlefeed .col-container .fullwidth ul li {
    flex-wrap: wrap;
  }
}
.articlefeed .col-container .fullwidth ul li > a {
  width: 30%;
}
@media only screen and (max-width: 670px) {
  .articlefeed .col-container .fullwidth ul li > a {
    width: 100%;
  }
}
.articlefeed .col-container .fullwidth ul li > a .img-container {
  width: 100%;
  height: 250px;
  background-color: white;
}
@media only screen and (max-width: 670px) {
  .articlefeed .col-container .fullwidth ul li > a .img-container {
    width: 100%;
    height: 150px;
  }
}
.articlefeed .col-container .fullwidth ul li > a.open-popup {
  height: 250px;
  width: 30%;
}
@media only screen and (max-width: 670px) {
  .articlefeed .col-container .fullwidth ul li > a.open-popup {
    width: 100%;
    height: 150px;
  }
}
.articlefeed .col-container .fullwidth ul li .field-container {
  width: 70%;
  padding-left: 30px;
}
@media only screen and (max-width: 670px) {
  .articlefeed .col-container .fullwidth ul li .field-container {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
}
.articlefeed .col-container .fullwidth ul li .field-container label {
  float: left;
  width: 100%;
  display: block;
  color: #052d42;
  font-weight: 600;
  font-size: 16px;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
}
@media only screen and (max-width: 670px) {
  .articlefeed .col-container .fullwidth ul li .field-container label {
    font-size: 13px;
  }
}
.articlefeed .col-container .fullwidth ul li .field-container span {
  color: #78909c;
  font-size: 10px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  display: block;
}
.articlefeed .col-container .fullwidth ul li .field-container p {
  color: #808080;
  font-size: 12px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  margin: 10px 0 0;
  line-height: 1.2;
  max-width: 700px;
}
@media only screen and (max-width: 670px) {
  .articlefeed .col-container .fullwidth ul li .field-container p {
    display: none;
  }
}
.articlefeed .col-container .fullwidth ul li .field-container a:hover label, .articlefeed .col-container .fullwidth ul li .field-container a:hover .img-container {
  opacity: 0.7;
}
.articlefeed .col-container .fullwidth ul li .field-container .button {
  padding: 10px;
  font-size: 14px;
  font-weight: 800;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
}
.articlefeed .col-container #load-articles {
  display: block;
  float: left;
  background: #04a9dc;
  padding: 15px 30px;
  color: white;
  margin: 30px auto 50px;
}
.articlefeed .col-container #load-articles:hover {
  background: rgba(4, 169, 220, 0.7);
}

.intern-main-content.article {
  margin-top: 50px;
}
@media only screen and (max-width: 670px) {
  .intern-main-content.article {
    margin-top: 30px;
  }
}
.intern-main-content.article .breadcrumbs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding-top: 20px;
}
@media only screen and (max-width: 670px) {
  .intern-main-content.article .breadcrumbs {
    flex-wrap: wrap;
  }
}
.intern-main-content.article .breadcrumbs li {
  margin-right: 10px;
}
@media only screen and (max-width: 670px) {
  .intern-main-content.article .breadcrumbs li {
    margin: 0 0 5px 0px;
    width: 100%;
  }
}
.intern-main-content.article .breadcrumbs li:after {
  content: ">";
  margin-left: 10px;
  color: rgba(120, 144, 156, 0.5);
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  font-size: 11px;
}
.intern-main-content.article .breadcrumbs li:last-child {
  margin-right: 0;
}
.intern-main-content.article .breadcrumbs li:last-child:after {
  content: none;
}
.intern-main-content.article .breadcrumbs li:last-child a {
  font-weight: 800;
}
.intern-main-content.article .breadcrumbs li a {
  color: #78909c;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  font-size: 11px;
}
.intern-main-content.article > label {
  font-size: 24px;
}
.intern-main-content.article > label.intern-subtitle {
  color: #78909c;
  font-size: 32px;
}
@media only screen and (max-width: 670px) {
  .intern-main-content.article > label.intern-subtitle {
    font-size: 24px;
  }
}
.intern-main-content.article > span {
  display: block;
  margin: 10px 0;
  color: #78909c;
}

#sharing {
  flex-wrap: wrap;
  justify-content: flex-start;
  border: 2px solid #eceff1;
  border-left: 0;
  border-right: 0;
  margin: 30px 0 0;
  padding: 20px 0;
  float: left;
}
@media only screen and (max-width: 670px) {
  #sharing {
    padding: 20px;
    margin-top: 10px;
  }
}
#sharing > label {
  font-size: 16px;
  text-align: left;
  cursor: auto;
  margin-right: 10px;
  text-transform: uppercase;
}
#sharing a {
  float: left;
  text-align: center;
  margin: 0 5px;
}
#sharing a#wsap {
  display: none;
}
@media only screen and (max-width: 670px) {
  #sharing a#wsap {
    display: block;
  }
}
#sharing a svg {
  width: 30px;
}
#sharing a svg path {
  fill: #b0bec5;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#sharing a:hover #sharing_icon_fav path {
  fill: #78909c;
}
#sharing a:hover #sharing_icon_tweet path {
  fill: #4099FF;
}
#sharing a:hover #sharing_icon_face path {
  fill: #3b5998;
}
#sharing a:hover #sharing_icon_wsap path {
  fill: #00c853;
}
#sharing a:hover label {
  opacity: 1;
}

#article-intern .articlefeed .col-container .fullwidth > a .section-title {
  margin-bottom: 30px;
}
#article-intern .articlefeed .col-container .fullwidth ul li {
  margin-bottom: 35px;
}
@media only screen and (max-width: 670px) {
  #article-intern .articlefeed .col-container .fullwidth ul li {
    margin-bottom: 25px;
    border-bottom: 1px solid #eceff1;
    padding: 0 0 25px;
  }
}
#article-intern .articlefeed .col-container .fullwidth ul li .field-container .button {
  padding: 10px 20px;
}

.intern-main-content.news-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsgrid {
  margin: 50px 0 0;
}
.newsgrid ul {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 100px;
}
.newsgrid ul li {
  padding: 10px;
  margin-bottom: 20px;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .newsgrid ul li {
    width: 50%;
    padding: 0px;
  }
}
@media only screen and (max-width: 670px) {
  .newsgrid ul li {
    width: 100%;
  }
}
.newsgrid ul li a .img-container {
  width: 100%;
  height: 250px;
  background-color: white;
}
@media only screen and (max-width: 979px) {
  .newsgrid ul li a .img-container {
    height: 150px;
  }
}
.newsgrid ul li .open-popup {
  top: 10px;
  left: 0;
  right: 0;
  width: calc(100% - 10px);
  height: 250px;
}
@media only screen and (max-width: 979px) {
  .newsgrid ul li .open-popup {
    height: 150px;
  }
}
.newsgrid ul li .field-container {
  width: 100%;
  margin-top: 15px;
  padding: 0 10px;
}
.newsgrid ul li .field-container label {
  float: left;
  width: 100%;
  display: block;
  color: #052d42;
  font-weight: 600;
  font-size: 14px;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
}
.newsgrid ul li .field-container span {
  color: #78909c;
  font-size: 10px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
}
.newsgrid ul li .field-container p {
  color: #808080;
  font-size: 12px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
  margin: 10px 0 0;
  line-height: 1.2;
  max-width: 700px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .newsgrid ul li .field-container p {
    font-size: 11px;
  }
}
.newsgrid ul li .field-container a:hover label, .newsgrid ul li .field-container a:hover .img-container {
  opacity: 0.7;
}
.newsgrid ul li .field-container .button {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
}

.staff-page {
  display: flex;
  justify-content: space-between;
}

.staffeed {
  margin: 50px 0 100px;
}
.staffeed .col-container .fullwidth ul {
  flex-wrap: wrap;
}
.staffeed .col-container .fullwidth ul li {
  margin-bottom: 25px;
  padding: 0 20px;
}
@media only screen and (max-width: 670px) {
  .staffeed .col-container .fullwidth ul li {
    width: 100%;
    padding: 0 10px;
    align-items: flex-start;
  }
}
.staffeed .col-container .fullwidth ul li a .img-container {
  height: 150px;
  width: 150px;
}
@media only screen and (max-width: 670px) {
  .staffeed .col-container .fullwidth ul li a .img-container {
    height: 50px;
    width: 50px;
  }
}
.staffeed .col-container .fullwidth ul li .field-container {
  width: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 670px) {
  .staffeed .col-container .fullwidth ul li .field-container {
    padding-left: 15px;
  }
}
.staffeed .col-container .fullwidth ul li .field-container span {
  width: 100%;
  font-size: 12px;
  float: left;
  margin: 10px 0 0;
}
@media only screen and (max-width: 670px) {
  .staffeed .col-container .fullwidth ul li .field-container .button {
    padding: 5px !important;
    font-size: 12px;
  }
}

.staff-intern {
  display: flex;
  flex-wrap: wrap;
}
.staff-intern .fourthwidth {
  flex-direction: column;
}
.staff-intern .fourthwidth .img-container {
  width: 100%;
  height: 250px;
  max-width: 250px;
}
.staff-intern .fourthwidth .button {
  margin-top: 10px;
  font-size: 11px;
}
.staff-intern .fourthwidth .button img {
  margin-right: 10px;
  max-width: 25px;
}
.staff-intern .halfwidth {
  padding-left: 50px;
}
.staff-intern .halfwidth label {
  color: #052d42;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  font-size: 20px;
  margin: 20px 0;
}
.staff-intern .halfwidth ul li {
  margin-bottom: 5px;
  font-size: 13px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #808080;
}
.staff-intern .halfwidth ul li:before {
  content: "";
  height: 2px;
  width: 4px;
  background-color: #78909c;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.staff-intern .halfwidth ul.secondary {
  margin: 25px 0 0;
}
.staff-intern .halfwidth ul.secondary label {
  display: block;
  color: #04a9dc;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0 0 5px;
}

.intern-content .intern-main-content.article.contact-page {
  margin-top: calc(50vh + 180px);
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.article.contact-page {
    flex-wrap: wrap;
  }
}
.intern-content .intern-main-content.article.contact-page > div li {
  color: #052d42;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
.intern-content .intern-main-content.article.contact-page > div li:first-child {
  font-size: 20px;
  font-weight: 800;
}
.intern-content .intern-main-content.article.contact-page > div li em {
  font-style: normal;
  color: #78909c;
  margin-right: 5px;
}
.intern-content .intern-main-content.article.contact-page > div li span {
  font-size: 11px;
  color: #78909c;
  margin: 5px 0 20px;
  font-weight: 300;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.article.contact-page > div li span {
    margin: 5px 0 10px;
  }
}
.intern-content .intern-main-content.article.contact-page > div span {
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  color: #052d42;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 5px;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.article.contact-page > div span {
    font-size: 14px;
  }
}
.intern-content .intern-main-content.article.contact-page > div form {
  margin-top: 20px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.article.contact-page > div form .form-row {
    flex-wrap: wrap;
  }
}
.intern-content .intern-main-content.article.contact-page > div form .form-row .form-item {
  margin-bottom: 10px;
}
.intern-content .intern-main-content.article.contact-page > div form .form-row .form-item span {
  font-size: 11px;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  color: rgba(5, 45, 66, 0.7);
  margin: 0 0 2px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.intern-content .intern-main-content.article.contact-page > div form .form-row .form-item.halfwidth {
  margin-right: 10px;
}
.intern-content .intern-main-content.article.contact-page > div form .form-row .form-item.halfwidth:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.article.contact-page > div form .form-row .form-item.halfwidth {
    width: 100%;
    margin-right: 0px;
  }
}
.intern-content .intern-main-content.article.contact-page > div form .form-row .form-item textarea {
  min-height: 100px;
}
.intern-content .intern-main-content.article.contact-page > div form .form-row .form-item .button {
  padding: 15px 20px;
  font-size: 14px;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.article.contact-page .halfwidth {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 979px) {
  .intern-content .intern-main-content.article.contact-page .thirdwidth {
    width: 50%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.article.contact-page .thirdwidth {
    width: 100%;
    padding: 0;
  }
}

.emergency.contact {
  margin-top: 30px;
}
.emergency > label {
  color: #04a9dc !important;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.emergency .horarios {
  color: #04a9dc !important;
  margin: 0 0 4px !important;
  text-transform: uppercase;
  font-weight: 800 !important;
}
.emergency .horarios-item {
  color: #808080 !important;
  margin: 0 !important;
}
.emergency .phone-item {
  color: #052d42 !important;
  margin-bottom: 15px !important;
  font-size: 16px !important;
}

.intern-content .intern-main-content.article.institucion-page > div {
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.article.institucion-page > div {
    flex-wrap: wrap;
  }
  .intern-content .intern-main-content.article.institucion-page > div > div {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 30px;
  }
}
.intern-content .intern-main-content.article.institucion-page > div .left {
  padding-right: 50px;
}
.intern-content .intern-main-content.article.institucion-page > div .right {
  padding-left: 50px;
}
.intern-content .intern-main-content.article.institucion-page > div label {
  color: #052d42;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
}
.intern-content .intern-main-content.article.institucion-page > div p {
  font-size: 13px;
  color: #808080;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  line-height: 1.5;
}
.intern-content .intern-main-content.article.institucion-page > div.last {
  margin: 50px 0;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.article.institucion-page > div.last {
    margin: 0;
  }
}
.intern-content .intern-main-content.article.institucion-page > div.last p {
  max-width: 700px;
}
.intern-content .intern-main-content.article.institucion-page > div.mission {
  margin: 50px 0;
}
@media only screen and (max-width: 670px) {
  .intern-content .intern-main-content.article.institucion-page > div.mission {
    margin: 50px 0 0;
  }
}
.intern-content .intern-main-content.article.institucion-page > div.mission p {
  max-width: 700px;
}

#institucion-image1 {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

#institucion-image2 {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

#institucion-image3 {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 670px) {
  .parraf-img {
    height: 300px !important;
    width: 100%;
  }
}

.institucion-page .section-title {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eceff1;
}
@media only screen and (max-width: 670px) {
  .institucion-page .complementary-services {
    width: 100%;
  }
}
.institucion-page .complementary-services .item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
  border-bottom: 2px solid #eceff1;
  padding-bottom: 20px;
}
.institucion-page .complementary-services .item:last-child {
  border-bottom: none;
}
.institucion-page .complementary-services .item a .img-container {
  height: 60px;
  width: 200px;
  box-shadow: none;
}
@media only screen and (max-width: 670px) {
  .institucion-page .complementary-services .item a .img-container {
    width: 50px;
  }
}
@media only screen and (max-width: 380px) {
  .institucion-page .complementary-services .item a .img-container {
    display: none;
  }
}
.institucion-page .complementary-services .item a label {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #052d42;
  font-weight: 800;
  font-size: 14px;
  font-family: "PT Sans", "Open Sans", Verdana, Arial, sans-serif;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 670px) {
  .institucion-page .complementary-services .item a label {
    width: calc(100% - 50px);
    padding-left: 5px;
  }
}
@media only screen and (max-width: 380px) {
  .institucion-page .complementary-services .item a label {
    width: 100%;
  }
}
.institucion-page .complementary-services .item a label span {
  width: 25px;
  height: 26px;
  margin-left: 30px;
  position: relative;
  background-color: rgba(189, 189, 189, 0.5);
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 670px) {
  .institucion-page .complementary-services .item a label span {
    margin-left: 10px;
  }
}
.institucion-page .complementary-services .item a label span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  border: 2px solid white;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.institucion-page .complementary-services .item a:hover {
  opacity: 0.5;
}
.institucion-page .complementary-services .item a:hover label span {
  background-color: rgba(189, 189, 189, 0.8);
}
.institucion-page .complementary-services .item a:hover label span:after {
  transform: rotate(-45deg);
}
.institucion-page .complementary-services .item.active a label span {
  background-color: #bdbdbd;
}
.institucion-page .complementary-services .item.active a label span:after {
  transform: rotate(-135deg);
}
.institucion-page .complementary-services .item.active .item-content {
  display: block;
  padding: 0 40px 40px;
}
.institucion-page .complementary-services .item .item-content {
  display: none;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.institucion-page .complementary-services .item .item-content p {
  font-size: 12px;
  color: #808080;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.institucion-page .complementary-services .item .item-content .button {
  margin-top: 20px;
}

.search-results ul {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eceff1;
  justify-content: space-between;
}
.search-results ul:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.search-results ul > label {
  color: #78909c;
  margin-bottom: 10px;
  font-size: 26px;
  opacity: 0.5;
}
@media only screen and (max-width: 670px) {
  .search-results ul > label {
    font-size: 20px;
  }
}
.search-results ul > a {
  padding: 5px;
  font-size: 11px;
  color: #bdbdbd;
}
.search-results ul li {
  padding: 10px 20px;
  margin: 0 !important;
  border-bottom: 1px solid #eceff1;
}
.search-results ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.search-results ul li a {
  padding: 5px;
}
.search-results ul li a label {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #808080;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.search-results ul li a span {
  display: block;
  font-size: 11px;
  color: #bdbdbd;
}
.search-results ul li a:hover {
  opacity: 0.7;
}
.search-results ul li a:hover label {
  color: #052d42;
}

.errorpage {
  background: #052d42;
  color: white;
  overflow: hidden;
}
.errorpage:before {
  content: "404";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: white;
  font-size: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -5;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 100;
  opacity: 0.02;
}
.errorpage h4 {
  margin: 0 0 60px;
  font-weight: 100;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 670px) {
  .errorpage h4 {
    font-size: 18px;
  }
}
.errorpage a:hover {
  opacity: 0.7;
}
.errorpage a img {
  width: 350px;
  max-width: 50vw;
  min-width: 20vw;
  margin-left: -5px;
}
.errorpage a.button {
  border: 1px solid white;
  color: white;
  margin: 50px 0 0;
}
.errorpage a.button:hover {
  background: white;
  color: #04a9dc;
  opacity: 1;
}

label {
  cursor: auto;
}

#popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(5, 45, 66, 0.95);
  top: 0;
  left: 0;
  z-index: 999999999;
  opacity: 0;
  pointer-events: none;
  z-index: -50;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 670px) {
  #popup {
    display: none !important;
  }
}
#popup.active {
  opacity: 1;
  pointer-events: all;
  z-index: 99999999999;
}
#popup #popup-content {
  max-width: 95vw;
  max-height: 95vh;
  position: relative;
  padding: 30px;
}
#popup #popup-content .close {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#popup #popup-content .close:hover {
  background: rgba(255, 255, 255, 0.7);
}
#popup #popup-content .close:before, #popup #popup-content .close:after {
  content: "";
  width: 2px;
  height: 25px;
  background: white;
  position: absolute;
  right: 15px;
  top: 3px;
}
#popup #popup-content .close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#popup #popup-content .close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
#popup #popup-content .close a {
  overflow: hidden;
  color: transparent;
  display: block;
  height: 100%;
  width: 100%;
}
#popup #popup-content #popup-body {
  margin: blue;
}
#popup #popup-content #popup-body h3 {
  margin: 0 0 15px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
#popup #popup-content #popup-body #popup-video {
  margin: orange;
}

#message-box {
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  background: #052d42;
  padding: 10px;
  z-index: 9;
}
#message-box p {
  color: white;
  margin: 0;
  font-size: 10px;
  font-family: Verdana, Arial, "Open Sans", Verdana, Arial, sans-serif;
}
#message-box p a {
  color: white;
  border-bottom: 1px solid white;
}
#message-box p a:hover {
  opacity: 1;
  color: #04a9dc;
  border-bottom: 1px solid #04a9dc;
}

@keyframes colorchange {
  0% {
    background: #02556e;
    box-shadow: 0 5px #02556e, 0px 5px 10px 0px #052d42;
  }
  25% {
    background: #036a8a;
    box-shadow: 0 5px #036a8a, 0px 5px 12px 0px #052d42;
  }
  50% {
    background: #037fa5;
    box-shadow: 0 5px #037fa5, 0px 5px 14px 0px #052d42;
  }
  75% {
    background: #0494c1;
    box-shadow: 0 5px #0494c1, 0px 5px 18px 0px #052d42;
  }
  100% {
    background: #04a9dc;
    box-shadow: 0 5px #04a9dc, 0px 5px 20px 0px #052d42;
  }
}
