/*
BASE (MOBILE) SIZE
******************************************************************/

/* GENERAL STYLES */
html {
    height: 100%;
    width: 100%;
}
body {
  position: relative;
  font-family: 'Regular', sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #25282a;
  height: 100%;
  width: 100%;
  background-color: #FFF;
}

/* WORDPRESS BODY CLASSES */

/* LAYOUT & GRID STYLES */
.wrap {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2%;
}

/* LINK STYLES */
a {
  color: #00a6b4;
  text-decoration: none;
}
a:hover {
  color: #555;
}
a:link,
a:visited:link {
  /* this highlights links on iPhones/iPads.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* 05. H1, H2, H3, H4, H5 STYLES */
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
    margin: 0;
    padding: 0;
    font-family: 'Light', sans-serif;
    font-weight: normal;
    line-height: 120%;
    text-rendering: optimizelegibility;
}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a {
    text-decoration: none;
}
h1,.h1 {
    font-size: 2em;
}
h2,.h2 {
    font-size: 1.6em;
}
h3,.h3 {
    font-size: 1.4em;
}
h4,.h4 {
    font-size: 1.2em;
    margin-bottom: 5px;
}
h5,.h5 {
    font-size: 1em;
}
p, p>div {
  margin: 0 0 1em;
  text-rendering: optimizelegibility;
  font-size: 0.9em;
  text-align: center;
  line-height: 120%;
}

strong {
    text-rendering: optimizelegibility;
    font-family: 'SemiBold', sans-serif;
}
a.btn {
    display: inline-block;
    width: auto;
    padding: 7px 15px 0;
    height: 40px;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #555;
    border: #555 1px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
a.btn-white {
    color: #fff;
    border-color: #fff;
}
a.btn-gray {
    color: #AAA;
    border-color: #AAA;
}
a.btn:hover {
    color: #fff;
    background: #64ccc9;
    border-color: #64ccc9;
}
a.btn-big {
    display: inline-block;
    min-width: 32%;
    padding: 50px 0 0;
    margin: 0.5%;
    height: 120px;
    text-align: center;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #333;
    background-color: #f1f4f4;
}
a.btn-big:hover {
    color: #fff;
    background-color: #64ccc9;
}
blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    font-size: 2em;
}
blockquote:before {
    display: block;
    content: url('../images/big_1b.png');
}
blockquote:after {
    display: block;
    content: url('../images/big_2.png');
}
blockquote strong {
    display: block;
    font-family: inherit;
    font-weight: 700;
    font-style: normal;
    font-size: 0.6em;
    line-height: 140%;
}

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

/* Formularios */
input, textarea, select {
    margin-bottom: 5px;
    padding: 5px 10px;
    width: 100%;
    font-family: 'Regular', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left;
    background-color: #FFF;
    border: #9c9c9c 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
textarea {
    height: 40px;
}
input[type=checkbox], input[type=radio]{
    margin-right: 10px;
    width: auto;
}
input[type=submit], input[type=button], button{
    display: block;
    margin: 10px 0 0;
    padding: 2px 25px 0;
    max-width: 150px;
    height: 40px;
    text-align: center;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #FFF !important;
    background: none;
    background-color: #333333;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
label {
    margin-right: 15px;
    font-size: 1em;
    text-align: left;
}

.clickdform span {
    font-family: 'Regular', sans-serif !important;
    font-size: 13px !important;
}
.clickdform h3 span {
    font-size: 16px !important;
}
.clickdform h4 span {
    font-size: 16px !important;
}
.form-wrapper {
    
}
.QapTcha .dropError {
    color: #fa637e !important;
}
.QapTcha .dropSuccess {
    color: #64ccc9 !important;
}

/* HEADER SYTLES */
/* Cabecero */
#container {
    position: relative;
    padding: 0;
}
#scroll-top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding: 10px;
    color: #FFF;
    background-color: rgba(0,166,180,0.7);
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 1000;
    padding: 10px 0;
    width: 100%;
    height: 70px;
    border-bottom: #eee 1px solid;
    background-color: #FFF;
}

.logo {
    display: inline-block;
    padding-top: 2px;
    text-align: center;
    font-size: 0.6em;
    color: #25282a;
}
.logo img {
    display: block;
    width: 120px;
    height: auto;
    margin-bottom: 13px;
}

.header .nav-wrapper {
    position: fixed;
    top: 70px;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 10px 0 100px;
    text-align: center;
    background-color: #fff;
    overflow: scroll;
}

.header .nav>li {
    display: block;
    margin: 0;
    border-bottom: #ddd 1px solid;
}
.header .nav>li>a {
    display: block;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #25282a;
}
.header .nav>li>a:hover {
    color: #64ccc9;
}

.header .nav>li>ul.sub-menu {
    display: none;
}
.header .nav>li:hover>ul.sub-menu {
    display: block;
}
.header .nav>li>ul.sub-menu>li {
    display: block;
}
.header .nav>li>ul.sub-menu>li>a {
    display: block;
    padding: 10px 0;
    font-size: 1em;
    text-transform: uppercase;
    color: #64ccc9;
    border-bottom: #64ccc9 1px solid;
}
.header .nav>li>ul.sub-menu>li>ul {
    display: block;
    margin: 10px 0 20px;
}
.header .nav>li>ul.sub-menu>li>ul>li {
    display: block;
}
.header .nav>li>ul.sub-menu>li>ul>li>a {
    display: block;
    padding: 5px 0;
    font-size: 0.9em;
    color: #333;
}
.header .nav>li>ul.sub-menu>li>ul>li>a:hover {
    background-color: #fff;
}

