main * {
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
}

html, body {
    height: 100%;
    width: 100%;
}


header#main-header section {
    padding: 0;
}
main {
    /*font-family: 'Lato', sans-serif;*/
    font-size: 15px;
    /* padding-top: 113px; */
    line-height: 1.2em;
    padding-top: 137px;
}
a.icon-home {
    float: right;
    font-size: 25px;
    margin: 0 10px;
    line-height: 49px;
    color: #005bab;
}
a, img, .animate {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, img:hover, .animate:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}

main p {
    line-height: 1.5em;
}
strong, b {
    font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/*  OPCIONES LAYOUT
/*-----------------------------------------------------------------------------------*/

.un-tercio, .dos-tercios, .mitad, .un-cuarto, .un-quinto, .dos-quintos, .tres-quintos, .cuatro-quintos, .tres-cuartos, .full, .un-sexto {
    float: left;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}
.un-tercio {
    width: 33.33% !important;
}
.dos-tercios {
    width: 66.66% !important;
}
.mitad {
    width: 50% !important;
}
.un-cuarto {
    width: 25% !important;
}
.un-quinto {
    width: 20% !important;
}
.dos-quintos {
    width: 40% !important;
}
.tres-quintos {
    width: 60% !important;
}
.cuatro-quintos {
    width: 80% !important;
}
.tres-cuartos {
    width: 75% !important;
}
.full {
    width: 100% !important;
}
.un-sexto {
    width: 16.66666666666667% !important;
}
.aligncenter > *, .aligncenter {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.floatright, .right {
    float: right !important;
}
.floatleft, .left {
    float: left !important;
}
.hidden {
    display: none;
}
.padding-left, .padding-right, .padding-bottom, .padding-top {
    box-sizing: border-box;
}
.padding-top {
    padding-top: 30px !important;
}
.padding-left {
    padding-left: 30px !important;
}
.padding-right {
    padding-right: 30px;
}
.padding-bottom {
    padding-bottom: 30px !important;
}
.no-padding {
    padding: 0 !important;
}
.margin-left {
    margin-left: 30px !important;
}
.margin-right {
    margin-right: 30px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.margin-top {
    margin-top: 30px;
}
.displaynone {
    display: none !important; 
}
.mobile {
    display: none;
}
.smallest {
    font-size: 0.8em !important;
}
.full.bg_overlay {
    background-color: rgba(0,0,0,0.5);
    padding-bottom: 3em;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
}
.tooltip span.tooltip {
    position: absolute;
    background: #fff;
    border: 2px solid #eeeeee;
    padding: 1.5em 1em .35em;
    color: #267ea8;
    font-weight: 600;
    bottom: -30px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
    display: none;
}
.tooltip:hover span.tooltip:before {
    content: "";
    border: 2px solid #eee;
    width: 5px;
    height: 5px;
    display: block;
    margin: -24px auto .25em;
    background: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    border-right: none;
    border-bottom: none;
}
.tooltip {
    position: relative;
}
.tooltip:hover span.tooltip {
    display: inline-block;
}
.bg-gris {
    background: #eeeeee !important;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
.flex {
    display: flex;
}
/*-----------------------------------------------------------------------------------*/
/*  Wordpress Images
/*-----------------------------------------------------------------------------------*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.gallery img { border:none!important;width: 88%;margin: 0 5%;}
.gallery {float: left;width: 100%;box-sizing:border-box;padding: 0;}
/*-----------------------------------------------------------------------------------*/
/*  Generales
/*-----------------------------------------------------------------------------------*/
/*
header, section, footer {
    display: inline-block;
    width: 100%;
}
*/
.content {
    background: #fff;
    float: left;
    width: 100%;
}
.wrapper {
    margin: 0 auto;
    display: block;
    float: none;
    width: 1150px;
    padding: 0 1em;
    max-width: 100%;
}

.flickity-button {
    background: none !important;
    color: #fff !important;
    height: 27px !important;
    width: 27px !important;
}
.destacados .flickity-button {
    background-color: #005bab !important;
}
.destacados .flickity-button svg {
    fill: #fff;
}
.destacados .flickity-prev-next-button.next {
    right: -30px;
}
.destacados .flickity-prev-next-button.previous {
    left: -30px;
}
.posts.estudios .flickity-prev-next-button.next {
    right: -30px;
}
.posts.estudios .flickity-prev-next-button.previous {
    left: -30px;
}
.posts.estudios .flickity-button svg {
    fill: #fff;
}
.flickity-prev-next-button .flickity-button-icon {
    fill: #005bab;
}

/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

/*

header#main-header {
    padding: 50px 0 15px;
    color: #a1a1a1;
    position: fixed;
    border-bottom: 1px solid #ddd;
    display: block;
    float: left;
    background-color: #fff;
    z-index: 99999999;
    top: 0;
}
header#main-header img {
    height: 50px;
    width: auto;
    padding: 0;
    display: inline-block;
    float: right;
    max-width: initial;
}
header#main-header a img {
    float: left;
}
header#main-header img.logo-pais {
    height: 50px;
    padding: 0;
}
header#main-header.logos img.logo-pais {
    height: 40px;
}
header#main-header.logos img.logo-pais-2 {
    margin-left: 10px;
}
header#main-header a.icon-menu,
header#main-header a.icon-cancel {
    font-size: 25px;
    float: left;
    margin-left: auto;
    margin-right: 15px;
    line-height: 62px;
}
header#main-header a.icon-cancel {
    display: none;
}
header#main-header a.icon-cancel.active {
    display: block;
    position: absolute;
    right: .5em;
    background: #fff;
}
header#main-header.fixed {
    position: fixed;
    top: 0;
    padding: 45px 0 10px;
}
header#main-header a.to-top {
    float: right;
    border: 1px solid;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    margin: .75em 0 .5em 1em;
    color: #ccc;
    padding: .05em;
    box-sizing: content-box;
    display: none;
}
header#main-header a.to-top:hover {
    color: #005bab;
}
header#main-header.fixed a.to-top {
    display: block;
}

ul#accesibilidad li {
    display: inline-block;
}
ul#accesibilidad {
    float: right;
}
ul#accesibilidad li a {
    display: block;
}
ul#accesibilidad li span {
    width: 20px;
    height: 20px;
    display: block;
    margin: 7px;
    cursor: pointer;
    background: url(images/chile-inclusivo-icons.png) no-repeat;
}
ul#accesibilidad li span#contraste {
    background-position: -40px 0;
}
ul#accesibilidad li span#disminuir {
    background-position: -20px 0;
}
nav#top {
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 9999999999;
    background-color: #eee;
    left: 0;
}
nav#top .wrapper {
    padding: 0;
}
nav#top li {
    display: inline-block;
    float: left;
    margin: 0;
    border-left: .1px solid #ddd;
    color: #67646f;
    font-size: .9em;
    line-height: 35px;
}
nav#top li:last-child {
    border-right: 1px solid #ddd;
}
nav#top li a {
    color: #67646f;
    border-bottom: 2px solid #404040;
    padding: 0 10px;
    display: block;
    line-height: 35px;
}
nav#top .icon-search {
    color: #a1a1a1;
    line-height: 30px;
    display: inline-block;
    margin: .5em 10px .5em 0;
}
nav#top label.icon-search {
    float: right;
}
nav#top form input#submit {
    display: none;
}
nav#top li.sucursales:hover a  {
    color: #267ea8;
}
nav#top li.buscador form {
    display: block;
    position: relative;
}
nav#top li.buscador form input[type="search"] {
    border: none;
    font-family: inherit;
    font-size: 1em;
    padding: 16px 10px 17px;
    color: #a1a1a1;
}
nav#top li.buscador label.search-label {
    display: inline-block;
}
nav#top li.buscador form input[type="image"] {
    padding: 5px;
    float: left;
    display: inline-block;
}

nav#top li.direccion {
    padding: 0 10px;
    border-right: none;
}
nav#top li a:hover {
    border-color: #005bab;
}

nav#main-nav .wrapper {
    position: relative;
}
nav#main-nav ul {display: block;text-align: right;}
nav#main-nav ul li:first-child {
    padding-left: 0;
}
nav#main-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0 .5em;
    position: relative;
}
nav#main-nav ul li a {
    color: #a2a2a2;
    padding: 0;
    font-size: 1em;
    margin: 5px 0;
    box-sizing: border-box;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    width: 100%;
    display: block;
}
nav#main-nav ul li.current-menu-item a,
nav#main-nav ul li a:hover {
    color: #005bab;
}
nav#main-nav .menu li.current-menu-item ul li a {
    color: #404040;
}

nav#main-nav ul li.btn a {
    background-color: #005bab;
    color: #fff;
    padding: 0.75em 1.2em;
    margin: .35em 0;
    border-radius: 3px;
    text-align: center;
}
nav#main-nav ul li ul {
    display: none;
}
nav#main-nav ul li.menu-item-type-post_type_archive:hover > ul {
    display: flex;
}
nav#main-nav ul li.menu-item-type-post_type_archive ul {
    width: 650px;
    left: -100px;
}
nav#main-nav ul li.menu-item-type-post_type_archive ul li ul {
    left: 0;
}
nav#main-nav ul li:hover > ul {
    display: block;
}
nav#main-nav ul li ul {
    position: absolute;
    background: #fff;
    width: 250px;
    top: 50px;
    padding: 1em;
    left: 0;
    border-radius: 3px;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.29);
}
nav#main-nav ul li ul li {
    padding: 0;
    width: 100%;
}
nav#main-nav ul li ul li a {
    text-transform: uppercase;
    padding: 0.25em 0 !important;
    border: none;
    font-weight: 600;
    margin: 0 0 .75em !important;
}
nav#main-nav ul li ul li a:hover {
    color: #005bab;
}
nav#main-nav div, nav#main-nav img {
    display: block;
    text-align: right;
    float: right;
}
nav#main-nav div {
    margin-top: 15px;
}
nav#main-nav img {
    float: right;
    margin-left: 1em;
    margin-right: 0;
}
nav#main-nav ul li ul li:last-child a {
    background-color: transparent;
    color: #404040;
    padding: .25em;
    margin: 0;
    border-radius: 0;
    padding: .35em 0;
    margin: 0;
}
nav#main-nav ul li ul li ul {
    position: relative;
    top: auto;
    left: auto;
    font-size: .85em;
    width: auto !important;
    padding: 0;
    display: none;
    border-radius: 0;
    box-shadow: none;
}
nav#main-nav ul li ul li ul li a {
    padding: .5em 0;
    margin: 0;
    text-transform: none;
    font-weight: 400;
}
nav#main-nav ul li:hover > ul ul {
    display: block;
}
nav#main-nav ul li ul li:last-child a:hover {
    color: #005bab;
}
nav#main-nav li.menu-item-has-children a:after {
    content: '\e8a8';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-size: .5em;
    top: -2px;
    position: relative;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-left: .5em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
nav#main-nav li.menu-item-has-children li a:after {
    content: '';
}
nav#main-nav li.btn-light {
    border: 1px solid #005bab;
    border-radius: 3px;
    padding: .85em;
    position: relative;
    color: #005bab;
    width: 130px;
    margin: .25em 1em;
}
nav#main-nav li.btn-light a {
    color: #005bab;
    font-weight: normal;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    border: none;
    padding: 1em;
    margin: 0;
    left: 0;
    padding-left: 35px;
    line-height: 1em;
}
nav#main-nav li.btn-light:hover {
    background-color: #005bab;
    border-color: #005bab;

    color: #fff;
}
nav#main-nav li.btn-light:hover a {
    color: #fff;
}
nav#main-nav ul li.btn {
    padding-left: 0;
}
footer#main-footer {
    padding: 2em 0;
    color: #fff;
    background: #005bab;
    position: relative;
}
footer#main-footer .wrapper {
}
footer#main-footer .module {
    padding-right: 1em;
}
footer#main-footer address {
    width: 100%;
    display: inline-block;
}
footer#main-footer p {
    line-height: 1.3em;
    font-size: 14px;
    padding: .5em 0;
}
footer#main-footer a {
    color: #fff;
}
footer#main-footer img {
    height: 60px;
    width: auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    float: left;
}
footer#main-footer img + img {
    padding-left: 0;
    padding-right: 0;
}
footer#main-footer .menu {
    text-align: right;
}
footer#main-footer .menu li {
    display: inline-block;
    padding: 0 .2em;
}
footer#main-footer .menu li ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 0.75em;
}
footer#main-footer .menu li a {
    padding: .5em;
    display: block;
}
footer#main-footer .menu li ul li a, footer#main-footer .subtitle {
    line-height: 1.3em;
    padding: 0 0 .25em;
    margin: .25em 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #005bab;
    font-size: 16px;
    border-bottom: 1px solid #444;
    display: block;
}
footer#main-footer .menu li ul li ul li a {
    color: #a1a1a1;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    border: none;
    padding: 0;
    line-height: 1.5em;
}
footer#main-footer .menu li ul li a:hover,footer#main-footer .menu li ul li.current-menu-item a {
    color: #005bab;
}
footer#main-footer .menu li ul li ul li {
    margin: 0;
}
footer#main-footer .menu li#menu-item-58 ul li ul li a,
footer#main-footer .menu li#menu-item-58 ul li ul li a:hover {
    color: inherit;
    cursor: text;
     color: #a1a1a1;
}
footer#main-footer .menu li ul li.btn {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 1em;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    margin: 0;
    text-align: left;
}
footer#main-footer .menu li ul li.btn a {
    color: #fff;
    font-weight: normal;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    border: none;
    padding: 1em;
    font-size: 14px;
    margin: 0;
    left: 0;
    padding-left: 35px;
    line-height: 1em;
}
footer#main-footer .menu li ul li.btn:hover {
    background-color: #005bab;
    border-color: #005bab;
}
footer#main-footer a.social, section#contacto a.social {
    background-color: #fff;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    text-align: center;
    margin: 0 2.5px;
}
footer#main-footer div.redes {
    margin-top: .5em;
}
aside.footer {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: .5em 0;
}
 aside.footer img {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 auto;
    height: 19px;
    width: auto;
    display: block;
}
aside.footer .sgd {
    font-size: 0;
    width: 100%;
}
footer#main-footer .menu li ul li.current-menu-item ul li a {
    color: inherit;
}
footer#main-footer .menu li.redcompra {
    background-image: url(images/redcompra.png);
    background-size: auto 65px;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
*/

div#pager .mitad {
    min-height: 1px;
}
div#pager a {
    background-color: #f5f5f5;
    padding: .5em 1em;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 3px;
}
div#pager a:hover {
    background-color: #fcfcfc;
    border: 1px solid #eee;
}

/*-----------------------------------------------------------------------------------*/
/*  ARCHIVE HEADER
/*-----------------------------------------------------------------------------------*/
header.archive-header {
    float: left;
    width: 100%;
    padding: 1em 0;
}
header.archive-header h1 {
    text-transform: uppercase;
    font-weight: 900;
    color: #232527;
    font-size: 3.25em;
    margin: .5em 0;
}
body.archive header.archive-header h1 {

    display: none;
}
header.archive-header h1:after {
    background-color: #005bab;

    content: "";
    display: block;
    height: 5px;
    width: 150px;
    margin-top: .25em;
}
body.archive header.archive-header {
    background-color: #0e0a05;
}

body.archive #breadcrumbs li {
    color: #fff;
}
body.archive #breadcrumbs li a {
    color: #ddd;
}
#breadcrumbs{
    list-style:none;
    margin: 0;
    overflow:hidden;
}
#breadcrumbs li {
    display:inline-block;
    vertical-align:middle;
    margin-right: .5em;
    color: #666;
    font-size: 13px;
}
#breadcrumbs li a {
  color: #666;
}
#breadcrumbs li strong {
  font-weight: normal;
}
#breadcrumbs .separator{
    font-size: 1em;
    font-weight:100;
}
/*-----------------------------------------------------------------------------------*/
/*  PAGE HEADER
/*-----------------------------------------------------------------------------------*/
header.page-header {
    color: #fff;
    text-align: center;
    padding: 40px 0;
    background-color: rgb(15, 180, 201);
    background-blend-mode: multiply;
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
}
header.page-header #breadcrumbs {
    text-align: left;
}
header.page-header #breadcrumbs > *,
header.page-header #breadcrumbs a {
    color: #fff;
}
header.page-header h1 {
    font-size: 3.175em;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0 20px;
}
header.page-header p {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
header select {
    width: 180px;
}
header input {
    width: 250px;
}
header select,
header input {
    border: none;
    font-family: inherit;
    padding: 010px;
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}
header input[type=submit] {
    background-color: #005bab;
    cursor: pointer;
    width: 250px;
}
header select#cat {
    border: none;
    font-family: inherit;
    padding: 10px;
    width: 250px;
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
header select#cat option {
    line-height: 50px;
    padding: 10px;
    font-size: 14px;
}
/*-----------------------------------------------------------------------------------*/
/*  HOMEPAGE
/*-----------------------------------------------------------------------------------*/
#homepage #backgrounds .background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 4em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
#homepage #backgrounds .background h1 {
    color: #fff;
    font-size: 2em;
    font-weight: 900;
    line-height: 1.2em;
    text-transform: uppercase;
}
#homepage #backgrounds .background h1:first-line {
    font-weight: 400;
}
#homepage #backgrounds .background h1 strong {
    font-size: 1.1em;
}
#homepage #backgrounds .background .caption {
    color: #fff;
    font-size: 1.25em;
    margin: 0;
    display: block;
    padding: .7em 0;
    line-height: 1.4em;
    font-weight: 100;
}
#homepage #backgrounds .background .btn {
    margin: 1em 0 0;
    background: #005bab;
}
#homepage #backgrounds .background .btn:hover {
    background-color: #0fb4c9;
}
#homepage #backgrounds .background .wrapper {
    /* width: 100%; */
}
#homepage {
    position: relative;
    padding: 0;
}
#homepage #backgrounds .background {
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: color-dodge;
}
#homepage #backgrounds .background h1:after {
    background-color: #0fb4c9;
    content: "";
    display: block;
    height: 5px;
    width: 150px;
    margin-top: .25em;
}
a.rslides_nav {
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 0;
    background-color: #232527;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: -25px;
    opacity: 0;
    font-size: 0;
}
a.rslides_nav.next {
    right: 0;
    left: auto;
}
.slide-estudios {
    display: flex;
    flex-wrap: wrap;
}
.slide-estudios .post {
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 1.5em;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 1em;
}
.slide-estudios .post .post-image-category {
    width: 30%;
    /* padding: 1em; */
    display: inline-block;
    vertical-align: top;
}
.slide-estudios .post .post-image a {
    margin: 0 !important;
}
.slide-estudios .post img {
    width: 100% !important;
    display: inline-block;
}
.slide-estudios .post .post-content {
    width: 70% !important;
    display: inline-block;
    padding: 0 1.5em;
}
.slide-estudios .post .readmore {
    display: inline-block;
}
#homepage:hover a.rslides_nav {
    opacity: 0.5;
}
#homepage a.rslides_nav:hover {
    opacity: 1;
}
a.rslides_nav:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
}
a.rslides_nav.prev:before {
    content: '\e8a9';
}
a.rslides_nav.next:before {
    content: '\e8aa';
}

