
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* carousel fullscreen */

/*.carousel-fullscreen .carousel-inner .item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.carousel-fullscreen .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}*/

/*.main-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}*/

.congimg {
    margin-top: 80px;
    min-width: 550px;
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.logoimg {
    min-width: 220px;
    margin-top: 10px;
    height: auto;
    max-width: 50px;
    /* margin-left: 30px;*/
}

.floatinfo {
    float: left;
    position: relative; /*position: -webkit-sticky;position: sticky;*/
    font-family: Arial narrow;
    top: 30px; /*top: 0;*/
    background-color: #0f699e;
    margin-right: 30px;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 10px;
    color: #fff;
    font-size: large;
    z-index: 1;
}

@media (max-width: 768px) {
    .congimg {
        min-width: 70%;
        margin-top: 0px;
    }
}


.bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    animation: fade 9s ease-in-out infinite alternate;
}

    .bgimg:nth-of-type(1) {
        animation-delay: 0s;
    }

    .bgimg:nth-of-type(2) {
        animation-delay: 3s;
    }

    .bgimg:nth-of-type(3) {
        animation-delay: 6s;
    }

@keyframes fade {
    0% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    67% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.bgcontainer {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.heading {
    color: #fff;
    font-size: 50px;
    position: relative;
    z-index: 100;
}

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #0089C7;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        /*        color: #03c5ec;*/
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0 0 35px 0;
    padding: 0;
}

/* Prelaoder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #0089C7;
    color: #fff;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
    display: table;
    width: 100%;
    height: auto;
    /*  background: url(../img/hero-bg.jpg) top center fixed;*/
    background-size: cover;
}

    #hero .hero-logo {
        margin: 20px;
    }

        #hero .hero-logo img {
            max-width: 100%;
        }

    #hero .hero-container {
        /*background: rgba(255, 255, 255, 0.3);*/
        /*display: table-cell;*/
        margin: 0;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        /*    position: fixed;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        color: #f1f1f1;
        width: 100%;
        padding: 20px;*/
    }

    #hero h1 {
        margin: 30px 0 10px 0;
        font-weight: 700;
        line-height: 48px;
        text-transform: uppercase;
        color: #00276d;
    }

@media (max-width: 768px) {
    #hero h1 {
        font-size: 24px;
        line-height: 36px;
    }
}

/*#hero h2 span {*/
/*color: #999;*/
/*color: #fff;*/
/*margin-bottom: 50px;*/
/*background-color: #8b579f;*/
/*padding: 5px;*/
/*}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px;
    }

        #hero h2 .rotating {
            display: block;
        }
}

#hero .rotating > .animated {
    display: inline-block;
}*/

#hero .actions {
    padding-top: 5%;
    padding-bottom: 5%;
}

    #hero .actions a {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 40px;
        letter-spacing: 2px;
        padding: 8px 30px;
        /*border-radius: 20px;*/
        transition: 0.5s;
        margin: 10px;
    }

/*#hero .btn-get-started {*/
/*#03C4EB*/

