body {
    
    font-family: 'Abhaya Libre', serif;
    color: #4a4a4a !important;
    font-size: 1.1rem
    
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/logo.gif?width=128);
    background-size: 96px 96px;
    background-color: rgba(255,255,255,.7);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    z-index: 100000;
    display: none;
}

strong, b {
    font-weight: 700 !important;
}

a {
    color: #1b3686;
}

h1 {
    font-size: 4rem;
    font-weight: bold;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 3rem;
}

.text-primary {
    color: #1b3686 !important;
}

.text-primary:hover {
    color: inherit !important;
}

.text-secondary {
    color: #f8c52b !important
}

.text-success {
    color: #0f8a43 !important
}

.text-shadow {
    text-shadow: 0 0 8px #666f74;
}

.border-primary {
    color: #1b3686 !important;
}

.box-shadow {
    box-shadow: 0 0 8px #666f74;
}

a.text-secondary:hover {
    color: #f8c52b !important;
}

a:hover {
    text-decoration: none;
}

.bg-primary {
    background-color: #1b3686 !important
}

a.bg-primary:hover {
    background-color: #1b3686 !important;
}

.bg-secondary {
    background-color: #f8c52b !important
}

.bg-dark {
    background-color: #4a4a4a !important
}

.text-dark {
    color: #4a4a4a !important
}

.btn-shadow {
    
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
    
}

.btn-primary {
    background-color: #1b3686;
    border-color: #1b3686;
}

.btn-success {
    background-color: #0f8a43;
    border-color: #0f8a43;
}

.btn-warning {
    background-color: #f8c52b;
    border-color: #f8c52b;
}

.btn-danger {
    background-color: #E65014;
    border-color: #E65014;
}

.carousel-caption .btn {
    border-radius: 25px;
}

.badge-primary {
    background-color: #1b3686;
}

.badge-success {
    background-color: #0f8a43;
}

.badge-danger {
    background-color: #E65014;
}

.alert-success {
    color: #0f8a43;
    background-color: #B7DBC6;
}

.alert-info {
    background-color: #eaeefb;
    color: #1b3686;
}

.border-secondary {
    border-color: #f8c52b !important
}

@media (min-width: 1200px) {

    #project-heading {

        font-size: 270%

    }

}

@media (max-width: 1199px) {

    #project-heading {

        font-size: 220%

    }

}

@media (max-width: 991px) {

    #project-heading {

        font-size: 240%

    }

}

@media (max-width: 767px) {

    #project-heading {

        font-size: 350%

    }

}



@media (max-width: 575px) {

    #project-heading {

        font-size: 300%

    }

}

#project-name {
    
    color: #1b3686;
    font-weight: bold;
    line-height: 1em;
    font-size: inherit;
    margin: 0;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
}

#project-slogan {
    
    font-weight: bold;
    font-size: 40%;
    line-height: 1em;
    display: block;
    white-space: nowrap;
    
}

#navbar-brand {
    max-width: 50px
}

.navbar-toggler {
    
    font-size: 1rem;
    line-height: 1
    
}

.line-height-1 {
    line-height: 1;
}

.nav-link {
    font-size: 110%
}

.dropdown-item:hover {
    background-color: transparent;
}

@media (max-width: 576px) {

    .dropdown-menu-columns {
        max-width: 160px !important;
        border: none;
    }

}

@media (min-width: 768px) {
    .dropdown-menu-columns {
        min-width: 380px !important;
    }
}

@media (min-width: 992px) {
    
    .dropdown.show > a {
        border: 1px solid #1b3686;
        border-bottom: 0px none transparent;
    }
    
    .dropdown-menu {
        border: 1px solid #1b3686;
        border-radius: 0;
        margin-top: -1px;
    }
    
}

#identity {
    position: relative;
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

#identity > div:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0; 
    left:0; 
    background-color: rgba(0, 0 ,0 , 0.5);
}

#map {
    width: 100%;
    height: 500px
}

.infowindow {
    font-family: 'Abhaya Libre', serif;
}


footer {
    border-top-color: #1b3686;
    border-top-width: .5rem;
    border-top-style: solid
}

footer a, footer .btn-link {
    color: #f8c52b;
    text-decoration: none !important;
}

footer a:hover, footer .btn-link:hover {
    color: #ffffff;
}

.footer-social {
    font-size: 250%
}

#back-to-top {
    font-size: 250%;
    color: rgba(255, 255, 255, 0.6);
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1;
}

.slick-track {
    margin:auto;
}
/*
.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}
*/
.scroll-orizontal {
    overflow-x: auto;
}

.bg-orange {
    background-color: #E65014;
}

.bg-green {
    background-color: #0f8a43;
}

.cover-icon {
    font-size: 120px;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translate(0,-50%);
    color: rgba(255,255,255,.3);
}

.grecaptcha-badge { visibility: hidden; }

bg-instagram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

#notice {
    background: rgb(27,54,134);
    background: linear-gradient(45deg, rgba(27,54,134,1) 0%, rgba(118,134,182,1) 50%);
    /*background: #0d803f; 
    background: -moz-linear-gradient(45deg, #e41f29 0%, #ed6928 20%, #f7ae23 40%, #97c03c 60%, #34a74a 80%, #0d803f 100%); 
    background: -webkit-linear-gradient(45deg, #e41f29 0%, #ed6928 20%, #f7ae23 40%, #97c03c 60%, #34a74a 80%, #0d803f 100%); 
    background: linear-gradient(45deg, #e41f29 0%, #ed6928 20%, #f7ae23 40%, #97c03c 60%, #34a74a 80%, #0d803f 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41f29', endColorstr='#0d803f',GradientType=1 );*/
}

.img-square {
    overflow: hidden !important;
    position: relative;
}

.img-center {
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    position: absolute; 
    z-index: 1;
}

.display-5 {
    font-size: 2rem;
}

.display-6 {
    font-size: 1.8rem;
}

.bg-light {
    background-color: #fafafa !important
}

.lh-12 {
    line-height: 1.2 !important;
}

abbr {
    text-decoration: none !important;
}

.modal-backdrop {
    z-index: 1040 !important
}

.btn-pulse {
    
    box-shadow: 0 0 0 0 rgba(248, 197, 43, 0.7);
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    
}

.btn-pulse:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(248, 197, 43, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(248, 197, 43, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(248, 197, 43, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(248, 197, 43, 0);
  }
}

.badge-xs {
    font-size: 0.55rem;
    padding: 0.2em 0.35em;
    line-height: 1;
    vertical-align: middle;
}