﻿.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-indicators li.indicator {
    margin-left: 8px;
    width: 3vh;
    height: 3vh;
    border-radius: 50%;
}

.logo-container {
    display: flex;
    width: 68vw;
    height: 90vh;
    justify-content: center;
    align-items: center;
}

.carousel-logo {
    width: 45%;
}

.logo-container p {
    position: absolute;
    margin-top: 30vh;
}

/*
.carousel-item {
    height: calc(100vh - 66px);
}
*/

.carousel-item .carousel-img {
        width: 100%;
        height: 100%;
    }


.carousel-effect {
    width: 100%;
    height: 90vh;
    position: fixed;
    background: -moz-linear-gradient(left, rgba(167,173,87,0.38) 0%, rgba(158,173,53,0.27) 39%, rgba(152,173,31,0.5) 64%, rgba(144,173,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(167,173,87,0.38) 0%,rgba(158,173,53,0.27) 39%,rgba(152,173,31,0.5) 64%,rgba(144,173,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(167,173,87,0.38) 0%,rgba(158,173,53,0.27) 39%,rgba(152,173,31,0.5) 64%,rgba(144,173,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a7ad57', endColorstr='#8090ad00',GradientType=1 ); /* IE6-9 */
    filter: brightness(70%);
}

.carousel-ornament {
    text-align: left;
}

    .carousel-ornament img {
        height: 64vh;
        position: fixed;
        opacity: 0.5;
        filter: brightness(75%);
    }

.first-caption {
    top: 10%;
    left: 0%;
}

    .first-caption .caption-header {
        margin-left: 80px;
        width: 373px;
        height: 170px;
        padding: 30px;
        text-align: justify;
        text-justify: inter-word;
        letter-spacing: -2px;
    }

        .first-caption .caption-header h3 {
            font-family: 'gotham-black';
            font-size: 12vh;
            line-height: 8vh;
        }

        .first-caption .caption-header p {
            font-family: 'gotham-book';
            font-size: 8vh;
            line-height: 8vh;
            text-align: right;
            position: absolute;
        }

.first-indicators {
    width: 100%;
    left: 40%;
    top: 60%;
    position: absolute;
}

.header-slogan {
    width: 100%;
    position: absolute;
    left: 50%;
    top: -2.5%;
    font-size: 2.5vh;
    text-align: center;
    letter-spacing: -1px;
    line-height: 2.5vh;
}

.caption-menu {
    padding-top: 2%;
    width: 120%;
    height: 28vh;
    position: absolute;
    background-color: #90ba58;
    bottom: -5%;
    font-size: 2vh;
    letter-spacing: -1px;
    text-align: center;
    background-image: url('../img/slides/slide-1.1.png');
    background-size: cover;
}

    .caption-menu img {
        width: 100%;
    }

.caption-icons {
    width: 100%;
    display: inline-block;
    margin-left: 35%;
    text-align: center;
}

.icon-container {
    margin-left: 0.75%;
    width: 6%;
    float: left;
}

    .icon-container:hover {
        cursor: pointer;
    }

    .icon-container a {
        text-decoration: none;
        color: #fff;
    }

.second-caption {
    top: 10%;
    left: 70%;
    width: 28%;
    letter-spacing: -1px;
}

    .second-caption .caption-header {
        border: 2px solid #fff;
        border-radius: 35px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 25px;
        text-align: justify;
        text-justify: inter-word;
    }

        .second-caption .caption-header h3 {
            font-family: 'gotham-black';
            font-size: 12vh;
            line-height: 10vh;
        }

        .second-caption .caption-header p {
            font-family: 'gotham-book';
            font-size: 4.5vh;
            line-height: 4.5vh;
        }

.second-indicators {
    width: 100%;
    top: 70%;
    position: absolute;
}

.caption-text {
    padding: 30px;
}

    .caption-text img {
        margin-top: 50px;
        filter: brightness(0) invert(1);
        position: absolute;
    }

    .caption-text p {
        text-align: justify;
        text-justify: inter-word;
        font-size: 2vh;
        line-height: 2.5vh;
    }

@media only screen and (max-width: 1120px) {
    .second-caption {
        top: 5%;
        left: 25%;
        width: 50%;
    }

    @media only screen and (max-width: 990px) {
        .second-caption {
            top: 5%;
            left: 25%;
            width: 50%;
        }

            .second-caption .caption-header {
                border: 2px solid #fff;
                border-radius: 35px;
                padding-left: 30px;
                padding-right: 30px;
                padding-top: 25px;
                text-align: justify;
                text-justify: inter-word;
            }

                .second-caption .caption-header h3 {
                    font-family: 'gotham-black';
                    font-size: 5em;
                    line-height: 10vh;
                }

                .second-caption .caption-header p {
                    font-family: 'gotham-book';
                    font-size: 4.5vh;
                    line-height: 4.5vh;
                }
    }

    @media only screen and (max-width: 360px) {
        .second-caption {
            top: 10%;
            left: 70%;
            width: 28%;
            letter-spacing: -1px;
        }

            .second-caption .caption-header {
                border: 2px solid #fff;
                border-radius: 35px;
                padding-left: 30px;
                padding-right: 30px;
                padding-top: 25px;
                text-align: justify;
                text-justify: inter-word;
            }

                .second-caption .caption-header h3 {
                    font-family: 'gotham-black';
                    font-size: 12vh;
                    line-height: 10vh;
                }

                .second-caption .caption-header p {
                    font-family: 'gotham-book';
                    font-size: 4.5vh;
                    line-height: 4.5vh;
                }

        .carousel-item .carousel-img {
            width: 100%;
            height: 100%;
        }

        .carousel-img-mov {
            width: 225% !important;
            height: 100%;
            margin-left: -225px !important;
        }
      
    }
           
}