body {

  color: #333333;

  font-family: 'Open Sans', sans-serif;

  font-size: 16px;

  margin: 0px;

}



a,

a:active,

a:focus,

a:hover,

a:visited {

  cursor: pointer;

  text-decoration: none;

  transition: ease 0.2s;

}



.aligner {

  margin-left: auto;

  margin-right: auto;

  max-width: 1140px;

}



.recommend {

  min-height: 430px;

}



.Actions {

  width: 330px;

  float: right;

}

  .Actions .loading {

    width: 45px;

    margin-top: 30px;

  }



.only-mobile {

  display: none !important;

}



.only-mobile-md {

  display: none !important;

}



.only-mobile-xs {

  display: none !important;

}



.only-desktop {

  display: initial !important;

}



.only-desktop-md {

  display: initial !important;

}



.only-desktop-xs {

  display: initial !important;

}



.catalog {

  margin-bottom: 30px;

  margin-left: auto;

  margin-right: auto;

  max-width: 263px;

  min-height: 450px;

  position: relative;

}

  .catalog h2,

  .catalog h3 {

    color: #181337;

    font-size: 18px;

    font-style: italic;

    font-weight: 900;

    text-transform: uppercase;

  }

  .catalog img {

    border: 1px solid #092c82;

    display: block;

    margin-left: auto;

    margin-right: auto;

    max-width: 262px;

    width: 100%;

  }

  .catalog p {

    font-size: 16px;

    height: 72px;

    margin-bottom: 10px;

  }

  .catalog .btn-blue {

    background: url(../images/botao-saiba-mais.png) no-repeat center top;

    bottom: 0;

    display: block;

    height: 57px;

    margin-left: auto;

    margin-right: auto;

    position: absolute;

    transition: none;

    width: 263px;

  }

    .catalog .btn-blue:hover {

      background-position: center center;

    }

    .catalog .btn-blue:active {

      background-position: center bottom;

    }

  .catalog .link {

    color: #333333;

  }

    .catalog .link:hover img {

      opacity: 0.7;

    }

    .catalog .link:hover h3 {

      color: #3c3086;

    }

    .catalog .link:hover p {

      color: #4e4e4e;

    }

    .catalog .link:hover .btn-blue {

      background-position: center center;

    }

    .catalog .link:active img {

      opacity: 0.5;

    }

    .catalog .link:active h3 {

      color: #6250d6;

    }

    .catalog .link:active p {

      color: #7b7b7b;

    }

    .catalog .link:active .btn-blue {

      background-position: center bottom;

    }

  .catalog .release-icon {

    background: url(../images/release-icon.png) no-repeat center top;

    display: block;

    height: 67px;

    left: 25px;

    position: absolute;

    top: 145px;

    width: 68px;

  }



.loader {

  color: #FF0500;

  font-size: 16px;

  position: absolute;

  right: 25px;

  top: 30px;

}

  .loader img {

    width: 28px;

  }



.pagination-control {

  margin-bottom: 50px;

  padding-left: 0px;

}

  .pagination-control li {

    float: left;

    list-style: none;

    position: relative;

    margin-right: 5px;

  }

    .pagination-control li.dot,

    .pagination-control li a {

      color: #01106a;

      border-radius: 5px;

      border: 1px solid #01106a;

      font-weight: 700;

      padding: 5px 10px;

    }

      .pagination-control li a:hover {

        background-color: #01106a;

        color: #fff;

      }

  .pagination-control li.active {

    background-color: #01106a;

    border-radius: 5px;

    border: 1px solid #01106a;

    color: #fff;

    font-weight: 700;

    margin-top: -6px;

    padding: 5px 10px;

  }



.security-page .checkbox input[type=checkbox] {

  margin-left: 0px;

}

.security-page .Actions {

  width: 200px;

  float: left;

}



.simple-link {

  color: #a11f1f;

  text-decoration: underline;

}