/*background: #0089C7;
    border: 2px solid #0089C7;
    color: #fff;
}

    #hero .btn-get-started:hover {
        background: none;
        border: 2px solid #ccc;
        color: #666666;
    }

#hero .btn-services {
    border: 2px solid #fff;
    color: #fff;
}

    #hero .btn-services:hover {
        background: #0089C7;
        border: 2px solid #0089C7;
    }*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #0f699e;
    padding: 10px 0 20px 0;
    height: 100px;
}

    #header #logo {
        float: left;
    }

        #header #logo h1 {
            font-size: 24px;
            margin: 0;
            padding: 6px 0;
            line-height: 1;
            font-family: "Raleway", sans-serif;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

            #header #logo h1 a, #header #logo h1 a:hover {
                color: #fff;
            }

        #header #logo img {
            padding: 0;
            margin: 0;
            max-height: 80px;
        }

@media (max-width: 768px) {
    #header {
        height: 80px;
    }

        #header #logo h1 {
            font-size: 24px;
        }

        #header #logo img {
            max-height: 40px;
        }
}

.is-sticky #header {
    background: #0f699e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 5px 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    outline: none;
}

    .nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
        color: #0089C7;
    }

.nav-menu ul {
    margin: 4px 0 0 15px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

    .nav-menu ul li {
        background: #fff;
        border-top: 1px solid #f4f4f4;
    }

        .nav-menu ul li:first-child {
            border-top: 0;
        }

        .nav-menu ul li:hover {
            background: #f6f6f6;
        }

        .nav-menu ul li a {
            color: #333;
        }

    .nav-menu ul ul {
        margin: 0;
    }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
}

    #mobile-nav-toggle i {
        color: #fff;
    }

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: -100%;
    width: 100%;
    overflow-y: auto;
    transition: 0.4s;
    height: 160px;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 16px;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #0089C7;
            }

        #mobile-nav ul .menu-item-active {
            color: #0089C7;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-pretitle {
    font-size: 24px;
    color: #0f699e;
    text-align: center;
    font-weight: 700;
}

.section-title {
    font-size: 32px;
    color: #0f699e;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.section-subtitle {
    font-size: 20px;
    color: #0f699e;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.section-phrase {
    font-size: 20px;
    color: #1e96ce;
    text-align: center;
    font-weight: 600;
    font-style: oblique;
}

.section-description {
    text-align: center;
    margin-bottom: 20px;
}

.section-title-divider {
    width: 50px;
    height: 3px;
    background: #0089C7;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#about {
    background: #fff;
    padding: 80px 0;
    width: 100%;
    min-width: 700px;
}

    /* #about .about-container {
        background: url(../img/about-img.png) left top no-repeat;
    }*/

    #about .about-title {
        color: #333;
        font-weight: 700;
        font-size: 28px;
    }

    #about .about-text {
        line-height: 26px;
        text-align: justify;
    }

    #about .about-text:last-child {
        margin-bottom: 0;
    }

    #about .about-text-last {
        margin-top:25px;
        line-height: 26px;
        text-align: justify;
        text-align: center;
        font-style: italic;
    }

/* Services Section
--------------------------------*/
#services {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
    background-size: cover;
    padding: 80px 0 60px 0;
    width: 100%;
    min-width: 700px;
}


article {
    --img-scale: 1.001;
    --title-color: #63a0ea;
    --link-icon-translate: -20px;
    --link-icon-opacity: 0;
    position: relative;
    border-radius: 16px;
    box-shadow: none;
    background: #fff;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

    /*    article a::after {
        position: absolute;
        inset-block: 0;
        inset-inline: 0;
        cursor: pointer;
        content: "";
    }*/

    /* basic article elements styling */
    article h2 {
        margin: 0 0 18px 0;
        font-size: 1.9rem;
        letter-spacing: 0.06em;
        color: var(--title-color);
        transition: color 0.3s ease-out;
    }

figure {
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.article-img {
    max-width: 100%;
    transform-origin: center;
    transform: scale(var(--img-scale));
    transition: transform 0.4s ease-in-out;
}

.article-body {
    padding: 24px;
    /*font-family: "Figtree", sans-serif;*/
    text-align: justify;
}



article a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #0089c7;
}

    article a:focus {
        outline: 2px dotted #28666e;
    }

    article a .icon {
        min-width: 24px;
        width: 24px;
        height: 24px;
        margin-left: 5px;
        transform: translateX(var(--link-icon-translate));
        opacity: var(--link-icon-opacity);
        transition: all 0.3s;
    }

/* using the has() relational pseudo selector to update our custom properties */
article:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #28666e;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.articles {
    display: grid;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 24px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

@media screen and (max-width: 960px) {
    article {
        container: card/inline-size;
    }

    .article-body p {
        display: none;
    }
}

@container card (min-width: 380px) {
    .article-wrapper {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 16px;
    }

    .article-body {
        padding-left: 0;
    }

    figure {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        figure img {
            height: 100%;
            aspect-ratio: 1;
            object-fit: cover;
            max-height: 80px;
        }
}




/* Subscribe Section
--------------------------------*/
#subscribe {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/subscribe-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
    width: 100%;
    min-width: 700px;
}

    #subscribe .subscribe-title {
        color: #0f699e;
        font-size: 28px;
        font-weight: 700;
    }

    #subscribe .subscribe-text {
        color: #000;
    }

    #subscribe .subscribe-btn-container-title {
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #000;
        font-size: large;
        font-weight: bold;
    }


    #subscribe .subscribe-btn-container {
        text-align: justify;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #000;
    }

    #subscribe .subscribe-btn-container-line {
        text-align: justify;
        padding-top: 20px;
        color: #000;
        border-right: 3px solid #009de3;
    }

    #subscribe .subscribe-btn-container ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #subscribe .subscribe-btn-container ul > :first-child {
            color: #0089C7;
            font-weight: 900;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    #subscribe .subscribe-btn-container-line ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #subscribe .subscribe-btn-container-line ul > :first-child {
            color: #0089C7;
            font-weight: 900;
            padding-top: 5px;
            padding-bottom: 5px;
        }


    #subscribe .subscribe-btn {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 20px;
        border-radius: 2px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        #subscribe .subscribe-btn:hover {
            background: #0089C7;
            border: 2px solid #0089C7;
        }

