﻿
.img_Content {
    width: 45%;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    color: #0c4d8d;
    border: none;
}

.img_Content_1 {
    width: 35% !important;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    color: #0c4d8d;
    border: none;
}

.img_Content img {
    border: 2px solid #0c4d8d;
}

.txt_highlight {
    color: #0c4d8d;
    font-size: 16px;
    text-decoration: underline;
}

p {
    /*font-family: 'Merienda One', cursive !important;*/
    font-size: 14px;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #ffc216;
    border-color: #EEEEEE;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.panel-title {
    font-weight: bold;
}


.soon-card {
    max-width: 500px;
    padding: 2rem;
}

.soon-title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #0d6efd;
}

.soon-text {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.soon-divider {
    width: 60px;
    height: 3px;
    background: #0d6efd;
    margin: 1.5rem auto;
    border: none;
}

.soon-contact {
    font-size: 1rem;
    color: #6c757d;
}



@media (max-width: 576px) {
    .soon-title {
        font-size: 1.8rem;
    }

    .soon-text {
        font-size: 1rem;
    }
}




.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #ffc216;
    border-color: #EEEEEE;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.panel-title {
    font-weight: bold;
}