:root {
  --color-one: #FE6A00;
  --text-color: #545763;
  --text-black: #1a1c23;
}

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,a:hover,a:visited, a:active{
  text-decoration: none!important;
}
body {
  overflow-x: hidden;
}

.politica{
  overflow:hidden;
}

.politica .checkbox{
  float:left;
  margin-right: 10px;
}

.politica p{
  margin-top: 15px;
  line-height: 22px;
  font-size: 15px;
  text-align: justify;
  color: #999;
}

.flex-footer {
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}

.card .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card .modal-content button {
  width: 50%;
  height: 70px;
  font-size: 1.5rem;
  background-color: #dd6d06;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 3s;
}

.card .modal-content button:hover {
  background-color: #b85a02;
  transition: 3s;
}


.card .Obrigado {
  text-transform: initial;
  padding: 50px;
}

.card .modal {
  border-radius: 20px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .card {
  background-color: #dd6d06;
  height: 100vh;
  color: #000;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-footer .group-style {
  display: flex;
  gap: 50px !important;
  margin-bottom: 40px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-rosca {
  margin-top: 225px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-80 {
  margin-top: 80px;
}

.bg_orange {
  background-color: var(--color-one);
  padding-bottom: 20px;
}

.color_orange {
  color: var(--color-one);
}

.color_gray {
  background-color: #f7f7fa;
}

.btn-color1 {
  background-color: transparent;
}

.btn-color {
  background-color: #d1d1d1;
}

.h1__style {
  font-weight: bold;
  color: var(--text-black);
}

.h1__style_produto {
  font-weight: bold;
  color: var(--text-black);
}

.h1__style_footer {
  color: #fff;
  line-height: 4vw;
  font-size: 3vw;
}

.p_style_footer {
  font-size: 2vw;
  color: #fff;
}

.h3__style {
  color: var(--text-black);
}

.font-size_style {
  line-height: 2.8rem;
  color: var(--text-color);
  font-weight: 300;
}

.font-size__padrao {
  font-size: 25px;
}

.font-size__18 {
  font-size: 18px;
}

.btn-padrao {
  color: var(--color-one);
  font-size: 28px;
  text-transform: uppercase;
}

.btn-padrao_produto {
  color: var(--color-one);
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
}

.btn-padrao_produto:hover,
.btn-padrao:hover {
  color: var(--color-one);
}
.btn-quero-linha:after {
  content: ' ';
  width: 253px;
  height: 1px;
  border-bottom: 2px solid var(--color-one);
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn-quero-linha i {
  position: absolute;
  left: 270px;
  top: 12px;
}

.container-lucros {
  display: flex;
}

.container-lucros .btn-quero-linha{
  width: 514px;
  display: block;
  margin: 0 auto;
}
.container-lucros .btn-quero-linha:after{
  width: 472px;
}
.container-lucros .btn-quero-linha i {
  left: 485px;
}

.btn-padrao__btn {
  height: 50px;
  padding: 0 30px;
}

h6 {
  font-size: 22px;
  line-height: 38px;
}

.flex {
  display: flex;
  gap: 80px;
}

.lh-h1 {
  line-height: 58px;
}

.h5__style {
  font-size: 28px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 39px;
  margin-top: 8px;
}


.section-two {
  height: 900px;
}

.column {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.column img {
  width: 50%;
}

.produtos img {
  width: 90%;
}

.my-absolute {
  position: absolute;
  width: 90%;
  left: 0;
  top: 0;
}

.card {
  padding: 50px 0px;
  border-radius: 15px;
}



label {
  font-size: 25px;
  color: #4e5261;
  margin-bottom: 8px;
}

label span {
  color: red;
}

input, select {
  height: 70px;
}

.form-control {
  background-color: #f7f9ff;
}

span h4 {
  font-weight: 300;
  line-height: 42px;
}

span h1 {
  line-height: 58px;
  color: #1a1c23;
}

.top_style {
  top: 300px;
  left: 90px;
}

.text-video h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 50px;
}

.video {
  position: relative;
  z-index: 999;
}

.bg_batata {
  position: absolute;
  left: -200px;
  top: -200px;
}

.principal {
  height: 600px;
}

.principal h1 {
  color: #fff;
  font-size: 46px;
  line-height: 68px;
  position: absolute;
  z-index: 1;
  width: 40%;
}

.principal span {
  color: #ffee91;
}

.principal .logo {
  width: 25%;
}

.top-style-banner {
  top: -180px;
}

.btn {
  padding: 0.1px;
}

.top-model {
  top: -70px;
}

.bg_footer {
  background-repeat: repeat-x;
  background-size: 100%;
  background-color: var(--color-one);
}

.bg_rosca {
  position: absolute;
}
.bg_rosca .area-texto .btn-easychef{
  height: auto;
  color:#fff;
  display: block;
  text-align: center;
  padding: 11px 30px;
}
.p-50 {
  padding: 50px 0;
}

.mobile {
  display: none;
}


.checkmark {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}


/* BTNS */

.btn-easychef-two {
  display: inline-block;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 20px 35px;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
  width: 50%;
  background: #fe6a00;
  color: #fff;
}

.btn-easychef-one {
  display: inline-block;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0px 35px;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
}

.btn-easychef {
  display: inline-block;
  height: auto;
  border:0;
  border-radius: 0;
  padding: 20px 35px;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
}

.btn-easychef-branco,.btn-easychef-branco:active,.btn-easychef-branco:hover {
  color:#000!important;
  background-color: #fff;
}

.btnCativarClientes {
  background-color: white;
  padding: 5px 40px;
  /* height: 90px; */
  font-size: 22px;
}

.btnOrangeEasy {
  background-color: #fa6e00;
  color: #fff!important;
  font-size: 24px;
}

.btnOrangeEasyInput {
  background-color: #fe6a00;
  /* background-color: #ffa45d; */
  color: #fff!important;
  font-size: 24px;
}

.btn-branco-laranja {
  color: #fa6e00;
  background-color: #fff;
}

.btn-enviar {
  width: 100% !important;
}

.btn-footer-Cliente {
  padding: 20px !important;
}



/* video animation */

#all {
  cursor: pointer;
}

#play-video:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

#play-video i {
  transition: all 0s ease !important;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  line-height: 0;
}

#play-video:hover {
  background-color: #ae2f3b;
  color: #ffffff;
}

#close-video {
  border: 4px solid;
  border-radius: 50%;
  background: transparent;
  font-size: 26px;
  color: #8d908a;
  height: 56px;
  width: 56px;
  text-align: center;
}

