@font-face {
    font-family: 'Stapel Extra';
    src: url('../fonts/Stapel-ExtraLight.eot');
    src: url('../fonts/Stapel-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Stapel-ExtraLight.woff2') format('woff2'),
        url('../fonts/Stapel-ExtraLight.woff') format('woff'),
        url('../fonts/Stapel-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stapel';
    src: url('../fonts/Stapel-Light.eot');
    src: url('../fonts/Stapel-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Stapel-Light.woff2') format('woff2'),
        url('../fonts/Stapel-Light.woff') format('woff'),
        url('../fonts/Stapel-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Stapel', sans-serif;
    background: #142A39;
        background-size: contain;
        
}
html{
    /*display: flex;*/
    justify-content: center;
    align-items: center;
        width: 100%;
            background: #142A39;

}
*{
    font-family: 'Stapel', sans-serif;
}
#formulario{
    background-color: #A9C6D9;
    /*width: 532px;*/
    max-width: 100%;
    max-width: 532px;
    width: 100%;
}

h1{
    font-family: 'Stapel', sans-serif;
    font-weight: normal;
    font-size: 92px;
    letter-spacing: 0.01em;
    line-height: 92px;
    text-align: left;
    color: #d9c6ad;
    margin-bottom: 30px;

}
.descricao p{
    font-weight: normal;
    font-size: 21px;
    letter-spacing: 0.01em;
    line-height: 46px;
    text-align: left;
    color: #d9c6ad;

}
.descricao li{
    font-family: 'Stapel';
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.01em;
    line-height: 38px;
    text-align: left;
    color: #d9c6ad;
    position: relative;
    padding-left: 60px;
    margin: 38px 0;
    &::before{
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        transform: rotate(45deg);
        
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="35.355" height="35.355" viewBox="0 0 35.355 35.355">  <rect id="Retângulo_1429" data-name="Retângulo 1429" width="25" height="25" transform="translate(17.678) rotate(45)" fill="#a9c6d9"/></svg>'); /* Replace with your encoded SVG */
        background-repeat: no-repeat;
        background-color: #A9C6D9;
        position: absolute;
        left: 0;
        top: 8px;

    }

}
.tema{
    position: relative;
        padding: 54px 0;
        margin-bottom: 40px;
}
.tema h2{
    font-family: 'ClanOT-NarrowBook', sans-serif;
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 0.17em;
    line-height: 26px;
    color: #d9c6ad;
    text-align: center;

}
.tema img{
    position: absolute;
    left: 0;
    bottom: 30px;
}
#formulario .msg{
    font-weight: 300;
    font-size: 22px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    padding-top: 20px;

}
#rodape-fixo{
    left: 0;
    z-index: 10;
}
#section-video1{
    padding: 70px 0 30px;
}
#section-video .box-video{
    display: block;
}
#section-video .inner-section-video{
    padding: 0;
}
#footer{
    background: #3F3F3F;
}
#footer .bg2{
    background: transparent;
    border: none;
}
#footer *, #footer .bg2 .text a:nth-child(1){
    color: #fff;
}

@media (max-width: 768px) {
    html{
        display: block;
    }
    body{
        background-image: none;
    }
    h1{
        text-align: center;
        padding: 30px 0;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0;
    }
    .descricao p{
        text-align: center;
    }
    #rodape-fixo{
        position: relative;
    }
    #section-video{
        padding: 0;
    }
    #section-video .inner-section-video .box-texto{
        padding: 0 10px;
    }

}




#section-principal {
	 position: relative;
	 width: 100%;
	 height: 100vh;
	 overflow: hidden;
	 color: #fff;
             background: linear-gradient(255deg, #689ebb 0%, #091f38 100%);

}
 #section-principal .background {
	 width: 100%;
	 height: 100%;
	 background: linear-gradient(135deg, #002d52 0%, #3b7099 100%);
             background: url('../img/letter.png') no-repeat left center;
                 background-size: contain;

	 display: flex;
	 align-items: center;
	 justify-content: flex-start;
	 /*padding-left: 10%;*/
	 position: relative;
         justify-content: flex-end;
}
 #section-principal .box-texto {
	 position: relative;
	 max-width: 420px;
	 border: 2px solid #d7b98e;
	 padding: 54px;
	 background: rgba(0, 0, 0, 0.15);
         background: linear-gradient(217deg, #37637c 0%, #0a3957 100%);
	 backdrop-filter: blur(3px);
	 line-height: 1.6;
	 font-size: 20px;
	 font-weight: 400;
	 z-index: 2;
	 /*transform: translateY(50%);*/
         right: 50%;
}
 #section-principal .box-texto p{
    margin: 0;
    font-family: 'Stapel Extra';
 }
 #section-principal .scroll-down {
	 position: absolute;
	 bottom: 70px;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 90px;
	 height: 90px;
	 border: 2px solid #fff;
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 cursor: pointer;
	 z-index: 5;
	 transition: all 0.3s ease;
}
 #section-principal .scroll-down span {
	 display: block;
	 width: 14px;
	 height: 14px;
	 border-bottom: 2px solid #fff;
	 border-right: 2px solid #fff;
	 transform: rotate(45deg);
	 transition: transform 0.3s ease;
	 margin-top: -4px;
}
 #section-principal .scroll-down:hover {
	 /*border-color: #d7b98e;*/
     background: rgba(0, 0, 0, 0.15);;
}
 #section-principal .scroll-down:hover span {
	 transform: rotate(45deg) translateY(4px);
}
 #section-principal .imagem-diagonal {
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 45%;
	 height: 100%;
	 overflow: hidden;
	 clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
	 z-index: 1;
}
 #section-principal .imagem-diagonal img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 @media (max-width: 992px) {
	 #section-principal {
		 height: auto;
	}
	 #section-principal .background {
		 flex-direction: column;
		 align-items: center;
		 padding: 60px 20px;
	}
	 #section-principal .imagem-diagonal {
		 position: relative;
		 width: 100%;
		 height: 400px;
		 clip-path: none;
         height: auto;
	}
	 #section-principal .box-texto {
		 transform: none;
		 margin-top: 40px;
		 text-align: center;
		 padding: 30px;
	}
	 #section-principal .scroll-down {
		 position: relative;
		 margin-top: 40px;
		 left: auto;
		 transform: none;
                 bottom: 0;
	}
}
@media (max-width: 768px) {
    #section-principal .box-texto{
        right: auto;
    }
    #formulario{
        margin: 0 auto;
    }
    #section-video{
        padding: 25px 0;
    }
    .descricao li{
        font-size: 20px;
        margin: 20px 0;
        &::before{
            width: 20px;
            height: 20px;
        }
    }
    #texto-fixo p, #texto-desenvolvimento p{
        font-size: 20px !important;
    }
    #texto-fixo, #texto-desenvolvimento{
        padding: 10px !important;
    }
    #section-video{
        padding: 40px 0 !important;
    }
}
 




/***************************************************************************************/
#texto-fixo{
    position: fixed;
    bottom: 0;
    width:100%;
    background:#737B83;
    padding: 20px;
    z-index: 10;

}
#texto-fixo p{
    margin: 0;

    font-family: 'Stapel';
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 26px;
    text-align: center;
    color: #d9c6ad;

}
#texto-desenvolvimento{

    width:100%;
    background:#a9c6d9;
    padding: 20px;
        z-index: 3;

}
#texto-desenvolvimento p{
    font-family: 'Stapel';
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;

}
#footer{
    margin-bottom: 66px;
    background-color: #fff;
}
#footer *{
    color: #0d0d0d !important;
}

#section-video{
    padding: 74px 0 43px;
}