


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-backface-visibility: hidden;
   box-sizing: border-box; 
  background-color: #F6F3EE;
  font-family:  Georgia, Times, "Times New Roman", serif; 
  font-size: 24px; font-style: normal;
 /* -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
  -ms-scroll-snap-points-y: repeat(100vh);
      scroll-snap-points-y: repeat(100vh);
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;*/
}
.clear{clear: both;}
section {
  height: calc(100%);
  scroll-snap-align: start;
  text-align: center;
  position: relative;
}
a, button{
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

.btn-back, .btn-next, a.login-btn{
  transition: all 0.4s ease;
}


a.login-btn:hover{
  width: 75px;
  transition: all 0.2s ease;
}

.btn-next:hover{opacity: 0.6;}

.area-content{
  max-width: 260px;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);

  text-align: center;
  color: white;
  width: 100%;  
}



.area-form .logotipo-color{
  max-width: 230px;
}

.area-form{
    max-width: 500px;
    padding: 25px 40px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10%;
    transform: translateX(0);
    text-align: center;
    color: white;
    width: 100%;
    z-index: 1;
}
.area-form .area-int-form{
    padding: 60px; 
}
.area-form .area-form-text{
  text-align: center;
  color: #451400;
  font-weight: bold;
  font-style: italic;
  margin: 30px 0; 
  font-size: 17px; 
}

.area-content-slogan span.aspas{
font-family: 'Palanquin', sans-serif;

}
.area-content-slogan{
  font-size: 21px;
  font-style: italic;
  font-weight: bold;
   line-height: 120%;
   margin-top:70px;
}
.area-content-slogan span.autor{
  display: block;
  font-weight: 300;
  font-size: 18px;
}


.section-home{
  overflow: hidden;
  min-height: 100vh;
}
#section-home-slides{
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat;
    background-size: cover;
  /*background: url(../images/background-section01.jpg) no-repeat;*/
  /*background: url("../images/background-section01.jpg") no-repeat;*/
  background-size: cover !important;
  overflow: hidden;
  /*background-position: center center !important; */
  /*background-blend-mode: darken;*/
  transition: 3s;
  background-color: #00000040 !important;
  
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}





.section-colored .area-content, .section-colored .btn-next,.section-colored  a.login-btn{
  color:#a78f56;
}

section.section-form-completed {
  height: 80%;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  
}


.section-form-completed{
  /*margin-top: 6%;*/
  background: url(../images/background-section03.jpg) no-repeat 100% 100%;
  background-size: cover;
  overflow: hidden;
}

.section-form{
  min-height: 100vh;
  /*background: url(../images/background-section02.jpg) no-repeat;*/
  background-size: cover;
  background-color:#F6F3EE;
    /*background-attachment: fixed;*/
}
.section-formbg{
  background: 
  linear-gradient(
          rgba(0, 0, 0, 0.2), 
          rgba(0, 0, 0, 0.2)
        ),url(../images/background-section02.jpg) no-repeat 100% 100%;
    position: absolute;
    background-size: cover;
    height: 87%;
    width: 70%;
    right: 50px;
    top: 90px;
    z-index: 0;

}


.section-form-completed img{
  margin: 0 0 30px 0;
  max-width: 260px;
}
.section-form-completed .btn-submit{
  font-family:  Georgia, Times, "Times New Roman", serif; font-size: 24px; font-style: normal;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1.5px;
  cursor: pointer;
      padding: 8px 32px;
    color: #fff;
    background: transparent;
    border: none;
    margin: 30px 0 0;
}
.section-form-completed .btn-submit:hover{
  opacity: 0.8;
}



.area-form-completed{
   margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  font-size: 22px;
  max-width: 430px;
  padding: 7px; 
  background: rgba(170, 132, 80, 0.9);;
  position: absolute;
  max-height: 360px;
  text-align: center;
  color: white;
  width: 100%; 
}
.area-form-completed .area-int-form-completed{
    
    padding: 60px; 
}
.area-form .area-form-text-completed{
  text-align: center;
  color: #fff;
  font-style: italic;
  margin: 30px 0; 
  font-size: 17px; 
}

p.area-form-text-completed {
  padding: 20px 0; 
  font-size: 16px;
  border-top: 1px solid #decaab; 
  border-bottom: 1px solid #decaab;
  max-width: 260px;
  margin: 0 auto; 
}



a.login-btn{
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    width: 64px;
    display: block;
    margin: 20px auto 0;
    letter-spacing: 1.3px;
    font-size: 14px;
}
.login-btn img{width: 20px; margin-top: -5px; float: left;}

.btn-next{
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  font-family:  Georgia, Times, "Times New Roman", serif; font-size: 24px; font-style: normal;
    font-size: 17px;
    font-weight: bold;
  width: 80px;
  display: block; 
  letter-spacing: 1.5px;
  background: transparent;
  border: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  
   
}



.btn-next span{
  margin-bottom: 5px;
 
  display: block;
}

.btn-next svg{
    width: 34px;
    margin: 0px 0; 
    top: 0px;
    position: relative;
    animation-iteration-count: infinite;
    animation-duration: 1.8s;
    animation-name: arrowmove;
    animation-delay: 3s;
}

@keyframes arrowmove {
    0%   {  top: 0px;  }
    25%  { top: -4px; }
    50%  {  top: 0px; }
    75%  { top: -4px; }
}




