﻿
@-webkit-keyframes bounce {
    0%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%, to {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.gallery-block {
    padding-bottom: 50px
}

    .gallery-block .heading {
        margin-bottom: 50px;
        text-align: center
    }

        .gallery-block .heading h2 {
            font-weight: 700;
            font-size: 1.4rem;
            text-transform: uppercase
        }

    .gallery-block.compact-gallery .item {
        overflow: hidden;
        margin-bottom: 0;
        opacity: 1;
    }

.lightbox img {
    width: 100%;
}

@media(min-width:576px) {
    .gallery-block.compact-gallery .item .image {
        transition: .8s ease
    }

    .gallery-block.compact-gallery .item .info {
        position: relative;
        display: inline-block
    }

    .gallery-block.compact-gallery .item .description {
        opacity: 0
    }

    .gallery-block.compact-gallery .item:hover .description {
        opacity: 1;
    }

    .gallery-block .zoom-on-hover:hover .image {
        transform: scale(1.3);
        opacity: .7
    }
}

.gallery-block.compact-gallery .item .description {
    display: -ms-grid;
    display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: .8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,.39));
}

    .gallery-block.compact-gallery .item .description .description-heading {
        font-size: 1em;
        font-weight: 700
    }

    .gallery-block.compact-gallery .item .description .description-body {
        font-size: .8em;
        margin-top: 10px;
        font-weight: 300
    }

dialog, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

.gallery-block.compact-gallery .item .description {
    opacity: 0;
}
.btn {
    padding: 7px 20px;
    font-size: 14px;
    line-height: 1.4666666667;
    border-radius: 3px;
    margin: 10px 0;
}
.btn {
    transition: all .2s ease-in-out;
}
.btn-line {
    background-color: #fff;
    border: 1px solid #000;
    color: #000 !important;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
    .margen {
        margin: 0px 0px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .margen {
        margin: 0px 0px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .margen {
        margin: 10px 50px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .margen {
        margin: 10px 150px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .margen {
        margin: 10px 150px;
    }
}


.titulo {
    font-family: 'Radikal';
    font-weight: bold;
}

.texto {
    font-family: 'Radikallight';
    font-weight: lighter;
}

.fam-trips {
    color: #005D83;
    font-family: "Bliss Pro";
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 29px;
}

.lorem-ipsum-dolor-si {
    color: #005D83;
    font-family: Radikal;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 24px;
}

.consectetur-adipisci {
    color: rgba(74,74,74,0.87);
    font-family: Radikal;
    font-size: 16px;
    letter-spacing: -0.01px;
    line-height: 26px;
}

.educational-program {
    color: #FFFFFF;
    font-family: 'Radikal';
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 21px;
    text-align: center;
    text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.scrolltext {
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: auto;
    -webkit-box-orient: vertical;
}


a {
    text-decoration: none;
}

ul.tree, .tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.tree ul {
    display: none;
}

.tree > li {
    display: block;
    margin-bottom: 2px;
}

.tree span {
    display: block;
    padding: 10px 12px;
}

.icon {
    display: inline-block;
}


    .icon:before {
        content: "+";
        display: inline-block;
        min-width: 20px;
        text-align: center;
    }

.tree .icon.expanded:before {
    content: "-";
}

.show-effect {
    display: block !important;
}