ul.rslides_tabs.rslides1_tabs {
    text-align: center;
    margin: 1em 0;
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
    left: 0;
}
ul.rslides_tabs.rslides1_tabs li {
    display: inline-block;
    margin: 0 .25em;

}
ul.rslides_tabs.rslides1_tabs li a {
    background-color: rgba(255,255,255,0.65);
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    font-size: 0;
}
ul.rslides_tabs.rslides1_tabs li.rslides_here a {
    background-color: #005bab;
}
section,
.section {
    padding: 2em 0;
}
#single {
    background-color: #fff;
    padding-top: 0;
}
#maps {
    width: 100%;
    padding: 0 !important;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
#maps.active,
.home #maps {
    opacity: 1;
    height: auto;
    display: inline-block;
}
section#contacto {
    background-color: #f5f5f5;
    /* background-blend-mode: multiply; */
    /* background-size: cover; */
    /* background-position: center bottom; */
    /* background-attachment: fixed; */
    /* border-top: 100px solid transparent; */
    /* margin-top: -100px; */
    padding: 80px 0;
    position: relative;
    /* z-index: -1; */
    /* height: 0; */
    /* overflow: hidden; */
    opacity: 0;
    /* padding: 0; */
    display: none;
}
section#contacto.active,
.home section#contacto {
    opacity: 1;
    padding: 0;
    height: auto;
    display: inline-block;
}
section#contacto input,
section#contacto textarea {
    background: #eeeeee;
    border-radius: 0;
    margin: 5px 0;
    color: #404040;
    /* background-color: rgba(0,0,0,0.5); */
    /* border: 1.75px solid rgba(255, 255, 255, 0.5); */
    padding: 10px;
}
section#contacto li {
    padding: 0 5px;
}
section#contacto a {
    color: #666;
}
section#contacto h2 {
    color: #666;
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
section#contacto h3 {
    font-size: 1.5em;
    font-weight: 100;
    color: #fff;
    margin-bottom: 10px;
}
section#contacto ul {
    display: flex;
    flex-wrap: wrap;
}
section#contacto input[type="submit"] {
    background-color: #005bab;
    border: none;
    float: right;
    border-radius: 5px;
    color: #fff;
}
section#contacto address {
    font-size: 1.2em;
    margin-top: 30px;
}
section#contacto address ul li {
    display: block;
    width: 100%;
    margin: 10px 0;
    color: #666;
}
section#page {
    padding: 0;
}
#videos iframe {
    width: 650px;
    height: 380px;
    max-width: 100%;
    margin: 2em 0;
}
#videos {
    text-align: center;
    padding-top: 0;
}
section#banner {
    background-size: cover;
    background-position: center;
    background-color: #2c61ad;
    background-blend-mode: multiply;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.75em;
    text-transform: uppercase;
    font-weight: 600;
}
section#galeria {
    text-align: center;
}
section#galeria h1 {
    font-weight: 900;
    text-transform: uppercase;
    color: #005bab;
    font-size: 3em;
    margin-bottom: 1em;
    line-height: 1;
}
section#galeria ul.categorias.active {
    height: 177px;
    overflow: auto;
    z-index: 9999;
}
section#galeria ul.categorias {
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #005bab;
    border-radius: 5px;
    height: 35px;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
}
section#galeria .wrapper {
    position: relative;
}
section#galeria ul.categorias.active li {
    display: block;
}
section#galeria ul.categorias li {
    display: block;
    background-color: #005bab;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -.5px;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0;
    margin: 0;
    border-radius: 2px;
    overflow: hidden;
    display: none;
}
section#galeria .menu-container {
    position: relative;
    margin: 0 auto;
    border: 1px solid #eee;
    width: 280px;
    text-align: left;
    box-sizing: border-box;
    height: 37px;
    font-size: 21px;
    background-color: #005bab;
    color: #fff;
    line-height: 1.5em;
    border-radius: 5px;
    box-sizing: border-box;
}