.header .utils-bar {
    position: absolute;
    right: 10px;
    top: 10px;
}
.header .utils-bar a {
    display: inline-block;
    margin: 0 3px;
    font-size: 1.1em;
    color: #64ccc9;
}
.header .utils-bar .main-filter {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    margin: 5px 0 10px;
    padding: 0 10px 10px;
    background-color: #fff;
    border-bottom: #eee 1px solid;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
}
.header .utils-bar .main-filter.active {
    display: block;
}
.header .utils-bar .main-filter i {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 1;
}
.header .utils-bar .main-filter input {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 320px;
    padding: 0 20px;
    margin: 0;
    height: 44px;
    vertical-align: top;
    background-color: #f3f3f4;
    border: #CCC 1px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.header .utils-bar .main-filter a {
    display: block;
}

.header .utils-bar .wpml-ls {
    display: inline-block;
}
.header .utils-bar .wpml-ls li {
    display: inline-block;
}
.header .utils-bar .wpml-ls li a {
    font-size: 1.1em;
    color: #25282a;
}
.header .utils-bar .wpml-ls .wpml-ls-native {
    color: #64ccc9;
}
.header .utils-bar .wpml-ls-current-language .wpml-ls-native {
    color: #25282a;
}
/*
.header .nav-pull {
    display: inline-block;
    padding-left: 5px;
    font-size: 2em;
}
*/
.header .nav-pull {
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.header .nav-pull span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header .nav-pull span:nth-child(1) {
    top: 0px;
}
.header .nav-pull span:nth-child(2), .header .nav-pull span:nth-child(3) {
    top: 10px;
}
.header .nav-pull span:nth-child(4) {
    top: 20px;
}
.header .nav-pull.active span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}
.header .nav-pull.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .nav-pull.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header .nav-pull.active span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

/* CUSTOM STYLES */
/* Secciones */
section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
section[data-type=parallax] {
    background-origin: initial;
	background-clip: initial;
	background-position: 100% 0;
	position:relative;
}

