
/**********************************
    Tipografia
**********************************/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

@font-face {
    font-family: 'CooperHewitt-Bold';
    src: url('../fonts/CooperHewitt-Bold.eot');
    src: url('../fonts/CooperHewitt-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CooperHewitt-Bold.woff') format('woff'), url('../fonts/CooperHewitt-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'CooperHewitt-Book';
    src: url('../fonts/CooperHewitt-Book.eot');
    src: url('../fonts/CooperHewitt-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CooperHewitt-Book.woff') format('woff'), url('../fonts/CooperHewitt-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


p {
    font-family: 'CooperHewitt-Book', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 26px;
    line-height: 40px;
    margin-bottom:40px;
    text-align: justify;
    letter-spacing: 0.6px;
}

.conteudo_2 p {
    margin-bottom:-10px;
}

strong {
    font-family: 'CooperHewitt-Bold', sans-serif;
}

h1 {
    font-family: 'DM Serif Display', serif;
    font-weight: 300;
    color: #000;
    font-size: 70px;
    line-height: 36px;

}

h2 {
    font-family: 'DM Serif Display', serif;
    font-weight: 300;
    color: #000;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2px;
}

.sobre {
    position: relative;
    text-align: right;
    right: 185px;
    margin-bottom: 60px;
}
.perfil {
    position: relative;
    text-align: right;
    right: 20px;
    margin-bottom: 60px;
}
.formacoes {
    font-size: 54px;
    position: relative;
    text-align: right;
    right: 20px;
    margin-bottom: 50px;
    line-height: 60px;
}

.texto_bold {
    font-family: 'CooperHewitt-Bold', sans-serif;
    font-size: 32px;
}
.endereco {
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
}

/**********************************
    Geral
**********************************/
html {
    border: 0;
    margin: 0;
}
body{
    background-color:#dfdfdf;
    color: #8F9193;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    border: 0;
    margin: 0;
 }
div {
    box-sizing: border-box;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.container {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.divider {
    width: calc(100% - 120px);
    height: 10px;
    background-color: #494747;
    margin-top: -30px;
    margin-bottom: 20px;
    position: absolute;
}

/**********************************
    Header
**********************************/
.general_header {
    width: 100%;
    height: 1200px;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center bottom;

}

.general_content {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.header {
    background-image: url(../img/samira_1.png);
    z-index: 0;
    opacity: 0.95;

}
.header_2 {
    background-image: url(../img/samira_2.png);
    z-index: 10;
}
.header_content {
    margin: auto;
    max-width: 1920px;
}
.logo {
    background-image: url(../img/logo.png);
    width: 216px;
    height: 166px;
    top: 60px;
    left: 90px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: 20;
}
.quadro {
    background-color: #DBD9D4dd;
    border-radius: 50px;
    width: 650px;
    height: 370px;
    top: 130px;
    right: 250px;
    position: relative;
    z-index: 20;
    float: right;
    padding: 10px 40px;
    text-align: justify;
}
.redes-sociais {
    font-size: 40px;
    text-align: right;
    margin-top: -10px;
}
.redes-sociais i {
    padding: 5px;
}
.scroll-down {
    width: 55px;
    height: 120px;
    background-image: url(../img/scroll.png);
    position:relative;
    top:65vh;
    right: -100px;
    float: right;
    animation-name:bounce;
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-direction: alternate;
}
@keyframes bounce {
    from {
        transform:translateY(0px);
    }
    to {
        transform:translateY(10px);
    }
}



/**********************************
    Conteudo
**********************************/

.conteudo_1{
    height: auto;
    background-image: url(../img/circulo_1.png);
    z-index: 5;
    margin-top: 930px;
    padding: 170px 120px 320px 120px;
}

.conteudo_2{
    height: auto;
    background-image: url(../img/samira_3.png);
    z-index: 3;
    padding: 400px 120px 300px 120px;
    margin-top: -400px;
}

.conteudo_3{
    height: auto;
    background-image: url(../img/circulo_2.png);
    z-index: 5;
    margin-top: -300px;
    padding: 230px 120px 10px 120px;
}

.coluna_texto {
    max-width: 1140px;
    margin: auto;
}






