section#galeria .menu-container i {
    position: absolute;
    z-index: 9999;
}
section#galeria .tab-content {
    display: none;
}
section#galeria .tab-content.current {
    display: inline-block;
    margin-top: 2em;
}
section#galeria ul.categorias li.current {
    background-color: #005bab !important;
    border: none;
    display: block !important;
}
section#galeria ul.categorias li.current a {
    color: #fff;
}
section#galeria ul.categorias li:hover a {
    background-color: #fff;
    color: #005bab;
}
section#galeria ul.categorias li a {
    color: #fff;
    display: block;
    padding: 8px 10px;
    line-height: 1.5;
}
section#galeria {
    padding: 5em 0;
}
section#galeria ul {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    /* align-content: center; */
    align-items: center;
    margin: 1em 0;
}
section#galeria li.logo.cliente {
    /* width: 25%!important; */
    padding: .8em;
    /* display: inline-block; */
    float: none;
    margin: 0;
    text-align: center;
    height: 100%;
}
section#galeria img {
    max-width: 100%;
    padding: 1.25em;
    box-sizing: border-box;
    margin: 0;
    width: 320px;
    background-color: #f5f5f5;
    border-radius: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section#galeria img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.bloques-section {
    text-align: center;
    background-color: #f6f6f6;
}
#equipo .wrapper {
    max-width: 1400px;
}
.home section#equipo {
    padding-bottom: 200px;
}
.home section#equipo + section#galeria {
    margin-top: -200px;
}
.section-header .title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.3em;
    font-family: inherit;
    position: relative;
    margin: 0;
}

.section-header .title:before {
    content: "";
    display: block;
    border: 1px solid #ddd;
    border-bottom: none;
    width: 300px;
    max-width: 80%;
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
}
.section-header .title:after {
    content: "";
    display: block;
    background-image: url(images/favicon.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    margin: .5em auto;
    position: relative;
    background-color: #fff;
    width: 30px;
    border: 1px solid #eee;
    border-radius: 100%;
}
.section-header p {
    color: #232527;
    font-weight: 100;
    font-size: 1.2em;
}
.content-bloques {
    display: flex;
    font-size: .9em;
    font-weight: 100;
    margin: 2em 0;
}
.content-bloques .bloque {
    padding: 1.2em;
    position: relative;
    overflow: hidden;


}
.content-bloques .img {
    background-color: #fff;
    border: 2px solid #eee;
    display: block;
    margin: 0 auto;
    width: 69px;
    height: 69px;
    line-height: 100px;
    border-radius: 100%;
    padding: 22px;
    box-sizing: content-box;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -57px;
}
.content-bloques .bloque .content {
    padding: 45px 15px 15px;
    border: 1px solid #eee;
    margin-top: 75px;
    height: 100%;


    display: inline-block;
    float: none;
}

#nosotros .content-bloques .img {
    background-color: #242527;
}
#nosotros .content-bloques .img:hover {
    background-color: #005bab;
}

