@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,400&family=Ubuntu:wght@300;400;500;700&display=swap");

:root {
  --primary-color: #0054bc;
  --secondary-color: #fff;
  --tertiary-color: #11253c;
  --quaternary-color: #646464;
  --quinary-color: #646464;
  --senary-color: #f7f9fb;
  --septenary-color: #707070;
  --error-mensage: #90474e;
  --error-bg: #f1b3b8;
  --hover: transparent;
  --cookies: #343a40;
}

body {
  background: var(--senary-color);
}

.container-fluid {
  padding: 0 100px;
  margin: 0 auto;
}


@media screen and (max-width: 1500px) {
  .icons-box h3 {
     font-size: 16px;
    line-height: 1.3;
  }

  .icons-box figure {
    width: 88px;
}
  
  .container-fluid {
    padding: 0 50px 0 20px;
  }
}


@media screen and (max-width: 1366px) {
  .banner-untfour__image figure img {
    max-width: 100%;
    width: 80%;
}
}


@media screen and (max-width: 999px) {
  .container-fluid {
    padding: 0 50px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .container-fluid {
    padding: 0 20px;
  }
}

h1 {
  font-family: Roboto;
  font-weight: normal;
  font-size: 38px;
  text-align: center;
  color: var(--secondary-color);
  line-height: 1.3;
}

h1 span {
  color: var(--primary-color);
}

h2 {
  font-family: Roboto;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: var(--tertiary-color);
}

a {
  text-decoration: none;
}

picture {
  display: block;
}

figure img {
  transition: 0.7s ease;
  max-width: 150px;
  width: 100%;
}

figure img:hover {
  transform: scale(1.2);
  transition: 0.7s ease;
}

form span,
label,
.form-error p,
.form-terms p,
.password {
  font-family: Ubuntu;
  text-align: left;
  color: var(--septenary-color);
}

label {
  font-weight: 500;
  font-size: 20px;
  margin: 16px 0 5px 0;
}

input {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  background: var(--secondary-color);
  border: 1px solid var(--septenary-color);
  opacity: 0.71;
  padding-left: 10px;
}

form span {
  font-weight: 300;
  font-size: 16px;
}

.box-form {
  width: 28%;
  height: 1082px;
  background: var(--secondary-color);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
  float: right;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
}

.form-error {
  width: 100%;
  /*height: 48px;*/
  border-radius: 5px;
  background: var(--error-bg);
  border: 1px solid var(--error-bg);
  opacity: 0.71;
}

.form-error p {
  font-weight: 300;
  font-size: 16px;
  color: var(--error-mensage);
}

.form-terms p {
  font-weight: 300;
  font-size: 15px;
}

button {
  width: 100%;
  height: 57px;
  border-radius: 5px;
  background: var(--primary-color);
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
  transition: 0.7s ease;
}

button:hover {
  background: var(--hover);
  border: 2px solid var(--tertiary-color);
  color: var(--tertiary-color);
  transition: 0.7s ease;
}

.password {
  font-weight: 300;
  text-decoration: underline;
  font-size: 17px;
}

.logo-datafour img {
  width: 200px;
}

.banner-untfour__image figure img {
  transition: none;
  max-width: 100%;
  width: 100%;
}

.banner-untfour__image figure img:hover {
  transition: none;
  transform: none;
}

.banner-unitfour {
  background-image: url(../images/banner-intouch-min.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 350px 0;
  background-attachment: fixed;
}

.banner-unitfour__cta {
  width: 247px;
  height: 69px;
  border-radius: 5px;
  background: var(--primary-color);
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
  transition: 0.7s ease;
}

.banner-unitfour__cta:hover {
  background: var(--hover);
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
  transition: 0.7s ease;
}

.banner-untfour__image figure {
  bottom: -17px;
}

section.box-two__unitfour {
  padding-top: 68px;
}

.box-two-untfour__box {
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: var(--quaternary-color);
}

.icons-box h3 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: var(--primary-color);
  line-height: 1.3;
  width: 80%;
}

.box-three__unitfour {
  height: 461px;
  background: linear-gradient(#153150 0%, #0054bc 100%);
}

.box-three__untifour-image img {
  width: 100%;
  height: 462px;
  bottom: 0;
}

.box-three__untifour-text h3 {
  font-family: Roboto;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
  text-align: left;
  color: var(--secondary-color);
}

.icons-box {
  width: 17%;
  min-height: 250px;
  border-radius: 20px;
  background: var(--secondary-color);
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.16);
}

.icons-box figure {
  width: 105px;
  display: block;
}

section.box-three__unitfour p {
  color: var(--secondary-color);
  font-family: Roboto;
  font-weight: normal;
  font-size: 25px;
  text-align: left;
}

.cta-box-three {
  max-width: 457px;
  width: 100%;
  height: 69px;
  border-radius: 5px;
  background: var(--tertiary-color);
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: var(--secondary-color);
  border: 2px solid var(--tertiary-color);
  transition: 0.7s ease;
}

.cta-box-three:hover {
  background: var(--hover);
  border: 2px solid var(--tertiary-color);
  transition: 0.7s ease;
  color: var(--tertiary-color);
}

.box-three__untifour-image {
  height: 461px;
}

.box-three__unitfour picture {
  bottom: -2px;
  right: 0;
}

.box-three__contant {
  height: 461px;
}

.box-links a {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
  color: var(--secondary-color);
  transition: 0.7s ease;
  text-transform: uppercase;
}

.box-links a:hover {
  opacity: 65%;
  transition: 0.7s ease;
}

.box-sociais a img {
  transition: 0.7s ease;
}

.box-sociais a img:hover {
  opacity: 65%;
  transition: 0.7s ease;
}

.box-copyright p,
.box-copyright a {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
  color: var(--quinary-color);
}

.box-copyright a:hover {
  transition: 0.7s ease;
}

.box-copyright a:hover {
  opacity: 65%;
  transition: 0.7s ease;
}

.box-copyright.border-top {
  color: var(--secondary-color);
}

footer {
  background-color: var(--tertiary-color);
}

.cookies {
  padding: 30px 30px 20px 30px;
  max-width: 400px;
  width: 100%;
  height: 279px;
  border-radius: 6px;
  background: var(--cookies);
  display: none;
  top: 60%;
  z-index: 99999999;
}

.cookies-box__text h3 {
  font-family: Roboto;
  font-weight: bold;
  font-size: 29px;
  text-align: left;
  color: var(--secondary-color);
}

.cookies-box__text p {
  font-family: Roboto;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: var(--secondary-color);
}

.cookies-box__cta a {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: var(--cookies);
  width: 118px;
  height: 50px;
  border-radius: 5px;
  padding: 10px;
}

.cookies-box__cta a:nth-of-type(1) {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  transition: 0.7s ease;
}

.cookies-box__cta a:nth-of-type(1):hover {
  opacity: 65%;
  transition: 0.7s ease;
}

.cookies-box__cta a:nth-of-type(2) {
  background: transparent;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  transition: 0.7s ease;
}

.cookies-box__cta a:nth-of-type(2):hover {
  opacity: 65%;
  transition: 0.7s ease;
}

.cc-window.cc-floating.cc-type-info.cc-theme-classic.cc-center.cc-color-override-1444386161 {
  display: none;
}

@media screen and (max-width: 1600px) {
  .icons-box h3 {
      font-size: 16px;
}
.box-three__untifour-text h3 {
  font-size: 29px;
}
section.box-three__unitfour p {
  font-size: 20px;
}

.cta-box-three {
  max-width: 378px;
  font-size: 19px;
}
}

@media screen and (max-width: 1500px) {
  .box-three__untifour-text h3 {
    font-size: 25px;
  }

  .cta-box-three {
    width: 80%;
    font-size: 18px;
  }
  .icons-box {
    width: 32%;
}

}



@media screen and (max-width: 1400px) {
  .box-form {
    padding: 20px 20px !important;
  }
  .box-form {
    width: 32%;
  }
  label {
    font-size: 14px;
    margin: 11px 0 5px 0;
  }
  input {
    height: 30px;
  }

  .logo-datafour {
    margin-bottom: -20px;
  }
  .banner-untfour__image figure img {
    max-width: 100%;
    width: 72%;
  }
  form span {
    font-size: 14px;
  }
  .form-error {
    /*height: 30px;*/
  }
  .form-error p {
    font-size: 14px;
  }
  button {
    height: 40px;
    font-size: 18px;
  }
  .box-form {
    width: 32%;
    height: 100%;
    overflow-y: scroll;
  }
  .cookies {
    top: 40%;
  }
  .logo-datafour img {
    width: 150px;
}
}


@media screen and (max-width: 1400px) {

  .box-form {
    width: 31%;
}
  .box-three__unitfour,
  .box-three__untifour-image {
    height: 413px;
  }

  .box-three__unitfour picture {
    bottom: 48px;
    right: 0;
}

  .box-three__untifour-image img {
    height: 413px;
    width: auto;
  }

  .box-three__untifour-text h3 {
    font-size: 22px;
  }

  .cta-box-three {
    max-width: 300px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .icons-box h3 {
    font-size: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 1130px) {
  .box-three__untifour-image img {
    height: 411px;
    margin-right: -46px;
}
}

@media screen and (max-width: 999px) {
  .icons-box h3 {
    font-size: 16px;
    width: 100%;
  }

  .box-form {
    width: 34%;
    height: 1082px;
  }

  .form-error p {
    font-size: 14px;
    text-align: center;
  }

  .box-three__contant {
  height: auto; 
}

section.box-three__unitfour p {
  font-size: 16px;
  text-align: center;
}
.box-three__unitfour, .box-three__untifour-image {
  height: auto;
}

.banner-unitfour {
  padding: 250px 0;
}

}

@media screen and (max-width: 768px) {
  .banner-unitfour {
    padding: 100px 0;
  }

  .container-fluid {
    padding: 0 20px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  .banner-unitfour__cta {
    width: 200px;
    height: 50px;
    font-size: 21px;
  }

  .box-three__unitfour {
    height: 354px;
  }

  .box-three__contant {
    height: 300px;
  }

  .icons-box {
    width: 100%;
  }

  label {
    font-size: 16px;
    margin: 16px 0 5px 0;
  }

  input {
    height: 35px;
  }

  button {
    height: 40px;
  }

   .box-form {
    position: inherit;
    width: 100% !important;
    height: 696px !important;
}

  .unit-logo {
    padding: 0 !important;
    margin-top: 15px !important;
  }

  figure img {
    max-width: 90px;
  }

  .cookies {
    max-width: 281px;
    width: 100%;
    height: 273px;
    top: 35%;
  }

  .cookies-box__text h3 {
    font-size: 25px;
  }

  .cookies-box__text p {
    font-size: 15px;
  }
.box-three__untifour-text h3 {
  font-size: 20px;
}

.logo-datafour img {
  width: 108px;
}

.banner-untfour__image figure img {
  max-width: 100%;
  width: 100%;
}

}
