﻿ul {
    list-style: none !important;
}

a {
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-color: white;
}

    a:link,
    a:visited,
    a:active {
        text-decoration: none !important;
        text-decoration-line: none !important;
    }

.carousel .item {
    max-height: 452px;
}

    .carousel .item img {
        width: 100%;
        vertical-align: middle;
        -o-object-fit: cover;
        object-fit: cover;
    }

.carousel-dark .carousel-indicators, .carousel-dark .carousel-control {
    filter: invert(70%);
}

.main-services {
    max-width: 1280px;
    margin: 2.5rem auto;
    position: relative;
}

    .main-services .title {
        color: #6B1B36;
        text-align: center;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 40px;
        margin: 1rem 0;
    }

        .main-services .title::before {
            content: "";
            position: absolute;
            width: 100px;
            height: 5px;
            top: -5px;
            left: calc(50% - 50px);
            background-color: #6B1B36;
        }

    .main-services .service {
        text-align: center;
    }

        .main-services .service img {
            width: 216px;
            height: 216px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .main-services .service .description {
            color: #6B1B36;
            text-align: center;
            font-weight: 800;
            font-size: 24px;
        }

.events {
    max-width: 1280px;
    margin: 2.5rem auto;
    position: relative;
}

    .events .title {
        color: #B89457;
        text-align: center;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 40px;
        margin: 1rem 0;
    }

        .events .title::before {
            content: "";
            position: absolute;
            width: 100px;
            height: 5px;
            top: -5px;
            left: calc(50% - 50px);
            background-color: #B89457;
        }

.events-content {
    background-color: #F1F1F1;
    text-align: center;
}

    .events-content .description {
        color: #6B1B36;
        text-align: center;
        font-weight: 800;
        font-size: 24px;
    }

.sedes {
    max-width: 100%;
    margin: 2.5rem auto;
    position: relative;
}

    .sedes .title {
        color: #6B1B36;
        text-align: center;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 40px;
        margin: 1rem 0;
    }

        .sedes .title::before {
            content: "";
            position: absolute;
            width: 100px;
            height: 5px;
            top: -5px;
            left: calc(50% - 50px);
            background-color: #6B1B36;
        }

    .sedes .description {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        padding-bottom: 2rem;
    }

        .sedes .description i {
            color: #B89457;
            font-size: 72px;
        }

        .sedes .description h3 {
            font-size: 18px;
            font-weight: 800;
            letter-spacing: 0;
            margin-bottom: 4px;
        }

        .sedes .description a {
            line-height: 1.25;
            font-size: 16px;
            text-decoration: none;
            text-decoration-color: none;
            color: #222222;
        }

.transparent {
    width: 100%;
    margin: 2.5rem auto;
    position: relative;
}

    .transparent .title {
        color: #B89457;
        text-align: center;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 40px;
        margin: 1rem 0;
    }

        .transparent .title::before {
            content: "";
            position: absolute;
            width: 100px;
            height: 5px;
            top: -5px;
            left: calc(50% - 50px);
            background-color: #B89457;
        }

    .transparent .transparent-content {
        width: 100%;
        min-height: 347px;
        position: relative;
    }

        .transparent .transparent-content .bg {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1 !important;
        }

        .transparent .transparent-content .elements {
            position: relative;
            z-index: 2;
            width: 100%;
            min-height: 347px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

            .transparent .transparent-content .elements ul {
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
            }

                .transparent .transparent-content .elements ul li {
                    display: flex;
                    align-items: center;
                    margin: 0 4px;
                }

                    .transparent .transparent-content .elements ul li:hover {
                        background-color: rgba(255, 255, 255, 0.2078431373);
                        color: #6B1B36;
                    }

                        .transparent .transparent-content .elements ul li:hover a i {
                            color: #6B1B36;
                        }

                    .transparent .transparent-content .elements ul li a {
                        text-decoration: none;
                        text-decoration-color: none;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 12px;
                        font-weight: 400;
                        letter-spacing: 0px;
                        color: #222222;
                    }

                        .transparent .transparent-content .elements ul li a i {
                            font-size: 12px;
                            padding-left: 4px;
                        }

.footer_cenam {
    background-color: #6B1B36;
    text-align: center;
}

    .footer_cenam img {
        width: 200px;
        margin: 2rem auto;
    }

    .footer_cenam .options {
        text-align: center;
        color: #ffffff;
    }

        .footer_cenam .options span {
            padding: 4px;
            font-weight: 200;
        }

            .footer_cenam .options span a {
                text-decoration: none;
                color: white;
                font-weight: 500;
            }

    .footer_cenam .social_media {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 2rem 0;
    }

        .footer_cenam .social_media li a {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            border-radius: 100%;
            margin: 0 4px;
            text-decoration: none;
        }

            .footer_cenam .social_media li a i {
                color: #6B1B36;
                font-size: 14px;
            }

    .footer_cenam .workingGroup {
        width: 100%;
        color: white;
        padding: 4px;
        padding-top:20px;
        padding-bottom:40px;
        font-weight: 300 !important;
        text-align: center;
    }

.custom-breadcrumbs {
    position: relative;
    width: 100%;
    height: 60px;
    padding-top: 2.4rem;
    font-size: 16px;
    font-weight: 400;
}

    .custom-breadcrumbs li {
        color: #6B1B36;
    }

        .custom-breadcrumbs li a {
            color: #222222 !important;
        }

    .custom-breadcrumbs .transparent-breadcrumb {
        background: transparent;
    }

    .custom-breadcrumbs .bg-breadcrumbs {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        z-index: -1;
    }

.questions_form {
    max-width: 298px;
    min-height: 300px;
    margin: 0 auto;
    border-radius: 8px !important;
    overflow: hidden;
    background-color: #6B1B36;
}

    .questions_form .form_header {
        width: 100%;
        background-color: #B89457;
        color: #ffffff;
        text-align: center;
        font-size: 15px;
        line-height: 1;
        font-weight: bold;
        padding: 1rem 1.5rem;
    }

    .questions_form .form_content {
        width: 100%;
        padding: 1rem 2rem;
    }

    .questions_form h4 {
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .questions_form input {
        width: 100%;
        border-radius: 16px;
        border-color: transparent;
        margin-bottom: 8px;
        padding: 2px;
    }

    .questions_form textarea {
        width: 100%;
        height: 65px;
        border-color: transparent;
        border-radius: 0;
        overflow: hidden;
        padding: 2px;
    }

.contact_us {
    max-width: 298px;
    margin: 6rem auto;
    text-align: center;
}

    .contact_us .contact_us_header {
        width: 100%;
        background-color: #6B1B36;
        color: white;
        font-weight: 500;
        padding: 1rem;
        margin: 0 auto;
        border-radius: 4px;
        font-size: 16px;
        font-weight: bold;
    }

    .contact_us .contact_us_content {
        width: 100%;
    }

        .contact_us .contact_us_content .mail {
            margin: 3rem 0;
            font-weight: bold;
            color: #6B1B36;
            font-size: 16px;
        }

        .contact_us .contact_us_content .phone {
            display: flex;
            justify-content: center;
            align-items: start;
        }

            .contact_us .contact_us_content .phone .phone_img {
                position: relative;
            }

                .contact_us .contact_us_content .phone .phone_img img {
                    width: 60px;
                    height: 60px;
                    -o-object-fit: contain;
                    object-fit: contain;
                }

                .contact_us .contact_us_content .phone .phone_img::before {
                    content: "";
                    position: absolute;
                    width: 2px;
                    height: 55px;
                    top: 0px;
                    right: 0;
                    background-color: #B89457;
                }

            .contact_us .contact_us_content .phone ul {
                padding: 0 2rem;
                text-align: left;
            }

                .contact_us .contact_us_content .phone ul b {
                    font-weight: 16px;
                    color: #222222;
                }

                .contact_us .contact_us_content .phone ul li {
                    color: #6B1B36;
                    font-weight: 500;
                    font-size: 14px;
                }

    .contact_us hr {
        border-top: 1px dashed #afafaf;
    }

.template_services {
    position: relative;
    width: 100%;
    height: 250px;
}

    .template_services span {
        position: relative;
        color: #6B1B36;
        font-size: 62px;
        font-weight: bolder;
        text-transform: uppercase;
        line-height: 1.25;
    }

    .template_services::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 5px;
        bottom: 0;
        left: 0px;
        background-color: #B89457;
    }

.cloud, .education {
    width: 100%;
}

    .cloud .h2, .education .h2 {
        font-size: 38px;
        color: #6B1B36;
        font-weight: bolder;
    }

    .cloud h3, .education h3 {
        color: #6B1B36 !important;
        font-weight: bolder !important;
    }

    .cloud p, .education p {
        font-size: 16px;
        text-align: justify;
        font-weight: 600;
        line-height: 1.55;
    }

.related_services {
    width: 100%;
    margin: 2rem 0;
}

    .related_services hr {
        border-top: 2px solid #6B1B36;
    }

    .related_services h4 {
        font-size: 18px;
        color: #6B1B36;
        font-weight: bold;
    }

    .related_services ul li a {
        color: #222222;
        font-size: 16px;
        font-weight: 400;
    }

.generic {
    width: 100%;
}

    .generic h2 {
        color: #6B1B36;
        font-weight: bolder;
    }

        .generic h2::before {
            content: "";
            position: absolute;
            width: 8px;
            height: 65px;
            top: 25px;
            left: 0;
            background-color: #B89457;
        }

    .generic p {
        font-size: 16px;
        text-align: justify;
        font-weight: 600;
        line-height: 1.55;
    }

.comunity h2 {
    color: #6B1B36;
    font-weight: bolder;
    text-transform: uppercase;
}

.comunity p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.55;
}

.comunity #table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-top: 4px solid #B89457;
}

    .comunity #table td, .comunity #table th {
        border: 1px solid #ddd;
        padding: 3rem 1rem;
    }

    .comunity #table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .comunity #table tr:hover {
        background-color: #ddd;
    }

    .comunity #table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #6B1B36;
        color: white;
    }