.page-template-page-nosotros section#nosotros {
    background-color: #fff;
}
.page-template-page-nosotros #nosotros .content-bloques .bloque .content {
    background-color: #f5f5f5;
}
.content-bloques .bloque h3 {
    font-weight: 600;
    margin: 1em;
    font-size: 1.1em;
    font-family: inherit;
    line-height: 1.15em;
}
.caroufredsel_wrapper {
    width: 100% !important;
}
#estudios a#next,
#estudios a#preview {
    opacity: 0;
}
#estudios .posts:hover a#next,
#estudios .posts:hover a#preview {
    opacity: 1;
}
    
a#preview {
    left: 0;
}
a#next, a#preview {
    color: #2c61ad;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    background-color: #fff;
    border-radius: 1em;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}
a#next {
    right: 0;

}
a#next:hover,
a#preview:hover {
    color: #005bab;
}
a#next.next-estudios,
a#preview.preview-estudios {
    opacity: .5 !important;
    background: #005bab;
    color: #fff;
}
#estudios .posts:hover a#next.next-estudios:hover,
#estudios .posts:hover a#preview.preview-estudios:hover {
    opacity: 1 !important;
}
#estudios .posts:hover a#next.next-estudios,
#estudios .posts:hover a#preview.preview-estudios {
    opacity: .75 !important;
}
a#next.next-estudios {
    right: 25%;
}
a#preview.preview-estudios {
    left: 25%;
}
section#categorias {
    position: relative;
}
section#banners .image {
    padding: 6em 1em;
    text-align: center;
    color: #fff;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

section#banners .image:hover {
    background-color: rgba(226, 6, 19, 0.8);
}

section#banners .image h3 {
    font-size: 2.75em;
    width: 400px;
    max-width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    margin: 0 auto;
}

section#banners .image .btn {
    display: inline-block;
    width: 250px;
    margin: 3em auto 0;
}

section#banners .image h3:first-line {
    font-weight: 100;
}

.content {
    background: #fff;
    float: left;
    width: 100%;
}
div.content {
    padding: 3em 0;
    text-align: center;

}
div.content .wrapper {
    padding: 0 6em;
}
div.content p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.75em;
    margin: 1em 0;
    font-weight: normal;
    text-align: justify;
}
div.content ul {
    display: flex;
    font-size: 1.25em;
    color: #555;
    line-height: 1.75em;
    margin: 0;
    font-weight: normal;
    text-align: left;
    flex-wrap: wrap;
    width: 96%;
}
div.content ul li {
    display: inline-block;
    width: 100%;
}
section#productos a.arrow {

    color: #fff;
    position: relative;
    font-size: 25px;
    margin-top: -20%;
    opacity: .5;
}
section#productos a.arrow.left {
    left: .75em;
}
section#productos a.arrow.right {
    right: .75em;
}
section#productos {
    position: relative;
    display: inline-block;

}
section#productos a.arrow.disabled {
    opacity: 0 !important;
}
section#productos a.arrow:hover {
    opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  SEARCH RESULTS
/*-----------------------------------------------------------------------------------*/

div.content.search {
    padding: 3em 0;
}
div.content.search .wrapper {
    padding: 0;
}
div.content.search .image {
    height: 15em;
    display: block;
    background-color: #fff;
}
div.content.search .extracto {
    text-align: left;
    padding-left: 2em;

}
div.content.search .extracto h2 {
    font-weight: 600;
    font-size: 1.5em;
    color: #004a77;
}
div.content.search .extracto a {
    color: #267ea8;
    font-size: 1.25em;
}
.searching {
    text-align: center;
    font-size: 1.3em;
    color: #848383;
    margin: 3em 0;
}
.searching strong {
    color: #004a77;
}
.acf-map {
    width: 100%;
    height: 400px;
    margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}
/*-----------------------------------------------------------------------------------*/
/*  CATEGORY SECTION
/*-----------------------------------------------------------------------------------*/
section.category {
    background-size: cover;
    background-position: center;
    background-color: #fff;
    /* margin-bottom: 100px; */
}
section.category .wrapper {
    text-align: center;
}
section.category .header h1,
h1.head-title,
.head-title {
    font-size: 2em;
    color: #005bab;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 1em;
}
section.category#actividades a.module {
    height: 200px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    background-color: #005babeb;
    background-blend-mode: multiply;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    align-items: center;
    align-content: center;
    border: 5px solid #fff;
}
section.category#actividades a.module span {
    display: block;
    text-align: center;
    width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*  ESTUDIOS
/*-----------------------------------------------------------------------------------*/

.home #estudios {
    position: relative;
    overflow: hidden;
    /* padding-bottom: 125px; */
    background-attachment: fixed;
    padding-top: 0;
    background-color: #005bab;
}
.home #estudios .posts.estudios h1 {
    color: #fff;
    font-size: 1.5em;
}
.home #estudios .posts.estudios, body.contraste.home #estudios .posts.estudios {
    background: transparent;
    padding-bottom: 0;
    padding-top: 1em;
}
.home #estudios .posts.estudios article {
    margin-left: 30%;
    background-color: transparent;
    padding: 15px;
    margin-right: 30%;
    width: 40%;
    margin-bottom: 0;
    text-align: center;
}
.home #estudios .posts.estudios article > * > * {
    color: #fff !important;
}
.home #estudios .posts.estudios article img {
    width: 80px;
    float: left;
    margin-right: 15px;
    display: none;
}
#estudios .header > * {
    position: relative;
    z-index: 999;
    color: #fff;
}
.home #estudios .posts {
    background-color: #fff;
    padding: 3em 0;
}
#estudios .wrapper {
    position: relative;
}
#estudios .header {
    padding-top: 2em;
}
.posts {
    display: inline-block;
    width: 100%;
}
section.category .posts {

}
aside.sidebar {
    display: inline-block;
    vertical-align: top;
}
body.single .sidebar {
    margin-top: 2em;
}
aside.sidebar h2 {
    padding: .75em;
    color: #fff;
    background-color: #005bab;
    /* margin-top: 1em; */
    font-weight: bold;
}
aside.sidebar .module {
    background-color: #f5f5f5;
    margin-bottom: 1em;
}
aside.sidebar ul {
    
}
aside.sidebar ul li {
    
}
aside.sidebar ul li:hover {
    background-color: #fbfbfb;
}
aside.sidebar ul li a {
    padding: .75em 1em;
    border-bottom: 1px dashed #ddd;
    color: #666;
    display: inline-block;
    width: 100%;
}
aside.sidebar ul li a.subcat {
    padding-left: 2em;
    color: #888;
}
aside.sidebar .posts {padding: 6px;border-bottom: 1px dashed #ddd;}
aside.sidebar .posts .un-tercio.imagen {
    
}
aside.sidebar .posts .dos-tercios.content {
    font-size: .9em;
    padding: .5em;
    background: transparent;
    text-align: left;
}

.posts .post .meta {
    display: none;
}
.posts .post .post-category {
    display: none;
}
.posts .readmore {
    display: none;
}
.posts .wrapper div {
    /* width: 100% !important; */
}
.estudios .flickity-slider {
    display: flex;
}
.posts .destacados .carousel-cell {
    width: 245px !important;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
    counter-increment: carousel-cell;
}

.posts .estudios .carousel-cell {
    width: 253px !important;
    margin: 0 10px;
    display: block;
    vertical-align: top;
    background-color: #f5f5f5;
    counter-increment: carousel-cell;
    min-height: 100%;
}
.posts .estudios .carousel-cell img {
    display: block;
    width: 100%;
    height: auto;
}
.posts .estudios .carousel-cell .content {
    background-color: #f5f5f5;
    padding: 1.5em;
    color: #666;
    text-align: justify;
    font-size: .9em;
    display: inline-block;
}
.posts .estudios .carousel-cell .content p {
}
.posts .estudios .carousel-cell .content h1 {
    color: #777 !important;
    font-size: 1em !important;
}
.posts .post img {
    width: 100%;
    max-height: 180px;
}
.posts h4 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.15em;
    margin-bottom: .5em;
}
.posts .post .post-image a {
    margin: 0 0 10px;
    display: block;
}