/* Home */
.banner {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner p {
    text-align: center;
}
.banner-top {
    position: relative;
    padding: 150px 5px 350px;
    visibility: hidden;
    height: 700px;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
}
.banner-top .down {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -10px;
    bottom: 50px;
    width: 20px;
    text-align: center;
    color: #fff;
}
.banner-bottom {
    padding: 50px 0;
    color: #fff;
    height: 700px;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
}
.banner-bottom blockquote {
    font-size: 1.5em;
}

.home-destacados {
    padding: 50px 0;
}
.home-destacados .destacado-item {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    text-align: center;
    background-color: #e0e8e7;
}
.home-destacados .destacado-item>div {
    position: relative;
    padding: 120px 50px 0;
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
}
.home-destacados .destacado-item>div .h3 {
    font-family: 'Medium';
    font-size: 1.4em;
}
.home-destacados .destacado-item>div a {
    position: absolute;
    bottom: 105px;
    left: 50%;
    margin-left: -15px;
    font-size: 2em;
    color: #aaa;
    width: 20px;
}
    
.home-encuentranos, .home-encuentranos h3, .home-encuentranos p {
    text-align: center;
}
.home-encuentranos h3 {
    margin-bottom: 15px;
    font-size: 2em;
}
.home-encuentranos p {
    font-size: 1em;
}

.home-encuentranos blockquote {
    margin: 70px 0 0;
    font-size: 1.6em;
    color: #64ccc9;
}
.home-encuentranos blockquote:before {
    content: url(../images/medium_1.png);
}
.home-encuentranos blockquote:after {
    content: url(../images/medium_2b.png);
}
.home-encuentranos blockquote p {
    margin-bottom: 15px;
}
.home-encuentranos blockquote br {
    display: none;
}
.home-encuentranos blockquote strong {
    font-size: 0.6em;
}

.home-publicaciones {
    margin: 100px 0 0;
}
.home-publicaciones .h2 {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 1.6em;
    border-bottom: #64ccc9 7px solid;
}
.publicacion-item {
    display: block;
    position: relative;
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.publicacion-item.publicacion-doble {
    width: 100%;
}
.publicacion-item .shade {
    display: block;
    padding: 30px 20px;
    min-height: 300px;
    background-color: rgba(0,0,0,0.4);
}
.publicacion-item.no-image .shade {
    background-color: #f1f4f4;
}
.publicacion-item .h3 {
    min-height: 70px;
    font-size: 1.2em;
    color: #fff;
}
.publicacion-item .h4 {
    display: inline-block;
    margin: 15px 0;
    padding: 15px 0;
    width: auto;
    font-size: 1em;
    color: #fff;
    border-top: #64ccc9 7px solid;
}
.publicacion-item p {
    font-size: 1em;
    text-align: left;
    color: #fff;
}
.boletin-item {
    display: block;
    position: relative;
    float: left;
    margin-bottom: 40px;
}
.boletin-item a {
    display: block;
}
.boletin-thumb {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.boletin-thumb.no-image {
    background-image: url(../images/publicaciones-boletines.png);
}
.boletin-thumb, .boletin-data {
    padding-top: 20px;
    height: 200px;
}
.boletin-item .h3 {
    font-size: 1em;
    color: #333;
}
.boletin-item p {
    font-size: 1em;
    color: #333;
}
.autor {
    display: inline-block;
    width: auto;
    margin: 0 10px 2px 0;
    font-size: 0.8em;
    color: #FFF;
}
.boletin-item .autor {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #333;
}
.autor .img-autor {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.autor span {
    display: inline-block;
    margin: 10px 0 0 10px;
    float: right;
}
.publicacion-item.no-image .h3, .publicacion-item.no-image .h4, .publicacion-item.no-image p, .publicacion-item.no-image .autor {
    color: #333;
}

.home-eventos {
    margin: 30px 0;
}
.home-eventos .h2 {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: #64ccc9 7px solid;
}

.home-eventos .evento-item {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding: 50px 30px;
    min-height: 190px;
    text-align: left;
    background-color: #e0e8e7;
}
.home-eventos .evento-item .calendar, .home-eventos .evento-item .pencil {
    display: block;
    float: left;
    margin-right: 30px;
    padding: 25px 0 0;
    width: 60px;
    height: 75px;
    font-family: 'SemiBold',sans-serif;
    font-size: 2.2em;
    text-align: center;
    color: #333;
    background-image: url(../images/ico_calendar.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.home-eventos .evento-item .h3 {
    padding-top: 7px;
    font-size: 1em;
    color: #25282a;
}
.home-eventos .evento-item .h4 {
    font-family: 'SemiBold', sans-serif;
    font-size: 1em;
    color: #25282a;
}
.home-eventos .evento-item .h5 {
    margin-top: 3px;
    font-size: 0.9em;
    color: #25282a;
}
.home-eventos a .h5 i {
    color: #67ccc7;
}
.home-eventos .evento-item a:hover .h3 {
    color: #64ccc9;
}

.home-eventos .evento-item .pencil {
    background-image: url(../images/ico_pencil.png);
}

.home-widgets {
    padding: 30px 20px;
    background-color: #f1f6f6;
}
.home-widgets .h3 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #333;
}
.home-widgets .h3  i {
    margin-right: 20px;
    font-size: 1.8em;
}
.home-widgets a:hover .h3 {
    color: #64ccc9;
}

.tweet-item {
    padding-bottom: 25px;
}
.tweet-item .last {
    padding-bottom: 25px;
    border-bottom: #CCC 1px solid;
}
.tweet-item img {
    display: block;
    margin: 0 auto 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tweet-item .h4 {
    font-size: 0.9em;
    color: #888;
}
.tweet-item .h4 strong {
    color: #333;
}
.tweet-item p {
    font-size: 0.9em;
}

.null-instagram-feed .widgettitle {
    display: none;
}
.instagram-pics {
    display: block;
}
.instagram-pics li {
    display: block;
    width: 16.666%;
    float: left;
    border: #fff 2px solid;
}

.home-suscripcion {
    padding: 40px 20px 20px;
    background-color: #64ccc9;
}
.home-suscripcion .h2 {
    display: block;
    margin: 0 0 30px;
    font-size: 3em;
}
.home-suscripcion .h2 img {
    float: right;
    margin-top: -20px;
}
.home-suscripcion p {
    font-size: 1em;
}
.home-suscripcion input[type=text], .home-suscripcion select, .home-suscripcion textarea {
    border: none;
    border-bottom: #333 1px solid;
    background-color: transparent;
}
.home-suscripcion a {
    color: #000;
    font-weight: bold;
}
.home-suscripcion .buttonContainer {
    width: 100%;
}
.home-suscripcion input[type="submit"], .home-suscripcion input[type="button"], .home-suscripcion button {
    display: inline-block;
    margin: 10px 10px 0;
}
.home-suscripcion .QapTcha .dropSuccess {
    color: #25282a !important;
}
.responsiveCell {
    vertical-align: top;
}
input[contactfield="iav_donotbulkemailhidden"] {
    margin-bottom: 30px;
}

/* Pagina tipo */
.page-header {
    padding: 80px 0 0;
    min-height: 140px;
    text-align: center;
    background-image: url(../images/bg_page.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header .h1 {
    display: inline-block;
    width: auto;
    font-size: 2.4em;
}
.page-content {
    padding: 10px 20px;
    text-align: center;
}
.page-content .h2 {
    margin: 0 0 20px;
    text-align: center; 
    font-size: 1.4em;
    color: #64ccc9;
}
.page-content blockquote, .page-content blockquote p {
    text-align: center;
    color: #64ccc9;
}
.page-content blockquote:before {
    content: url(../images/medium_1.png);
}
.page-content blockquote:after {
    content: url(../images/medium_2b.png);
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5 {
    margin-bottom: 5px;
    color: #64ccc9;
}
.page-content ul {
    margin-top: -0.6em;
    margin-bottom: 1em;
}
.page-content li:before {
    display: inline-block;
    margin-left: -13px;
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    font-size: 0.4em;
    margin-right: 7px;
    font-weight: bold;
    color: #64ccc9;
}
.page-content li {
    padding-left: 13px;
    margin-bottom: 3px;
    font-size: 0.9em;
}
.page-content p a img {
    margin: 0 10px;
}

.submenu {
    display: block;
}
.submenu li {
    display: inline-block;
    margin: 0 7px 15px;
}
.submenu li a {
    color: #25282a;
}
.submenu li a span {
    display: none;
    margin-top: 5px;
    width: 25px;
    border-bottom: #67ccc7 4px solid;
}
.submenu li a:hover, .submenu li a.active {
    color: #64ccc9;
}
.submenu li a:hover span, .submenu li a.active span {
    display: block;
}
.btn-back {
    display: inline-block;
    margin: 0 0 50px;
}
.page-content .form-wrapper br {
    display: none;
}
.page-content .form-wrapper-fullwidth br {
    display: block;
}
.page-content .form-wrapper h2, .page-content .form-wrapper h3, .page-content .form-wrapper h4, .page-content .form-wrapper h5 {
    color: #25282a;
}

/* Conocenos */
.page-header-conocenos {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header-conocenos .mobile-shade {
    padding: 150px 0 50px;
    background-color: rgba(255,255,255,0.5);
}
.page-header-conocenos .h1 {
    display: inline-block;
    width: auto;
    padding: 0 30px 20px;
    margin: 0 0 30px;
    font-size: 3em;
    border-bottom: #CCC 1px solid;
}
.page-header-conocenos p {
    display: block;
    margin: 0 auto 30px;
    max-width: 80%;
    text-align: center;
    font-size: 1.2em;
}

.conocenos-motivos {
    margin: 50px 0;
}
.conocenos-motivos .h2 {
    padding-bottom: 30px;
    text-align: center;
    font-size: 1.4em;
}
.conocenos-motivos li {
    display: block;
    visibility: hidden;
    float: left;
    padding: 30px;
    width: 100%;
    text-align: center;
    background-color: #d9e5e1;
}
.conocenos-motivos li span {
    padding: 0 10px;
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    font-size: 4em;
    border-top: #67ccc7 7px solid;
    border-bottom: #67ccc7 7px solid;
}
.conocenos-motivos li p {
    text-align: center;
    font-size: 0.9em;
}
.conocenos-socios {
    margin: 30px 0;
    text-align: center;
}
.conocenos-socios .h2 {
    margin-bottom: 20px;
    font-size: 2em;
}
.conocenos-socios .socio-item {
    display: block;
    float: left;
    width: 100%;
    padding: 0 20px;
}
.conocenos-socios .socio-item img {
    display: block;
    margin: 0 auto 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.conocenos-socios .socio-item .h3 {
    margin: 0 0 20px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    font-size: 2.4em;
    color: #64ccc9;
}
.conocenos-socios .socio-item p {
    text-align: center;
    font-size: 0.9em;
}
.conocenos-asesoria {
    padding: 50px 0;
    text-align: center;
    background-color: #f1f4f4;
}
.conocenos-asesoria h2 {
    margin-bottom: 30px;
    font-size: 2em;
}
.conocenos-asesoria li {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
    vertical-align: top;
    border-bottom: #67ccc7 7px solid;
}
.conocenos-asesoria li img {
    display: block;
    margin: 0 auto 30px;
}
.conocenos-reconocimientos {
    margin: 50px 0;
    text-align: center;
}
.conocenos-reconocimientos .h2 {
    font-size: 2em;
}

.recon-block {
    position: relative;
    height: 300px;
}
.slider-wrapper, .slider-wrapper .slider {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 300px !important;
    background-color: #fff;
    overflow: hidden;
}
.slider-wrapper .caroufredsel_wrapper {
    height: 300px !important;
}
.slider-btn {
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 11;
    width: 20px;
    height: 40px;
    text-align: center;
    font-size: 2em;
    cursor: pointer;
}
.slider-btn-next {
    left: auto;
    right: 0;
}

.solucion-reconocimientos li {
    display: inline-block;
    padding: 5px 0;
    margin: 0 10px;
    font-family: 'Regular', sans-serif;
    color: #64ccc9;
    cursor: pointer;
}
.recon-anos {
    margin: 0 0 50px;
}
.recon-anos li.active {
    color: #333;
    border-bottom: #64ccc9 5px solid;
}
.recon-item {
    display: block;
    float: left;
    text-align: center;
    width: 33.333%;
    padding: 0 20px;
    vertical-align: top;
}
.recon-item .h3 {
    margin: 0 0 10px;
    font-size: 0.9em;
}
.recon-item img {
    display: block;
    margin: 0 auto 10px;
    max-width: 150px;
}
.recon-item p {
    text-align: center;
}

.conocenos-paginas {
    text-align: center;
}
.conocenos-paginas a {
    display: block;
    padding: 50px 0 0;
    margin-bottom: 10px;
    height: 250px;
    font-family: 'Light', sans-serif;
    font-size: 3em;
    line-height: 90%;
    color: #333;
    background-color: #f1f4f4;
}
.conocenos-paginas a span {
    display: inline-block;
    padding: 10px 0;
    max-width: 250px;
    border-top: #67ccc7 7px solid;
    border-bottom: #67ccc7 7px solid;
}
.conocenos-mapa {
    position: relative;
    margin: 20px 0 0;
}
.conocenos-mapa .direccion {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    margin-left: -210px;
    width: 420px;
    padding: 20px 0;
    text-align: center;
    background-color: #FFF;
    color: #333;
}
.conocenos-mapa .direccion h3 {
    margin-bottom: 10px;
    font-size: 1.4em;
}
.conocenos-mapa .direccion p {
    margin-bottom: 5px;
    text-align: center;
    font-size: 0.9em;
}
.conocenos-mapa .mapa {
    width: 100%;
    height: 500px;
}

/* Soluciones */
.solucion-header {
    padding: 10px 10px 0;
}
.solucion-header .h1 {
    text-align: center;
}
.solucion-icon {
    display: block;
    margin: 0 auto;
    padding-bottom: 7px;
    border-bottom: #64ccc9 7px solid;
}
.solucion-header .submenu {
    padding: 30px 0 0;
    text-align: center;
}
.solucion-area .submenu {
    padding: 15px 0 0;
}
.solucion-header .content-wrapper p:first-of-type {
    font-family: 'Light', sans-serif;
    font-size: 1.4em;
    color: #64ccc9;
}
.solucion-header .content-wrapper ul {
    margin-top: -0.6em;
    margin-bottom: 1em;
}
.solucion-header .content-wrapper li:before {
    display: inline-block;
    margin-left: -13px;
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    font-size: 0.4em;
    margin-right: 7px;
    font-weight: bold;
    color: #64ccc9;
}
.solucion-header .content-wrapper li {
    padding-left: 13px;
    margin-bottom: 3px;
    font-size: 0.9em;
}
.solucion-equipo {
    padding: 20px 10px;
    text-align: center;
    background-color: #f1f4f4;
}
.solucion-equipo .h2 {
    margin: 0 0 40px;
}
.solucion-actividad {
    margin: 50px 0;
}
.solucion-actividad .h2 {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 2em;
    border-bottom: #64ccc9 7px solid;
}
.solucion-reconocimientos {
    margin: 20px 0;
    text-align: center;
}
.solucion-reconocimientos .h2 {
    margin: 0 0 30px;
}

/* Personas */
.header-filter {
    padding: 30px 0;
}
.header-filter form {
    display: block;
    margin: 0 auto 30px;
    width: 80%;
    text-align: center;
}
.dir-search {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
}
.dir-search i {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 1;
}
.dir-results {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 10px 20px;
    max-height: 380px;
    width: 100%;
    overflow: auto;
    background: #fff;
}
.dir-results a {
    display: block;
    padding: 15px 0;
    font-size: 1em;
    text-align: left;
    border-bottom: #ddd 1px solid;
}
.dir-results a span.img-autor {
    display: block;
    float: left;
    margin-top: -7px;
    margin-right: 7px;
    width: 35px;
    height: 35px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.input-style {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 20px;
    width: 100%;
    height: 44px;
    vertical-align: top;
    background-color: #f3f3f4;
    border: #CCC 1px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
select.input-style {
    padding: 0 20px;
}
select.input-style.active {
    color: #64ccc9;
}
select.input-style option {
    padding: 7px 0 0;
    color: #333;
    background-color: #f3f3f4;
}
select.input-style option[selected=selected] {
    color: #64ccc9;
}
.header-filter form .submenu {
    margin: 30px 20px;
}

.personas-block {
    padding: 20px 20px;
    text-align: center;
    background-color: #f1f4f4;
}
.persona-item {
    display: inline-block;
    margin: 0 1% 30px;
    width: 47%;
    height: 220px;
    vertical-align: top;
    border-bottom: #64ccc9 5px solid;
}
.persona-imagen {
    position: relative;
    display: block;
    width: 100%;
    max-width: 160px;
    height: 120px;
    margin: 0 auto 15px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.persona-imagen .shade {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
}
.persona-item .h3 {
    margin-bottom: 10px;
    font-size: 1em;
    font-family: 'Medium', sans-serif;
    color: #333;
}
.persona-item:hover .h3 {
    color: #64ccc9;
}
.persona-item .h4 {
    font-size: 0.9em;
    font-family: 'Light', sans-serif;
    color: #333;
}

.persona-wrapper {
    padding: 30px 20px;
}
.persona-card {
    display: inline-block;
    padding: 0 0 20px;
    border-bottom: #64ccc9 5px solid;
}
.persona-card .persona-imagen {
    position: relative;
    float: left;
    width: 120px;
    height: 100px;
    margin-right: 10px;
}
.persona-card .persona-data {
    float: left;
}
.persona-card .h1 {
    font-size: 1em;
    white-space: nowrap;
}
.persona-card .h2 {
    font-size: 1em;
    white-space: nowrap;
}
.persona-card .h3 {
    font-size: 0.9em;
    white-space: nowrap;
    margin-bottom: 5px;
}
.persona-contactos {
    margin-top: 10px;
}
.persona-curriculum {
    padding: 20px 20px;
    background-color: #f1f4f4;
}
.persona-curriculum h4 {
    margin-bottom: 20px;
}
.persona-curriculum .curriculum-item p, .persona-curriculum .curriculum-item li {
    padding: 0 10px;
}
.persona-curriculum .curriculum-item p:first-of-type {
    padding: 0;
    font-family: 'SemiBold', sans-serif;
    font-size: 1.1em;
}
.persona-sectores {
    padding: 20px 10px;
}
.persona-sectores .h3 {
    font-family: 'SemiBold', sans-serif;
    font-size: 1.1em;
}
.persona-sectores a {
    display: inline-block;
    margin: 20px 40px 0 0;
    font-size: 1.4em;
}
.persona-sectores a img {
    margin-right: 10px;
}
.persona-publicaciones {
    padding: 50px 0 0;
}
.persona-publicaciones .h2 {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 2em;
    border-bottom: #64ccc9 7px solid;
}
.persona-reconocimientos {
    padding: 50px 0;
    text-align: center;
}
.persona-reconocimientos .h2 {
    margin-bottom: 30px;
    font-size: 2em;
}
.persona-reconocimientos p {
    text-align: center;
}

/* Encuéntranos */
.encuentranos-mapa {
    display: none;
}
.encuentranos-directorio {
    padding: 0 20px 30px;
}
.encuentranos-directorio dd {
    display: none;
}
.encuentranos-directorio .h2-continente {
    margin-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: #AAA 1px solid;
    cursor: pointer;
}
.encuentranos-directorio .h2-continente i {
    display: inline-block;
    float: right;
    font-size: 1.6em;
    line-height: 22px;
    color: #64ccc9;
}
.encuentranos-directorio .h3-pais {
    margin-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: #CCC 1px solid;
}
.encuentranos-directorio .h4-oficina {
    padding-bottom: 10px;
}
.encuentranos-directorio .persona-card {
    border: none;
}
.encuentranos-directorio .persona-card .h1 {
    white-space: normal;
}
.encuentranos-directorio .persona-imagen {
    width: 80px;
}

.encuentranos-content {
    padding: 10px 0;
    text-align: center;
}
.encuentranos-content blockquote, .encuentranos-content p {
    text-align: center;
    color: #64ccc9;
}
.encuentranos-content blockquote:before {
    content: url(../images/medium_1.png);
}
.encuentranos-content blockquote:after {
    content: url(../images/medium_2b.png);
}
.encuentranos-alianzas {
    padding: 60px 60px;
    text-align: center;
    background-color: #f1f4f4;
}
.encuentranos-alianzas .h2 {
    margin-bottom: 50px;
}
.encuentranos-alianzas li {
    display: inline-block;
    margin: 0 20px 20px;
}
.encuentranos-desks {
    margin: 0 0 50px;
}
.encuentranos-desks dt {
    margin: 20px 0 0;
    padding: 20px;
    background-color: #f1f4f4;
    cursor: pointer;
}
.encuentranos-desks dt .h2 {
    display: block;
}
.encuentranos-desks dt .h2 i {
    float: right;
    padding-top: 10px;
    font-size: 2em;
}
.encuentranos-desks dd {
    display: block;
    padding: 20px 5px;
    text-align: center;
    background-color: #f1f4f4;
}
.encuentranos-desks dd ul.langsel {
    display: block;
    padding: 0 0 30px;
    text-align: center;
}
.encuentranos-desks dd ul.langsel li {
    display: inline-block;
    margin: 0 0 0 7px;
    padding: 0 0 0 7px;
    color: #00a6b4;
    cursor: pointer;
    border-left: #00a6b4 1px solid;
}
.encuentranos-desks dd .lang-wrapper {
    display: none;
}
.encuentranos-desks dd .lang-wrapper.active {
    display: block;
}
.encuentranos-desks dd ul.langsel li:first-child {
    border: none;
    margin: 0;
    padding: 0;
}

.encuentranos-desks dd .lang-wrapper li:before {
    display: inline-block;
    margin-left: -13px;
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    font-size: 0.4em;
    margin-right: 7px;
    font-weight: bold;
    color: #64ccc9;
}
.encuentranos-desks dd .lang-wrapper li {
    padding-left: 13px;
    margin-bottom: 3px;
    font-size: 0.9em;
}

.encuentranos-desks dd .persona-item {
    margin: 20px 0 0;
    width: 100%;
    max-width: 160px;
    text-align: center;
}

.mapa-oficina {
    width: 100%;
    height: 500px;
}

/* Unete */
.unete-content {
    margin: 30px 0;
    padding: 0 20px;
}
.unete-content h2 {
    margin-bottom: 20px;
    font-size: 1.8em;
}
.unete-content h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Light', sans-serif;
    font-size: 1.6em;
    color: #64ccc9;
}
.unete-content p {
    font-size: 1em;
}
.unete-destacados {
    padding: 30px 0;
    text-align: center;
    background-color: #f1f4f4;
}
.unete-destacados h2 {
    margin-bottom: 80px;
    font-size: 2em;
}
.unete-destacados li {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: #67ccc7 7px solid;
}
.unete-destacados li img {
    display: block;
    margin: 0 auto 10px;
}
.unete-destacados li strong {
    margin-bottom: 10px;
    display: inline-block;
}
.unete-ofertas {
    margin: 30px 0;
    padding: 0 20px;
}
.unete-ofertas .h2 {
    margin-bottom: 20px;
    font-size: 1.8em;
    text-align: left;
}
.unete-ofertas .btn {
    position: absolute;
    right: 0;
    top: 0;
}
.unete-ofertas .oferta-item {
    display: block;
    position: relative;
    padding: 30px 0 30px 23px;
    text-align: left;
    border-bottom: #DDD 1px solid;
    overflow: hidden;
}
.unete-ofertas .oferta-item .h3 {
    display: block;
    margin-left: -23px;
    font-size: 1em;
    color: #333;
}
.unete-ofertas .oferta-item .h3 i {
    display: inline-block;
    width: 20px;
    text-align: left;
    color: #64ccc9;
}
.unete-ofertas .oferta-item p {
    margin: 0;
    font-size: 1em;
    text-align: left;
    color: #333;
}
.unete-ofertas .oferta-item .envia {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    padding: 30px 0 0;
    font-size: 2.2em;
    text-align: center;
    color: #333;
    background-color: rgba(241,241,241,0.8);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.unete-ofertas .oferta-item:hover .h3 {
    color: #64ccc9;
}
.unete-convenios {
    padding: 20px 20px;
    background-color: #f1f4f4;
}
.unete-convenios .h2 {
    margin-bottom: 30px;
    font-size: 1.8em;
    text-align: center;
}
.unete-convenios img {
    display: inline-block;
    margin: 0 0.5% 15px;
    width: 32%;
    height: auto;
}
.unete-videos {
    margin: 30px 0;
}
.unete-videos ul {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.unete-videos .video-item {
    display: inline-block;
    margin: 0 0 10px;
}
.unete-videos .video-item iframe {
    display: block;
    width: 310px;
    height: 160px;
}

/* Publicaciones */
.section-publicaciones {
    position: relative;
    margin: 0 0 50px;
}
.confirm-box {
    margin: -50px 0 50px;
    text-align: center;
}
.page-content .confirm-box {
    margin-top: 0;
}
.confirm-box .h3 {
    font-size: 1.8em;
}
.confirm-box p {
    font-size: 1.4em;
    text-align: center;
}
.section-publicaciones .slider-btn {
    display: block;
    top: 285px;
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 3em;
    line-height: 80%;
    text-align: center;
    color: #64ccc9;
    background-color: rgba(255,255,255,0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.section-publicaciones .slider-btn-next {
    left: auto;
    right: 10px;
}
.publicaciones-destacada {
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.publicacion-destacada-item {
    display: block;
    float: left;
    background-color: #f1f4f4;
}
.publicacion-destacada-item .h3 {
    font-size: 1.4em;
    color: #333;
}
.publicacion-destacada-item .h4 {
    display: inline-block;
    margin: 15px 0;
    padding: 15px 0;
    width: auto;
    font-size: 1em;
    color: #333;
    border-top: #64ccc9 7px solid;
    border-bottom: #64ccc9 7px solid;
}
.publicacion-destacada-item p {
    font-size: 1em;
    color: #333;
}
.destacada-thumb {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.destacada-thumb.no-image {
    background-image: url(../images/publicaciones-boletines.png);
}
.destacada-thumb, .destacada-data {
    padding: 40px 20px;
    height: 300px;
}
.destacada-data .autor {
    color: #333;
}

.publicaciones-libros {
    margin-bottom: 100px;
}
.section-publicaciones .h2 {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 2em;
}
.publicaciones-boletines .h2, .publicaciones-libros .h2 {
    border: none;
    padding-bottom: 40px;
}
.publicaciones-list .publicacion-item {
    margin: 0 1% 20px 0;
    width: 100%;
}

/* Publicacion detalle */
.publicacion-detalle {
    padding: 30px 20px;
}
.publicacion-detalle .publicacion-autor {
    padding: 30px 0 0;
}
.publicacion-detalle .autor {
    font-size: 1em;
    color: #00a6b4;
}
.publicacion-detalle .autor:hover {
    color: #333;
}
.publicacion-detalle .autor .img-autor {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.publicacion-clasificacion {
    padding: 0 20px 20px;
    background-color: #f1f4f4;
}
.publicacion-clasificacion a {
    display: block;
    margin: 0 0 5px;
}
.publicacion-clasificacion .h3 {
    margin: 30px 0 10px;
    padding-bottom: 10px;
    border-bottom: #b1b9bf 1px solid;
}
.publicacion-clasificacion img {
    width: 100%;
    max-width: 40px;
}
.publicacion-clasificacion .tags-wrapper a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px 0;
    height: 30px;
    color: #fff;
    background-color: #00a6b4;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.lst-share {
    display: block;
    padding: 25px 0 0;
    text-align: right;
}
.lst-share li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.lst-share li {
    display: inline-block;
}
.lst-share li a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px 0 0;
    text-align: center;
    font-size: 1em;
    color: #333;
    border: #333 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.lst-share li a:hover {
    color: #64ccc9;
    border-color: #64ccc9;
}
.content-wrapper {
    padding: 50px 0;
}
.publicacion-descarga {
    /*
    padding: 40px 20px;
    background-color: #f1f4f4;
    */
}
.publicacion-descarga .h3 {
    margin: 0 0 30px;
}
.publicacion-descarga .img {
    
}
.publicacion-descarga i {
    display: block;
    float: left;
    margin-right: 15px;
    font-size: 4em;
}
.publicacion-descarga a {
    font-size: 0.9em;
}
.publicacion-descarga .h4 {
    font-size: 1.4em;
}
.publicaciones-rel {
    padding: 50px 0 0;
}
.publicaciones-rel .h2 {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 1.6em;
    border-bottom: #64ccc9 7px solid;
}

/* Comunicamos */
.comunicamos {
    margin: 30px 0;
}
.comunicamos .h2 {
    display: inline-block;
    padding-bottom: 30px;
    font-size: 2em;
}
.comunicamos .comunicamos-item {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding: 50px 30px;
    text-align: left;
    background-color: #e0e8e7;
}
.comunicamos .comunicamos-item .h3 {
    font-family: 'SemiBold', sans-serif;
    font-size: 1em;
    color: #333;
}
.comunicamos .comunicamos-item .h4 {
    display: inline-block;
    margin: 25px 0;
    padding: 15px 0;
    width: auto;
    font-size: 1em;
    color: #333;
    border-top: #64ccc9 7px solid;
    border-bottom: #64ccc9 7px solid;
}
.comunicamos .comunicamos-item p {
    margin: 0;
    color: #333;
}
.comunicamos .comunicamos-item a:hover .h3 {
    color: #64ccc9;
}
.comunicamos-contacto {
    padding: 40px 0 60px;
}
.comunicamos-contacto h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 700;
}
.comunicamos-contacto p {
    line-height: 150%;
}
.comunicamos-videos {
    margin: 30px 0 60px;
}
.comunicamos-videos .h2 {
    display: inline-block;
    padding-bottom: 30px;
    font-size: 2em;
}
.comunicamos-videos ul {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.comunicamos-videos .video-item {
    display: inline-block;
    margin: 0 0 10px;
}
.comunicamos-videos .video-item iframe {
    display: block;
    width: 100%;
    height: 100%;
}

/* Comunicacion detalle */
.comunicacion-detalle {
    padding: 30px 0;
}
.comunicacion-detalle .content-wrapper {
    border-bottom: #ccc 1px solid;
}
.comunicacion-detalle .h2 {
    margin: 15px 0;
    font-family: 'SemiBold', sans-serif;
}
.comunicacion-detalle .h3 {
    font-size: 1.2em;
}
.comunicacion-detalle .excerpt {
    margin: 25px 0 0;
    font-size: 1.2em;
    font-style: italic;
}
.comunicacion-descarga i {
    display: block;
    float: left;
    margin-right: 15px;
    font-size: 3em;
}
.comunicacion-descarga a {
    font-size: 1em;
}
.comunicacion-descarga .h4 {
    padding-top: 15px;
    font-size: 1.2em;
}

#eventos-historico.btn {
    display: block;
    width: 300px;
    margin: 50px auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}
.eventos-historico {
    display: none;
}
.eventos-historico.active {
    display: block;
}

/* evento detalle */
.evento-header {
    padding: 30px 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.evento-header img {
    display: block;
    margin: 0 auto 100px;
}
.evento-header .title-wrapper {
    margin: 0;
    padding: 20px;
    background-color: rgba(255,255,255,0.7);
}
.evento-header .h1 {
    font-family: 'SemiBold', sans-serif;
    font-size: 1.8em;
}
.evento-header hr {
    display: block;
    margin: 15px 0;
    width: 100%;
    box-shadow: none;
    border: none;
    border-top: #5fccc9 8px solid;
}
.evento-body {
    padding: 30px 20px;
}
.evento-body p {
    text-align: left;
}
.evento-destacados {
    display: block;
}
.evento-destacados li {
    display: block;
    padding: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
    background-color: #f1f4f4;
}
.evento-destacados li>div {
    padding: 7px 0 0 65px;
    height: 65px;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.evento-destacados li>div p {
    text-align: left;
}
.evento-fecha {
    background-image: url(../images/ico_fecha.png);
}
.evento-hora {
    background-image: url(../images/ico_hora.png);
}
.evento-localizacion {
    background-image: url(../images/ico_localizacion.png);
}
.evento-contacto {
    background-image: url(../images/ico_contacto.png);
}
.evento-bloque {
    padding: 0 20px;
    margin: 0 0 20px;
    background-color: #f1f4f4;
}
.evento-bloque-titulo {
    position: relative;
    padding: 20px 0;
    cursor: pointer;
}
.evento-bloque-titulo .h2 {
    display: block;
    padding: 0 0 10px;
    max-width: 220px;
    font-family: 'SemiBold', sans-serif;
    font-size: 1.2em;
    border-bottom: #5fccc9 4px solid;
}
.evento-bloque-titulo i {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 2em;
    color: #000;
}
.evento-bloque-body {
    display: none;
    padding-bottom: 50px;
}
.evento-bloque-body.active {
    display: block;
}
.evento-bloque .carrusel {
    
}
.evento-bloque .carrusel a {
    
}
.evento-bloque .video {
    
}
.evento-bloque-contenido {
    
}
.evento-programa {
    display: block;
}
.evento-programa dt {
    clear: both;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: #ddd 1px solid;
}
.evento-programa dd {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: #5fccc9 1px solid;
}

/* FOOTER STYLES */
.footer {
    position: relative;
    padding: 50px 20px;
    width: 100%;
    min-height: 70px;
    color: #FFF;
    text-align: center;
    background-color: #25282a;
}
.footer .logo {
    margin: 0 0 50px;
    font-size: 0.7em;
    color: #FFF;
}

.footer .nav {
    display: block;
    margin: 20px 0 50px;
}
.footer .nav li {
    display: inline-block;
    padding: 0 5px;
    line-height: 70%;
}
.footer .nav a {
    color: #f1f6f6;
}
.footer .nav a:hover {
    color: #64ccc9;
}
.footer #menu-footer_1.nav a {
    font-size: 0.8em;
}
.footer #menu-footer_2.nav a, .footer #menu-footer_2-en.nav a, .footer #menu-footer_2-pt.nav a {
    text-transform: uppercase;
    font-size: 0.9em;
}
.footer #menu-legal.nav a {
    font-size: 0.8em;
}
.footer #menu-legal.nav li {
    padding: 0 10px;
    border-left: #AAA 1px solid;
}
.footer #menu-legal.nav li:first-child {
    border: none;
}

.footer .h4 {
    margin: 30px 0;
    font-family: 'Light', sans-serif;
    font-size: 0.9em;
    color: #f1f6f6;
}
.footer .h4 i {
    color: #64ccc9;
}
.footer p {
    text-align: center;
}
.footer p {
    color: #AAA;
}

.footer .sn-lst a {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.8em;
    color: #64ccc9;
}

.contact-col .h3 {
    margin: 15px 0 20px;
    font-family: 'Light', sans-serif;
    color: #64ccc9;
}
.contact-col p {
    font-size: 0.9em;
    color: #fff;
}


/* Cookie bar */
.cookie-bar, .cookie-bar a, .cookie-bar button {
    font-size: 0.8em;
}

/* PAGE NAVI STYLES */
/* Paginacion */
.page-navigation {
    display: block;
    margin: 15px 0 35px;
    text-align: center;
}
.page-navigation li {
    display: inline-block;
    text-align: center;
    margin: 5px 10px 5px 0;
}
.page-navigation li.bpn-current, .page-navigation a {
    padding: 7px 0 0;
    height: 30px;
    min-width: 30px;
    text-align: center;
    color: #FFF;
    background-color: #64ccc9;
    border: #64ccc9 1px solid;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.page-navigation a {
    display: block;
    color: #555;
    background: none;
    border: #555 1px solid;
}
.page-navigation li, .page-navigation a {
    text-transform: uppercase;
    font-size: 0.9em;
}
.page-navigation .bpn-first-page-link a, .bpn-last-page-link a {
    padding: 8px 15px 0;
}