h1,
h3 {
    color: #700001
}

p,
ul {
    text-align: justify
}

.section,
.sliders {
    padding: 10px
}

.sliders,
.sliders img {
    height: auto;
    width: 100%
}

footer,
h4 {
    color: #fff
}

.footer-column p,
.header,
.profile,
.profiler-info,
footer,
h1,
h2,
h3 {
    text-align: center
}

.profiles,
.sliders,
footer {
    display: flex
}

.header,
.main-content {
    box-shadow: 5px 5px 10px #fff
}

body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    margin: 0;
    padding: 0
}

h1 {
    font-size: 32px
}

h2 {
    color: #700001;
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 22px
}

ol,
p,
ul {
    font-size: 20px;
    color: #000
}

.breadcrumb a,
a {
    color: #fff;
    text-decoration: none
}

.header {
    background-color: #000;
    transition: box-shadow .5s ease-in-out
}

.header h1 {
    margin: 0;
    color: #c11
}

.sliders-container {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: brown
}

.sliders {
    animation: 15s slide
}

.sliders img {
    margin: 10px;
    border-radius: 10px
}

@keyframes slide {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-160%)
    }
}

.profiles {
    flex-wrap: grid;
    background-color: #760e0d;
    padding: 0;
    align-items: center
}

.profile {
    flex-basis: calc(20% - 5px);
    margin: 15px;
    border: 2px solid #ddd;
    transition: .2s ease-in-out
}

.profile img {
    width: 100%;
    margin-top: 5px;
    height: 230px
}

.profile h4 {
    margin-top: 10px;
    font-size: 18px
}

.profile:hover {
    border: 2px solid #e8983f;
    box-shadow: 2px 2px 5px #e8983f;
    transform: scale(1.1)
}

footer {
    background-color: #afa383;
    padding: 20px
}

footer-container {
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between
}

.footer-column {
    width: calc(100% - 10px);
    margin-right: 20px
}

footer-column h4 {
    margin-bottom: 10px
}

.main-content {
    width: auto;
    padding: 10px;
    background-color: #fdddb6;
    color: #f0f8ff
}

.main-content a {
    color: #ff3b19
}

.main-button,
.my-button {
    padding: 12px 24px;
    display: inline-block;
    margin: 4px 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

.my-button {
    border-radius: 4px;
    border: none;
    background-color: #0d6ab9;
    color: #fff;
    font-size: 14px
}

.my-button:hover {
    background-color: #fff;
    color: #890707
}

.main-button {
    border-radius: 12px;
    border: none;
    background-color: #a56f0d;
    color: #fff;
    font-size: 16px
}

.container button,
.container form {
    padding: 16px;
    border: none;
    margin-bottom: 16px;
    font-size: 18px
}

.main-button:hover,
.topnav a.active {
    background-color: #890707;
    color: #fff
}

.copyright {
    text-align: center;
    font-size: 14px;
    padding: 5px;
    background-color: #000;
    color: #fff
}

.copyright p {
    color: #fff;
    text-align: center
}

.container {
    display: block;
    justify-content: space-between
}

.container button {
    width: 48%;
    background-color: #890707;
    color: #fff;
    cursor: pointer
}

.container form {
    width: 80%;
    background-color: #000
}

.container input,
.container textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    box-sizing: border-box
}

.container label {
    font-size: 18px;
    margin-bottom: 8px
}

.topnav {
    background-color: #0d6ab9;
    overflow: hidden
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
    font-size: 17px
}

.topnav a:hover {
    background-color: #ddd;
    color: #890707
}

.topnav .icon {
    display: none
}

.breadcrumb {
    font-size: 14px;
    margin: 16px 0;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 8px;
    background: #890707
}

.breadcrumb a:hover {
    text-decoration: underline
}

.separator {
    padding: 0 8px
}

.faq {
    padding: 20px
}

.faq p {
    color: #fff
}

.faq-questions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    margin: 20px 0
}

.faq-question {
    padding: 20px;
    background-color: #0d6ab9;
    border: 2px solid #000;
    border-radius: 5px
}

.faq-question h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ffed00
}

.profiler-container {
    display: flex;
    align-items: center;
    padding: 0 20px
}

.profiler-container a {
    color: #e8983f
}

.profiler-picture {
    width: 250px;
    height: 300px;
    margin-right: 20px
}

.profiler-name {
    font-size: 36px;
    margin-bottom: 5px
}

.profiler-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #666
}

.profiler-bio {
    font-size: 18px;
    line-height: 1.5;
    color: #fff
}

.social-link {
    font-size: 24px;
    color: #fff;
    margin: 0 10px
}

.social-link:hover {
    color: #4776f5
}

.mainsecond {
    border: 2px solid #000;
    background-color: #fff;
    color: #fff;
    padding: 20px;
    border-radius: 10px
}

