.pageConstruction {
    width: 100%;
}
#video {
    position: fixed; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -1000;
}

.pageConstruction .pageConstructionItems {
    width: 100%;
    z-index: 2;
}
.bg0{
    /*background-color: rgba(0, 0, 0, 0.55)*/
}
.newsletter{
    padding-top: 10%;
    padding-bottom:  25px;
    padding-left: 25px;
    padding-right:  25px;
}
.newsletter img{
    height: 100px;

}
.newsletter .newsletterItem{
    padding: 25px;
}
.newsletterItem{
    margin-top: 10%;
}
.newsletter h1{
    font-family: 'Roboto', sans-serif;
    font-size: 49px;
    color: #fff;
    line-height: 1.1;
}
.newsletter h2{
    padding-top: 20px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.1;
}
.newsletter p {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
}

@media only screen and (max-width: 764px) {
    .pageConstruction .pageConstructionItems {
        width: 100%;
    }
    #video {
        display:none;
    }
    .pageConstruction {
        width: 100%;
        background: url(/public/construction/img/body.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .newsletter{
        padding-top: 15%;
    }
    .bg0{
        background-color: rgba(0, 0, 0, 0.6)
    }
    .newsletter h1{
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        color: #fff;
        line-height: 1.1;
    }
    .newsletter h2{
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: 25px;
        line-height: 1.1;
    }
}

.talk-specialist{
    width: 100%;
    /*border-top: 1px solid #00b04c;*/
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-color: #00b04c;*/
    position: fixed;
    bottom: 0;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    text-align: center;
/*    background: linear-gradient(-45deg, #007e40, #00b04c, #00537d, #41a7d7);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    transition: 0.3s ease;*/
}
.talk-specialist a{
    text-decoration: none;
}
.talk-specialist h2{
    font-size: 24px;
    color: #fff;
}
.talk-specialist h4{
    font-size: 16px;
}
.seta-1{
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; 
    float:left;}

.seta-2{
    border-right: 20px solid #fff;
    border-top: 20px solid transparent; 
    border-bottom: 20px solid transparent;
    float:right;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}