/* tourism Section
--------------------------------*/
#tourism {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/tourism-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
    width: 100%;
    min-width: 700px;
}

    #tourism .tourism-title {
        color: #000;
        font-size: 28px;
        font-weight: 700;
    }

    #tourism .tourism-text {
        color: #000;
        line-height: 26px;
        /*font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;*/
    }

    #tourism .tourism-btn-container-title {
        /*    text-align: left;
        padding-top: 20px;
        color: #000;
        font-size: large;
        font-weight: bold;
        font-family: times, Times New Roman, times-roman, georgia, serif;
        line-height: 44px;*/
        /*        color: #444;
        margin: 0;
        padding: 0px 0px 6px 0px;
        font-size: 40px;
        letter-spacing: -2px;
        font-weight: bold;*/

        color: #0f699e;
        font-size: 28px;
        font-weight: 700;
    }

    #tourism .tourism-btn-container-title-2 {
        /*font-family: Gill Sans, Verdana;*/
        font-size: 11px;
        line-height: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold;
    }

    #tourism .tourism-btn-container-title-line {
        text-align: left;
        padding-top: 20px;
        color: #000;
        font-size: large;
        font-weight: bold;
        border-right: 3px solid #009de3;
    }

    #tourism .tourism-btn-container {
        text-align: justify;
        padding-top: 20px;
        color: #000;
    }

    #tourism .tourism-btn-container-line {
        text-align: justify;
        padding-top: 20px;
        color: #000;
        border-right: 3px solid #009de3;
    }

    #tourism .tourism-btn-container ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #tourism .tourism-btn-container ul > :first-child {
            color: #0089C7;
            font-weight: 900;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    #tourism .tourism-btn-container-line ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #tourism .tourism-btn-container-line ul > :first-child {
            color: #0089C7;
            font-weight: 900;
            padding-top: 5px;
            padding-bottom: 5px;
        }


    #tourism .tourism-btn {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 20px;
        border-radius: 2px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        #tourism .tourism-btn:hover {
            background: #0089C7;
            border: 2px solid #0089C7;
        }

/* Portfolio Section
--------------------------------*/
#portfolio {
    background: #fff;
    padding: 80px 0;
}

    #portfolio .portfolio-item {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        height: 260px;
        width: 100%;
        display: table;
        overflow: hidden;
        margin-bottom: 30px;
    }

        #portfolio .portfolio-item .details {
            height: 260px;
            background: #fff;
            display: table-cell;
            vertical-align: middle;
            opacity: 0;
            transition: 0.3s;
            text-align: center;
        }

            #portfolio .portfolio-item .details h4 {
                font-size: 16px;
                transition: opacity 0.3s, -webkit-transform 0.3s;
                transition: transform 0.3s, opacity 0.3s;
                transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
                -webkit-transform: translate3d(0, -15px, 0);
                transform: translate3d(0, -15px, 0);
                font-weight: 700;
                color: #333333;
            }

            #portfolio .portfolio-item .details span {
                display: block;
                color: #666666;
                font-size: 13px;
                transition: opacity 0.3s, -webkit-transform 0.3s;
                transition: transform 0.3s, opacity 0.3s;
                transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
                -webkit-transform: translate3d(0, 15px, 0);
                transform: translate3d(0, 15px, 0);
            }

        #portfolio .portfolio-item:hover .details {
            opacity: 0.8;
        }

            #portfolio .portfolio-item:hover .details h4 {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            #portfolio .portfolio-item:hover .details span {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