.youtube-video .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  height: 100%;
  max-width: 1000px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

iframe#youtubevideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.youtube-video .modal-footer {
  border: none;
  text-align: center;
  display: block;
  padding: 0;
}

.youtube-video .modal-content {
  background: none !important;
  border: none;
}

@media (min-width: 577px) and (max-width: 1200px) {
  .principal .logo {
    width: 35% !important;
  }
}

@media (min-width: 870px) and (max-width: 1110px) {
  .principal h1 {
    width: 68% !important;
  }
}

@media (min-width: 747px) and (max-width: 991px) {
  /*.btnOrangeEasy {
    width: 90% !important;
  }*/
}

@media (min-width: 992px) {
  .card form {
    width: 600px;
  }
  .bg_rosca .area-texto .btn-easychef{
    padding: 27px 30px;
  }
  .bg_footer {
    padding: 20px 0;
  }
  .container-lucros{
    width: 915px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 746px) {

  .container-lucros {
    display: grid;
  }

  .btn-easychef-two {
    width: 80%;
  }

  .btnCativarClientes, .btnOrangeEasy {
    padding: 10px 20px !important;
    /* height: 60px !important; */
    font-size: 3.8vw !important;
  }

  .btn-size-easy {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .flex-footer .group-style {
    gap: 1px !important;
    margin-bottom: 10px !important;
  }

  .flex {
    gap: 50px
  }

  .column_produtos {
    display: flex;
    flex-direction: column;
  }

  .row-impulsione {
    padding: 50px 0;
  }

  .h5__style {
    text-align: center;
  }

  .h1__style {
    text-align: center !important;
  }

  .bg_footer {
    background-image: url(../dist/img/footer_bg_model.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    padding-bottom: 20px;
  }
  .bg_footer .area-texto{
    margin-top: 90px;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }
  .text-video {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .col-footer {
    display: contents;
  }
  .card {
    margin-top: 0.1px !important;
    padding: 0px;
  }
  .position-absolute_mobile {
    position: absolute;
  }
  .card {
    border: 1px solid transparent !important;
    width: 100%;
  }
  .btn-rosca {
    width: 90% !important;
  }
  .top-model {
    display: none;
  }
  .flex-footer {
    width: 100%;
  }
  svg {
    width: 85px;
  }
  .flex-footer .group-style {
    flex-direction: column;
  }
  .principal h1 {
    color: #fff;
    font-size: 33px;
    line-height: 48px;
    /* margin-top: 22px; */
    width: 80%;
  }
  .mt-90 {
    margin-left: 20px;
    z-index: 999;
  }
  .bg_rosca .area-texto {
    width: 600px;
    padding: 0 75px;
  }
  .bg_rosca .top_style {
      left: 60px;
  }
  .bg_footer {
    background-color: #fff;
  }
  .bg_footer .area-texto{
    margin-top: 150px;
  }
  .container-lucros .container-2{
    width: 100%;
  }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
  .principal h1 {
    line-height: 55px;
  }
  .text-end {
    width: 100%;
  }
  .column {
    margin-left: 35px;
  }

  .produtos img {
    width: 85%;
    margin-bottom: 45px;
    max-width: 500px;
  }

}


@media screen and (min-width: 577px) and (max-width: 991px) {
  .principal h1 .btn-easychef{
    margin-top: 45px;
  }
  .produtos img {
    margin-bottom: 25px;
  }

  .column img {
    width: 40%;
  }

  .bg_rosca {
    background-image: url('../dist/img/mobile_rosca.png');
    background-repeat: no-repeat;
    background-position: top center;
  }

  .top_style {
    top: 380px;
    left: 70px;
  }

  .lh-h1 {
    line-height: 39px;
  }

  .h5__style {
    font-size: 22px;
    line-height: 30px;
  }

  .text-end {
    margin: 0.1px !important;
  }

  h6 {
    font-size: 14px;
    line-height: 31px;
  }


}
@media (min-width: 577px) and (max-width: 768px) {
  .top-style-banner {
    top: -180px;
    left: 45%;
  }
  .btn {
    width: 60%;
  }
  .bg_rosca .area-texto {
    width: 540px;
    padding: 0 45px;
  }
  .bg_rosca .top_style {
    top: 380px;
    left: 0;
  }
  .bg_footer .area-texto{
    margin-top: 122px;
  }
}
@media screen and (max-width: 577px) {
  label {
    font-size: 17px;
  }
}

@media screen and (max-width: 576px) {
  .btn-quero-linha:after {
    width: 199px;
  }
  .btn-quero-linha i {
    left: 216px;
  }
  .bg_rosca {
    background-image: url('../dist/img/mobile_rosca.png');
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg_rosca .top_style {
      left: 0;
  }
  .bg_rosca .area-texto {
      width: 100%;
      padding: 0px 60px;
  }
  .color_mobile {
    color: #e07315;
  }
  .principal .logo {
    width: 75%;
  }
  .top-style-banner {
    top: 0;
    right: -24px;
    width: 90%;
  }
  .column {
    padding-left: 35px;
  }
  /* ============= */
  .p-50 {
    padding: 1px 0;
  }

  /* ============= */

  .principal {
    height: 480px;
  }


  /* ============= */

  .video {
    min-width: 30px !important;
    width: 100%;
  }

  .bg_batata {
    top: -122px;
    width: inherit;
  }

  .text-video h1 {
    font-weight: 300;
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 25px;
  }

  /* ============= */

  .top_style {
    top: 400px;
    left: 35px;
  }


  .section-two {
    height: 800px;
  }

  span h4 {
    font-weight: 300;
    line-height: 31px;
    font-size: 14px;
  }

  span h1 {
    line-height: 29px;
    color: #1a1c23;
    font-size: 22px;
  }

  /* ==========  */

  .btn {
    width: 60%;
  }

  h6 {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }

  .row-Diferenciais .mt-5 {
    margin-top: 10px;
  }

  .btn-size-mobile {
    font-size: 17px !important;
  }

  .h5__style {
    font-size: 15px;
    line-height: 29px;
    text-align: center !important;
  }

  .lh-h1 {
    line-height: 36px;
  }


  .row-impulsione .mb-25 .row-impulsione .mb-5 {
    margin-bottom: 0 !important;
  }

  svg {
    width: 30%;
  }


  .h1_style_produtos {
    font-size: 23px;
  }

  .produtos {
    margin-bottom: 25px;
  }

  .produtos img {
    margin-bottom: 25px;
  }

  /* ======== */

  .font-size__padrao {
    font-size: 18px;
    line-height: 30px;
  }

  .btn-padrao {
    font-size: 22px;
    display: flex;
    justify-content: center;
  }

  .btn-padrao_produto {
    font-size: 22px;
  }

  .row-fluid {
    display: flex;
    flex-direction: column;
  }

  /* =========== */

  .col-footer {
    display: initial !important;
    width: 100%;
  }
  .h1__style_footer {
    line-height: 38px;
    font-size: 6vw !important;
  }

  .p_style_footer {
    font-size: 4vw !important;
  }
  .bg_footer .area-texto {
      margin-top: 100px;
  }
  .btn-footer {
    width: 90%;
  }

  .m-style-input {
    margin: 0.5rem 1.5rem !important;
  }

  .flex-footer .btn-easychef, .diferenciais .btn-easychef, .conhecer .btn-easychef {
    line-height: 35px;
  }

}
@media screen and (min-width: 540px) and (max-width: 767px) {
  #play-video {width: 516px;}
  #play-video .video {width: 516px;}
}
@media screen and (max-width: 464px) {
  .principal {
      height: 430px;
  }
  .section-two {
      height: 770px;
  }
  .bg_rosca .area-texto {
      padding: 0px 40px;
  }
}
@media screen and (max-width: 368px) {
  .principal {
      height: 375px;
  }
  .principal h1 {
    font-size: 25px;
    line-height: 42px;
  }
  .principal br {
    display: none;
  }
  .principal .btn-link {
    margin-top: 7px;
    display: block;
  }
  .section-two {
      height: 800px;
  }
  span h4 {
    line-height: 26px;
  }
}