@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wdth,wght@0,8..144,87.5,100..900;1,8..144,87.5,100..900&display=swap');


body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    background-color: #0d0d0e;
}

::selection {
    background: #0d0d0e;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #0d0d0e;
    color: #fff;
    text-shadow: none;
}

p {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-bottom: 0px solid #dedede;
}

a:focus {
    outline: none;
}

strong {
    font-weight: 600;
}


/*
**************************
PRELOADER
**************************
*/

.preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999;
}

.preloader .item {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 0px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}


/*
**************************
NAVIGATION OPACITY
**************************
*/

.opacity-nav {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 64%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.95);
}

ul.menu-fullscreen {
    width: 36%;
    top: 50%;
    position: absolute;
    height: 280px;
    margin-top: -140px;
}

ul.menu-fullscreen li {
    font-size: 12px;
    text-align: center;
    line-height: 70px;
    font-weight: 400;

}

ul.menu-fullscreen li > a {
    color: #ffffff;
    letter-spacing: 1.1px;
    border: 0;
}

ul.menu-fullscreen li > a:hover {
    color: #ffffff;
    text-decoration: line-through;
}

#full {
    width: 3140px;
    position: relative;
    top: 0px;
    margin: 0 auto;
    z-index: 9997;
    color: #ffffff;
}

#fullscreen {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    height: 80px;
    z-index: 9998;
    color: #ffffff;
}


/*
**************************
HEADER
**************************
*/

header.boxed {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    z-index: 9999;
    display: none;
    background: none;
    top: 0;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

header.boxed .header-margin {
    width: 1140px;
    margin: 0 auto;
}

header.boxed .header-margin-mini {
    width: 90%;
    margin: 0 auto;
}

ul.social-icon {
    float: right;
}

ul.social-icon a {
    float: right;
    font-size: 15px;
    border-bottom: 0;
    color: #0d0d0e;
    padding-right: 0px !important;
}

ul.social-icon a:hover {
    color: #c3c3c3;
}

.menu-index {
    position: fixed;
    right: 5%;
    top: 11px;
    z-index: 99999;
    padding: 15px;
    background: #0d0d0e;
    cursor: pointer;
}

.menu-index i {
    float: right;
    font-size: 18px;
    color: #c1c2c2;
    padding-right: 0px !important;
}

ul.menu-icon {
    float: right;
}

ul.menu-icon a {
    float: right;
    font-size: 19px;
    color: white;
    padding-right: 0px !important;
}

address {
    color: #0d0d0e;
}

ul.menu-icon i {
    padding: 20px;
    background: #0d0d0e;
}

ul.menu-icon a:hover {
    color: #c3c3c3;
}

header a {
    color: #444444;
    margin-left: 1px;
}

ul.header-nav {
    width: 329px;
    margin: 0 auto;
    margin-top: 7px;
    padding-left: 195px;
    padding-right: 50px;
}

header .logo > a {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    float: left;
    padding-top: 15px;
    padding-bottom: 11px;
    line-height: 19px;
    padding-right: 40px;
    letter-spacing: 3px;
    border-bottom: 0px solid #f1f1f1;
}

header li {
    font-family: 'Roboto', Arial, sans-serif;
    list-style-type: none;
    float: left;
    margin-left: 7px;
}

header li > a {
    font-size: 11px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #ffffff;
    padding-right: 25px;
    padding-left: 25px;
    font-weight: 400;
    line-height: 50px;
    display: inline-block;
    border-bottom: 0;
    letter-spacing: 1.1px;
}

header li > a:hover {
    color: #ffffff;
    text-decoration: line-through;
}

header li > a:active {
    color: #0d0d0e;
    text-decoration: line-through;

}

.h3 {
    text-decoration: line-through;
}

header li ul {
    overflow: hidden;
    display: none;
    background: #f9f9f9;
    z-index: 20;
}

header li ul li a {
    line-height: 50px;
    padding-left: 30px;
    width: 260px;
}

header li:hover ul {
    position: absolute;
    padding: 0;
    display: block;
    width: 260px;
}


#gif_cover {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    align-content: center;
}

#infos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    align-content: center;
}

/*
**************************
CONTENT
**************************
*/

.distancia img {
    margin-top: 0px;
}

img {
    margin-bottom: -4px;
}

