.banner-title {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.banner-item {
    overflow: hidden;
}

.banner-img {
    animation: zoom 15s linear infinite alternate;
}

@keyframes zoom {
    0% {transform: scale(1);}
    50% {transform: scale(1.10);}
    100% {transform: scale(1);}
}

.font-big {
    font-size: 50px;
    line-height: normal;
    margin: 0 auto;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: bold;
}

.font-small {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #777777;
}

.font-small2 {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    /*width: 75%;*/
    letter-spacing: 0.5px;
    color: #777777;
}

.line {
    background-color: #ff0000;
    height: 2.5px;
    width: 100px;
}

.line2 {
    background-color: #ff0000;
    height: 2.5px;
    width: 100px;
    margin: 0 auto;
}

.frame {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 15px; 
}

.frame2 {
    background-color: #ffffff;
    padding: 15px;
    margin: 0 auto;
    /*width: 50%;*/
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.50);
}

/*
.tri {
    position: absolute;
    margin-top: 100px;
}

.tri:before {
    content: "\f0d9";
    font-size: 100px;
    position: relative;
    top: 50%;
    left: -75%;
    font-family: "FontAwesome";
    color: #333333;
}

.tri2 {
    position: relative;
    margin-top: -15px;
}

.tri2:before {
    content: "\f0da";
    font-size: 100px;
    position: absolute;
    top: 700%;
    left: 99%;
    font-family: "FontAwesome";
    color: #333333;
    z-index: 1;
}
*/

.table {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    padding: 45px 0;
}

.font-table {
    vertical-align: middle;
    display: table-cell;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

.font-last {
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    color: #ff0000;
    letter-spacing: 0.5px;
}

.font-last2 {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

.btn-square.black {
    font-size: 15px;
    border: 2.5px solid #ff0000;
    color: #ff0000;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-top: 0;
    transition: linear 0.25s;
    padding: 10px;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
}

.btn-square.black .fa-long-arrow-right {
    transform: translateZ(0);
    transition: linear 0.25s;
}

.btn-square.black:hover .fa-long-arrow-right, .btn-square.black:focus .fa-long-arrow-right, .btn-square.black:active .fa-long-arrow-right {
    transform: translateX(5px);
}

.btn-square.black:hover {
    border: 2.5px solid #ff0000;
    background-color: #ff0000;
    color: #ffffff;
}