/* @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); */

html, body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,sans-serif;
    background: #fff;
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

a {
    text-decoration: none !important;
}

p {
    font-size: 14px;
    line-height: 24px;
}

.no-pad {
    padding: 0;
}

.breadcrumb {
    background: none;
}

.breadcrumb > li + li::before {
    content: "»";
    color: rgb(136, 136, 136);
    margin-right: 5px;
    margin-left: 5px;
}


.vd-banner-text {
    color: #fff;
    font-weight: bold;
    line-height: 75px;
    text-transform: uppercase;
    font-size: 65px;
}
.vd-banner-text:after{
    content: '|';
    margin-left: 0;
    opacity: 1;
    animation: pisca .7s infinite;
}

@media only screen and (max-width: 767px) {
    .vd-banner-text {
        font-size: 2.5rem;
        line-height: 4.5rem;
    }
}

@keyframes pisca{
    0%, 100%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
}

/*====================================
    NAVBAR
====================================== */
.vd-navbar {
    padding: 13px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
}
.vd-navbar .vd-navbar-content {
    padding-top: 20px;
    padding-left: 0;
}
.vd-navbar-light {
    background-color: #fff;
}
.vd-navbar .vd-navbar-brand img {
    height: 60px;
}
.vd-navbar .vd-navbar-nav {
    list-style: none;
    padding-left: 0;
    float: right;
}
.vd-navbar .vd-navbar-nav .vd-navbar-item {
    float: left;
    margin-right: 25px;
    position: relative;
}
.vd-navbar .vd-navbar-nav .vd-navbar-item a {
    color: #1b3445;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: bold;
    display: inline-block;
    line-height: 14px;
    text-decoration: none;
}
.vd-navbar .vd-navbar-nav .vd-navbar-item a:hover {
    color: #637e91;
}
.vd-navbar .vd-navbar-social-networks {
    float: right;
}
.vd-navbar .vd-navbar-social-networks .vd-navbar-item {
    margin-right: 20px !important;
}
.vd-navbar .vd-navbar-social-networks .vd-navbar-item a {
    font-size: 20px !important;
}
.vd-navbar .vd-navbar-mobile-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 2vh;
}
.vd-reveal-nav {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

@media only screen and (min-width: 768px) {
    .vd-navbar .vd-navbar-content {
        display: block !important;
    }
}
@media only screen and (max-width: 767px) {
    .vd-navbar .vd-navbar-identity {
        text-align: center;
    }
    .vd-navbar .vd-navbar-mobile-toggle {
        display: block;
    }
    .vd-navbar .vd-navbar-mobile-toggle i {
        font-size: 2.5em;
    }
    .vd-navbar .vd-navbar-nav .vd-navbar-item {
        float: none;
        padding-left: 20px;
        margin-top: 10px;
        font-size: 16px;
    }
    .vd-navbar .vd-navbar-nav {
        float: left;
        width: 100%;
    }
    .vd-navbar .vd-navbar-social-networks {
        float: none;
        display: none;
    }
    .vd-navbar .vd-navbar-content {
        display: none;
    }
}

/*====================================
    HOME
====================================== */

.vd-main-container {
    width: 100%;
}
.vd-main-header {
    height: 100vh;
    background-color: #000;
}
.vd-main-header .row {
    padding: 0;
}
.vd-btn-header {
    background-color: #fff;
    font-weight: bold;
    padding: 10px;
    margin-top: -10px;
    font-size: 1em;
    border-radius: 2px;
    min-width: 155px;
}
.vd-btn-header:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.vd-btn-home-outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff !important;
    font-weight: bold;
    padding: 10px;
    margin-top: -10px;
    font-size: 1em;
    border-radius: 2px;
    min-width: 155px;
}
.vd-btn-home-outline:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #333 !important;
}
.vd-btn-home-primary {
    background-color: #3483d8;
    color: #fff !important;
    font-weight: bold;
    padding: 10px;
    margin-top: -10px;
    font-size: 1em;
    border-radius: 2px;
    min-width: 155px;
    text-transform: uppercase;
}
.vd-btn-home-primary:hover {
    background-color: #010029d9;
}
.vd-home-section {
    padding-top: 15px;
    padding-bottom: 15px;
}
.vd-home-section a{
    color: #333;
}
.vd-home-section a h1 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 300;
}
.vd-home-presentation {
    border-left: 3px #00cc92 solid;
}
.vd-blog-snippet {
    overflow: hidden;
    padding: 0px;
    margin-bottom: 0;
}
.vd-blog-snippet li:first-child {
    margin-top: 0px;
}
.vd-blog-snippet li {
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: -20px;
}
.vd-blog-snippet .vd-blog-snippet-cover {
    float: left;
    width: 25%;
}
.vd-blog-snippet .vd-blog-snippet-cover a .vd-blog-snippet-cover-image {
    height: 75px;
    width: 125px;
    border-radius: 2px;
}

