/*
Theme Name: Gesuas
Author: Victor Noventa
Author URI: http://www.gesuas.com.br
Version: 1.0
*/
/*
    1 - GENERAL
    2 - HEADER
    3 - CONTENT
    4 - FOOTER
    X - MEDIA QUERY
*/
/* ---  1 - GENERAL --- */
html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Lato", sans-serif;
  color: #000; }

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  color: white; }

h1 {
  font-weight: 800;
  font-size: 48px; }

h2 {
  font-size: 20px;
  font-weight: 600; }

h3 {
  font-size: 32px;
  font-weight: 800;
  color: #3e5eb3; }

h4 {
  font-size: 20px; }

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #f4f9fc; }
.dropdown-item:active {
  background-color: #9caddc; }

.dropdown-menu {
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2); }

/* ---  2 - HEADER --- */
nav a {
  color: #4c4c4c !important; }

.header__contact {
  border: 1px solid #617bc2;
  background-color: #617bc2;
  color: white !important;
  border-radius: 8px; }
  .header__contact:hover, .header__contact:active {
    background-color: transparent;
    color: #617bc2 !important; }
.header__login {
  line-height: 16px; }

/* ---  3 - CONTENT --- */
.banner {
  background-size: cover;
  background-position: center; }
  .banner .btn-light {
    font-size: 14px;
    border-radius: 10px;
    padding: 5px 32px; }
    .banner .btn-light:hover, .banner .btn-light:active {
      background-color: transparent;
      color: white; }
  .banner--home {
    background-image: url("img/capa-com-selo.jpg"); }
    .banner--home .btn-light {
      color: #3c596f;
      border-width: 2px; }
  .banner--functionalities {
    min-height: 420px;
    background-image: url("img/funcionalidades-capa.jpg"); }
    .banner--functionalities h1 {
      font-size: 40px; }
    .banner--functionalities .btn-light {
      color: #517293;
      font-size: 18px;
      border-width: 2px; }
  .banner--page {
    min-height: 300px;
    background-image: url("img/capa-com-selo.jpg"); }
    .banner--page h1 {
      font-size: 40px; }

section {
  padding: 80px 0; }

.about__item-title {
  font-weight: 700;
  font-size: 18px;
  min-height: 52px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.resources {
  background-color: #f4f9fc; }
  .resources__subtitle {
    color: #3e5eb3;
    font-size: 18px; }
  .resources__controls .btn {
    font-size: 16px;
    color: #3e5eb3;
    border: 2px solid #3e5eb3;
    background-color: transparent; }
  .resources__controls .active {
    background-color: #3e5eb3;
    color: white; }
  .resources__more {
    color: #3e5eb3 !important;
    text-decoration: underline;
    font-size: 18px; }

.list {
  color: #666; }
  .list__arrow {
    width: 48px;
    height: 48px;
    background: url("img/seta.png"); }
  .list__title {
    font-size: 18px; }
  .list a {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #dce3e9; }
    .list a.active {
      box-shadow: 0px 11px 20px -10px #dce3e9, 0px -11px 20px -10px #dce3e9; }
    .list a.active, .list a:hover, .list a:active {
      background-color: white;
      border-color: #dce3e9;
      color: #666; }
      .list a.active .list__arrow, .list a:hover .list__arrow, .list a:active .list__arrow {
        background: url("img/seta-active.png"); }

.numbers {
  background: url("img/gesuas-em-numeros-background.jpg") repeat; }
  .numbers__item {
    font-size: 36px;
    font-weight: bold;
    line-height: 20px; }
    .numbers__item img {
      margin: 42px 0; }
    .numbers__item small {
      display: block;
      font-size: 16px;
      font-weight: normal; }

.clients__item p:nth-child(2) {
  border-bottom: 2px solid #9caddc; }
.clients .carousel-prev,
.clients .carousel-next {
  position: absolute;
  top: 50%;
  display: block;
  cursor: pointer;
  color: #dce3e9;
  font-size: 20px; }
.clients .carousel-prev {
  left: -16px; }
.clients .carousel-next {
  right: -16px; }

.testimonials {
  background-color: #f2f2f2; }
  .testimonials blockquote {
    color: #4c4c4c; }

.i-want {
  color: white;
  min-height: 400px;
  background-image: url("img/gesuas-na-sua-cidade-background.jpg");
  background-attachment: fixed;
  background-size: cover; }
  .i-want h3 {
    color: white; }
  .i-want .btn {
    font-size: 20px;
    font-weight: 300;
    border-radius: 10px;
    border-width: 2px; }
  .i-want .btn-light {
    color: #401b2d; }
    .i-want .btn-light:hover, .i-want .btn-light:active {
      background-color: transparent;
      color: white; }
  .i-want .btn-pink {
    background-color: #b61938;
    color: white; }
    .i-want .btn-pink:hover, .i-want .btn-pink:active {
      background-color: transparent;
      border-color: #b61938;
      color: #b61938; }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 28px;
  z-index: 100;
  opacity: 0.5;
  display: none; }
  .back-to-top:hover, .back-to-top:active {
    opacity: 1; }

.functionalities {
  overflow-x: hidden; }
  .functionalities h2 {
    color: #1a1a1a;
    font-weight: 400; }
    .functionalities h2 strong {
      font-weight: 600; }
  .functionalities__item {
    padding: 25px 50px;
    color: #4c4c4c; }
    .functionalities__item h3 {
      color: #415eaa;
      font-size: 24px;
      font-weight: 600; }
  .functionalities .btn-outline-primary {
    border-width: 2px;
    border-color: #415eaa;
    color: #415eaa;
    border-radius: 1px;
    font-size: 18px; }
    .functionalities .btn-outline-primary:hover, .functionalities .btn-outline-primary:active {
      opacity: 0.8;
      background-color: transparent !important; }
  .functionalities .btn-light {
    border-radius: 2px;
    color: #415eaa;
    border-width: 2px; }
    .functionalities .btn-light:hover, .functionalities .btn-light:active {
      background-color: transparent;
      color: white; }

.know-more {
  font-weight: 300;
  color: white;
  font-size: 24px;
  background: #3e5eb3;
  background: -moz-linear-gradient(top, #3e5eb3 0%, #407adb 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #3e5eb3), color-stop(100%, #407adb));
  background: -webkit-linear-gradient(top, #3e5eb3 0%, #407adb 100%);
  background: -o-linear-gradient(top, #3e5eb3 0%, #407adb 100%);
  background: -ms-linear-gradient(top, #3e5eb3 0%, #407adb 100%);
  background: linear-gradient(to bottom, #3e5eb3 0%, #407adb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e5eb3', endColorstr='#407adb', GradientType=0 ); }
  .know-more strong {
    font-weight: 700; }

/* ---  4 - FOOTER --- */
footer h5 {
  color: #cdcdcd; }
footer .links {
  background-color: #1a1a1a;
  color: #666; }
  footer .links a {
    color: #666; }
    footer .links a:hover, footer .links a:active {
      color: white;
      text-decoration: none; }
footer .contact {
  background-color: black;
  color: #939393; }
  footer .contact__social {
    color: white; }

/* ---  X - MEDIA QUERY --- */
@media (min-width: 992px) {
  h1 {
    font-size: 56px; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 40px; }

  h4 {
    font-size: 24px; }

  .header__login {
    border-left: 1px solid #f2f2f2; }

  .banner .btn-light {
    font-size: 20px; }
  .banner--home {
    min-height: 500px; }

  .resources__subtitle, .resources__more {
    font-size: 22px; }
  .resources__controls .btn {
    font-size: 18px; }

  .list__title {
    font-size: 20px; }

  .numbers__item {
    font-size: 46px; }
    .numbers__item small {
      font-size: 20px; }

  footer .contact__social {
    background-color: #666; }

  .functionalities__item {
    padding: 0 100px 0 100px; } }
@media (min-width: 1200px) {
  .banner {
    background-position: right center; }
    .banner--home {
      background-image: url("img/capa-com-selo.jpg"); }

  .numbers img {
    margin-top: 0; } }
@media (min-width: 1440px) {
  h1 {
    font-size: 60px; }

  h2 {
    font-size: 24px; }

  .banner--home {
    min-height: 660px; } }


/* Woocommerce */
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
	max-width: 100%
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 30px;
}

.woocommerce-checkout label {
    display: table;
    width: 100%;
}
.woocommerce-checkout .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-input-wrapper .select2-selection {
    height: 42px;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	max-width: 75px;
}

/*# sourceMappingURL=style.css.map */
