/*Fonts*/

@font-face {
    font-family: "fontjek";
    src: url("../fonts/fontjek.ttf") format("ttf"),
    url("../fonts/fontjek.otf") format("otf");
}
@font-face {
    font-family: 'Fontjek';
    src: url('Fontjek.woff2') format('woff2'),
    url('Fontjek.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fontjek';
    src: url('Fontjek.woff2') format('woff2'),
    url('Fontjek.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

header{
    min-height: 100vh;
}

body{
    background-color: #C61517;
    font-family: 'Montserrat', sans-serif;
    background-image: url("../img/wdc-bg.svg");
    background-repeat: no-repeat no-repeat;
    background-size: 120%;
    background-position: center;
    background-attachment: fixed;
}

.title{
    font-family: 'Fontjek';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 72px;
}

.paragraph{
    color: #fff;
    font-size: 16px;
}
.paragraph span{
    color: #F0A977;
    font-weight: 900;
}

.anchor{
    width: 40px;
    height: 40px;
    background-color: #242437;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 400ms;
}
.anchor:hover{
    transform: scale(1.1);
}


/*Margin top padrão*/

.margind{
    margin-top: 120px;
}

/*Estamos Aqui*/

.here{
    background-image: url("../img/here-bg.svg");
    min-height: 100vh;
    background-repeat: no-repeat no-repeat;
    background-position: right;
    background-size: contain;

}

/*Somos Milhores*/

.millions {
    background-image: url(../img/millions-bg.svg);
    min-height: 100vh;
    background-repeat: no-repeat no-repeat;
    background-position: left;
    background-size: 44%;
}

.millions h3{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 900;
}
.millions .anchor{
    margin-left: auto;
}
/*Esse é o nosso DNA:*/

.dna{
    background-image: url("../img/dna-bg.svg");
    min-height: 100vh;
    background-repeat: no-repeat no-repeat;
    background-position: right;
    background-size: contain;

}
.culture h3{
    border-left: 7px solid #F0A977;
    padding-left: 10px;
    font-size: 20px;
}
.culture p{
    padding-left: 20px;
}

/*Nossos pilares:*/
.pillars {
    background-image: url(../img/pillars-bg.svg);
    min-height: 100vh;
    background-repeat: no-repeat no-repeat;
    background-position-y:top ;
    background-size: 44%;
}
.cornerstone{
    margin-top: 12px;
}
.cornerstone h3{
    font-weight: bold;
    font-size: 18px;
}
.pillars .anchor{
    margin-left: auto;
}

/*Faça parte do nosso time.*/

.btn-job{
    background-color: transparent;
    border:  3px solid #F0A977;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    width: 490px;
    height: 75px;
    transition: 300ms;
}
.btn-job:hover {
    border:  3px solid #fff;
    background-color: #F0A977;
    color: #C61517;
}

/*FOOTER*/
.footer-bar{
    background-color: #242437;
    height: 34px;
    margin-top: -34px;
    position: relative;
}
footer{
    background-color: #242437;
    color: #fff;
    font-size: 12px;
}
.bt {
    position: absolute;
    right: 10px;
    top: -60px;
}
.bt p{
    color: #fff;
    font-size: 10px;
}

.bt a{
    width: 40px;
    height: 40px;
    background-color: #F0A977;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 400ms;
}
.bt a img{
    transform: rotate(180deg);
}


/*MODAL*/

.modal-content{
    width: 770px !important;
    background-color: #C61517 !important;
    padding: 0 43px;
}
.modal-header{
    border-bottom: none;
}

.modal-header .title{
    font-size: 70px;
    margin: auto;
}

.btn-close{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #242437;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
.modal-body form{
    padding: 0px 40px;
}
.modal-body form input, select, textarea{
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    height: 50px;
    font-size: 18px;
    color: #fff;
    padding-left: 10px;
    border-radius: 6px;

}
.modal-body form textarea::placeholder {
    color: #fff;
    opacity: 0.4;
}
.modal-body form textarea {
    height: 250px;
}

.modal-body form input, select{
    height: 50px;
}


.modal-body form select{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url(../img/arrow-select.svg);
    background-repeat: no-repeat no-repeat;
    background-position-y: center;
    background-position-x: 97%;
}

.modal-body form option{
    background-color: #C61517;

}

.modal-body form input::placeholder {
    color: #fff;
    opacity: 0.4;
}

.btn-send{
    background-color: #F0A977;
    border:  none;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    height: 75px;
    transition: 300ms;
}

a{
    text-decoration: none !important;
}
a:hover{
    text-decoration: none;
}

/*Mouse animation*/

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}



.icon {
    display: none;
    margin: 20px;
    /* border: 1px solid #e57c7e; */
    /* width: 200px; */
    /* height: 200px; */
    vertical-align: top;
    position: absolute;
    bottom: 15px;
}

.icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hand-icon {
    position: relative;
}

.hand {
    background: #fff;
    width: 5px;
    height: 16px;
    border-radius: 20px;
    position: relative;
    left: -5px;
    margin-bottom: 17px;
    transform: rotate(-20deg);
    animation: handAnim 1.2s infinite;
}
.hand:after {
    content: "";
    background: #fff;
    width: 17px;
    height: 18px;
    border-radius: 4px 8px 38px 15px;
    transform: rotate(6deg) skewY(10deg);
    position: absolute;
    top: 13px;
    left: -1px;
}
.hand:before {
    content: "";
    background: #fff;
    width: 6px;
    height: 17px;
    border-radius: 2px 40px 20px 20px;
    position: absolute;
    top: 12px;
    left: -6px;
    transform: rotate(-38deg);
}
.hand .circle {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -7px;
    opacity: 0.5;
    animation: circleAnim 1.2s infinite 2.1s;
}

.modal-dialog {
    max-width: 770px;
}

@keyframes handAnim {
    0% {
        top: 20px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: -20px;
        opacity: 0;
    }
}
@keyframes circleAnim {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}