.posts .post .excerpt {
    color: #868686;
    line-height: 1.5em;
}
/*-----------------------------------------------------------------------------------*/
/*  ACTIVIDADES
/*-----------------------------------------------------------------------------------*/

/* EVENTOS IMPORTADO*/

article.evento {
    background-color: #f5f5f5;
    padding: 2.75em 2em;
    display: flex;
    align-items: center;
    font-size: .9em;
    position: relative;
    color: #333;
    border-left: 2px solid #f03f23;
    margin: 1em auto;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
    text-align: left;
}
article.evento .fecha {
    color: #232527;
    text-align: center;
    border-left: none;
    width: 70px;
    max-width: 70px;
    min-width: 70px;
    line-height: 1em;
}
article.evento .fecha .dia {
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    color: #232527;
}
article.evento .fecha span.mes {
    font-size: 1.15em;
}
article.evento .fecha span.mes span {
    font-weight: 900;
    font-size: 1.5em;
    display: block;
    margin: 5px 0 0;
    /* color: #0086cc; */
}
article.evento .content {
    padding: 0 1em;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    /* max-height: 7em; */
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    float: none;
    background: transparent;
    text-align: left;
}
article.evento .content span.categoria {
    background-color: #005bab;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 7px;
    border-radius: 5px;
    margin: 5px 0;
    display: inline-block;
}
article.evento h3,
article.evento span.precio,
.event-tag {
    color: #0086cc;
    line-height: 1.2em;
    font-size: 1.2em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
}
article.evento p {
    color: #333;
    margin-top: .5em;
    font-size: 1.1em;
}
article.evento .content h3 a {
    color: #f03f23;
}
article.evento span.label {
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 500;
    margin-bottom: 1em;
    display: block;
}
article.evento div.precio {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}
article.evento div.ubicacion {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}


/* ----- */ 


#actividades .post {
    width: 100%;
    margin: 0;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    height: 280px;
}
/*
#actividades .col1 .post:nth-child(3n-2) {
    width: 100%;
}
#actividades .col2 .post:nth-child(3n-2),
#actividades .col2 .post:nth-child(3n-1) {
    width: 50%;
}
#actividades .col2 .post {
    width: 100%;
}
*/
#actividades .post .post-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 1em;
    background-color: rgba(15, 180, 201, 0.8);
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#actividades .post:hover .post-content {
    top: 0;
    opacity: 1;
}
#actividades .post .post-image-category,
#actividades .post .post-image,
#actividades .post .post-image a {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}
#actividades #act-destacada .post .post-image img {
    min-width: 100%;
    max-height: none;
}
#actividades .post .post-image img {
    min-height: 100%;
    width: auto;
    max-width: none;
    max-height: 130%;
}
#actividades .post .post-content > * {
    color: #fff;
}
#actividades .post .post-content .excerpt {
    display: none;
}
#actividades .post .post-content h4 {
    display: flex;
    width: 100%;
    color: #fff;
    height: 100%;
    align-items: center;
}
#actividades .post .post-content h4 a {
    color: #fff;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
#actividades .post:hover .post-content h4 {
    opacity: 1;
    display: flex;
}
/*-----------------------------------------------------------------------------------*/
/*  NOTICIAS
/*-----------------------------------------------------------------------------------*/
.home #noticias .header {
    /* background-color: #fff; */
    padding: 2em 0;
    max-width: 100%;
    /* width: 700px; */
    /* margin: 0 auto; */
}
.home #noticias {
    padding: 2em 0;
    z-index: 99;
    /* background-size: 100% auto; */
    /* background-position: bottom center; */
    /* background-repeat: no-repeat; */
    background-color: #f5f5f5;
}
#noticias .header p {
    font-size: 1.1em;
    color: #222;
}
#noticias .posts {
    margin: 2em 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.archive #noticias .posts .post {
    width: 50%;
    margin: 0;
    padding: 1em;
}
#noticias .posts .post {
    width: 46%;
    margin: 1em 2%;
    display: flex;
    float: left;
    text-align: left;
    padding: 1.75em;
    background: #fff;
}
#noticias .posts .post .post-image-category {
    width: 100px;
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 1em;
    overflow: hidden;
    position: relative;
}
#noticias .posts .post .post-image-category img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
}
#noticias .posts .post a {
    color: #777;
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  SOBRE NOSOTROS
/*-----------------------------------------------------------------------------------*/
#noticias + section#nosotros {
    /* margin-top: -500px; */
    /* z-index: -1; */
    /* position: relative; */
    padding: 2em 0;
    /* background-attachment: fixed; */
    display: block;
    /* float: left; */
}
section#nosotros .header {
    background-color: #fff;
    padding: 2em;
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
}
section#nosotros {
    /* padding: 100px 0 200px; */
}
section#nosotros .wrapper {
    text-align: center;
}
section#nosotros .header h1 {
    font-size: 2em;
    color: #005bab;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 1em;
}
section#nosotros .header img {
    margin-bottom: 1em;
}
section#nosotros .header p {
    font-size: 1.1em;
    color: #222;
}
section#nosotros .posts {
    margin: 2em;
    display: block;
    width: 100%;
}

div#container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

iframe#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  NOTICIA
/*-----------------------------------------------------------------------------------*/
header.single-header {
    padding-top: 2em;
    /* background-color: #eee; */
}
header.single-header .fecha {
    color: #265cac;
    font-size: 1.2em;
    font-weight: 600;
    margin: 1em 0 0;
    display: block;
    width: 100%;
}
header.single-header h1 {
    font-size: 2.7em;
    line-height: 1.25em;
    font-weight: 800;
    color: #005bab;
    margin: .5em 0;
    text-transform: uppercase;
    font-weight: 900;
}
header.single-header .extracto p {
    font-size: 1.5em;
    color: #555;
    line-height: 1.5em;
}
#single .content {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}
#single .content h1,
#single .content h2,
#single .content h3,
#single .content h4 {
    line-height: 1.25em;
    font-weight: 800;
    color: #005bab;
    margin: 1em 0;
}
#single .content h1 {
    font-size: 2.25em;
}
#single .content h2 {
    font-size: 2em;
}
#single .content h3 {
    font-size: 1.5em;
}
#single .content h4 {
    font-size: 1.3em;
}
#single .content blockquote {
    border-left: 1em solid #999;

    padding-left: 1em;
    margin-left: 1em;
    text-align: left;
}
#single .content ul {
    padding-left: 1em;
    margin-left: 1em;
    list-style-type: circle;
    list-style-position: outside;
    position: relative;

}
#single .content li:before {
    content: "-";
    margin-right: 1em;
    position: absolute;
    left: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  CONTACTO
/*-----------------------------------------------------------------------------------*/
form.wpcf7-form label,form.wpcf7-form {
    text-align: left;

    display: block;
}
form.wpcf7-form {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
form.wpcf7-form {
}
form.wpcf7-form label {
    color: #333;
    font-weight: 600;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    padding: 0 .75em;
}
form.wpcf7-form label small {
    color: #666;
    font-weight: normal;
    font-size: .9em;
}
main form.wpcf7-form input[type="submit"] {
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    width: auto;
    padding: 1em 3em;
    font-size: 1.1em;
    cursor: pointer;
    margin: 2em auto;
    display: block;
}

main form.wpcf7-form input[type="submit"]:hover {

    background-color: #005bab;
}
form.wpcf7-form select option {
    background-color: #9ab8c2;

    color: #fff;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    float: right;
}
main form.wpcf7-form p {
    display: inline-block;
    width: 49%;
    margin: 0;
}
main form.wpcf7-form input, main form.wpcf7-form textarea, main form.wpcf7-form select {
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: inherit;
    padding: 1em;
    display: block;
    width: 100%;
    color: #666;
    font-size: 1em;
}
form.wpcf7-form textarea {
    height: 7.25em;
}
div.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-not-valid {
    border-color: #005bab !important;
    background-color: rgba(255, 0, 0, 0.15);
}
div.wpcf7-response-output {
    float: left;
    width: 100%;
    padding: 1.5em;
    font-size: 1.2em;

    line-height: 1.35em;
}
div.wpcf7-mail-sent-ng {
    background-color: rgba(255, 0, 0, 0.6);
    color: #fff;
}
.acf-map {
    width: 100%;
    height: 300px;
    margin: 0;
}

.acf-map img {
   width: 100%;
   height: auto;
}



@media (max-width: 1480px) {
    section.pagina, section.pagina .bg-overlay {
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    section.pagina, section.pagina .bg-overlay {
        background-size: cover;
    }
    .posts .estudios .carousel-cell {
        width: 490px !important;
    }
    .wrapper {
        width: 800px;
    }
    .posts .estudios .carousel-cell {
        width: 360px !important;
    }
}
@media (max-width: 1020px) {
    header#main-header img {
        display: none;
    }
    header#main-header a img {
        display: block;
    }
    .posts .estudios .carousel-cell {
        width: 425px !important;
    }

}

