.container {
    max-width: 1200px;
}

.modular-features .feature-content,
#footer {
    color: #5f5f61;
}

.carousel .carousel-container .item-prev,
.carousel .carousel-container .item-next {
    color: darkgray;
}

.btn.btn-primary,
.btn-primary.button,
.btn.btn-secondary,
.btn-secondary.button,
.btn.btn-ternary,
.btn-ternary.button,
.btn.btn-quaternary,
.btn-quaternary.button .btn.btn-fifth,
.btn.btn-fifth {
    /*color: #fff !important;*/
    border-radius: 15px;
}

.btn.btn-primary {
    background-color: #1e589e;
    border-color: #1e589e;
}

.btn.btn-secondary {
    color: #1e589e;
}

.btn.btn-ternary {
    background-color: #FFDD00;
    border-color: #FFDD00;
    color: #000;
}

.btn.btn-quaternary {
    background-color: #EC674C;
    border-color: #EC674C;
    color: #000;
}

.btn.btn-fifth {
    background-color: #21353D;
    border-color: #21353D;
    color: #fff;
}

a {
    color: #1e589e;
}

.dropmenu ul li a.active {
    color: #2769bb;
}

.pre-header {
    background-color: #0577A9;
    color: #fff;
}

.pre-header:hover {
    background-color: #067EB1;
}


.pre-header p {
    padding: 0.15rem 0;
    margin: 0;
}

.pre-header .fa {
    color: #fff
}

h3,
h4 {
    color: #035674;
    font-weight: 525;
}

.modular-text .toast {
    background-color: #FFDD00;
    border-color: #FFDD00;
    color: #000;
    border-radius: 5px;
}

table td {
    text-align: left;
}

table td:nth-child(1) {
    border-right: 0.5px solid lightgray
}

table td {
    padding: 0 1rem 0 1rem
}

table th {
    padding: 0 0 1rem 0;
    color: #035674;
    font-weight: 525
}

.card-header,
.card-image {
    background-color: #EC674C;
    color: #000;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.dropmenu ul li a.active {
    color: #1e589e !important;
}

@media (max-width: 600px) {
  .hero h1 {
    width: fit-content;
  }
}

.text-facebook {
    display:none
}

.hero h1 {  
  font-size: 3.5rem;
}

.custom-text-hero {
    width:fit-content
}

.dropmenu ul li:first-child a {
    font-size: x-large;
    padding-top: 0
}

.dropmenu ul li:nth-child(2) a,
.dropmenu ul li:nth-child(3) a,
.dropmenu ul li:nth-child(4) a,
.dropmenu ul li:nth-child(5) a {
    padding-top: 0.5rem 
}