/* Testimonials Section
--------------------------------*/
#testimonials {
    background: #f6f6f6;
    padding: 80px 0;
    min-height: 800px;
}

    #testimonials .profile {
        text-align: center;
    }

        #testimonials .profile .pic {
            border-radius: 50%;
            border: 6px solid #fff;
            margin-bottom: 15px;
            overflow: hidden;
            height: 260px;
            width: 260px;
        }

            #testimonials .profile .pic img {
                max-width: 100%;
            }

        #testimonials .profile h4 {
            font-weight: 700;
            color: #0089C7;
            margin-bottom: 5px;
        }

        #testimonials .profile span {
            color: #333333;
        }

    #testimonials .quote {
        position: relative;
        background: #fff;
        padding: 60px;
        margin-top: 40px;
        font-size: 16px;
        border-radius: 5px;
    }

        #testimonials .quote b {
            display: inline-block;
            font-size: 22px;
            left: -9px;
            position: relative;
            top: -8px;
        }

        #testimonials .quote small {
            display: inline-block;
            right: -9px;
            position: relative;
            top: 4px;
        }

/* Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 80px 0 60px 0;
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
    }

        #team .member .pic {
            margin-bottom: 15px;
            overflow: hidden;
            height: 260px;
        }

            #team .member .pic img {
                max-width: 100%;
            }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
        }

        #team .member .social {
            margin-top: 15px;
        }

            #team .member .social a {
                color: #b3b3b3;
            }

                #team .member .social a:hover {
                    color: #0089C7;
                }

            #team .member .social i {
                font-size: 18px;
                margin: 0 2px;
            }

/* Contact Section
--------------------------------*/
#contact {
    background: #f7f7f7;
    padding: 80px 0;
    width: 100%;
    min-width: 700px;
}

    #contact .info {
        color: #333333;
    }

        #contact .info i {
            font-size: 32px;
            color: #0089C7;
            float: right;
        }

        #contact .info p {
            padding: 0 0 10px 50px;
            line-height: 24px;
        }

    #contact .form #sendmessage {
        color: #fff;
        border: 1px solid #243d78;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
        background-color: #0089C7;
    }

    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        #contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
            display: block;
        }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .form input, #contact .form textarea {
        border-radius: 0;
        box-shadow: none;
    }

    #contact .form button[type="submit"] {
        background: #0089C7;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
    }

        #contact .form button[type="submit"]:hover {
            background: #25d8fc;
        }


/* Program Section
--------------------------------*/
#program {
    background: #fff;
    font-size: 16px;
    padding: 80px 0;
    width: 100%;
    min-width: 700px;
}



    #program .program-content {
        background: #fff;
        margin-top: 50px;
        text-align: center;
    }

    #program .program-title {
        color: #333;
        font-weight: 700;
        font-size: 28px;
    }

    #program .program-text {
        line-height: 26px;
        padding: 0;
        margin: 0 0 20px 0;
        font-size: 20px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #0089C7;
    }

        #program .program-text:last-child {
            margin-bottom: 0;
        }


/*label {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 4px;
    background: #0089C7;
    color: #FFF;
    float: right;
}

    label:hover {
        background: #FFF;
        color: #000;
    }*/

.noticiadesplegada {
    -webkit-transition: height .3s ease;
    height: 0;
    overflow: hidden;
    width: auto;
    margin-top: 10px;
}

.noticiaexterna {
    float: right;
}

input:checked + label + .noticiadesplegada {
    height: auto;
}

#check:checked + label:after {
    content: "Ocultar";
}