@media (max-width: 890px) {
    .archive #noticias .posts .post {
        width: 100%;
    }
    section#contacto {
        margin-top: 0;
    }
    .wrapper {
        width: 500px;
    }
    footer#main-footer .wrapper {
        text-align: center;
    }
    footer#main-footer .module, footer#main-footer .tres-cuartos {
        margin: 0 auto;
        padding: 0;
    }
    footer#main-footer .menu li {
        width: 100%;
        padding: 0;
    }
    footer#main-footer .menu li ul li {
        margin: .5em 0;
    }
    footer#main-footer img {
        width: 200px;
        float: none;
        padding: 1em;
        display: inline-block;
        height: auto;
    }
    aside.footer .wrapper > * {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    aside.footer .wrapper .right {
        text-align: right;
    }
    nav.scroll-menu ul li {
        margin: 0 -6px;
        width: 33.33%;
    }
    nav.scroll-menu ul li a {
        border: none;
    }

    .un-tercio, .dos-tercios, .mitad, .un-cuarto, .un-quinto, .dos-quintos, .tres-quintos, .cuatro-quintos, .tres-cuartos, .full, .un-sexto {
        width: 100% !important;
        text-align: center;
    }
    section#galeria li.logo.cliente {
        width: 25% !important;
    }
    .home section#contacto {
        padding-top: 0;
    }
    footer#main-footer .menu {
        text-align: center;
        margin-top: 2em;
    }
    main#now {
        font-size: 14px;
    }
    .mobile {
        display: inline-block;
    }
    .slide-productos .products {
        width: 50% !important;
    }
    header#main-header .wrapper {
        position: initial;
    }
    header#main-header {
        position: fixed;
        border-bottom: 1px solid #eee;
        top: 0;
    }
    header#main-header.logo-pais {
        padding: 17px 0;
        height: 85px;
    }
    header#main-header.active {
        z-index: 99999;
    }
    header#main-header img {
        display: block;
    }
    nav#top li.pais.active ul {
        width: 100%;
        left: 0;
        max-height: none;
        top: 75px;
        overflow: auto;
        border: none;
    }
    nav#top.buscador li.pais.active ul {
        top: 132px;
    }
    .bg-menu-mobile.active {

        background: #fff;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;

        left: 0;
        z-index: 9;
    }
    nav#top {
        /* display: none; */
        /* position: absolute; */
        /* z-index: 999; */
        /* top: 85px; */
        /* background: #eeeeee; */
        /* left: 0; */
        /* padding: 1.5em 1em; */
        /* width: 100%; */
    }
    header#main-header.active nav#top.active {
        border-bottom: 30em solid #fff;
    }
    nav#top.active {
        display: none;
    }
    nav#top li {
        display: inline-block;
        float: none;
    }
    nav#top li.sucursales {
        display: none;
    }
    nav#top li.buscador {
        width: 100%;
        margin: 0 0 1.5em;
        padding: 0;
    }
    nav#top li.buscador #btn-buscar {
        display: none;
    }
    nav#top li.buscador form {

        display: block !important;
        width: 100%;
        position: relative;
    }
    nav#top li.buscador label.search-label {
        width: 100%;
    }

    nav#top li.buscador label.search-label:before {
        display: none;

    }
    nav#top li.buscador form input[type="search"] {
        text-transform: uppercase;
        font-weight: bold;
        padding: .8em;
        width: 100%;
        color: #267ea8;
        font-size: 13px;
        margin: 0;
    }
    nav#top label.icon-search {
        position: absolute;
        right: 0;
        top: 0;
        padding: .4em;
    }
    nav#top li.buscador form input::-webkit-input-placeholder {
        color: #267ea8;
    }
    nav#top li.buscador form input:-moz-placeholder {
        color: #267ea8;
    }
    nav#top li.buscador form input::-moz-placeholder {
        color: #267ea8;
    }
    nav#top li.buscador form input:-ms-input-placeholder {
        color: #267ea8;
    }
    nav#top li.idioma {
        margin: 0;
        width: 30%;

        padding: 0;
        float: right;
    }
    nav#top li.pais span:before {
        position: relative;
        float: right;
    }
    nav#top li.idioma ul {
    }
    nav#top li.pais {
        width: 100%;
        margin: 0;
        float: left;
        position: initial;
    }
    nav#top.multidiomas li.pais {
        width: 70%;
    }
    nav#main-nav {
        /* position: absolute; */
        /* height: 100%; */
        /* z-index: 99; */
        /* top: 0; */
        display: none;
        /* background: #f5f5f5; */
        /* margin: 2em 0; */
    }
    nav#main-nav.buscador {
        top: 130px;
    }
    nav#main-nav .wrapper {
        padding: 0;
    }
    header#main-header.logo-pais + nav#main-nav.active {
        top: 145px;
    }
    nav#main-nav.active {
        display: block;
        order: 3;
    }
    nav#main-nav li {
        width: 100%;
        padding: 0 !important;
    }
    nav#main-nav ul li a {
        /* pointer-events: none !important; */
        font-size: 13px;
        color: #7c7d7d;
        margin: 0 !important;
        padding: 12px !important;

        line-height: 1em;
        border: none;
        font-weight: 600;
        width: 100%;
        display: block;
        position: relative !important;
        box-sizing: border-box;
        border-radius: 0 !important;
    }
    nav#main-nav ul li.btn-light {
        margin-bottom: 10px !important;
        background-color: #fff;
    }
    nav#main-nav ul li:before {
        display: none;
    }
    nav#secundary ul li a,
    nav#main-nav ul li ul li a {
        pointer-events: auto !important;
        padding: 0;
    }
    nav#main-nav {
        position: relative;
        z-index: 999;
    }
    nav#main-nav ul {
        display: block;
        padding: .5em 0;
    }
    nav#main-nav ul.right {
        margin-top: 25px;
    }
    #homepage #backgrounds .background {
        background-color: rgba(0,0,0,0.5);
    }
    nav#main-nav ul li {
        position: initial;
        opacity: 1;
        border-bottom: 1px solid #ddd;
        width: 100% !important;
        box-sizing: border-box;
        margin: 0 !important;
        max-width: none;
        border-radius: 0 !important;
    }
    nav#main-nav ul li.direccion {
        display: none;
    }
    nav#main-nav.active-submenu ul li {

        height: 0;
        overflow: hidden;
    }
    nav#main-nav.active-submenu ul li a {
        padding: 0 1em;
    }
    nav#main-nav li.menu-item-has-children a:after {
        display: none !important;
    }
    nav#main-nav.active-submenu nav#secundary ul li a {
        padding: 0;
    }
    nav#main-nav.active-submenu ul li li {
        height: auto;
    }
    nav#main-nav.active-submenu ul li li a {
        padding: 1.5em 1em;
    }
    nav#main-nav.active-submenu a.sucursales {
        opacity: 0;
    }
    .menu-principal-container {
        position: relative;
        z-index: 66;
        width: 100%;
    }
    nav#main-nav ul {
        text-align: left;
        width: 100%;
        margin: 15px 0 0;
        background-color: #f5f5f5;
        padding: 0;
    }
    nav#main-nav ul li ul {
        background: #eeeeee;
        top: -60px;
        width: 100%;
        padding: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: -100%;
        display: none !important;
    }
    nav#main-nav ul li.active ul {
        display: block;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    nav#main-nav ul li ul li a {
        padding: 1.5em 1em;
        font-size: 14px;
        color: #a1a1a1;
        width: 100%;
        border-bottom: 1px solid #fff !important;
    }
    nav#main-nav a.sucursales {
        display: inline-block;

        color: #fff;
        text-align: left;

        line-height: 1.5em;
        width: 100%;
        position: relative;
        background: #267ea8;
        font-size: 13px;
        text-transform: uppercase;
        padding: 1.5em 1em;
        font-weight: 600;
    }
    nav#main-nav a.sucursales:before {
        float: right;
    }

    header.archive-header {

        text-align: center;
    }
    .btn {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 400px;
    }
    section.content .wrapper {
        padding: 0 1em;
    }
    section#producto .excerpt .bg-overlay {
        background-size: cover;
    }
    .page-template-template-home-latinoamerica-php nav#top li {
        margin-right: 2em;
    }
    section.categoria .productos .link-product {
        width: 33.33%;
    }
    footer#main-footer .to-top {
        float: right;
        background: #2069a8;
        color: #fff;
        padding: .15em .25em;

        font-size: 25px;
        border-radius: 2px;
        margin-left: 1em;
    }
    div.content .wrapper {
        padding: 0 2em;
    }
    article.sub-pages article.modulo-pagina {
        width: 100% !important;

        padding: 0 !important;
        text-align: center;
    }
    section.childrens {
        text-align: center;
    }
    section.childrens article.children {
        width: 100% !important;
        padding: 0 !important;
        text-align: center;
        margin-bottom: 3em;
    }
    section.childrens article.children img {

        max-height: 220px;
    }
    section.childrens article.children a.btn {
        float: none;
    }
    section#producto .caracteristicas h3 {
        text-align: center;
    }
    section#producto .product-content p {
        padding: 0 .5em;
    }
    section#producto section.presentacion .wrapper {
        padding: 0;
    }
    section#producto section.presentacion article:first-child {
        padding: 4em 1em !important;
    }

    section#producto section.presentacion article:last-child {
        text-align: center;
        background-size: cover;
    }
    section#producto section.presentacion article .icon-play {
        float: none;
    }
    footer .to-top:before {
        margin: 0;
        padding: 0;
    }
    section#productos {
        margin: 2em 0;
    }
    section#productos .wrapper {
        padding: 0;
    }
    ul.carrousel-slider li {
        margin: 0 !important;
        font-size: .8em;
    }
    ul.carrousel-slider li:nth-child(2) h2 {
        opacity: 1;
    }
    ul.carrousel-slider li h2 {
        opacity: 0;
    }
    ul.carrousel-slider.full {
        width: 150% !important;

        margin: 0 !important;
        transform: translate(-50%, 0%);
        margin-left: 50% !important;
    }
    section#productos a.arrow {
        margin-top: -30%;
        padding: 1.5em;
    }
    section#productos a.arrow.right {
        right: 0;
    }
    section#productos a.arrow.left {
        left: 0;
    }
    nav.scroll-menu a {
        border: none;
        font-size: 1.1em;

        padding: .5em;
        margin: 1em 0;
    }
    section.scroll-section .content {
        padding: 3em 2em;
    }
    section.content .wrapper {
        padding: 0 0.5em;
    }
    #homepage #backgrounds .background .wrapper .mitad {
        width: 100% !important;

        text-align: center;
    }
    #homepage #backgrounds .background h1:after {
        margin: 15px auto;
    }
    section.scroll-section #videos .video {
        width: 100%;

        padding: 0 !important;
        text-align: center;
    }
    section.scroll-section .wrapper.contenidos {
        width: 100%;
    }
    section.scroll-section .wrapper.contenidos > div, section.scroll-section .wrapper.contenidos > div div {
        max-width: 100% !important;

    }

    article.evento {
        flex-wrap: wrap;
    }
    article.evento .fecha {
        width: 20%;
        min-width: inherit;
        max-width: none;
    }
    article.evento div.ubicacion,
    article.evento div.precio {
        /*width: 100%;*/
        min-width: inherit;
        max-width: none;
        margin: 1em 0;
        text-align: left;
        width: 50%;
    }
    article.evento .content {
        width: 80%;
        padding-right: 0;
    }

    article.contacto.content .wrapper div {
        width: 100% !important;
        text-align: center !important;
    }
    article.contacto.content .wrapper div h2 {
        margin-bottom: 1em;
    }
    article.contacto.content .wrapper div .btn {
        margin: 1.5em 0 0;
    }
    section.region h1 {
        padding: 1.75em;
    }
    .hito div {
        width: 100% !important;
        border: none !important;
        text-align: center !important;
    }
    .hito img {
        border-radius: 100%;
    }
    .hito .fecha:after {
        display: none;
    }

    .principio div {

        width: 100% !important;
        text-align: center !important;
        padding: 0 1em !important;
    }
    #noticias .noticia {
        width: 100% !important;

        text-align: center !important;
        padding: 0 2em !important;
    }
    #single .content {
        text-align: center;
    }
    form.wpcf7-form label,form.wpcf7-form {
        width: 100%;
    }
    form.wpcf7-form label {
        text-align: center;
    }
    form.wpcf7-form p {
        margin: .25em 0;
        width: 100%;
    }
    .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
        width: 100%;
        text-align: center;
        margin: 1em 0;
    }
    .g-recaptcha.wpcf7-recaptcha div {

        margin: 0 auto;
        display: block;
    }
    form.wpcf7-form input[type="submit"] {
        float: none;
        margin: 0 auto;
    }
    section#banners {
        flex-wrap: wrap;
    }
    section#banners .image {
        width: 100% !important;
    }
    #noticias .posts .post {
        width: 100%;
    }
    #estudios .posts .post {
        /* width: 46%; */
        /* margin: 0 2% 1em; */
    }
    a#next.next-estudios {
    right: 0;
    }
    a#preview.preview-estudios {
        left: 0;
    }

    #wpcf7-f4-o1 {
        margin-top: 2em;
    }
    .posts .destacados .carousel-cell {
        width: 220px !important;
        margin: 0 10px;
    }

    .posts .estudios .carousel-cell {
        width: 445px !important;
    }
    .posts .estudios .carousel-cell a {
        text-align: center;
    }

}
@media (max-width: 600px) {

    .padding-left {
        padding-left: 10px !important;
    }
    .padding-right {
        padding-right: 10px !important;
    }

    div#gallery a {
        width: 50% !important;
    }
    #nosotros .content-bloques .bloque {
        width: 100%;
        font-size: 1.1em;
    }
    section.categoria .productos .link-product {
        width: 50%;
    }
    #estudios .posts .post {
        width: 100%;
        margin: 0 0 1em;
    }
    .home #estudios .posts.estudios article {
        width: 100%;
        margin: 0;
    }
    section#galeria li.logo.cliente {
        width: 33.33% !important;
    }
    .posts .estudios .carousel-cell {
        width: 480px !important;
    }
    article.evento {
        padding: 1em;
    }
    article.evento .content h3 a{
        font-size: 1.5em;
    }

}
@media (max-width: 500px) {
    .wrapper {
        width: 300px;
    }
    main#now {
        font-size: 13px;
    }
    header#main-header img {
        display: none;
    }
    header#main-header a img {
        display: block;
        height: 62px;
        padding: 5px 0;
    }
    header#main-header a.icon-menu, header#main-header a.icon-cancel {
        float: right;
        padding-right: 0;
        margin-right: 0;
    }
    header.single-header h1 {
        font-size: 2em;
    }
    .slide-productos .products {
        width: 100% !important;
    }
    .slide-productos .products .producto {
        height: 160px !important;
    }
    #homepage #backgrounds .background h1 {
        font-size: 2.2em;
    }
    section#banners .image h3 {
        font-size: 2.4em;
    }
    header.page-header h1 {
        font-size: 3em;
        margin: .75em 0;
    }
    section.categoria .cat_title {
        font-size: 3em;
    }
    article.evento div.ubicacion, article.evento div.precio {
        width: 100%;
    }
    section#productos a.arrow {
        margin-top: -30%;
        padding: .65em;
    }
    section#productos a.arrow.right {
        right: 0;
    }
    section#productos a.arrow.left {
        left: 0;
    }
    nav.scroll-menu .wrapper {
        padding: 0;
    }
    nav.scroll-menu ul li a {
        border: none;
        padding: .5em;
        font-size: .9em;
    }
    section.scroll-section {
        padding-top: 46px;
    }
    header#main-header.fixed a.to-top {
        display: none;
    }

    .posts .destacados .carousel-cell {
        width: 273px !important;
       
    }
    .posts .estudios .carousel-cell {
        width: 245px !important;
    }
    #noticias .posts .post .post-image-category {
        min-width: 60px;
        height: 60px;
    }

    article.evento .ubicacion, article.evento .precio {
        text-align: center !important;
    }

}
@media (max-width: 400px) {
    section#galeria li.logo.cliente {
        width: 50% !important;
    }
    .posts .estudios .carousel-cell {
        width: 245px !important;
    }


}   



