body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6,li{
    font-family: 'Roboto', sans-serif;
}
.logo{
    width: auto;
    height: 100px;
    margin-top: 5px;
}
.clobal {
    width: 100%;
    background: black;
    position: relative;
}
#clobal2, #about, #services{
    overflow: hidden;
}
.clobal .ball{
    position: absolute;
    display: inline-flex;
    bottom: -213px;
    left: -271px;
    z-index: 0;
}
.services-content p{
    padding-right: 0;
    font-size: 20px;
    text-align: center;
    color: white;
    padding-bottom: 30px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px  rgba(0,0,0,1);

}
.services-content h1{
    font-size: 2em;
    padding-right: 0;
    text-align: center;
    padding-bottom: 10px;
    color: #006DF0;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px  rgba(0,0,0,1);
}
.service-text{
    padding-right: 0px;
}
.services-tabela{
    padding-bottom: 90px !important;
}
.blink-img{

    animation: scale 3s linear infinite;
    -webkit-animation: scale 3s linear infinite;

}
@-webkit-keyframes scale {
    50% {
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
    }
}
@keyframes scale {
    50% {
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
    }
}
.about-section-two-items h4{
    padding-top: 10px;
    font-weight: bold;
    color:#006DF0 !important;
}




#clobal2 {
    width: 100%;
    height: calc(100% - 0px);
    min-height: 650px;
    background-size: cover;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;


    -webkit-flex-direction: row;
    flex-direction: row;


    justify-content: center;
    -webkit-justify-content: center;

    align-items: center;
    -webkit-align-items: center;
    /* position: absolute;*/

}
.header-wrapper{
    overflow: hidden;
}
.zoominheader {
    width:100%;
    height:100%;
    text-align:center;

    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;

    -webkit-user-select: none;
    -webkit-animation: zoomin 12s ease-in 1;
    animation: zoomin 12s ease-in 1;
    transition: all .5s ease-in-out;
    overflow: hidden;
}
.zoominheader::after {
    content: "";
    background: url("../img/home-background-pecom.jpg");
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.zoomoutheader {

    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    text-align:center;
    background: none;
    -webkit-animation: zoomout 12s ease-in 1;
    animation: zoomout 12s ease-in 1;
    transition: all .5s ease-in-out;
    overflow: hidden;

}
@-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
}
@keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
}/*End of Zoom out Keyframes */
.nav-link{

    font-size: 14px !important;
    margin-right: 4px;
    color: white !important;
    border: 1px solid transparent;
    position: relative;

}
.nav-link img{
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(50deg); /* Chrome, Safari, Opera */
    transform: rotate(50deg);
}
.nav-link:hover{

    border: 1px solid white;
}
.nav-link:hover img{
    -webkit-animation: turn 1s linear infinite;
    animation: turn 1s linear infinite;

}
@keyframes turn {
    0% {transform: rotate(50deg);}
    50% {transform: rotate(200deg);}
    100% {transform: rotate(310deg);}
}
.nav-bg{
    background: rgba(255,255,255,0.1)!important;
    padding-bottom: 0px;
    padding-top: 0px;
    box-shadow: 1px 1px 19px black;
}
.logo-pecom{
    font-size: 30px;
    color: white !important;
}


.home-title h1{
    color: white;
    font-size: 2.5em;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px  rgba(0,0,0,1);
}
.home-text1 {
    color: white;
    font-size: 22px !important;
    text-align: center;
    letter-spacing: 1.2px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px  rgba(0,0,0,1);
}
.btn-primary, .btn-primary:active, .btn-primary:focus{
    background-color: black !important;

    border: 2px solid white;
}
.btn-primary:hover{
    border: 2px solid #006DF0;
    color: #006DF0 ;
    background-color: black !important;

}
.btn-primary:active {
    outline: none !important;
    border: none !important;
}
hr{
    border-color:#006DF0 !important;
    max-width: 115px !important;
    border-width: 5px !important;
}
.menu-btn{
    width: 45px;
    height: auto;
}
.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}
.navbar-light .navbar-toggler{
    outline: none !important;
}
#mainNav {

    position: fixed;
    top: 0;
    width: 100%;
    display:block;
    transition: top 0.9s;
}
#mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33,37,41,.1);
    background-color: rgba(0,0,0,0.8) !important;
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #006DF0 !important;
    border: 1px solid #006DF0;
}
.home-title{
    padding-bottom: 60px;
}
.more-btn:active{
    border: none !important;
    box-shadow: none !important;
}

.full-image{
    padding: 40px;
    padding-right: 0!important;
    padding-left: 0!important;
}

.portfolio-box .portfolio-box-caption {
    background-color: rgba(66, 134, 244,0.9);
}
.fsr-container { overflow: hidden; background-repeat: no-repeat; background-size: cover; }
.fsr-image { position: absolute; }
.fsr-hidden { display: none; }
.full-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.full-right .full-right-content{
    padding: 10px;
    margin-bottom: 10px;
    width: 70%;

}
.full-right-content h2{
    text-transform: uppercase;
    color: white;
    font-size: 1.3em;
    padding-bottom: 30px;

}
.full-right-content p{
    color: white;
    font-size: 20px;
}
.full-left{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;

}
.full-left .full-left-content{
    padding: 10px;
    margin-bottom: 10px;
    width: 65%;
    text-align: right;
}
.full-left-content h2{
    text-transform: uppercase;
    color: white;
    font-size: 1.3em;
    padding-bottom: 30px;



}
.full-left h1{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 70%;
    display: none;
    top: 100px;
    letter-spacing: 12px;
    color: #006DF0 ;

}
.about-section-two .row{
    padding-top: 20px;

    /*  background-color: rgb(36, 36, 38) !important;
      background-image: url("../img/pecom-build.jpg");
      background-size: cover;
      background-attachment: fixed;
      background-position: center;*/
    padding-bottom: 20px;
}
.text-center{
    /*background: rgba(0,0,0,0.9);*/
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-section-two h2{
    text-transform: uppercase;
    color: white !important;
    font-size: 2.5em;
}
.bg-primary{
    /* background-color: rgba(36, 36, 38, 0.3) !important;*/
    /*background-image: url("../img/square-pecom-cons.jpg");*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: black !important;
    background-size: cover;
}
.about-section-two p{
    color: white;
    font-size: 20px !important;
    letter-spacing: 1.2px;
}

.about-section-two-items{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.about-section-two-items div{
    padding: 20px;
}
.about-section-two-items img{
    height: 50px;
    width: auto;
}
.table-2{
    padding-bottom: 10px !important;
}
.rightArrow{
    background: transparent !important;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.leftArrow{
    background: transparent !important;
    border: none;
    outline: none;
    position: absolute;
    left: 0;
    cursor: pointer;
}
.home-title{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;


    -webkit-flex-direction: row;
    flex-direction: row;


    justify-content: center;
    -webkit-justify-content: center;


    align-items: center;
    -webkit-align-items: center;
    /* position: absolute;*/
}

.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;

    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;

    animation-timing-function:linear;
    -webkit-animation-timing-function: linear;

    visibility: visible !important;
}