.hero-image {
    position: relative;
    width: 100%;
    top: 0;
    height: 400px;
    background: url('../img/full/full.jpg') center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.one-column {
    width: 60%;
    position: relative;
    margin-top: -25px;
    float: left;
}

.one-column2 img {
    width: 285px;
    height: 367, 5px;
    float: right;
    margin-top: 25px;
}

.one-column3 {
    width: 100%;
    position: relative;
    margin-top: -25px;
    float: left;
}

.two-column {
    width: 65%;
    position: relative;
    margin-top: -5px;
    margin-bottom: -2px;
    float: left;
    text-align: left;
}

.two-column2 {
    width: 63%;
    position: relative;
    float: left;
    margin-top: 20px;
}


.two-column4 {
    width: 63%;
    position: relative;
    float: left;
    margin-top: 120px;
    margin-bottom: 120px;
    font-size: 60px;
    margin-left: 150px;
    letter-spacing: 50px;
}

.one-column p {
    width: 100% !important;
}

.one-column3 p {
    width: 100% !important;
}

.two-column p {
    width: 100% !important;
}

.two-column2 p {
    width: 100% !important;
    margin-right: 0px;
}

.clear {
    clear: both;
}

.content {
    position: relative;
    width: 1140px;
    margin: 0px auto;
}

.content .text-intro {
    width: 1125px;
    margin-top: 100px;
    margin: 0px auto 0;

}

.content .text-intro2 {
    font-family: 'Roboto', Arial, sans-serif;
    width: 77%;
    margin-top: 100px;
    margin: 0px auto 0;
    letter-spacing: 1px;
}


.content_footer {
    position: relative;
    width: 1140px;
    margin: 0px auto;
    margin-top: 100px;
}

.pracima {
    margin-top: -5px;
}

.content .text-intro h1 {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 63px;
    width: 80%;
    margin-top: 124px;
    text-transform: none;
    color: #ffffff;
    font-weight: 300;
    line-height: 80px;
    letter-spacing: 2px;
    font-weight: 500;
}

.logotopo {
    margin-top: 60px;
    margin-bottom: 40px;
}

/*
**************************
Vídeo OnixDay
**************************
*/


.video-container_1 {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: -5px;
    background-image: url(../img/layouts/chevrolet/onixday/bg_onixday_video.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.video-container_2 {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: -5px;
    background-image: url(../img/layouts/chevrolet/ponto_de_vista/05-video.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.video-container_3 {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: -5px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.video-container_4 {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: -5px;
    background-image: url(../img/layouts/mcdonalds/club_house/bg_club_house_video.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.video-container_5 {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: -5px;
    background-image: url(../img/layouts/skol/minhacasaedecarnaval/bg_casa_carnaval_skol_video.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.video-container_6 {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: -5px;
    background-image: url(../img/layouts/itau/theone/3_bg_theone_video.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.video-container_1 img {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}

.video-container_2 img {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}

.video-container_3 img {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}

.video-container_4 img {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}

.video-container_5 img {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}

.video-container_6 img {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}


.video-container_1 iframe,
.video-container_1 object,
.video-container_1 embed {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}

.video-container_2 iframe,
.video-container_2 object,
.video-container_2 embed {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}

.video-container_3 iframe,
.video-container_3 object,
.video-container_3 embed {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}

.video-container_4 iframe,
.video-container_4 object,
.video-container_4 embed {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}

.video-container_5 iframe,
.video-container_5 object,
.video-container_5 embed {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}

.video-container_6 iframe,
.video-container_6 object,
.video-container_6 embed {
    position: absolute;
    top: 12%;
    bottom: 10%;
    left: 13%;
    right: auto;
    width: 75%;
    height: 75%;
}

/*
**************************
Vídeo Fusion
**************************
*/

.video-container {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    background-image: url("/img/layouts/fusion/fusion_04.jpg");
    margin-top: -5px;
}


.video-container img {
    position: absolute;
    top: 17%;
    bottom: 10%;
    left: 17%;
    right: auto;
    width: 65%;
    height: 65%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 17%;
    bottom: 10%;
    left: 17%;
    right: auto;
    width: 65%;
    height: 65%;
}

.e-mail {
    color: #8d8d8d;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: white;
}

h2 {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    width: 10%;
    text-transform: none;
    color: #0d0d0e;
    font-weight: 200;
    line-height: 30px;
    letter-spacing: 2px;
}

.content .text-intro p {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    color: #8d8d8d;
    margin-top: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    width: 40%;
}

.content .text-intro2 p {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    color: #0d0d0e;
    margin-top: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    width: 40%;
    opacity: 0.9;
}


.title {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 45px;
    color: #0d0d0e;
    margin-top: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 7px;
    width: 100%;

}


.typed-cursor {
    opacity: 1;
    font-weight: 900;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*
**************************
HOME SIDEBAR
**************************
*/

.home-sidebar {
    top: 0;
    position: absolute;
    width: 33.3333%;
    right: 0;
    height: 100%;
    background: #f4f4f4;
    z-index: 9;
    overflow: hidden;
    background-size: 100%;
}

.parallax {
    position: absolute;
}

.parallax-option {
    position: absolute;
    width: 100%;
    height: 100%;
}


/*
**************************
PORTFOLIO GRID
**************************
*/

.prev-next {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 100px;
}

.prev-next a {
    color: #0d0d0e;
    font-weight: 500;
    padding-bottom: 15px;
}

.prev-next a:hover {
    border-bottom: 1px solid #0d0d0e;
}

.prev-button {
    width: 50%;
    position: relative;
    float: left;
    text-align: left;
}

.next-button {
    width: 50%;
    position: relative;
    float: left;
    text-align: right;
}

#ajax-content {
    width: 98.6%;
}

.portfolio-grid {
    width: 1170px;
    position: relative;
    margin: 30px auto;
    overflow: hidden;
}

#portfolio-sidebar {
    width: 0px !important;
    padding-right: 390px;
}

li.grid-item {
    width: 360px;
    position: relative;
    float: left;
    padding: 15px;
}

.grid-hover {
    position: absolute;
    width: 360px;
    height: 100%;
    top: 0;
    background: white;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.grid-hover:hover {
    opacity: 0.9;
}

.grid-hover h1 {
    font-size: 23px;
    bottom: 80px;
    left: 40px;
    position: absolute;
    text-transform: uppercase;
    color: #0d0d0e;
    letter-spacing: 1px;
    font-weight: 900;
    line-height: 50px;
}

.grid-hover p {
    font-size: 13px;
    bottom: 40px;
    left: 40px;
    position: absolute;
    color: #686868;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 50px;
}

li.grid-item img {
    width: 360px;
}


/*
**************************
FOOTER
**************************
*/

#footer-box {
    height: 150px;
    margin-top: 75px;
}

footer {
    background: none;
    width: 100%;
    margin-top: 23px;
    height: 240px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

footer_about {
    background: #f1f1f1;
    width: 100%;
    margin-top: 100px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.footer-margin {
    width: 1140px;
    margin: 30px auto;
    line-height: 100px;
}

#footer-left {
    text-align: left;
}

.footer-margin .copyright {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    float: left;
    margin: -40px auto;
}

.footer-margin .social-footer {
    color: #686868;
    letter-spacing: 1px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    float: left;
}

.footer-margin .social-footer a {
    font-size: 15px;
    color: #ffffff;
    padding: 20px;
    border-bottom: none;
}

.footer-margin .social-footer a:hover {
    color: #c3c3c3;
}


/*
**************************
CONTACT
**************************
*/

.contact-one,
.contact-two {
    width: 30%;
    padding-right: 3%;
    position: relative;
    float: left;
}

.contact-three {
    width: 33%;
    position: relative;
    float: left;
}

.contact-one p,
.contact-two p,
.contact-three p {
    width: 100% !important;
}

input {
    width: 100%;
    height: 40px;
    background: #f8f7f7;
    border: 0;
    color: #0d0d0e;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Roboto', Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 13px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

input.button-submit {
    width: 220px;
    height: 40px;
    background: #f8f7f7;
    font-weight: 500;
    border: 0;
    font-family: 'Roboto', Arial, sans-serif;
    color: #0d0d0e;
    float: right;
    font-weight: 900;
    line-height: 40px;
    font-size: 13px;
}

input:focus {
    background: #f4f4f4;
}

textarea {
    width: 100%;
    height: 40px;
    border: 0;
    line-height: 40px;
    background: #f8f7f7;
    color: #0d0d0e;
    font-size: 13px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

textarea:focus {
    background: #f4f4f4;
    height: 250px;
}


/*
**************************
INDEX THUMB
**************************
*/


.container {
    position: relative;
    width: 33.33%;
    float: left;
}


.container_all {
    position: relative;
    width: 49%;
    float: left;
    margin-top: 5px;
    padding-left: .5%;
    padding-right: .5%;
    padding-top: .5%;
    padding-bottom: .5%;
}

.container_all_2 {
    position: relative;
    width: 100%;
    float: left;
}

.container_all_3 {
    position: relative;
    width: 49%;
    float: left;
    margin-top: 5px;
    padding-left: .5%;
    padding-right: .5%;
    padding-top: .5%;
    padding-bottom: .5%;
}

.container_all_4 {
    padding-left: 20px;
    padding-top: 10px;
    font-family: 'oswald', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: white;
}


.image {
    display: block;
    width: 99%;
    height: auto;
    border-radius: 22px;
    margin-top: 5px;
    padding-left: .5%;
    padding-right: .5%;
    padding-top: .5%;
    padding-bottom: .5%;
    ;
}


.image_all {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
}

.image_all_2 {
    display: block;
    width: 99%;
    height: auto;
    border-radius: 22px;
    margin-top: 5px;
    padding-left: .5%;
    padding-right: .5%;
    padding-top: .5%;
    padding-bottom: .5%;
}

.image_all_3 {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
}

.overlay {
    position: absolute;
    padding-top: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    background-color: #0d0d0e;
}

.overlay_all {
    position: absolute;
    padding-top: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    background-color: #0d0d0e;
}

.overlay_all_2 {
    position: absolute;
    padding-top: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    background-color: #0d0d0e;
}

.overlay_all_3 {
    position: absolute;
    padding-top: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 98%;
    width: 98%;
    opacity: 0;
    transition: 1s ease;
    margin: auto;
    background-color: #0d0d0e;
}


.container:hover .overlay {
    opacity: 35%;
}

.container_all:hover .overlay_all {
    opacity: 35%;
}

.container_all_2:hover .overlay_all_2 {
    opacity: 0.7;
}

.container_all_3:hover .overlay_all_3 {
    opacity: 100%;
}

.text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 1px;
}

.text_all {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 1px;
}

.text_all_2 {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 1px;
}


.fadein {
    animation-name: fadein;
    animation-duration: 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