.absolute-right {
    right: 0;
}

/*
.now-template-default header#main-header,
.now-template-default nav#top,
.page-template-archive-now header#main-header,
.page-template-archive-now nav#top,
.page-template-page-about-now header#main-header,
.page-template-page-about-now nav#top {
    position: relative !important;
    float: none;
    display: block;
}
.now-template-default header#main-header,
.page-template-archive-now header#main-header,
.page-template-page-about-now header#main-header {
    padding: 15px 0;
}
body.now-template-default,
body.page-template-archive-now,
body.page-template-page-about-now {
    padding: 0;
}
footer#main-footer {
    float: left;
}

*/

.alert.alert-warning {background-color: #ffeb3b3b;display: block;width: 100%;padding: 1rem;border-radius: 2px;color: #8c7f11;border: 1px solid #ffeb3b;}




/* NOW */


strong, b {
    font-weight: bold !important;
}
.columns {
    column-count: 2;
    column-gap: 3rem;
}
.outer {
  width: 40px;
  display: inline-block;
  margin: 0;
  left: 2rem;
  top: 4.25rem;
}
.outer.right {
  left: auto;
  right: 2rem;
}
.outer.big {
    top: 7rem;
}
.outer.big .inner {
    width: 300px;
}
main .inner {
  /* font-size: 13px; */
  position: absolute;
  top: 4.5rem;
  left: 50px;
  width: auto;
  display: block;
  text-align: center;
  padding: 0 1.5rem;
  height: 61px;
  line-height: 61px;
  overflow: hidden;
  margin: 0;
}
.rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}
.border, .border-top, .border-bottom, .border-left, .border-right {
    border-width: 4px !important;
}