.ml9 {
    position: relative;
    font-weight: 200;
    font-size: 4em;
}

.ml9 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
}

.services-box{
    /* height: 100%;
     flex-direction: column;
     display: flex;
     align-items: center;
     justify-content: space-around;*/

}

@keyframes fadeIn {
    0% {
        transform: scale(0.2);
        opacity: 0.2;
    }
    60% {
        transform: scale(0.8);
        opacity: 0.6;
    }
    80% {
        transform: scale(0.9);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0.2);
        opacity: 0.2;
    }
    60% {
        -webkit-transform: scale(0.8);
        opacity: 0.6;
    }
    80% {
        -webkit-transform: scale(0.9);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}



#clobal2 h1{
    padding-left: 35px;
    padding-right: 35px;
}

.full-left {

    background: black;
    z-index: 44;

}
.full-left-content{
    padding-right: 56px !important;
}
.full-right-content{
    padding-left: 56px !important;
}
.full-left:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: black;
    border-width: 50px;
    margin-top: -50px;
}
.full-left p{
    color: white;
    font-size: 20px;
}
.full-right{
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
    background: #006DF0;

}
.btn-menu{
    position: absolute;
    right: 10px;
    top: 24px;
}



#chevron {
    text-align: center;
    padding: 12px;
    margin-bottom: 0px;
    background: #006DF0;
    height: 140px;
    width: 100%;
    position: relative;
    bottom: 0px;
}

#chevron:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

    width: 100%;
    background: black;
    background-repeat: no-repeat;
    -webkit-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
}
#chevron:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #006DF0;
    -webkit-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
}

 #chevron1 {
     text-align: center;
     padding: 12px;
     margin-bottom: 0px;
     background-image: url(../img/square-pecom.jpg);
     height: 190px;
     width: 100%;
     position: relative;
     bottom: -50px;
     background-attachment: fixed !important;
     background-size: cover;
     transform: scale(1.1, 1.1);

 }

#chevron1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

    width: 100%;
    background: black;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
}
#chevron1:after {

    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: black;
    -webkit-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
}

 .vvideo-text{
     position: absolute;
     height: 400px;
     right: 21%;
     background: red;
     bottom: -56px;
 }


.services-content p{
    margin-bottom: 0 !important;
}


.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 270px;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: transparent;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.services-img{
    border-radius: 50%;
}
.filter{
    text-align: center;
    padding: 30px;
    width: 100% !important;
    position: relative;
    transform: rotate(0deg);
    margin-top: 15px;
    z-index: 77;

}
.filter .btn{
    background-color: rgba(0,0,0,0.4) !important;
}
.filter a:hover .services-img{
    border: 2px solid white;
}
.filter h1{
    color: white;
    padding-bottom: 30px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px rgba(0,0,0,1);
}



.full-right img{
    position: absolute;
    left: 70%;
    top: 95px;
    display: none;
}

.contact-btn img{
    margin-top: -4px;
    margin-left: 5px;
}

.part{
    position: absolute;
    bottom: -132px;
    z-index: 99;
}


.losange, .losange div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
}
.losange {
    transform: rotate(45deg) translateY(10px);
}
.losange .los1 {
    width: 355px;
    height: 355px;
    transform: rotate(-45deg) translateY(-74px);
}
.losange .los1 img {
    width: 100%;
    height: auto;
}








#categories{
    overflow:hidden;
    width:100%;
    margin:0 auto;
    padding: 0;
    padding-top: 20px !important;
}
.clr:after{
    content:"";
    display:block;
    clear:both;
}
#categories li{
    position:relative;
    list-style-type:none;
    width:27.85714285714286%; /* = (100-2.5) / 3.5 */
    padding-bottom: 32.16760145166612%; /* =  width /0.866 */
    float:left;
    overflow:hidden;
    visibility:hidden;
    cursor: pointer;
    -webkit-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
}
#categories li:nth-child(3n+2){
    margin:0 1%;
}
#categories li:nth-child(6n+4){
    margin-left:0.5%;
}
#categories li:nth-child(6n+4), #categories li:nth-child(6n+5), #categories li:nth-child(6n+6) {
    margin-top: -6.9285714285%;
    margin-bottom: -6.9285714285%;

    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
}
#categories li:nth-child(6n+4):last-child, #categories li:nth-child(6n+5):last-child, #categories li:nth-child(6n+6):last-child{
    margin-bottom:0%;
}
#categories li *{
    position:absolute;
    visibility:visible;
}
#categories li > div{
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
    overflow:hidden;

    -webkit-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);

    -webkit-backface-visibility:hidden;

}





#categories li div .active-portfolio {
    bottom: 65%;
    padding-bottom: 10%;

}



#categories{
    overflow:hidden;
    width:100%;
    margin:0 auto;
    padding: 0;
}
.clr:after{
    content:"";
    display:block;
    clear:both;
}
#categories li{
    position:relative;
    list-style-type:none;
    width:27.85714285714286%; /* = (100-2.5) / 3.5 */
    padding-bottom: 32.16760145166612%; /* =  width /0.866 */
    float:left;
    overflow:hidden;
    visibility:hidden;

    -webkit-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
}
#categories li:nth-child(3n+2){
    margin:0 1%;
}
#categories li:nth-child(6n+4){
    margin-left:0.5%;
}
#categories li:nth-child(6n+4), #categories li:nth-child(6n+5), #categories li:nth-child(6n+6) {
    margin-top: -6.9285714285%;
    margin-bottom: -6.9285714285%;

    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
}
#categories li:nth-child(6n+4):last-child, #categories li:nth-child(6n+5):last-child, #categories li:nth-child(6n+6):last-child{
    margin-bottom:0%;
}
#categories li *{
    position:absolute;
    visibility:visible;
}
#categories li > div{
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
    overflow:hidden;

    -webkit-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);

    -webkit-backface-visibility:hidden;

}

/* HEX CONTENT */
#categories li img:first-child{
    left:-100%; right:-100%;
    width: auto; height:100%;
    margin:0 auto;
}
#categories .arrow{
    position: absolute;
    top: 45px;
    left: 45%;
    display: none;
}
#categories div h1, #categories div p{
    width:100%;
    padding:0 5%;
    background-color:#008080; background-color: rgba(0, 0, 0, 0.8);
    font-family: 'Raleway', sans-serif;

    -webkit-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
    transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
}
#categories li h1{
    bottom:110%;
    font-style:italic;
    font-weight:normal;
    font-size:1.5em;
    padding-top:100%;
    padding-bottom:100%;
}
#categories li h1:after{
    content:'';
    display:block;
    position:absolute;
    bottom:-1px; left:45%;
    width:10%;
    text-align:center;
    z-index:1;
    border-bottom:2px solid #fff;
}
#categories li p{
    padding-top:50%;
    top:110%;
    padding-bottom:50%;
}