.vd-blog-snippet .vd-blog-snippet-info {
    float: left;
    width: 73%;
}
.vd-blog-snippet .vd-blog-snippet-info a {
    color: #333333;
    display: block;
    font-weight: 600;
}
.vd-blog-snippet .vd-blog-snippet-info a .sub {
    letter-spacing: 0px;
    opacity: 0.8;
    font-size: 12px;
    color: #0080c4 !important;
    text-transform: uppercase;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .vd-home-presentation {
        border-left: 0 !important;
    }
    .vd-blog-snippet .vd-blog-snippet-cover {
        height: 200px !important;
        width: 100% !important;
    }
    .vd-blog-snippet .vd-blog-snippet-cover a .vd-blog-snippet-cover-image {
        height: 100% !important;
        width: 100% !important;
        border-radius: 2px;
    }
    .vd-blog-snippet .vd-blog-snippet-info {
        width: 100% !important;
        padding-top: 15px !important;
    }
}
.vd-feature {
    overflow: hidden;
    margin-bottom: 40px;
    padding: 20px;
}
.vd-feature h5 {
    color: #333333;
    font-weight: bold;
    margin-bottom: 16px;
    letter-spacing: 2px;
    font-size: 15px;
}
.vd-feature p {
    font-size: 16px;
    color:#7a7a7a
}
.vd-feature-icon-large i {
    display: block;
    height: 104px;
    width: auto;
    text-align: center;
    color: #01a2a6;
    font-size: 48px;
    margin-bottom: 10px;
}
.vd-home-contact-input {
    margin-bottom: 10px;
    border: 1px solid #0080c4;
    min-height: 40px;
    border-radius: 3px;
}
.vd-home-partner {
    padding-top: 36px;
    float: left;
    text-align: center;
    width: 16.65%;
}
@media only screen and (max-width: 767px){
    .vd-home-partner {
        width: 30% !important;
        margin-bottom: 20px;
    }
}
.vd-home-card .vd-home-card-item {
    height: 300px;
    padding: 0;
    margin-bottom: 20px;
}
.vd-home-card .vd-home-card-content a h4 {
    height: 70px;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

/* HOME CARD ANIMATION START */
.vd-home-card .vd-home-card-item:hover  .vd-home-card-hover {
    opacity: 1;
    pointer-events: all;
}
.vd-home-card .vd-home-card-item:hover  .vd-home-card-hover .vd-home-card-content {
    top: 0;
}
.vd-home-card .vd-home-card-hover {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    padding: 30px 20px;
    transition: all .5s;
    opacity: 0;
    pointer-events: none;
}
.vd-home-card .vd-home-card-content {
    height: 100%;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
    position: absolute;
    top: 100%;
    transition: all .5s;
    left: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/* HOME CARD ANIMATION END */



/*====================================
    FOOTER
====================================== */
.vd-social-bar .initial, .vd-social-bar .hover-state {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    position: absolute;
    width: 100%;
    top: 35px;
}
.vd-social-bar .hover-state {
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    top: 42px;
}
.vd-social-bar span {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.vd-social-bar .link:hover .initial {
  -webkit-transform: translate3d(0, -200px, 0);
  -moz-transform: translate3d(0, -200px, 0);
  transform: translate3d(0, -200px, 0);
}
.vd-social-bar .link:hover .hover-state {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.vd-social-bar .link i {
    color: #fff;
    font-size: 40px;
}
.vd-social-bar .link {
    height: 104px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.vd-social-bar .bg-facebook {
    background-color: #3b5998;
}
.vd-social-bar .bg-twitter {
    background-color: #00a0d1;
}
.vd-social-bar .bg-instagram {
    background-color: #ee3b5d;
}
.footer-email {
    color: #ccc;
    font-size: 14px;
}
footer.short {
    font-size: 16px;
    color: #fff;
}
footer {
    padding-top: 40px;
    padding-bottom: 80px;
}








.main-container {
    padding-top: 80px;
}
.vd-bg-gray {
    background:#f5f5f5;
}


.vd-simple-page-header {
    height: 40vh; 
    min-height: 250px;
    background-size:cover; 
    background-position:center;
}
.vd-simple-page-header .vd-page-header-cover {
    height: 100%;
    background: rgba(1, 0, 41, 0.75);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.vd-simple-page-header .vd-page-header-cover .vd-page-header-title {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.vd-simple-page-header .vd-page-header-cover .vd-page-header-title p {
    color: rgb(216, 216, 216);
    font-weight: 400;
}
.vd-simple-page-header .vd-page-header-cover .vd-page-header-title h2 {
    color: #fff;
    line-height: 1.5em;
    margin: 0;
    font-size: 2em;
}
.vd-simple-page-header .vd-page-header-cover h1 {
    color: #fff;
    font-weight: bold;
    line-height: 1.8em;
    margin: 0;
}



.vd-card-item {
    /* border-radius: 5px !important; */
    background: #fff;
    min-height: 300px;
    /* box-shadow: rgba(50, 50, 93, 0.1) 0px 10px 15px, rgba(0, 0, 0, 0.07) 0px 5px 5px; */
    margin-bottom: 40px;
}
.vd-card-item .vd-card-image {
    width: 100%;
    height: 200px;
}
.vd-card-item .vd-card-image .vd-card-image-hover {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    display: none;
}
.vd-card-item:hover .vd-card-image .vd-card-image-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.vd-card-item .vd-card-image .vd-card-image-hover p{
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 50px;
}
.vd-card-item .vd-card-date {
    /* background: #f5f7fa; */
    padding: 7px 15px; 
    color: #06f; 
    font-weight: bold; 
    text-align: center;
}
.vd-card-item .vd-card-details {
    padding: 15px 20px;
    text-align: center;
}
.vd-card-item .vd-card-details h4 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 5px;
    height: 110px;
    text-overflow: ellipsis;
    margin-top: 5px;
}
.vd-card-item .vd-card-details h4 {
    color: #333;
}
.vd-card-item:hover .vd-card-details h4 {
    color: #06f;
}
.vd-card-item .vd-card-details p {
    color: #333;
    padding-top: 10px;
    text-align: justify;
    font-size: 14px;
}




.btn {
    min-width: 155px;
}
.btn-primary-outline {
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: 2px solid #14adcc;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #14adcc;
    height: 35px;
}
.btn-primary-outline:hover {
    background-color: #14adcc;
    color: #fff;
}


article .content {
    max-width: 680px;
    margin: 0 auto;
    padding: 25px;
    padding-top: 0;
}
article .content_page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px;
    padding-top: 0;
}
article .content a {
    text-decoration: none;
    font-weight: bold;
}
article .content h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #000;
}
article .content p {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 10px;
    color: #000;
}
article .content img {
    max-width: 100% !important;
    height: auto !important;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
}
article .content iframe {
    max-width: 100% !important;
}
article .introduction {
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}
article .introduction p {
    font-style: italic;
    text-align: center;
    font-size: 1.4em;
    color: #000;
}
.content-footer {
    max-width: 680px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    margin-top: 35px;
    padding-top: 15px;
}

article .vd-event-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
@media only screen and (max-width: 767px) {
    article .vd-event-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}



.social-icons {
    list-style: none;
    overflow: hidden;
    display: inline-block;
    padding: 0;
}
.social-icons li:last-child {
    margin-right: 0px;
}
.social-icons li {
    float: left;
    margin-right: 24px;
    font-size: 24px;
    margin-top: 8px;
}
.social-icons li a {
    color: #333333;
}


@media only screen and (max-width: 767px) {
    #social_networks {
        bottom: 0 !important;
        top: auto !important;
    }
    .related_news {
        padding: 0 !important;
        margin-bottom: 20px;
    }
}
#social_networks {
    min-height: 100px;
    padding: 10px;
    width: 60px;
    position: fixed;
    top: 35vh;
    background: #fff;
    z-index: 99999;
    box-shadow: rgba(50, 50, 93, 0.1) 0px 15px 35px, rgba(0, 0, 0, 0.07) 0px 5px 15px;
    text-align: center;
}


section .author_bio {
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 35px;
    border-left: 4px solid #00cc92;
    padding-left: 20px;
    
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
}
section .author_bio p {
    font-size: 1.2em;
    color: #000;
    font-weight: 300;
    text-align: justify;
}

.vd-video-show {
    padding: 0;
}
.vd-video-show iframe {
    width: 100% !important;
    height: 430px !important;
}
@media only screen and (max-width: 767px) {
    .vd-video-show {
        height: 230px !important;
        margin-bottom: 25px;
    }
    .vd-video-show iframe {
        height: 230px !important;
    }
}