.box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: grid;
    background: #e8983f;
    border-radius: 10px
}

.profile-view {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    background: #878787;
    padding: 15px;
    border-radius: 10px
}

.profile-items {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 15px;
    background-color: #f0f8ff
}

.profile-items img {
    width: 100%;
    border-radius: 10px
}

.profile-items .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    display: block;
    align-items: center;
    justify-content: center
}

.profile-items:hover .mask {
    opacity: 1;
    visibility: visible;
    padding: 10px
}

.profile-items .mask h4 {
    color: #fff;
    font-size: 30px;
    margin: 50px;
    align-items: flex-start
}

.call-button,
.category-container,
.whatsapp-button {
    display: flex;
    align-items: center
}

.profile-items .mask p {
    color: #fff;
    align: center;
    text-align: center
}

@media screen and (max-width:600px) {
    .topnav a:not(:first-child) {
        display: none
    }
    .topnav a.icon {
        float: right;
        display: block
    }
    .topnav.responsive {
        position: relative
    }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left
    }
    .breadcrumb {
        font-size: 12px
    }
    .faq-question {
        font-size: 16px
    }
    .profile-view {
        grid-template-columns: repeat(1, 1fr)
    }
}

.sticky-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex
}

.call-button,
.whatsapp-button {
    width: 50px;
    height: 50px;
    background: #25d366;
    border-radius: 50%;
    justify-content: center;
    transition: .2s ease-in-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    animation: .5s ease-in-out slideIn;
    padding: 5px;
    margin: 2px
}

@keyframes slideIn {
    from {
        transform: translateY(50px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

.bar {
    height: 350px;
    overflow-y: scroll
}

.call-button:hover,
.whatsapp-button:hover {
    background: #1e9e4f
}

.call-button img,
.whatsapp-button img {
    width: 40px;
    height: auto
}

.category {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.category img {
    width: 40%
}

.category-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 20px;
    background: #d32f32;
    border-radius: 10px;
    overflow: auto
}

.category-content h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.category-content p {
    font-size: 16px;
    text-align: justify
}

.category-content a {
    color: #2dfcef
}

@media (max-width:600px) {
    .category-content {
        width: 88%;
        padding: 20px;
        position: relative
    }
    .category img {
        width: 100%;
        height: auto
    }
}

.arealist {
    padding: 18px 24px;
    width: 20%;
    border-radius: 10px;
    border: none;
    background-color: #890707;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer
}

.arealist a {
    color: #f0f8ff
}

.arealist:hover {
    background-color: #0d6ab9;
    color: #890707
}

@media only screen and (max-width:600px) {
    .sliders,
    .sliders img {
        margin: 5px;
        border-radius: 10px
    }
    .sliders {
        display: flex;
        width: 100%;
        height: auto;
        animation: 15s slide
    }
    .profile {
        flex-basis: 100%
    }
    .profiles {
        flex-wrap: wrap;
        display: flex
    }
    .profile img {
        width: 240px;
        margin-top: 5px;
        height: 300px
    }
    footer {
        background-color: #afa383;
        color: #fff;
        padding: 20px;
        text-align: center;
        display: flow-root
    }
    .main-content {
        width: auto;
        padding: 10px
    }
    .arealist,
    .main-button {
        font-size: 16px;
        width: 30%;
        margin-right: 7px;
    }
    .container {
        flex-direction: column;
        width: 100%
    }
    .container button,
    .container form {
        font-size: 14px
    }
    .profiler-container {
        flex-direction: column;
        align-items: center
    }
    .profiler-picture {
        margin: 0 auto 20px
    }
    .profiler-info {
        margin-right: 0
    }
    .profile-title,
    .profiler-name {
        font-size: 30px
    }
    .profiler-bio {
        font-size: 16px
    }
    .social-link {
        display: block;
        margin: 10px auto;
        text-align: center
    }
}

.header-container {
    display: flex;
    align-items: center;
    height: auto
}

.header-video {
    width: 100%;
    object-fit: cover
}

@media screen and (max-width:768px) {
    .header-container {
        flex-direction: column
    }
    .header-video {
        height: auto
    }
}

table {
    width: 100% !important;
    border-collapse: collapse
}

td,
th {
    border: 1px solid #000;
    color: #fff !important
}

th {
    background-color: #ff3b19;
    font-size: 17px;
    padding-bottom: 7px;
    padding-top: 7px;
}

td {
    color: #000 !important;
    font-size: 17px;
    text-align: center;
    padding-bottom: 7px;
    padding-top: 7px;
}

button {
    color: #000;
    padding: 10px 10px;
    border: none;
    border-radius: 4px;
}

@media screen and (max-width:768px) {
    table {
        width: 100% !important;
        border-collapse: collapse
    }
}