/* HOVER EFFECT  */






#categories li div:hover h1 {
    bottom:65%;
    padding-bottom:10%;
}
#categories li div:hover .arrow {
    display: block;
}
#categories li div:hover p{
    top:35%;
    padding-top:10%;
}

.copyright{
    font-size: 12px;
    text-align: center;
    color: rgba(255,255,255,0.6);
    margin: 0;
    padding-top: 10px;
}
.contact-btn{
    padding: 20px 50px;
}
#fork{
    position:fixed;
    top:0;
    left:0;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    padding:.5em .7em;
    margin:1%;
    transition: color .5s;
    overflow:hidden;
}
#fork:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 130%; height: 100%;
    background: #000;
    z-index: -1;
    transform-origin:0 0 ;
    transform:translateX(-100%) skewX(-45deg);
    transition: transform .5s;
}
#fork:hover {
    color: #fff;
}
#fork:hover:before {
    transform: translateX(0) skewX(-45deg);
}



#portfolio{
    background-image: url("../img/blue-background-portfolio.jpg") ;
    background-size: cover;
    padding-bottom: 50px;
    background-position: bottom;
    margin-bottom: 800px;
}
#portfolio-7{
    left: -183% !important;
}

#pecom-best{
    position: absolute;
    bottom: 107px;
    right: 17%;
    color: #006DF0;
    text-shadow: 3px 3px 4px black;
}
#portfolio h1{
    padding-top: 10px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px rgba(0,0,0,1);
}
#portfolio p{
    text-align: center;
    padding-bottom: 0px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px rgba(0,0,0,1);
}
.contact{
    height: 566px;
    background: rgba(0,0,0,0.8);

    width: 100%;
}
.contact h2{
    padding-top: 75px;
    color: #006DF0 ;
}
.form-feedback-success,
.form-feedback-error {
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 15px;
}
.form-feedback-success {
    background-color: rgba(0, 109, 240, 0.15);
    border: 1px solid #006DF0;
    color: #fff;
}
.form-feedback-error {
    background-color: rgba(200, 50, 50, 0.15);
    border: 1px solid #c83232;
    color: #fff;
}
.contact label{
    color: #006DF0 !important;
}
.contact button{
    background: black;
    color: white;
    border: 2px solid white;
}
.contact button:hover{
    border: 2px solid #006DF0;
    color: #006DF0;
}
.form-control{
    border-radius: 0;
    color: #006DF0 !important;
    background: black;
}

.contact1{
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 100%;

}
.bg-primary{
    z-index: 3;
    position: relative;
}
.header-wrapper{
    z-index: 3;
    position: relative;
}
.clobal{
    z-index: 3;
    position: relative;

}
#services{
    padding-bottom: 60px;
}

input:focus
{

    background-color: black !important;
}
textarea:focus{
    background-color: black !important;
}

textarea {
    resize: none !important;
    height: 130px;
}

body{
    letter-spacing: 1px;
}
.scrollToTop{
    width: 80px;
    height: 80px;
    border-radius: 60px;
    padding: 10px;
    text-align: center;
    background: #006DF0;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    z-index: 99999;
    right: 13%;
    border: 4px solid black;
}
.scrollToTop:hover{
    text-decoration:none;
}

.scrollToTop img{
    position: absolute;
    left: 4px;
    bottom: 4px;
}
.page-404{
    position: fixed;
    bottom: 0;
}
.page-404 .contact-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.page-404 .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-404 h1 {
    color: white;
    text-align: center;
    padding: 40px 20px;
}
.page-404 .design{
    position: fixed;
    bottom: 10px;
    right: 10px;
}
span:active{
    background: transparent!important;
}
body{
    -webkit-tap-highlight-color:transparent !important;
}
.services-img{
    height: 400px;
}
@media (min-width: 1921px) {
    #chevron {

        height: 100px !important;

    }
    #chevron1 {

        height: 150px;
    }
    .filter {

        margin-top: 0;

    }
}
@media (max-width: 1600px) {
    #chevron1 {
        height: 109px;

    }
    .contact-btn {
        padding: 10px 20px;
    }
    .filter {

        padding: 0;
        margin-top: 15px;

    }
    .about-section-two h2 {

        font-size: 2em;
    }
    .services-content h1 {
        font-size: 1.6em;
    }

    .services-content p {
        font-size: 18px;
    }
    .services-img {
        height: 280px;
    }
    .full-left p {
        color: white;
        font-size: 18px;
    }
    .full-right-content p {
        color: white;
        font-size: 18px;
    }
    .about-section-two p {

        font-size: 18px !important;

    }
    .about-section-two-items div {
        padding: 10px;
    }
    #chevron {
        height: 91px;
    }
    .about-section-two-items img {
        height: 40px;
        width: auto;
    }
    .about-section-two-items {

        padding-top: 0;
    }
    #categories{

        padding-top: 0 !important;
    }
    #portfolio h1 {
        padding-bottom: 0;
    }
    #portfolio p {
        padding-bottom: 16px;
    }
    #categories li h1
    {
        font-size: 1em;
    }
    #categories li p {

        font-size: 0.9em;
        letter-spacing: 1px;
    }
    .contact {
        height: 566px;
        background: rgba(0, 0, 0, 0.5);
    }

    .text-center{
        padding-bottom: 0;
        padding-top: 0px;
    }
    section.p9 a {
        top: 42% !important;
    }
    .full-left h1
    {
        top: 95px;
    }
    .full-right img {

        top: 80px;
    }
    .scrollToTop{
        bottom: 44px;
    }
    .text-center{
        max-width: 100%!important;
    }
    .portfolio-items .row{
        margin-right: 12%;
        width: 74%;
        margin-left: 12%;
    }

    .about-section-two .row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .full-image {
        padding: 10px;
    }
    .full-left-content h2 {
        padding-bottom: 3px;
    }


    .full-right-content h2 {

        padding-bottom: 3px;
    }
    .light {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }
    .services-content h1{
        padding-bottom: 0;
    }
}
@media (max-width: 1200px)
{
    .filter .btn{
        padding: 0.4rem 1.4rem !important;
    }
    #categories div h1, #categories div p {

        background-color: rgba(0, 0, 0, 0.6);
    }

    #categories li div h1 {
        bottom:65%;
        padding-bottom:10%;
    }
    #categories li{
        cursor: none;
    }
    #categories li div p{
        top:35%;
        padding-top:10%;
    }
    #categories li h1 {
        font-size: 0.8em;
    }
    #categories li p {
        font-size: 0.7em;
        letter-spacing: 1px;
    }
    .portfolio-items .row {
        margin-right: 0;
        width: 100%;
        margin-left: 0;
    }
    .services-content p {

        padding-bottom: 20px;
    }

    .full-right img{
        display: none;
    }
    .full-left h1{
        display: none;
    }

    .full-right .full-right-content {
        width: 100%;
    }
    .full-left .full-left-content {

        width: 100%;
    }
    .clobal2 h1 {

        font-size: 2.5em;
    }



}