.btn-back{
  cursor: pointer;
  font-family:  Georgia, Times, "Times New Roman", serif; font-size: 24px; font-style: normal;
  font-size: 17px;
  font-weight: bold;
  width: 80px;
  display: block; 
  letter-spacing: 1.5px;
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #451400;
  transition: all 0.4s ease;
  height: 47px;
  text-align: center;
}
.btn-back span{
  bottom: 0;text-align: center;
}
.btn-back img{
     width: 28px;
     margin: 5px auto; 
     transform: rotate(180deg);
     display: block;
     transition: all 0.4s ease;
      position: relative;
      top: 3px;
}
.btn-back:hover img{
  top: -3px;
  transition: all 0.4s ease;
}

.btn-backform{
  cursor: pointer;
  font-family:  Georgia, Times, "Times New Roman", serif; font-size: 24px; font-style: normal;
  font-size: 17px;
  font-weight: bold;
  width: 80px;
  display: block; 
  letter-spacing: 1.5px;
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #451400;
  transition: all 0.4s ease;
}
.btn-backform img{
     width: 28px;
     margin: 5px auto; 
     transform: rotate(180deg);
     display: block;
     transition: all 0.4s ease;
}
input.inputcaptcha{
  width: 55% !important;
}
img.inputcaptchaimg{
  width: 22%;
  border: 1px solid #461400;
  height: 32px;
}

form.form-selections input::-webkit-input-placeholder, /* Chrome/Opera/Safari */
form.form-selections textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #451400;
  font-size: 10px;
   letter-spacing: 1px;
}
form.form-selections input::-moz-placeholder, /* Firefox 19+ */
form.form-selections textarea::-moz-placeholder { /* Firefox 19+ */
  color: #451400;
  font-size: 10px;
   letter-spacing: 1px;
}
form.form-selections input:-ms-input-placeholder,/* IE 10+ */
form.form-selections textarea:-ms-input-placeholder { /* IE 10+ */
  color: #451400;
  font-size: 10px;
   letter-spacing: 1px;
}
form.form-selections input:-moz-placeholder,/* Firefox 18- */
form.form-selections textarea:-moz-placeholder { /* Firefox 18- */
  color: #451400;
  font-size: 10px;
   letter-spacing: 1px;
}
form.form-selections input,
form.form-selections textarea{
  background: transparent;
  border: 1px solid #451400;
  padding: 7px;
  width: 100%; 
  font-family:  Georgia, Times, "Times New Roman", serif; font-size: 24px; font-style: normal;
  margin: 5px; 
  font-size: 14px;
  color: #000;
}
form.form-selections textarea{
  height: 120px
}

form.form-selections .form-selections-col .inputcol{
  width: 50%;
  float: left;
  padding: 0 5px; 
}
.paddingr-0{padding-right: 0 !important;}
.paddingl-0{padding-left: 0 !important;}

form.form-selections .btn-submit{
  font-family:  Georgia, Times, "Times New Roman", serif; font-size: 24px; font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #fff;
  margin: 10px auto 0; 
  padding: 10px; 
  background-color: #451400;
  width: 100px;
  display: block;
  clear: both;
}
form.form-selections .btn-submit:hover{
  opacity: 0.8;
}
form.form-selections .btn-submit.carregando{
  background-color: transparent !important;
}


.form-flex-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
/*Loading*/

         
        .loader {            
          -webkit-transition: opacity .35s cubic-bezier(.3,.1,.3,1);
          transition: opacity .35s cubic-bezier(.3,.1,.3,1);
          opacity: .2;
          position: relative;
          overflow: hidden;
          width: 300px;
          height: 1px;
          position: absolute;
          top: 50%;
          background: #fff;
          left: 50%;
          margin-top: 30px;
          margin-left: -150px;
        }
        .loader:before {
          position: absolute;
          top: 0;
          left: 0px;
          right: 0px;
          bottom: 0;
          content: "";
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
          -webkit-animation: preloader 2s cubic-bezier(.75,0,.25,1) infinite;
          animation: preloader 2s cubic-bezier(.75,0,.25,1) infinite;
          
          background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(167,143,86,1) 42%, rgba(167,143,86,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(42%, rgba(167,143,86,1)), color-stop(100%, rgba(167,143,86,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(167,143,86,1) 42%, rgba(167,143,86,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(167,143,86,1) 42%, rgba(167,143,86,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(167,143,86,1) 42%, rgba(167,143,86,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(167,143,86,1) 42%, rgba(167,143,86,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a78f56', GradientType=1 );

          height: 10px;
          width: 184px;
          animation-timing-function: ease;
          animation-name: example;
          animation-duration: 1.8s;
        }     



  
      @keyframes example {
        from {left: 0px;}
        to {left: 500px;}
      }

        #loadingDiv img{
          position:absolute;
          max-width: 250px;
          left: 50%;
          top: 50%;
          margin-left: -125px; 
          margin-top: -30px; 
        }
        #loadingDiv {
            z-index: 9999;
            position:fixed;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color:#fff;
        }

.carregando {
    cursor: no-drop !important;
    opacity: .4 !important;
}

.carregando img {
  width: 40px;
}
#response-form span {
    height: 32px;
    border: 1px solid #CB050D;
    width: 126px;
    color: #CB050D;
    font-size: 14px;
    margin-left: 5px;
    padding: 7px;
    display: block;
}