#quienes .border{
    border-width: 2px !important;
}
.style_prevu_kit
{
    z-index: 1;
    margin: 0;
    top: 0;
    left:0;
    display:inline-block;
    border:0;
    /* width: 196px; */
    /* height:210px; */
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    opacity:0;
    border: 2px solid #0301ff !important;
}
.style_prevu_kit:hover
{
    opacity:100;
    /* box-shadow: 0px 0px 150px #000000; */
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(2);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    top: 25px;
}
.style_prevu_kit p {
    font-size: 0.7em;
}
.flickity-prev-next-button .flickity-button-icon {
    fill: #0301ff;
}

.flickity-button {
    height: 60px !important;
    width: 60px !important;
}
#mas .nav-tabs {
    border-bottom: none !important;
}
#mas li{
  margin: 0 10px;
}
#mas li a{
  color: black;
}
#mas li a.active{
  color: white;
}
.inner2 {
    text-align: left;
    padding: 0.3rem;
    width: 100%;
}
.outer2 {
    min-width: 80%;
    max-width: 90%;
    display: inline-block;
    margin: 0;
    left: -2rem;
    top: 1.5rem;
}
.underline{
      text-decoration: underline;
}
.menu-static{
      z-index: 98;
      position: absolute;
      top: 1rem;
      right: 1rem;
}
.menu-static.fixed {
  position: fixed;
}
#main-now .dropdown-menu {
    will-change: unset !important;
    transform: none !important;
    position: relative !important;
    top: 100% !important;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0 0 0;
    margin: 0 0 0 !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    overflow: hidden;
    box-shadow: -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.21);
    box-shadow: 5px 7px 4px 0px rgba(0,0,0,0.1);
    top: 1% !important;
    width: 100%;
}
#main-now .dropdown-item{
    border-bottom:1px solid blue !important;
}
.menu-static .dropdown-item {
    font-size: 0.8rem !important;
    display: block;
    width: 100%;
    padding: 1.1rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #0301ff;
    text-align: inherit;
    white-space: nowrap;
    background-color: white;
    border: 0;
    border-bottom: 1px solid #0301ff;
    /* font-size: 0.8em !important; */
}
.menu-static {
    min-width: 180px;
    box-shadow: -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.21);
    box-shadow: 5px 7px 4px 0px rgba(0,0,0,0.1);
}
nav#main-nav div, nav#main-nav img, a.icon-home {
  float: none;
  display: inline-block;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav#main-nav .menu-principal-container {
  margin-left: auto;
  display: inline-block;
  margin-right: 0;
}
#escenarios-top .card-body p{
    max-height: 6em;
    font-size:0.9em;
    overflow: hidden;
}
.escenarios-bottom .card-body p{
    font-size:1em;

}
.f-12{
    font-size:12px !important;
    font-family: 'Roboto Mono',monospace;
}
.f-14{
    font-size:15px !important;
    font-family: 'Roboto Mono',monospace;
}
.f-15{
    font-size:15px !important;
    font-family: 'Roboto Mono',monospace;
}
.f-18{
    font-size:18px !important;
}
.f-20{
    font-size:20px !important;
    font-family: 'Roboto Mono',monospace;
}
main .btn{
  border-radius: 22.5px;
  box-shadow: 0 2px 1px 0 #ededed;
}
.bg-light-grey {
    background-color: #b7b7b7 !important;
}
.bg-grey{
      background-color: #ededed;

}
.inner-right{
  /* font-size: 13px; */
  position: absolute;
  top: 12%;
  /* left: 0; */
  right: -16%;
  width: auto;
  display: block !important;
  text-align: center;
  padding: 1rem;
}
#slide {
    margin-top: 0 !important;
    position: relative !important;
    padding: 0;
}
.f-60{
  font-size: 60px;
}
@media (max-width: 992px) { 
    .escenarios-bottom .description, #profesionals .description {
      position:relative !important;
    }
}
@media (max-width: 576px) { 
    #slide {
      margin-top: 0;
    }
    .escenarios-bottom .description, #profesionals .description {
      position:relative !important;
    }
    .inner-right {
      right: -27% !important; 
    }
}


header#main-header a.icon-menu, header#main-header a.icon-cancel {
  float: none;
  margin-left: auto;
  margin-right: 0;
  justify-self: end;
  align-self: end;
  order: 2;
}

header#main-header .wrapper {
  display: flex;
}
nav#top.active + header#main-header .wrapper {
  flex-wrap: wrap;
}
nav#main-nav {
    /* margin-left: auto; */
    display: flex;
    justify-content: center;
    justify-self: end;
    align-self: end;
    width: 100%;
}

@media (max-width: 890px) {
  nav#main-nav {
      display: none;
  }
  .btn {
      width: auto;
  }
  .columns{
  text-align: center;
  column-count: 1;
  }
  .description p {
      padding: 0 0rem !important;
  }
  .carousel .flickity-prev-next-button.previous {
      display:none;
      left: -66px;
  }
  .carousel .flickity-prev-next-button.next {
      display:none;
      right: -66px;
  }
  .btn-tiny {
    padding: 0rem 0.7rem !important;
  }
  .outer2 {
      left: -1rem;
  }
}



.content-cuadrante h1, .content-cuadrante h2, .content-cuadrante h3, .content-cuadrante h4, .content-cuadrante h5, .content-cuadrante h6 {
    color: #0301ff;
}
article .border-bottom {
    border-width: 1px !important;
}
main .btn {
    height: 44px !important;
    line-height: 44px !important;
    padding: 0rem 1.5rem;
}
.description p {
    padding: 0 1rem;
}
.carousel .flickity-prev-next-button.previous {
    left: -66px;
}
.carousel .flickity-prev-next-button.next {
    right: -66px;
}
.content {
    height: 17rem !important;
    overflow: hidden;
}
.graph-title{
      height: 9rem !important;
}
.menu-static .dropdown-item:hover {
    background-color: #e6e6e6;
}
.menu-static .dropdown-item.active{background-color: #0301ff;color: white;}
.drop-main{
  font-size: 0.8rem !important;
    display: block;
    width: 100%;
    padding: 1.1rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #0301ff;
    text-align: inherit;
    white-space: nowrap;
    background-color: white;
    border: 0;
    border-bottom: 1px solid #0301ff;
    /* font-size: 0.8em !important;*/
}

.now-pagination a {
    max-width: 50%;
    white-space: nowrap;
    text-decoration: none;
}
.now-pagination a:last-child {
    text-align: right;
}
.now-pagination a span {
    /* max-width: 80%; */
    overflow: hidden;
    /* display: inline-block; */
    text-overflow: ellipsis;
    /* border-bottom: 1px solid; */
}

.border-link {
    border-bottom: 2px solid;
}

#profesionals .rotate {
    top: 4.5rem;
    /* left: 34px; */
}
.card-escenario .card-title {
    height: 6rem;
    overflow: hidden;
    display: flex;
    /* align-items: center; */
}
#quienes .card-escenario .card-title {height: auto;margin-bottom: 1.25rem;}
.card-escenario .card-title h3 {
    max-height: 6rem;
    margin-bottom: 0 !important;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto !important;
}
.bg-light-2 {
    background-color: #edeeed !important;
}
main .lead, main .roboto {
    line-height: 1.5;
}
main#now .container {
    max-width: 1140px;
    width: 100%;
    max-width: calc(1140px + 4rem);
}