@media (max-width: 1199px) {


    .services-box .row{
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .services-box .col-md-6{
        width: 100%!important;
        max-width: 100%!important;
        flex: 0 0 100%;
    }
    .services-box{
        padding-top: 50px;
        height: auto;
    }
    .services-content h1{
        text-align: center;
    }
    .services-content p{
        text-align: center;
    }

    .clobal{
        height: auto;
    }
    .services-img{
        height: 400px;
    }
    .services-content {
        padding-top: 30px;
    }

}
@media (max-width: 991px) {
    .nav-link img{
        display: none;

    }
    .nav-link:hover{
        border-left: none;
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
        border-left: none;
    }
    .nav-bg {
        background: rgba(0, 0, 0, 0.8) !important;
    }

    #chevron {
        height: 50px;
    }
    .logo {
        width: auto;
        height: 70px;
        margin-top: 10px;
    }
    .navbar{
        padding-bottom: 20px;
    }
}
@media (max-width: 900px) {

    .about-section-two-items{
        flex-wrap: wrap;
    }
    .about-section-two-items div{
        width: 50%;
    }
    .full-image {
        height: auto;
    }
    .about-section-two {
        height: auto;

    }
    .image-side div{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .video-container {

        height: 249px;
    }
    .filter{

        background: transparent !important;
    }
    .filter h1
    {
        font-size: 24px;
        color: #006DF0;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px rgba(0,0,0,1);
    }
}


@media (max-width: 767px) {
    .filter {
        margin-top: 21px;
        transform: rotate(6deg);
        left: 34px;

    }

    #chevron1:before {
        content: '';
        position: absolute;
        top: 17px;
        left: 0;
        height: 70%;
        width: 100%;
        background: black;
        background-attachment: scroll;
        background-repeat: no-repeat;
        -webkit-transform: skew(0deg, 6deg);
        transform: skew(0deg, 6deg);
    }
    .filter .btn {
        background-color: rgba(0,0,0,0.8) !important;
    }
    #clobal2 h1{
        padding-left: 0px;
        padding-right: 0px;
    }
    .scrollToTop img {
        position: absolute;
        left: 4px;
        width: 39px;
        bottom: 4px;
    }
    .scrollToTop {
        width: 55px;
        height: 55px;
    }
    .btn-xl {
        padding: 0.4rem 1.4rem;
    }
    .home-title {
        padding-bottom: 40px;
    }
    .contact {
        height: 415px;

    }
    input{
        height: 30px;
    }
    textarea{
        height: 80px;
    }
    .contact h2 {
        padding-top: 15px;
        font-size: 22px;

    }
    .portfolio-items .row {
        margin-right: 0;
        width: 100%;
        margin-left: 0;
    }
    section.p9 a {
        right: 5px !important;
        top: 48% !important;
        -webkit-text-stroke: 3px aliceblue !important;
    }

    section.p9 a div {
        right: 89% !important;
    }
    section a {
        font-size: 1.6em !important;
    }
    #pecom-best {

        bottom: 127px;
    }
    #categories div h1, #categories div p {
        background-color: rgba(0, 0, 0, 0.5);
    }
    #categories li div p {
        top: 34%;
        padding-top: 6%;
        font-size: 0.8em;
    }
    #categories li div h1 {
        bottom: 64%;
        padding-bottom: 10%;
    }
    #categories li div:hover p {
        top: 34%;
        padding-top: 6%;
    }
    #categories li div:hover h1 {
        bottom: 64%;
        padding-bottom: 10%;
    }
    #categories li h1:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 1;
        border-bottom: 5px solid transparent;
    }
    body{
        background: black;
    }
    .contact{
        position: fixed;
        bottom: 0;
        background: rgba(0,0,0,1);
    }
    .contact1 {
        background-size: contain;
        bottom: 140px;
    }

    .filter h1{
        font-size: 1.3em !important;
    }
    .services-box {
        padding-top: 0px;

    }
    .full-left{
        text-align: center !important;
    }
    .full-right{
        text-align: center;
    }
    .full-right-content {
        padding-left: 10px !important;
    }
    .full-right-content p{
        font-size: 14px;
        text-align: center;
    }
    .full-left-content {
        padding-right: 10px !important;
    }
    .full-left-content p{
        font-size: 14px;
        text-align: center;
    }
    .full-left-content h2{

        text-align: center;
    }
    .clobal h1{
        font-size: 1.2em;
    }
    .clobal p{
        font-size: 14px;
    }
    .leftArrow{
        margin-left: 14px;
    }
    .rightArrow{
        margin-right: 14px;
    }
    .leftArrow img, .rightArrow img{
        width: 35px;
        display: none;
    }
    #categories li {
        position: relative;
        list-style-type: none;
        width: 69.857143%;
        padding-bottom: 81.167601%;
    }
    #categories{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #categories li:nth-child(6n+4), #categories li:nth-child(6n+5), #categories li:nth-child(6n+6) {
        margin-top: 0;
        margin-bottom: 0;
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        transform: translateX(50%) rotate(-60deg) skewY(30deg);
        margin-right: 70%;
    }

    #portfolio p {

        padding-bottom: 0;
    }

    #clobal2 h1{
        font-size: 1.1em;
    }
    #clobal2 p{
        font-size: 14px !important;
    }
    .about-section-two p{
        font-size: 14px !important;
    }
    .about-section-two h2{

        font-size: 1.2em !important;
    }
    .about-section-two h4{

        font-size: 16px !important;
    }
    .full-left-content h2 {

        font-size: 1.1em;
    }
    .full-right-content h2 {

        font-size: 1.1em;
    }
    .services-img{
        height: 250px;
        width: 100%;
    }
    .clobal .ball{
        top: 400px;
    }
    .ball{
        display: none !important;
    }
    .full-left:after{
        border-width: 0;
    }
    .scrollToTop{
        right:6% ;
        bottom: 30px;
    }
}







































body{
    user-select:none;
}





