/* fonts */
@font-face {
     font-family: 'Open-Sans-Light';
     font-style: normal;
     font-weight: 300;
     font-display: swap;
     src: url('../font/open-sans-v18-latin-300.eot'); /* IE9 Compat Modes */
     src: local(''),
          url('../font/open-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../font/open-sans-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
          url('../font/open-sans-v18-latin-300.woff') format('woff'), /* Modern Browsers */
          url('../font/open-sans-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../font/open-sans-v18-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
     font-family: 'Open-Sans-Regular';
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url('../font/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
     src: local(''),
          url('../font/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../font/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
          url('../font/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
          url('../font/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../font/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
     font-family: 'Open-Sans-Bold';
     font-style: normal;
     font-weight: 600;
     font-display: swap;
     src: url('../font/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
     src: local(''),
          url('../font/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../font/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
          url('../font/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
          url('../font/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../font/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
     font-family: 'Open-Sans-ExtraBold';
     font-style: normal;
     font-weight: 700;
     font-display: swap;
     src: url('../font/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
     src: local(''),
          url('../font/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../font/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
          url('../font/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
          url('../font/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../font/open-sans-v18-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* main */
:root {
     --aqua: #1edbcf;
     --sapphire: #303ab2;
     --error-fill: #d0021b;
     --neon-red: #ff0037;
     --callout-background: #f5a623;
     --black: #1d1d1d;
     --accent-fill: #4a90e2;
     --footer-main: #262e8e;
     --footer-legal: #1f2573;
     --sm-offset: calc((540px + 15px - 100vw)/2);
     --md-offset: calc((720px + 15px - 100vw)/2);
     --lg-offset: calc((960px + 15px - 100vw)/2);
     --xl-offset: calc((1140px + 15px - 100vw)/2);
}
body {
     font-family: 'Open-Sans-Regular', sans-serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.display-1,.display-2,.display-3,.display-4 {
     font-family: 'Open-Sans-Bold';
}
main a, main a:hover{
     font-family: 'Open-Sans-Bold';
     color: var(--sapphire);
}
section {
     margin-bottom: 4rem;
}
img.bg-image {
     -o-object-fit: cover;
     object-fit: cover;
     font-family: "object-fit:cover;";
}
.bg-image {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
}
.btn-aqua{
     background-color: var(--aqua);
     color: var(--sapphire);
}
.g-overlay-1 {
     position: absolute;
     width: 100%;
     height: 100%;
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.6));
     z-index: 1;
}
.g-overlay-2 {
     position: absolute;
     width: 100%;
     height: 100%;
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65));
     z-index: 1;
}
.g-overlay-3 {
     position: absolute;
     width: 100%;
     height: 100%;
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75));
     z-index: 1;
}
@media (max-width: 767.98px) {
     .g-overlay-1 {
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.7));
     }
     .g-overlay-2 {
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.75));
     }
     .g-overlay-3 {
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.85));
     }
     .text-border {
          text-shadow: 2px 0 0 rgb(0 0 0 / 10%), -2px 0 0 rgb(0 0 0 / 10%), 0 2px 0 rgb(0 0 0 / 10%), 0 -2px 0 rgb(0 0 0 / 10%), 1px 1px rgb(0 0 0 / 10%), 0px 0px 0 rgb(0 0 0 / 10%), 1px -1px 0 rgb(0 0 0 / 10%), -1px 1px 0 rgb(0 0 0 / 10%);
     }
}
/* header */
.headeralize {
     padding-top: 2rem;
     padding-bottom: 2rem;
     margin-bottom: 2rem;
     background-color: #fff;
     min-height: 175px;
     /*transition: 500ms ease-in-out;*/
}
.headeralize .navbar-brand img {
     max-width: 230px;
     height: auto;
     /*transition: 500ms ease-in-out;*/
}
.headeralize.sticky-top {
     padding-top: 0.5rem;
     padding-bottom: 0.5rem;
     margin-bottom: 0rem;
     min-height: 64px;
     /*max-height: 64px;*/
     border-bottom: 1px solid #eee;
}
.headeralize.sticky-top img {
     max-width: 150px;
}
@media (max-width: 319.98px) {
     .headeralize .navbar-brand img {
          max-width: calc(100vw - 110px);
     }
}
.headeralize .nav-item {
     position: relative;
}
.headeralize .dropdown-item.active, .dropdown-item:active {
     background-color: #e9ecef;
}
.headeralize .dropdown-menu.show {
     border: 0;
     /* offset-x | offset-y | blur-radius | spread-radius | color */
     box-shadow: 0px 13px 44px 0px rgba(11, 16, 91, 0.11);
     text-align: center;
}
.headeralize .dropdown-menu.show a {
     color: #777777;
     padding: 0.75rem 2rem;
     font-size: 0.9rem;
}
/*
.headeralize .dropdown-menu.show a:not(:first-of-type) {
     border-top:1px solid #777777;
}
*/
.headeralize .navbar-nav .active>.nav-link, .headeralize .navbar-nav .nav-link.active, .headeralize .navbar-nav .nav-link.show, .headeralize .navbar-nav .show>.nav-link {
     color: var(--sapphire);
     /*font-weight: bold;*/
     font-family: 'Open-Sans-Bold';
}
.headeralize .navbar-nav .nav-link:hover{
     color: var(--sapphire);
}
@media(max-width:991.98px){
     .headeralize .navbar-collapse.show{
          padding-top:1.5rem;
     }
}

/* site search */
.modal.search .close {
    /*font-size: 5rem;
    font-weight: normal;
    color: var(--sapphire);*/
    opacity: 1;
}
/*
.modal.search .close svg {
    fill: currentColor;
}
*/
.modal.search .modal-content{
    border-radius: 0;
}
.modal.search .modal-header {
    border-bottom: 0;
    padding: 2rem 1rem;
}
.modal.search .modal-body {
    padding: 1rem 2rem;
}
@media (max-width:991.98px){
    
}
.modal.search .search-container {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.modal.search .form-inline {
    margin-bottom: 2rem;
}
.modal.search .form-inline .btn{
    color: white;
    background-color: var(--sapphire);
    border-color: var(--sapphire);
    font-size: .875rem;
    padding: .5rem 1.5rem;
}
.modal.search .recommendations a{
    color: var(--sapphire);
    font-size: 1.125rem;
    margin-left: 1rem;
}
.modal.search #searchInput {
    border: 0;
    border-bottom: 1px solid var(--sapphire);
    border-radius: 0;
    width: 75%;
    margin-right: 1rem;
    padding-left: 0;
    padding-bottom: 1rem;
}
.modal.search #searchInput::placeholder {
    font-size: 1.55rem;
    color: #000000;
    margin-bottom: .5rem;
}
.modal.search #searchInput:focus {
    border-color: inherit;
    box-shadow: none;
}
@media (max-width:991.98px){
    .modal.search .modal-body {
        padding: .5rem 1rem;
    }
    .modal.search .search-container {
        width: 100%;
    }
    .modal.search #searchInput {
        width: 60%;
    }
    .modal.search #searchInput::placeholder {
        font-size: 1rem;
    }
}
/* footer */
.footeralize {
     margin-top: 5rem;
     color: white;
}
.footeralize h2 {
     margin-bottom: 1.5rem;
}
.footeralize a {
     color: white;
     text-decoration: none;
}
.footeralize svg {
     fill: currentColor;
}
.footeralize #footer-main {
     padding-top: 3rem;
     background-color: var(--footer-main);
}
.footeralize #footer-main ul.menu li{
     margin-bottom: .5rem;
}
.footeralize #footer-main .social svg{
     width: 24px;
     height: 24px;
}
.footeralize #footer-main .last {
     padding: 2rem 0 2rem 0;
     margin: 3rem 0 0 0;
     border-top: 1px solid white;
     font-size: 85%;
}
.footeralize #footer-main .last .title, footer.footeralize #footer-legal .title {
     display: inline;
     margin-right: 2rem;
}
.footeralize #footer-main .last .links, footer.footeralize #footer-legal .links {
     margin-bottom: 0;
}
.footeralize #footer-legal{
     background-color:var(--footer-legal);
     padding: 1rem 0 1rem 0;
     font-size: 85%;
}
.footeralize #footer-legal .row{
     margin: 0;
}
/* content */
.html-content {
     margin-bottom: 0;
}
.html-content * {
     max-width: 100%;
}
#site-heading-01 .desc.center {
    text-align: center;
}
#site-heading-01 .desc .title {
    font-family: 'Open-Sans-ExtraBold';
    font-size: 3rem; 
    line-height: 1.13;
    letter-spacing: -1.5px;
    color: var(--aqua);
    margin-bottom: 4rem;
}
#site-heading-01 .desc p {
    font-size: 1.375rem;
    line-height: 1.45;
    letter-spacing: -0.69px;
    margin-bottom: 6rem;
}
@media(min-width:992px) {
    #site-heading-01 .desc p {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
#site-heading-02 .desc.center {
    text-align: center;
}
#site-heading-02 .desc .title {
    font-family: 'Open-Sans-ExtraBold';
    font-size: 3rem; 
    line-height: 1.13;
    letter-spacing: -1.5px;
    color: var(--aqua);
    margin-bottom: 2rem;
}
#site-heading-02 .desc .excerpt {
    font-size: 1.375rem;
    line-height: 1.45;
    letter-spacing: -0.69px;
}
@media(min-width:992px) {
    #site-heading-02 .desc .excerpt {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
.site-content-01 {
    margin: 2rem 0;
}
.site-content-01 .text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.site-content-01 .text * {
    max-width: 100%;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
     margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
     display: block;
     margin: 5px auto 5px auto;
}
.alignright {
     float:right;
     margin: 5px 0 20px 20px;
}
.alignleft {
     float: left;
     margin: 5px 20px 20px 0;
}
a img.alignright {
     float: right;
     margin: 5px 0 20px 20px;
}
a img.alignnone {
     margin: 5px 20px 20px 0;
}
a img.alignleft {
     float: left;
     margin: 5px 20px 20px 0;
}
a img.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
.wp-caption {
     background: #fff;
     border: 1px solid #f0f0f0;
     max-width: 96%; /* Image does not overflow the content area */
     padding: 5px 3px 10px;
     text-align: center;
}
.wp-caption.alignnone {
     margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
     margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
     margin: 5px 0 20px 20px;
}
.wp-caption img {
     border: 0 none;
     height: auto;
     margin: 0;
     max-width: 98.5%;
     padding: 0;
     width: auto;
}
.wp-caption p.wp-caption-text {
     font-size: 11px;
     line-height: 17px;
     margin: 0;
     padding: 0 4px 5px;
}
 /* Text meant only for screen readers. */
.screen-reader-text {
     border: 0;
     clip: rect(1px, 1px, 1px, 1px);
     clip-path: inset(50%);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute !important;
     width: 1px;
     word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
     background-color: #eee;
     clip: auto !important;
     clip-path: none;
     color: #444;
     display: block;
     font-size: 1em;
     height: auto;
     left: 5px;
     line-height: normal;
     padding: 15px 23px 14px;
     text-decoration: none;
     top: 5px;
     width: auto;
     z-index: 100000;
     /* Above WP toolbar. */
}

/* Sticky Bar */

     .sticky-bar
     {
          position: fixed;
          z-index: 10;
          width: 100%;
          bottom: 0;
          box-sizing: border-box;

          text-align: center;
          background: rgb(31, 37, 115, 1) url(../img/sticky-barr-bg.png) no-repeat;
          padding: 15px 0;

          display: flex;
          align-items: center;
          justify-content: space-around;
          flex-wrap: wrap;

          -webkit-box-shadow: 0 0 6px #000;
          -moz-box-shadow:    0 0 6px #000;
          box-shadow:         0 0 6px #000;

          opacity: 0%;
          transition:opacity 1s;
     }

        
     .sticky-bar.scrolled
     {
          opacity: 98%;
     }

     .sticky-bar__content
     {
          display: flex;
          align-items: center;
          color: #fff;
          font-size: 24px;
          line-height: 28px;
          font-weight: 600;
          margin-bottom: 0;
     }

     @media only screen and (max-width: 991.98px) {

          .sticky-bar 
          {
               background-position: right;
          }

          .sticky-bar__content
          {
               display: none;
               margin: 0 15px 15px 15px;
          }
     }

     .sticky-bar__logo
     {
          padding: 0 15px;
          max-width: 120px;
     }

     .sticky-bar__cta
     {
          display: inline-block;
          background-color: #1EDBCF;
          color: #303AB2;
          padding: 10px 60px;
          font-size: 16px;
          font-weight: bold;
          border-radius: 5px;

          transition: 0.3s;
     }

     .sticky-bar__cta:hover
     {
          text-decoration: none;
          background-color: #56E4DB;
          color: #303AB2;
     }

/* --- */

/* BANNERS */

     .banner-lateral
     {
          position: fixed;
          /*z-index: -1;*/
          top: 60px;
          right: 30px;

          width: 300px;

          opacity: 0%;
          transition: opacity .5s;
     }

     .banner-lateral.scrolled
     {
          opacity: 100%;
     }

     .banner-header
     {
          display: none;
          width: 300px;
          min-height: 675px;
          margin: 0 auto 30px auto;
     }

     .banner-inside
     {
          display: none;
          width: 300px;
          min-height: 675px;
          margin: 0 auto 30px auto;
     }

     .banner-inside-two
     {
          display: none;
          width: 325px;
          min-height: 325px;
          margin-bottom: 30px;
     }

     @media only screen and (max-width: 1850px) {

          .banner-lateral,
          .banner-inside
          {
               display: none;
          }

          .banner-header,
          .banner-inside-two
          {
               display: block;
          }

     }

     @media only screen and (max-width: 550px) {

          .banner-lateral,
          .banner-inside-two
          {
               display: none;
          }

          .banner-header,
          .banner-inside
          {
               display: block;
          }

     }

/* --- */

/* Filtros */

     .filters {
          margin-bottom: 3rem;
          text-align: center;
          font-family: 'Open-Sans-Bold';
          font-size: 1.25rem;
     }
     .filters .filter{
          display: inline-block;
          margin-bottom: 1rem;
     }
     .filters a {
          cursor: pointer;
          color: var(--sapphire);
          text-decoration:none;
          padding-bottom: 0.5rem; 
     }
     .filters a:not(:first-of-type){
          margin-left: 1.5rem;
     }
     .filters a.active,
     .filters a:hover {
          color: var(--black);
          border-bottom: 3px solid var(--sapphire);
     }

/* --- */

/* Excerpt List */

     .excerpt-list
     {
          font-family: 'Open-Sans-Regular';
          color: #424242;
     }

/* --- */

/* Mini Posts */

     .mini-posts
     {
          background-color: #fafafa;
          padding: 30px;
          margin: 0 0 30px 0;
          border-radius: 5px;
     }

     .mini-posts .mini-posts__image
     {
          padding-bottom: 80%;

          position: relative;
     }

     .mini-posts .mini-posts__image img
     {
          border-radius: 5px;

          position: absolute;
          height: 100%;
          object-fit: cover;
     }

     .mini-posts .mini-posts__title
     {
          font-size: 20px;
          padding: 0;
          margin: 0;
     }

     @media (max-width: 991.98px) {
          .mini-posts
          {
               padding: 0 15px;
          }
          .mini-posts .mini-posts__title
          {
               font-size: 16px;
          }    
     }

/* --- */

/* SERACH IN HOME */

     .search-form-container {
          padding-top: 30px;
          padding-bottom: 30px;
     }

     .search-form-container .form-inline .input-group{
          width: 100%;
     }

     .search-form-container .form-inline .btn{
          color: white;
          background-color: var(--sapphire);
          border-color: var(--sapphire);
          font-size: .8rem;
          padding: .5rem 1.5rem;
     }

     .search-container .form-inline {
          margin-bottom: 2rem;
     }
     .search-form-container #searchInput-s {
          border: 0;
          border-bottom: 1px solid var(--sapphire);
          border-radius: 0;
          padding-left: 0;
          padding-bottom: 1rem;
     }
     .search-form-container #searchInput-s::placeholder {
          font-size: 1.3rem;
          color: #000000;
          margin-bottom: .5rem;
     }
     .search-form-container #searchInput-s:focus {
          border-color: inherit;
          box-shadow: none;
     }

     .author-linkedin {
          padding: 15px 0;
          text-transform: capitalize;
     }

/* --- */

/* COMMENTS */
.wpdiscuz-item.wc_email-wrapper
{
    display: none;
}
/* END COMMENTS */

/* Menus */

     .menu-embed-desk {
          display: block;
     }

     .menu-embed-mobile {
          display: none;
     }

     @media (max-width: 767.98px) {
          
          .menu-embed-desk {
               display: none;
          }

          .menu-embed-mobile {
               display: block;
          }
     }

/* --- */

#wpdcom .wpd-form-head {
    display: none !important;
}