.events .event_part {
    margin: 2rem 0;
}

    .events .event_part .event_part_img {
        background-color: #B89457 !important;
        width: 250px;
        height: 250px;
    }

        .events .event_part .event_part_img img {
            display: none;
            width: 250px;
            height: 250px;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .events .event_part .event_text {
        width: 100%;
        padding: 1rem;
    }

        .events .event_part .event_text h4 {
            margin-top: 0;
            font-size: 18px;
            color: #6B1B36;
            font-weight: bolder;
        }

        .events .event_part .event_text p {
            font-size: 16px;
            font-weight: 600;
            text-align: justify;
        }

.events .event_part2 {
    margin: 1rem 0;
}

    .events .event_part2 .event_part_img {
        background-color: #6B1B36 !important;
        width: 250px;
        height: 250px;
    }

        .events .event_part2 .event_part_img img {
            display: none;
            width: 250px;
            height: 250px;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .events .event_part2 .event_text {
        width: 100%;
    }

        .events .event_part2 .event_text h4 {
            margin-top: 0;
            text-align: right;
            font-size: 18px;
            color: #6B1B36;
            font-weight: bolder;
        }

        .events .event_part2 .event_text p {
            font-size: 16px;
            font-weight: 600;
            text-align: justify;
        }

@media (max-width: 1124px) {
    .contact_us {
        max-width: 298px;
        margin: 2rem auto;
        text-align: center;
    }

        .contact_us .contact_us_header {
            width: 100%;
            background-color: #6B1B36;
            color: white;
            font-weight: 500;
            padding: 1rem;
            margin: 0 auto;
            border-radius: 4px;
            font-size: 16px;
            font-weight: bold;
        }

        .contact_us .contact_us_content {
            width: 100%;
        }

            .contact_us .contact_us_content .mail {
                margin: 3rem 0;
                font-weight: bold;
                color: #6B1B36;
                font-size: 16px;
            }

            .contact_us .contact_us_content .phone {
                display: flex;
                justify-content: center;
                align-items: start;
            }

                .contact_us .contact_us_content .phone .phone_img {
                    position: relative;
                }

                    .contact_us .contact_us_content .phone .phone_img img {
                        width: 60px;
                        height: 60px;
                        -o-object-fit: contain;
                        object-fit: contain;
                    }

                    .contact_us .contact_us_content .phone .phone_img::before {
                        content: "";
                        position: absolute;
                        width: 2px;
                        height: 55px;
                        top: 0px;
                        right: 0;
                        background-color: #B89457;
                    }

                .contact_us .contact_us_content .phone ul {
                    padding: 0 2rem;
                    text-align: left;
                }

                    .contact_us .contact_us_content .phone ul b {
                        font-weight: 16px;
                        color: #222222;
                    }

                    .contact_us .contact_us_content .phone ul li {
                        color: #6B1B36;
                        font-weight: 500;
                        font-size: 14px;
                    }

        .contact_us hr {
            border-top: 1px dashed #afafaf;
        }

    .events .event_part {
        margin: 1rem 0;
        display: flex !important;
        flex-direction: column-reverse !important;
    }

        .events .event_part .event_part_img {
            margin: 2rem 0;
            width: 250px;
            height: 250px;
        }

            .events .event_part .event_part_img img {
                width: 250px;
                height: 250px;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .events .event_part .event_text h4 {
            font-size: 18px;
            color: #6B1B36;
            font-weight: bolder;
        }

        .events .event_part .event_text p {
            font-size: 16px;
            font-weight: 500;
            text-align: justify;
        }

    .events .event_part2 {
        margin: 1rem 0;
        display: flex !important;
        flex-direction: column !important;
    }

        .events .event_part2 .event_part_img {
            margin: 2rem 0;
            width: 250px;
            height: 250px;
        }

            .events .event_part2 .event_part_img img {
                width: 250px;
                height: 250px;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .events .event_part2 .event_text h4 {
            margin-top: 2rem;
            text-align: left;
            font-size: 18px;
            color: #6B1B36;
            font-weight: bolder;
        }

        .events .event_part2 .event_text p {
            font-size: 16px;
            font-weight: 500;
            text-align: justify;
        }
}