*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section {
    font-family: 'Open Sans', sans-serif;

    position: absolute;
    bottom: 0;
    background-clip: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 30px;
}
section a {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 3em;

}
section a:hover{
    text-decoration: none;
    color: white;
}
section.apresenteichan {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Ii8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHJhZGlhbEdyYWRpZW50IGlkPSJsZXNzaGF0LWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9Ijc1JSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-radial-gradient(center ,ellipse, #ffffff 0%, #dadada 100%);
    background-image: -moz-radial-gradient(center ,ellipse, #ffffff 0%, #dadada 100%);
    background-image: -o-radial-gradient(center ,ellipse, #ffffff 0%, #dadada 100%);
    background-image: radial-gradient(ellipse at center, #ffffff 0%, #dadada 100%);
}
section.apresenteichan a {
    width: 634px;
    height: 140px;
    line-height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -317px;
    margin-top: -70px;
    background-repeat: no-repeat;
    background-image: url(//caraujo_pens.surge.sh/images/etCU2ay.jpg), url(//caraujo_pens.surge.sh/images/vA5Po3T.jpg), url(//caraujo_pens.surge.sh/images/UKyeAW3.jpg), url(//caraujo_pens.surge.sh/images/cjqabZU.jpg), url(//caraujo_pens.surge.sh/images/qKMt0VM.jpg), url(//caraujo_pens.surge.sh/images/c5PTClN.jpg), url(//caraujo_pens.surge.sh/images/BgQ3vcZ.jpg), url(//caraujo_pens.surge.sh/images/5cfSL2b.jpg);
    background-size: 100% auto,
    100% auto,
    100% auto,
    100% auto,
    100% auto,
    100% auto,
    100% auto,
    100% auto;
    background-position: center 0, center 356.45095168px, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    -webkit-background-clip: text;
    background-clip: text;
    color: rgba(0, 0, 0, 0);
}
section.apresenteichan a:before {
    content: attr(data-bf);
    position: absolute;
    font-weight: 300;
    color: #777777;
    font-size: 30px;
    line-height: 1;
}
section.apresenteichan a:hover {
    -webkit-animation: chngbg 0.8s infinite;
    animation: chngbg 0.8s infinite;
}
    0% {
        background-position: center 0, center 356.45095168px, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    12.4% {
        background-position: center 0, center 356.45095168px, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    12.5% {
        background-position: center -356.45095168px, center 0, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    24.9% {
        background-position: center -356.45095168px, center 0, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    25% {
        background-position: center -712.90190337px, center -356.45095168px, center 0, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    37.4% {
        background-position: center -712.90190337px, center -356.45095168px, center 0, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    37.5% {
        background-position: center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    49.9% {
        background-position: center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    50% {
        background-position: center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    62.4% {
        background-position: center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    62.5% {
        background-position: center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2138.7057101px, center 2495.15666179px;
    }
    74.9% {
        background-position: center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2138.7057101px, center 2495.15666179px;
    }
    75% {
        background-position: center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2495.15666179px;
    }
    87.4% {
        background-position: center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2495.15666179px;
    }
    88.5% {
        background-position: center -2495.15666179px, center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0;
    }
    100% {
        background-position: center -2495.15666179px, center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0;
    }
}
@-webkit-keyframes chngbg {
    0% {
        background-position: center 0, center 356.45095168px, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    12.4% {
        background-position: center 0, center 356.45095168px, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    12.5% {
        background-position: center -356.45095168px, center 0, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    24.9% {
        background-position: center -356.45095168px, center 0, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    25% {
        background-position: center -712.90190337px, center -356.45095168px, center 0, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    37.4% {
        background-position: center -712.90190337px, center -356.45095168px, center 0, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    37.5% {
        background-position: center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    49.9% {
        background-position: center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    50% {
        background-position: center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    62.4% {
        background-position: center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    62.5% {
        background-position: center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2138.7057101px, center 2495.15666179px;
    }
    74.9% {
        background-position: center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2138.7057101px, center 2495.15666179px;
    }
    75% {
        background-position: center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2495.15666179px;
    }
    87.4% {
        background-position: center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2495.15666179px;
    }
    88.5% {
        background-position: center -2495.15666179px, center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0;
    }
    100% {
        background-position: center -2495.15666179px, center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0;
    }
}
@keyframes chngbg {
    0% {
        background-position: center 0, center 356.45095168px, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    12.4% {
        background-position: center 0, center 356.45095168px, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    12.5% {
        background-position: center -356.45095168px, center 0, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    24.9% {
        background-position: center -356.45095168px, center 0, center 712.90190337px, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    25% {
        background-position: center -712.90190337px, center -356.45095168px, center 0, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    37.4% {
        background-position: center -712.90190337px, center -356.45095168px, center 0, center 1069.35285505px, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    37.5% {
        background-position: center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    49.9% {
        background-position: center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1425.80380673px, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    50% {
        background-position: center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    62.4% {
        background-position: center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 1782.25475842px, center 2138.7057101px, center 2495.15666179px;
    }
    62.5% {
        background-position: center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2138.7057101px, center 2495.15666179px;
    }
    74.9% {
        background-position: center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2138.7057101px, center 2495.15666179px;
    }
    75% {
        background-position: center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2495.15666179px;
    }
    87.4% {
        background-position: center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0, center 2495.15666179px;
    }
    88.5% {
        background-position: center -2495.15666179px, center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0;
    }
    100% {
        background-position: center -2495.15666179px, center -2138.7057101px, center -1782.25475842px, center -1425.80380673px, center -1069.35285505px, center -712.90190337px, center -356.45095168px, center 0;
    }
}
section.p1 {
    background-image: url(//caraujo_pens.surge.sh/images/etCU2ay.jpg);
}
section.p1 a {
    width: 356px;
    height: 94px;
    line-height: 94px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -178px;
    margin-top: -47px;
    color: transparent;
}
section.p1 a:after,
section.p1 a:before {
    content: attr(data-cont);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -178px;
    margin-top: -47px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s all;
    transition: 1s all;
}
section.p1 a:after {
    -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    color: #fff;
    -webkit-animation: volta 0.5s;
    animation: volta 0.5s;
}
    0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes volta {
    0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes volta {
    0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
section.p1 a:before {
    -webkit-clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
    clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
    color: #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
section.p1 a:hover:after {
    -webkit-animation: hideum 0.4s;
    animation: hideum 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
    0% {
        -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
        clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    }
    100% {
        -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
        clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
    }
}
@-webkit-keyframes hideum {
    0% {
        -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
        clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    }
    100% {
        -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
        clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
    }
}
@keyframes hideum {
    0% {
        -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
        clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    }
    100% {
        -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
        clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
    }
}
section.p1 a:hover:before {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-animation: showum 0.4s;
    animation: showum 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
    0% {
        -webkit-clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
        clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
    }
    100% {
        -webkit-clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
        clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
    }
}
@-webkit-keyframes showum {
    0% {
        -webkit-clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
        clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
    }
    100% {
        -webkit-clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
        clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
    }
}
@keyframes showum {
    0% {
        -webkit-clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
        clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
    }
    100% {
        -webkit-clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
        clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
    }
}
section.p2 {
    background-image: url(//caraujo_pens.surge.sh/images/vA5Po3T.jpg);
}
section.p2 a {
    width: 216px;
    height: 94px;
    line-height: 94px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -108px;
    margin-top: -47px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: transparent;
}
section.p2 a:after,
section.p2 a:before {
    -webkit-transition: inherit;
    transition: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: attr(data-cont);
    color: #fff;
}
section.p2 a:before {
    -webkit-clip-path: polygon(0 0, 0 100%, 12.5% 100%, 12.5% 0, 25% 0, 25% 100%, 37.5% 100%, 37.5% 0, 50% 0, 50% 100%, 62.5% 100%, 62.5% 0, 75% 0, 75% 100%, 87.5% 100%, 87.5% 0);
    clip-path: polygon(0 0, 0 100%, 12.5% 100%, 12.5% 0, 25% 0, 25% 100%, 37.5% 100%, 37.5% 0, 50% 0, 50% 100%, 62.5% 100%, 62.5% 0, 75% 0, 75% 100%, 87.5% 100%, 87.5% 0);
}
section.p2 a:after {
    -webkit-clip-path: polygon(12.5% 0, 12.5% 100%, 25% 100%, 25% 0, 37.5% 0, 37.5% 100%, 50% 100%, 50% 0, 62.5% 0, 62.5% 100%, 75% 100%, 75% 0, 87.5% 0, 87.5% 100%, 100% 100%, 100% 0);
    clip-path: polygon(12.5% 0, 12.5% 100%, 25% 100%, 25% 0, 37.5% 0, 37.5% 100%, 50% 100%, 50% 0, 62.5% 0, 62.5% 100%, 75% 100%, 75% 0, 87.5% 0, 87.5% 100%, 100% 100%, 100% 0);
}
section.p2 a:hover {
    color: #fff;
}
section.p2 a:hover:before {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    color: transparent;
}
section.p2 a:hover:after {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    color: transparent;
}
section.p3 {
    background-image: url(//caraujo_pens.surge.sh/images/UKyeAW3.jpg);
}
section.p3 a {
    width: 242px;
    height: 94px;
    line-height: 94px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -121px;
    margin-top: -47px;
    z-index: 10;
    color: #fff;
}
section.p3 a:before,
section.p3 a:after {
    content: attr(data-cont);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section.p3 a:before {
    color: #FF0000;
}
section.p3 a:after {
    color: #FFBF00;
}
section.p3 a:hover:before {
    -webkit-animation: fire 3s infinite;
    animation: fire 3s infinite;
}
    0% {
        -webkit-filter: blur(27px);
        filter: blur(27px);
    }
    10% {
        -webkit-filter: blur(37px);
        filter: blur(37px);
    }
    20% {
        -webkit-filter: blur(42px);
        filter: blur(42px);
    }
    30% {
        -webkit-filter: blur(28px);
        filter: blur(28px);
    }
    40% {
        -webkit-filter: blur(18px);
        filter: blur(18px);
    }
    50% {
        -webkit-filter: blur(25px);
        filter: blur(25px);
    }
    60% {
        -webkit-filter: blur(29px);
        filter: blur(29px);
    }
    70% {
        -webkit-filter: blur(32px);
        filter: blur(32px);
    }
    80% {
        -webkit-filter: blur(30px);
        filter: blur(30px);
    }
    90% {
        -webkit-filter: blur(35px);
        filter: blur(35px);
    }
    100% {
        -webkit-filter: blur(27px);
        filter: blur(27px);
    }
}
@-webkit-keyframes fire {
    0% {
        -webkit-filter: blur(27px);
        filter: blur(27px);
    }
    10% {
        -webkit-filter: blur(37px);
        filter: blur(37px);
    }
    20% {
        -webkit-filter: blur(42px);
        filter: blur(42px);
    }
    30% {
        -webkit-filter: blur(28px);
        filter: blur(28px);
    }
    40% {
        -webkit-filter: blur(18px);
        filter: blur(18px);
    }
    50% {
        -webkit-filter: blur(25px);
        filter: blur(25px);
    }
    60% {
        -webkit-filter: blur(29px);
        filter: blur(29px);
    }
    70% {
        -webkit-filter: blur(32px);
        filter: blur(32px);
    }
    80% {
        -webkit-filter: blur(30px);
        filter: blur(30px);
    }
    90% {
        -webkit-filter: blur(35px);
        filter: blur(35px);
    }
    100% {
        -webkit-filter: blur(27px);
        filter: blur(27px);
    }
}
@keyframes fire {
    0% {
        -webkit-filter: blur(27px);
        filter: blur(27px);
    }
    10% {
        -webkit-filter: blur(37px);
        filter: blur(37px);
    }
    20% {
        -webkit-filter: blur(42px);
        filter: blur(42px);
    }
    30% {
        -webkit-filter: blur(28px);
        filter: blur(28px);
    }
    40% {
        -webkit-filter: blur(18px);
        filter: blur(18px);
    }
    50% {
        -webkit-filter: blur(25px);
        filter: blur(25px);
    }
    60% {
        -webkit-filter: blur(29px);
        filter: blur(29px);
    }
    70% {
        -webkit-filter: blur(32px);
        filter: blur(32px);
    }
    80% {
        -webkit-filter: blur(30px);
        filter: blur(30px);
    }
    90% {
        -webkit-filter: blur(35px);
        filter: blur(35px);
    }
    100% {
        -webkit-filter: blur(27px);
        filter: blur(27px);
    }
}
section.p3 a:hover:after {
    -webkit-animation: fire2 1.5s infinite;
    animation: fire2 1.5s infinite;
}
    0% {
        -webkit-filter: blur(7px);
        filter: blur(7px);
    }
    10% {
        -webkit-filter: blur(17px);
        filter: blur(17px);
    }
    20% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
    }
    30% {
        -webkit-filter: blur(8px);
        filter: blur(8px);
    }
    40% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
    }
    50% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }
    60% {
        -webkit-filter: blur(9px);
        filter: blur(9px);
    }
    70% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
    }
    80% {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    90% {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
    100% {
        -webkit-filter: blur(17px);
        filter: blur(17px);
    }
}
@-webkit-keyframes fire2 {
    0% {
        -webkit-filter: blur(7px);
        filter: blur(7px);
    }
    10% {
        -webkit-filter: blur(17px);
        filter: blur(17px);
    }
    20% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
    }
    30% {
        -webkit-filter: blur(8px);
        filter: blur(8px);
    }
    40% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
    }
    50% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }
    60% {
        -webkit-filter: blur(9px);
        filter: blur(9px);
    }
    70% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
    }
    80% {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    90% {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
    100% {
        -webkit-filter: blur(17px);
        filter: blur(17px);
    }
}
@keyframes fire2 {
    0% {
        -webkit-filter: blur(7px);
        filter: blur(7px);
    }
    10% {
        -webkit-filter: blur(17px);
        filter: blur(17px);
    }
    20% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
    }
    30% {
        -webkit-filter: blur(8px);
        filter: blur(8px);
    }
    40% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
    }
    50% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }
    60% {
        -webkit-filter: blur(9px);
        filter: blur(9px);
    }
    70% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
    }
    80% {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    90% {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
    100% {
        -webkit-filter: blur(17px);
        filter: blur(17px);
    }
}
section.p4 {
    background-image: url(//caraujo_pens.surge.sh/images/cjqabZU.jpg);
}
section.p4 a {
    width: 485px;
    height: 94px;
    line-height: 94px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -242.5px;
    margin-top: -47px;
    z-index: 10;
}
section.p4 a:before,
section.p4 a:after {
    content: attr(data-cont);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    -webkit-opacity: 0.2;
    z-index: -1;
}
section.p4 a:before {
    color: #FFF;
}
section.p4 a:after {
    color: #FFf;
}
section.p4 a:hover:before {
    -webkit-animation: verd 0.4s infinite;
    animation: verd 0.4s infinite;
}
    0% {
        -webkit-transform: translate(-25px, 0px);
        transform: translate(-25px, 0px);
    }
    25% {
        -webkit-transform: translate(-25px, -25px);
        transform: translate(-25px, -25px);
    }
    50% {
        -webkit-transform: translate(25px, -25px);
        transform: translate(25px, -25px);
    }
    75% {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px);
    }
    100% {
        -webkit-transform: translate(-25px, 0px);
        transform: translate(-25px, 0px);
    }
}
@-webkit-keyframes verd {
    0% {
        -webkit-transform: translate(-25px, 0px);
        transform: translate(-25px, 0px);
    }
    25% {
        -webkit-transform: translate(-25px, -25px);
        transform: translate(-25px, -25px);
    }
    50% {
        -webkit-transform: translate(25px, -25px);
        transform: translate(25px, -25px);
    }
    75% {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px);
    }
    100% {
        -webkit-transform: translate(-25px, 0px);
        transform: translate(-25px, 0px);
    }
}
@keyframes verd {
    0% {
        -webkit-transform: translate(-25px, 0px);
        transform: translate(-25px, 0px);
    }
    25% {
        -webkit-transform: translate(-25px, -25px);
        transform: translate(-25px, -25px);
    }
    50% {
        -webkit-transform: translate(25px, -25px);
        transform: translate(25px, -25px);
    }
    75% {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px);
    }
    100% {
        -webkit-transform: translate(-25px, 0px);
        transform: translate(-25px, 0px);
    }
}
section.p4 a:hover:after {
    -webkit-animation: rosa 0.4s infinite;
    animation: rosa 0.4s infinite;
}
    0% {
        -webkit-transform: translate(25px, 0px);
        transform: translate(25px, 0px);
    }
    25% {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px);
    }
    50% {
        -webkit-transform: translate(-25px, 25px);
        transform: translate(-25px, 25px);
    }
    75% {
        -webkit-transform: translate(-25px, -25px);
        transform: translate(-25px, -25px);
    }
    100% {
        -webkit-transform: translate(25px, 0px);
        transform: translate(25px, 0px);
    }
}
@-webkit-keyframes rosa {
    0% {
        -webkit-transform: translate(25px, 0px);
        transform: translate(25px, 0px);
    }
    25% {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px);
    }
    50% {
        -webkit-transform: translate(-25px, 25px);
        transform: translate(-25px, 25px);
    }
    75% {
        -webkit-transform: translate(-25px, -25px);
        transform: translate(-25px, -25px);
    }
    100% {
        -webkit-transform: translate(25px, 0px);
        transform: translate(25px, 0px);
    }
}
@keyframes rosa {
    0% {
        -webkit-transform: translate(25px, 0px);
        transform: translate(25px, 0px);
    }
    25% {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px);
    }
    50% {
        -webkit-transform: translate(-25px, 25px);
        transform: translate(-25px, 25px);
    }
    75% {
        -webkit-transform: translate(-25px, -25px);
        transform: translate(-25px, -25px);
    }
    100% {
        -webkit-transform: translate(25px, 0px);
        transform: translate(25px, 0px);
    }
}
section.p5 {
    background-image: url(//caraujo_pens.surge.sh/images/qKMt0VM.jpg);
}
section.p5 a {
    width: 370px;
    height: 94px;
    line-height: 94px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -185px;
    margin-top: -47px;
}
section.p5 a:after {
    content: '';
    width: 5px;
    height: 212px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(45deg) translate(0%, 0%);
    transform: rotate(45deg) translate(0%, 0%);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.5px;
    margin-top: -106px;
    opacity: 0;
    -webkit-opacity: 0;
}
section.p5 a:hover:after {
    -webkit-animation: comets 0.5s forwards;
    animation: comets 0.5s forwards;
}
    0% {
        width: 0;
        opacity: 0;
        -webkit-opacity: 0;
        -webkit-transform: rotate(45deg) translate(-20%, -100%);
        transform: rotate(45deg) translate(-20%, -100%);
    }
    50% {
        width: 2px;
        opacity: 1;
        -webkit-opacity: 1;
    }
    100% {
        width: 0%;
        opacity: 0;
        -webkit-opacity: 0;
        -webkit-transform: rotate(45deg) translate(20%, 100%);
        transform: rotate(45deg) translate(20%, 100%);
    }
}
@-webkit-keyframes comets {
    0% {
        width: 0;
        opacity: 0;
        -webkit-opacity: 0;
        -webkit-transform: rotate(45deg) translate(-20%, -100%);
        transform: rotate(45deg) translate(-20%, -100%);
    }
    50% {
        width: 2px;
        opacity: 1;
        -webkit-opacity: 1;
    }
    100% {
        width: 0%;
        opacity: 0;
        -webkit-opacity: 0;
        -webkit-transform: rotate(45deg) translate(20%, 100%);
        transform: rotate(45deg) translate(20%, 100%);
    }
}
@keyframes comets {
    0% {
        width: 0;
        opacity: 0;
        -webkit-opacity: 0;
        -webkit-transform: rotate(45deg) translate(-20%, -100%);
        transform: rotate(45deg) translate(-20%, -100%);
    }
    50% {
        width: 2px;
        opacity: 1;
        -webkit-opacity: 1;
    }
    100% {
        width: 0%;
        opacity: 0;
        -webkit-opacity: 0;
        -webkit-transform: rotate(45deg) translate(20%, 100%);
        transform: rotate(45deg) translate(20%, 100%);
    }
}
section.p6 {
    background-image: url(//caraujo_pens.surge.sh/images/c5PTClN.jpg);
    overflow: hidden;
}
section.p6 a {
    width: 474px;
    height: 58px;
    line-height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -237px;
    margin-top: -29px;
    -webkit-transition: all 0.6s cubic-bezier(0, 0.28, 0, 1);
    transition: all 0.6s cubic-bezier(0, 0.28, 0, 1);
}
section.p6 a:before,
section.p6 a:after {
    content: '';
    background-color: #fff;
    height: 4px;
    position: absolute;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.7s cubic-bezier(0.2, 0.02, 0, 1.01) 0.1s;
    transition: all 0.7s cubic-bezier(0.2, 0.02, 0, 1.01) 0.1s;
    width: 474px;
}
section.p6 a:before {
    right: 0;
    top: -10px;
}
section.p6 a:after {
    left: 0;
    bottom: -13px;
}
section.p6:hover a {
    -webkit-transform: scale(0.8) rotate(-40deg);
    transform: scale(0.8) rotate(-40deg);
}
section.p6:hover a:before,
section.p6:hover a:after {
    width: 1000px;
}
section.p7 {
    background-image: url(//caraujo_pens.surge.sh/images/BgQ3vcZ.jpg);
}
section.p7 a {
    width: 307px;
    height: 94px;
    line-height: 94px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -153.5px;
    margin-top: -47px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
section.p7 a:before,
section.p7 a:after {
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
}
section.p7 a:before {
    -webkit-box-shadow: inset 0px 0px 0px 6px #ffffff;
    box-shadow: inset 0px 0px 0px 6px #ffffff;
    -webkit-clip-path: polygon(0 0, 0 80px, 0% 80px, 0% 0);
    clip-path: polygon(0 0, 0 80px, 0% 80px, 0% 0);
    -webkit-transition: all 0.4s 0.25s;
    transition: all 0.4s 0.25s;
}
section.p7 a:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNC8wMy8xNZFWqVMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAC/UlEQVR4nO3TuRGAMADAsIT9dw4lDJDjOUsTuPFca61xmeObNO6hcY8/NI5x6zzerACeYXQIMDoEGB0CjA4BRocAo0OA0SHA6BBgdAgwOgQYHQKMDgFGhwCjQ4DRIcDoEGB0CDA6BBgdAowOAUaHAKNDgNEhwOgQYHQIMDoEGB0CjA4BRocAo0OA0SHA6BBgdAgwOgQYHQKMDgFGhwCjQ4DRIcDoEGB0CDA6BBgdAowOAUaHAKNDgNEhwOgQYHQIMDoEGB0CjA4BRocAo0OA0SHA6BBgdAgwOgQYHQKMDgFGhwCjQ4DRIcDoEGB0CDA6BBgdAowOAUaHAKNDgNEhwOgQYHQIMDoEGB0CjA4BRocAo0OA0SHA6BBgdAgwOgQYHQKMDgFGhwCjQ4DRIcDoEGB0CDA6BBgdAowOAUaHAKNDgNEhwOgQYHQIMDoEGB0CjA4BRocAo0OA0SHA6BBgdAgwOgQYHQKMDgFGhwCjQ4DRIcDoEGB0CDA6BBgdAowOAUaHAKNDgNEhwOgQYHQIMDoEGB0CjA4BRocAo0OA0SHA6BBgdAgwOgQYHQKMDgFGhwCjQ4DRIcDoEGB0CDA6BBgdAowOAUaHAKNDgNEhwOgQYHQIMDoEGB0CjA4BRocAo0OA0SHA6BBgdAgwOgQYHQKMDgFGhwCjQ4DRIcDoEGB0CDA6BBgdAowOAUaHAKNDgNEhwOgQYHQIMDoEGB0CjA4BRocAo0OA0SHA6BBgdAgwOgQYHQKMDgFGhwCjQ4DRIcDoEGB0CDA6BBgdAowOAUaHAKNDgNEhwOgQYHQIMDoEGB0CjA4BRocAo0OA0SHA6BBgdAgwOgQYHQKMDgFGhwCjQ4DRIcDoEGB0CDA6BBgdAowOAUaHAKNDgNEhwOgQYHQIMDoEGB0CjA4BRocAo0OA0SHA6BBgdAgwOgQYHQKMDgFGhwCjQ4DRIcDoEGB0CDA6BBgdAowOAUaHAKNDgNEhwOgQYHQIMDoEGB0CjA4BRocAo0OA0SHA6BBwAm0hC/AwOVFDAAAAAElFTkSuQmCC');
    background-size: cover;
    background-position: center center;
    -webkit-clip-path: polygon(0 0, 0 0px, 100% 0px, 100% 0);
    clip-path: polygon(0 0, 0 0px, 100% 0px, 100% 0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
section.p7 a:hover:before {
    -webkit-clip-path: polygon(0 0, 0 80px, 100% 80px, 100% 0);
    clip-path: polygon(0 0, 0 80px, 100% 80px, 100% 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
section.p7 a:hover:after {
    -webkit-clip-path: polygon(0 0, 0 80px, 100% 80px, 100% 0);
    clip-path: polygon(0 0, 0 80px, 100% 80px, 100% 0);
    -webkit-transition: all 0.5s 0.2s;
    transition: all 0.5s 0.2s;
}
section.p8 {
    background-image: url(//caraujo_pens.surge.sh/images/Z0I8N1E.jpg);
}
section.p8 a {
    width: 389px;
    height: 57px;
    line-height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -194.5px;
    margin-top: -28.5px;
    color: transparent;
}
section.p8 a:before,
section.p8 a:after {
    content: attr(data-cont);
    width: 389px;
    height: 57px;
    line-height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -194.5px;
    margin-top: -28.5px;
    color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0, 0.28, 0, 1);
    transition: all 0.5s cubic-bezier(0, 0.28, 0, 1);
}
section.p8 a:before {
    -webkit-clip-path: polygon(0 0, 0 100%, 275.90443638px 100%, 113.09556362px 0%);
    clip-path: polygon(0 0, 0 100%, 275.90443638px 100%, 113.09556362px 0%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
}
section.p8 a:after {
    -webkit-clip-path: polygon(113.09556362px 0, 275.90443638px 100%, 100% 100%, 100% 0%);
    clip-path: polygon(113.09556362px 0, 275.90443638px 100%, 100% 100%, 100% 0%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform-origin: 75% 50%;
    transform-origin: 75% 50%;
}
section.p8 a .line {
    background-color: #ffffff;
    width: .001px;
    height: 2px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.0005px;
    margin-top: -1px;
    -webkit-transition: all 0.5s cubic-bezier(0, 0.28, 0, 1);
    transition: all 0.5s cubic-bezier(0, 0.28, 0, 1);
}
section.p8 a:hover:before {
    -webkit-transform: translate(20px, 14.00415076px);
    transform: translate(20px, 14.00415076px);
}
section.p8 a:hover:after {
    -webkit-transform: translate(-20px, -14.00415076px);
    transform: translate(-20px, -14.00415076px);
}
section.p8 a:hover .line {
    width: 778px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -389px;
    margin-top: -1px;
    background-color: rgba(255, 255, 255, 0.7);
}