#check + label:after {
    content: "Ampliar";
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #111;
    padding: 30px 0;
    color: #fff;
    width: 100%;
    min-width: 700px;
}


    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 25px;
        color: #ccc;
    }


/*select {
    color: #999;
}

option {
    color: #000;
}

option:first-child {
    color: #999;
}*/
/*select:required:invalid {
  color: gray;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}
	
#Nombre:-ms-input-placeholder {font-weight: bold; }*/
.Aviso {
    margin: 10px 10px 0px 10px;
    text-align: justify;
    font-size: 10px;
}

.Conformidad {
    margin: 10px 0px 10px 0px;
    text-align: justify;
    font-size: 10px;
}

/*----------------------------------------------------------------
estilo checkbox
----------------------------------------------------------------*/
/* .slideThree */
.slideThree {
    width: 80px;
    height: 26px;
    background: #20A8EE;
    margin: 5px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

    .slideThree:after {
        content: 'NO';
        color: #000;
        position: absolute;
        right: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
    }

    .slideThree:before {
        content: 'SI';
        color: #FFF;
        position: absolute;
        left: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
    }

    .slideThree label {
        display: block;
        width: 34px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        background: #fcfff4;
        background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        border-radius: 50px;
        transition: all 0.4s ease;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    }

    .slideThree input[type=checkbox] {
        visibility: hidden;
    }

        .slideThree input[type=checkbox]:checked + label {
            left: 43px;
        }

/* end .slideThree */

button:disabled,
button[disabled] {
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
}


li .fa-h-square,
li .fa-phone-square {
    margin: 5px;
}

.credits .fa-envelope,
.credits .fa-phone {
    margin: 5px;
}

.tablacons {
    width: 100%;
}

    .tablacons td {
        border: 1px solid #ddd;
        padding: 8px;
    }





.styled-table {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

    .styled-table thead tr {
        background-color: #0089C7;
        color: #ffffff;
        text-align: left;
    }

    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #0089C7;
        }

        .styled-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }


.fin-plazo {
    font-size: 26px;
    color: red;
    /*    text-transform: uppercase;*/
    text-align: center;
    font-weight: 700;
}

/*----------------------------------------------------------------------*/

#carouselcontainer {
    height: 600px;
    margin: 0;
    display: grid;
    grid-template-rows: 500px 100px;
    grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
    align-items: center;
    justify-items: center;
}

#carouselelemen {
    grid-row: 1 / 2;
    grid-column: 1 / 8;
    width: 100vw;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 600px;
    --items: 5;
    --middle: 3;
    --position: 1;
    pointer-events: none;
}

div.carouselitem {
    position: absolute;
    width: 500px;
    height: 400px;
    background-color: coral;
    --r: calc(var(--position) - var(--offset));
    --abs: max(calc(var(--r) * -1), var(--r));
    transition: all 0.25s linear;
    transform: rotateY(calc(-10deg * var(--r))) translateX(calc(-300px * var(--r)));
    z-index: calc((var(--position) - var(--abs)));
}

    div.carouselitem:nth-of-type(1) {
        --offset: 1;
        background: url("img/carr1.jpg") no-repeat 50% / cover;
    }

    div.carouselitem:nth-of-type(2) {
        --offset: 2;
        background-color: #ff70a6;
    }

    div.carouselitem:nth-of-type(3) {
        --offset: 3;
        background-color: #ff9770;
    }

    div.carouselitem:nth-of-type(4) {
        --offset: 4;
        background-color: #ffd670;
    }

    div.carouselitem:nth-of-type(5) {
        --offset: 5;
        background-color: #e9ff70;
    }

input:nth-of-type(1) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

    input:nth-of-type(1):checked ~ main#carouselelemen {
        --position: 1;
    }

input:nth-of-type(2) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

    input:nth-of-type(2):checked ~ main#carouselelemen {
        --position: 2;
    }

input:nth-of-type(3) {
    grid-column: 4 /5;
    grid-row: 2 / 3;
}

    input:nth-of-type(3):checked ~ main#carouselelemen {
        --position: 3;
    }