.btn-enviar {

  background: url(../images/botao-enviar.png) no-repeat center top;

  border: none;

  float: right;

  height: 57px;

  margin-top: 25px;

  width: 274px;

}

  .btn-enviar:hover {

    background-position: center center;

  }

  .btn-enviar:active {

    background-position: center bottom;

  }



.form-control {

  border-radius: 0px;

  color: #000;

  font-weight: 500;

  height: 50px;

  margin-bottom: 10px;

}



.text-aligner {

  display: table;

}

.text-aligner > * {

  display: table-row;

}

.text-aligner > *, .text-aligner > * > * {

  height: 50px;

  max-height: inherit;

  max-width: inherit;

  width: inherit;

}

.text-aligner > * > * {

  display: table-cell;

}

.text-aligner .horizontal-aligner {

  text-align: center;

}

.text-aligner .vertical-aligner {

  vertical-align: middle;

}



/*Social Media*/

ul.social-icons {

  display: inline-block;

  list-style: none;

  margin-bottom: 10px;

  padding-left: 0px;

}



.social-icons .social-block {

  float: left;

  position: relative;

}



.social-icons .facebook {

  background-image: url(../images/icon-share-facebook.png);

}

  .social-icons .facebook:hover {

    background-position: center bottom;

  }



.social-icons .social-block .twitter {

  background-image: url(../images/icon-share-twitter.png);

  margin-left: 10px;

}



.social-icons .social-block .google-plus {

  background-image: url(../images/icon-share-gplus.png);

  margin-left: 10px;

}



.social-icons .social-block .whats-app {

  background-image: url(../images/whatsapp-logo.png);

  margin-left: 10px;

}

.whatsapp-container {
  position: fixed;
  bottom: 90px;
  right: 30px;
  display: block;
  height: 40px;
  width: 40px;
}
  .whatsapp-container .whatsapp {
    display: block;
    height: 40px;
    width: 40px;
  }
  .whatsapp-container .whatsapp svg {
    border-radius: 1.5rem;
  }

a.icon-email {

  background: url(../images/icon-mail.png);

  cursor: pointer;

  display: block;

  height: 32px;

  margin-left: 10px;

  width: 32px;

}



a.icon-email:hover,

.social-icons .facebook:hover,

.social-icons .twitter:hover,

.social-icons .google-plus:hover {

  background-position: center bottom;

}



a.icon-email,

.social-icons .whats-app,

.social-icons .facebook,

.social-icons .twitter,

.social-icons .google-plus {

  cursor: pointer;

  display: block;

  height: 32px;

  width: 32px;

}



.modal-body {

  height: 370px;

}

/*Fim Media Social*/



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

  .only-desktop {

    display: none !important;

  }



  .only-mobile {

    display: initial !important;

  }



  .aligner {

    margin-left: auto;

    margin-right: auto;

    position: relative;

    width: 100%;

    padding-right: 10px;

    padding-left: 10px;

  }

}



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

  .only-desktop-md {

    display: none !important;

  }



  .only-mobile-md {

    display: initial !important;

  }

}



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

  .only-desktop-xs {

    display: none !important;

  }



  .only-mobile-xs {

    display: initial !important;

  }



  .catalog {

    margin-bottom: 50px;

  }



  .Actions {

    float: none;

    margin-left: auto;

    margin-right: auto;

    width: 274px;

  }

    .Actions .loading {

      display: block;

      margin-left: auto;

      margin-right: auto;

      margin-top: 10px;

    }

}

/*ajustes lgpd*/

.container-accept-newsletter input[type="checkbox"] {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 0;
    vertical-align: middle;
    margin: 0;
}

.container-accept-newsletter label {
    display: inline-block;
    max-width: calc(100% - 20px);
    vertical-align: middle;
    padding: 0;
    font-size: 13px;
}

.container-label-privacy a {
    text-decoration: underline;
}
.container-label-privacy {
    font-weight: normal;
    font-size: 13px;
}