body {
    background-color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -.3px;
    color: #234597 !important;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Tiempos';
    src: url('/assets/webfonts/TiemposHeadline-Bold.woff2') format('woff2'),
         url('/assets/webfonts/TiemposHeadline-Bold.woff') format('woff');
    font-display: swap;
}

p, li {
    opacity: .9;
}

h1 {
    font-size: 2.5rem;
    font-family: 'Tiempos', serif;
    color: #234597;
    font-weight: inherit;
}

.h1 {
    font-size: 2.2rem;
    font-family: 'Tiempos', serif;
    color: #234597;
    font-weight: inherit;
}

.h2 {
    font-size: 2rem;
    font-family: 'Tiempos', serif;
    color: #234597;
    font-weight: inherit;
}

.h3 {
    font-size: 1.1rem;
    color: #234597;
    font-weight: 600;
}

h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    color: #234597;
    line-height: 1.278;
    font-weight: 600;
}
    
h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.3rem;
    margin-bottom: 1em;
}
    
h4 {
    font-size: 1rem;
    margin-bottom: 1em;
}

main {
    margin-top: 75px;
}

a {
    color: #f5843a;
    text-decoration:none;
}

body main a {
    color: inherit;
    text-decoration: none;
    padding: 0px 0 5px;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

body main a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 100%;
    height: 8px;
    transform: skew(-12deg) translateX(-50%);
    background: rgb(154, 210, 253);
    z-index: -1;
}

body main a:hover {
    color: #ec3669;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

/*------------ Section --------------------*/             
section {
    padding: 7em 0em 7em 0em;
}

section:nth-of-type(odd) {
    background-color: #fff;
}

section:nth-of-type(even) {
    background-color: #eeeef5;
}

section li {
    margin-bottom: 10px;
}

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

.navbar {
    padding: 1rem 0rem !important;
    background: white;
    border-bottom: 2px solid #e4ecff;
    width: 100%;
    margin: 0;
    padding: 0;
}

.navbar-brand {
    font-weight: 700;
    color: #535252;
    font-family:'Poppins', sans-serif;
    margin-right: 3rem;
}

.navbar-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}

.nav-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto;
}

.dropdown-item {
    color: #234597;
}

.dropdown-item:hover {
    color:#f9a269;
    text-decoration: none;
    background-color:#f5f7fa;
}

.nav-link {
    color: #234597;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
    font-weight: 600;
}

.nav-link:hover {
    color: #f74c7c;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.nav-item {
    margin-left: 4em;
    font-size: 1.1em;
    opacity: 1;
}

.cursor {
    cursor: pointer;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.cta-nav {
    border: 2px solid #db295b;
    background-color: #fff;
    border-radius: 6px;
    color: #ec3669;
    padding: 8px 20px 8px 20px;
    font-size: 0.9em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
    
.cta-nav:hover {
    border: 2px solid transparent;
    background-color: #f74c7c;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}


/* ----- Breadcrumb --------- */

.breadcrumb-item {
    all: unset;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.breadcrumb-item:hover {
    text-decoration: underline;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: 0.85rem;
}

/* ----- Footer --------- */

.title-footer {
    font-family:'Poppins', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.278;
    letter-spacing: -0.01em;
    color: #fff;
}
    
footer li{
    list-style: none;
    margin-left: 0px;
    margin-top: 20px;
}
    
footer ul {
    padding: 0px;
}
    
footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

footer a:hover {
    color: #f74c7c;
    font-weight: 600;
    transition: color 0.5s ease;
}

footer {
    background-color: #234597;
    color: #fff;
    line-height: 18px;
    display: flex;
    padding: 60px 40px 0px 40px;
}

.prizewh {
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    color: #fff;
    font-weight: 600;}

.prizewh:hover {
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    color: #f74c7c;
    transition: color 0.5s ease;
    font-weight: 600;}

.bg-footer-index {
    color: #383f5c;
    background-color: #f6f6f6;
    margin-bottom: -1px;
}

.bg-footer-pages {
    color: #234597;
    background-color: #fff;
    margin-bottom: -1px;
}

.bottom-footer {
    margin-top: 20px;
    font-size: 12px;
    padding: 15px;
}

.logo-footer {
    max-width: 225px;
}

@media screen and (max-width: 800px) {
    .logo-footer {
        max-width: 150px!important;
    }
}

svg:not(:root) {
    overflow: hidden;
    vertical-align: bottom;
}

/* ---------Container------------------- */
@media (min-width: 1200px){
    .container {
        max-width: 950px;
    }
}

@media screen and (max-width: 768px) {
    .container {
         max-width: 600px;
    }
}

@media screen and (max-width: 576px) {
    .container {
        max-width: 400px;
    }
}

@media screen and (max-width: 415px) {
    .container {
        max-width: 345px;
    }
}

/*--------------- Icones --------------*/
.fa-brands {
  color: #234597;
}

.social-sharer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #234597;
  border-radius: 50%;
  margin-right: 0.75rem;
  font-size: 1.5rem;
  transition: all ease 0.3s;
}

.social-sharer:hover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #234597;
  background-color: #f0f0ed !important;
  border-radius: 50%;
  margin-right: 0.75rem;
  font-size: 1.5rem;
  transition: all ease 0.3s;
}

.logoheader {
    max-width: 150px;
}

a:hover {
   text-decoration: none;
}

textarea {
    border: 2px solid #d5dbe0;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

textarea:focus {
    border: 2px solid #545efc;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}

select {
    border-radius: 4px;
    border: 1px solid #d5dbe0;
    padding: 5px;
    color: grey;
}

select:focus {
    border-radius: 4px;
    border: 1px solid #545efc;
    padding: 5px;
    color: grey;
}

input {
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

input:focus {
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

/*---------------------------*/

.content {
    padding-top: 5rem;
    padding-bottom: 2rem;
    padding-left: 6rem;
    padding-right: 6rem;
}

.content h2 {
    font-size: 1.4rem;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.content h3 {
    font-size: 1.2rem;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.content img {
    border-radius: 4px;
    margin-bottom: 1em;
}

@media (max-width: 768px) {
    .content {
        padding-left: 0;
        padding-right: 0;
    }
}

.accordion-button {
    background-color: #f5f7fa!important;
    color: #234597!important;
}

.accordion-body {
    background-color: white;
}

.table {
    --bs-table-color: #234597;
    --bs-table-striped-color: #234597;
    color: var(--bs-table-color);
}

@media screen and (max-width: 769px) {
    section {
        padding: 30px!important;
    }
}

@media screen and (max-width: 769px) {
    h1 {
        font-size: 2rem;
    }
}