input:nth-of-type(4) {
    grid-column: 5 / 6;
    grid-row: 2 / 3;
}

    input:nth-of-type(4):checked ~ main#carouselelemen {
        --position: 4;
    }

input:nth-of-type(5) {
    grid-column: 6 / 7;
    grid-row: 2 / 3;
}

    input:nth-of-type(5):checked ~ main#carouselelemen {
        --position: 5;
    }




/*---------------------------video inicial-------------------------------------------------------*/

#myVideo {
    /*    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;*/

    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -100;
    max-width: 700px;
}



/*---------------------------timeline-------------------------------------------------------*/


.timeline-title {
    padding-left: 40px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    background-color: #7b4192;
}


.d-flex-2 {
    /*display: flex;*/
    align-items: center;
}

.timeline-area {
    /*padding: 80px 0;*/
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
}

.all-timelines {
    position: relative;
}

.timelines h2 {
    color: #7a3f91;
    margin: 0;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.all-timelines::before {
    content: "";
    position: absolute;
    left: 0;
    /*  right: 0;*/
    margin: auto;
    height: 100%;
    width: 2px;
    background: #7a3f91;
    top: 10px;
}

.single-timeline {
    margin-bottom: 45px;
}

.timeline-blank {
    width: 50%;
}

.timeline-text {
    /*width: 50%;*/
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .timeline-text h6 {
        margin: 0;
        color: #7a3f91;
        font-weight: 900;
        display: inline-block;
        font-size: 20px;
    }

    .timeline-text p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 5px;
        text-align: left;
    }

    .timeline-text span {
        color: #666666;
        display: block;
        width: 100%;
    }

    .timeline-text ul {
        list-style-type: none;
    }



.timeline-text-small {
    text-align: justify !important;
    font-size: small;
    margin-bottom: 10px;
    line-height: 17px;
}

/*.single-timeline:nth-child(even) .timeline-text span {
    text-align: right;
}*/

.t-square {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -6px;
    top: 0px;
    background: #7a3f91;
}

/*.single-timeline:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .single-timeline:nth-child(even) .t-square {
        right: -6px;
        left: unset;
    }

    .single-timeline:nth-child(even) .timeline-text {
        padding-left: 0;
        padding-right: 30px;
        text-align: right;
    }*/

@media all and (max-width: 991px) {
}

@media all and (max-width: 768px) {
    .all-timelines::before {
        right: unset;
        top: 0;
    }

    .single-timeline:nth-child(2n) .timeline-text {
        padding-left: 30px;
        padding-right: 0;
        text-align: left;
    }

    .single-timeline:nth-child(2n) .t-square {
        left: -6px;
        right: unset;
    }

    .timeline-blank {
        display: none;
    }

    .timeline-text {
        width: 100%;
    }

    .single-timeline:nth-child(even) .timeline-text span {
        text-align: left !important;
    }
}

@media all and (max-width: 575px) {
}

@media all and (max-width: 360px) {
    .all-timelines::before {
        top: 32px;
    }
}


/*-------------------------hoteles-----------------------------------------------*/


.card__description {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
}

.card {
    display: grid;
    place-items: center;
    width: 100%;
    /*max-width: 21.875rem;*/
    height: 100%;
    overflow: hidden;
    border-radius: 0.625rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

    .card > * {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

.card__background {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}

.card__content {
    --flow-space: 0.9375rem;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-end;
    /*    height: 55%;*/
    padding: 12% 1.25rem 1.875rem;
    background: linear-gradient( 180deg, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.3) 10%, hsl(0, 0%, 0%) 100% );
    color: hsl(46, 100%, 50%);
    width: 100%;
}

.card__content--container {
    --flow-space: 1.25rem;
}

.card__title {
    font-size: 2.25rem;
    font-family: "Lato", sans-serif;
    color: #fff;
    line-height: 1.1;
    position: relative;
    width: fit-content;
    width: -moz-fit-content; /* Prefijo necesario para Firefox  */
}

    .card__title::after {
        content: "";
        position: absolute;
        height: 0.3125rem;
        width: calc(100% + 1.25rem);
        bottom: calc((1.25rem - 0.5rem) * -1);
        left: -1.25rem;
        background-color: hsl(46, 100%, 50%);
    }

.card__button {
    padding: 0.75em 1.6em;
    width: fit-content;
    width: -moz-fit-content; /* Prefijo necesario para Firefox  */
    font-variant: small-caps;
    font-weight: bold;
    border-radius: 0.45em;
    border: none;
    background-color: hsl(46, 100%, 50%);
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    color: #000;
    text-decoration: none;
}

    .card__button:focus {
        outline: 20px solid black;
        outline-offset: -5px;
        color: #000;
    }

@media (any-hover: hover) and (any-pointer: fine) {
    .card__content {
        transform: translateY(62%);
        transition: transform 500ms ease-out;
        transition-delay: 500ms;
    }

    .card__title::after {
        opacity: 0;
        transform: scaleX(0);
        transition: opacity 1000ms ease-in, transform 500ms ease-out;
        transition-delay: 500ms;
        transform-origin: right;
    }

    .card__background {
        transition: transform 500ms ease-in;
    }

    .card__content--container > :not(.card__title),
    .card__button {
        opacity: 0;
        transition: transform 500ms ease-out, opacity 500ms ease-out;
    }

    .card:hover,
    .card:focus-within {
        transform: scale(1.05);
        transition: transform 500ms ease-in;
    }

        .card:hover .card__content,
        .card:focus-within .card__content {
            transform: translateY(0);
            transition: transform 500ms ease-in;
        }

        .card:focus-within .card__content {
            transition-duration: 0ms;
        }

        .card:hover .card__background,
        .card:focus-within .card__background {
            transform: scale(1.3);
        }

        .card:hover .card__content--container > :not(.card__title),
        .card:hover .card__button,
        .card:focus-within .card__content--container > :not(.card__title),
        .card:focus-within .card__button {
            opacity: 1;
            transition: opacity 500ms ease-in;
            transition-delay: 1000ms;
        }

        .card:hover .card__title::after,
        .card:focus-within .card__title::after {
            opacity: 1;
            transform: scaleX(1);
            transform-origin: left;
            transition: opacity 500ms ease-in, transform 500ms ease-in;
            transition-delay: 500ms;
        }
}

@media screen and (max-width: 960px) {
    .card-wrapper {
        container: card2/inline-size;
    }

    /*    .article-body p {
        display: none;
    }*/
}

@container card2 (min-width: 380px) {
    /*    .article-wrapper {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 16px;
    }

    .article-body {
        padding-left: 0;
    }

    figure {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }*/
    .card {
        display: flex;
    }

        .card img {
            height: 100%;
            aspect-ratio: 1;
            object-fit: cover;
            max-height: 230px;
        }
}

/*------------------------------------------------------------------------*/

.preform {
    min-height: 100vh;
}

.bg-image {
    background-image: url('../img/logo_congreso.png');
    background-size: cover;
    background-position: center;
    height: 400px;
    /*width: 100%;*/
}


/*-------------------------menu----------------------------------*/



ul {
    margin: 0;
    padding: 0;
    display: flex;
}

    ul li {
        list-style: none;
        margin: 0 20px;
        transition: 0.5s;
        width: calc(100% / 2);
        text-align: justify;
        font-size: small;
    }

        ul li b {
            font-size: medium;
            text-align: center;
        }

        ul li a {
            display: block;
            position: relative;
            text-decoration: none;
            padding: 5px;
            font-size: 18px;
            font-family: sans-serif;
            color: #fff;
            text-transform: uppercase;
            transition: 0.5s;
        }

    ul:hover li a {
        /*transform: scale(1.5);*/
        opacity: 0.2;
        filter: blur(5px);
    }

    ul li a:hover {
        /*transform: scale(2);*/
        opacity: 1;
        filter: blur(0);
        text-decoration: none;
        color: #fff;
    }

    ul li a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #b3daf1;
        transition: 0.5s;
        transform-origin: right;
        transform: scaleX(0);
        z-index: -1;
    }

    ul li a:hover:before {
        transition: transform 0.5s;
        transform-origin: left;
        transform: scaleX(1);
    }

/*-------------------------tabs----------------------------------*/


/*

.tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
}

    .tabs [class^="tab"] label,
    .tabs [class*=" tab"] label {
        color: #7a3f91;
        cursor: pointer;
        display: block;
        font-size: 2em;
        font-weight: 300;
        line-height: 1em;
        padding: 2rem 0;
        text-align: center;
    }

    .tabs [class^="tab"] [type="radio"],
    .tabs [class*=" tab"] [type="radio"] {
        border-bottom: 1px solid rgba(239, 237, 239, 0.5);
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
        .tabs [class*=" tab"] [type="radio"]:hover,
        .tabs [class*=" tab"] [type="radio"]:focus {
            border-bottom: 1px solid #7a3f91;
        }

        .tabs [class^="tab"] [type="radio"]:checked,
        .tabs [class*=" tab"] [type="radio"]:checked {
            border-bottom: 2px solid #7a3f91;
        }

            .tabs [class^="tab"] [type="radio"]:checked + div,
            .tabs [class*=" tab"] [type="radio"]:checked + div {
                opacity: 1;
            }

        .tabs [class^="tab"] [type="radio"] + div,
        .tabs [class*=" tab"] [type="radio"] + div {
            display: block;
            opacity: 0;
            padding: 2rem 0;
            width: 90%;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .tabs .tab-2 {
        width: 50%;
    }

        .tabs .tab-2 [type="radio"] + div {
            width: 200%;
            margin-left: 200%;
        }

        .tabs .tab-2 [type="radio"]:checked + div {
            margin-left: 0;
        }

        .tabs .tab-2:last-child [type="radio"] + div {
            margin-left: 100%;
        }

        .tabs .tab-2:last-child [type="radio"]:checked + div {
            margin-left: -100%;
        }
*/

/*---------------------------------------------------------*/
.text-wrapper {
    padding-top:50px;
    height: auto;
    position: relative;
}
.text-wrapper-message {
    padding: 0.3em;
    color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    opacity: 80%;
    background-color: #6f4078;
    width: 530px;
    margin: 0 auto;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
/*
.rotating-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .rotating-text-wrapper h2 {
        font-size: 2.5em;
        margin: 0;
        padding: 0.3em;
        color: #fff;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
        animation-duration: 6s;
        animation-iteration-count: infinite;
        opacity: 0;
    }

        .rotating-text-wrapper h2:nth-child(1) {
            background-color: #93599f;
            animation-name: rotating-text-1;
        }*/

@keyframes rotating-text-1 {
    0% {
        transform: translateY(200%);
    }

    33% {
        transform: translateY(100%);
        opacity: 1;
    }

    34% {
        opacity: 0;
    }
}

.rotating-text-wrapper h2:nth-child(2) {
    background-color: #5f3970;
    animation-name: rotating-text-2;
}

@keyframes rotating-text-2 {
    33% {
        transform: translateY(100%);
        opacity: 0;
    }

    66% {
        transform: translateY(0);
        opacity: 1;
    }

    67% {
        opacity: 0;
    }
}

/*.rotating-text-wrapper h2:nth-child(3) {
    background-color: cornflowerblue;
    animation-name: rotating-text-3;
}

@keyframes rotating-text-3 {
    66% {
        transform: translateY(0);
        opacity: 0;
    }

    99% {
        transform: translateY(-100%);
        opacity: 1;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}*/

@media screen and (max-width: 576px) {
    .rotating-text-wrapper {
        font-size: 0.7rem;
    }
}


/*---------------------otro tab-----------------------------------------------*/


.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #8586af;
    display: inline-block;
    color: #fff;
    box-shadow: 0 0.5rem 0.8rem #00000080;
    width: 30em;
}

.panels {
    background: #fffffff6;
    box-shadow: 0 2rem 2rem #00000080;
    min-height: 200px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.radio {
    display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel {
    display: block
}

#one:checked ~ .tabss #one-tab,
#two:checked ~ .tabss #two-tab {
    background: #fffffff6;
    color: #0f699e;
    border-top: 3px solid #0f699e;
}
