

/* last minute change, Recoleta is finally fraunces, a G font */
@font-face {
    font-family: 'Recoleta Alt';
    font-style: normal;
    font-weight: 300;
/* see the caps ? in url :     https://fonts.gstatic.com/s/fraunces/v37/6nu78fylnqoqzanv9byevdiide9ea92uemak_WBq8U_9v0c2Wa0KxC9TeP2Xz5c.woff2 */
    src: url(https://fonts.gstatic.com/s/fraunces/v37/6NU78FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0KxC9TeP2Xz5c.woff2) format('woff2');
}

body {
  margin: 0;
  line-height: inherit;
}

.accordion {
   cursor: pointer;
   transition: 0.4s;
}
.accordionpanel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#menu-menu-principal>li>a{
    color: #000161;
    text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.5px;
}

div.inside-header{
    position: relative;
}
#site-navigation{
    position: absolute;
    right: 0px;
}
#menu-item-83{
    border-radius: 36px;
    background:  #000161;
    display: flex;
    padding: 16px 2px;
    justify-content: center;
    border: solid 1px #000161;
}


#menu-menu-principal > li#menu-item-83:hover{
    color: #000161;
    background:  white;
}
#menu-menu-principal > li#menu-item-83:hover > a{
    color: #000161;
}
#menu-menu-principal > li#menu-item-83 > a{
   color: white;
}
.sub-menu > li > a {
    color: #000161 !Important;

}


.text-blue-950 {
    color: #000161;
}
.bg-orange-50 {
    background-color: #FCF5EF;
}

div.footer a {
    text-decoration: none;
    color: white;
}

.testimonial>p:before {
  content: '«';
}
.testimonial>p:after {
  content: '»';
}


.entry-header {
/*  position: relative;
  top: -4em;
  left: 6em;
  color: white;*/
    margin-top: 36px;
    color: #000161;
  font-family: "Recoleta Alt"; 
}
.entry-meta {
/*  right: 200px;
  position: absolute;
  background: white;
  border-radius: 1em;
  padding: .2em 1.1em;
  top: 12px;
*/
    display: none;
}


.entry-content {


  color: #000161;
  font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%;
letter-spacing: 0.5px;
}
.entry-content h2 {

font-size: 28px;
font-weight: 500;
line-height: 120%; /* 28.8px */

}
.entry-content h3 {

font-size: 24px;
font-weight: 500;
line-height: 120%; /* 28.8px */

}
.entry-content h2 {

    margin-top: 20px;

}
.wp-block-quote{

    font-style: italic;
    margin: 3em;
}

blockquote.wp-block-quote {
    border-left: 5px solid #6A86EC;
    padding-left: 32px;
}
ol, ul {
  margin: 0 !important;
}
ul.wp-block-list{
    margin: 0 0 1.5em 3em !important;
}

.has-inline-mobile-toggle #site-navigation.toggled {
    background-color: white !important;
    width: 100%;
    padding: 20px;
}
.main-navigation.toggled .main-nav li {
    margin: 1em;
}
.main-navigation ul ul {
  background-color: inherit !important;
}
.has-inline-mobile-toggle #site-navigation.toggled {
top: 38px;
}


article > div.inside-article>footer.entry-meta {
    display: none;
}
Article#post-81 > div.inside-article > header.entry-header {
    display: none;
}

a.btn, .btn {
    text-decoration: none;
}
.btn-blue {
    color: white;

}
.btn-blue:hover {
    background-color: white;
    color:#010091;
    border-color: #010091;
}
.btn-white {
    color: #010091;

}
.btn-white:hover {
    background-color: #010091;
    color: white;
    border-color: white;
}



.main-navigation ul ul li {
  background: white;
}
.main-navigation ul ul li:hover {
  background: ⁨⁨#F5F5FD;
}
