﻿@charset "UTF-8";
.validation-summary-errors,
.external-auth-errors,
.message-error {
  clear: both;
  color: #F00;
}

.summary-errors,
.field-validation-error {
  color: #F00;
  width: 100%;
  display: inline-block;
  text-align: left;
}

.validation-summary-errors ul,
.message-error ul {
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}

html {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f2f2f2;
  height: 100%;
}

h2 {
  font-size: 18px;
  margin-top: 10px;
  line-height: 18px;
  font-family: 'Open Sans';
}

h3, .h3 {
  font-size: 18px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 21px;
  line-height: 27px;
  margin-top: 5px;
}

h4, .h4 {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #767677;
}

h4 a {
  color: #4fbdb0;
  text-decoration: underline;
}

label {
  color: #afafaf;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
}

small {
  font-size: 14px;
  color: white;
}

.navbar-brand .white-logo {
  display: none;
}

.colored-menu .navbar-brand .white-logo {
  display: block !important;
}

.colored-menu .navbar-brand .green-logo {
  display: none !important;
}

.mobile .navbar-white {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px -1px 3px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px -1px 3px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px -1px 3px 3px rgba(0, 0, 0, 0.14);
}

.brand-login {
  background-image: url("/Assets/png/logo-ddh-only.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  width: 100%;
}

.brand-monica, .brand-luna {
  width: 100%;
}

.brand-monica img {
  border-radius: 50px;
  height: 60px;
  margin: 0 auto;
}

.brand-luna img {
  border-radius: 50px;
  height: 60px;
  margin: 0 auto;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #4dbbb2;
  border-radius: 3px;
  height: 4px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border: none;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus,
.navbar-blue .navbar-toggle:hover, .navbar-blue .navbar-toggle:focus,
.navbar-red .navbar-toggle:hover, .navbar-red .navbar-toggle:focus {
  background-color: #FFFFFF;
}

.container > .navbar-header, .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar-inverse .navbar-toggle .icon-bar:last-child {
  width: 75%;
}

.navbar-inverse .navbar-toggle {
  border: none;
  background-color: white;
  border-radius: 20px;
  height: 40px;
  margin-top: 10px;
  width: 40px;
  padding: 9px 8px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}

.navbar-toggle .close-bar {
  display: none;
}

.colored-menu .active-bar {
  display: none;
}

.colored-menu .close-bar {
  display: block;
}

.meu-cadastro {
  padding-bottom: 21px !important;
}

.btn.btn-facebook {
  background-color: #3b5998;
  width: 100%;
  color: white;
  border-radius: 35px;
  padding: 15px 0px;
  font-family: 'Open Sans', sans-serif;
}

.btn.btn-google {
  background-color: #dd4b39;
  width: 100%;
  color: white;
  border-radius: 35px;
  padding: 15px 0px;
  font-family: 'Open Sans', sans-serif;
}

.line-green:after {
  content: "";
  background-color: #4dbbb2;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 10px;
  height: 1px;
  margin-top: 15px;
  z-index: 2;
}

.or-center {
  line-height: 30px;
  color: #b7b7b7;
}

.no-padding {
  padding: 0px;
}

/*.btn-default { width: 100%; color: white; font-size: 18px; border-radius: 39px; padding: 15px 0px 15px 0px; background: #4dbbb2; background: -moz-linear-gradient(left, #4dbbb2 0%, #60cd9d 100%); background: -webkit-linear-gradient(left, #4dbbb2 0%,#60cd9d 100%); font-weight: 700; border: none; font-weight: 500; -webkit-box-shadow: 0px 7px 25px -6px rgba(23,92,5,0.58); -moz-box-shadow: 0px 7px 25px -6px rgba(23,92,5,0.58); box-shadow: 0px 7px 25px -6px rgba(23,92,5,0.58);  }*/
.btn-default.btn-full-width {
  width: 100%;
}

.title-panel {
  margin-top: 40px;
}

.title-panel h3 {
  color: #c6c6c6;
  text-align: center;
  padding-bottom: 0;
}

.panel-default {
  border-color: #dddddd;
  -moz-box-shadow: 0px 5px 17px 2px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 44px -12px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 4px 44px -12px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 4px 44px -12px rgba(0, 0, 0, 0.57);
  max-width: 565px;
  margin: 0 auto 20px;
}

.resize-tablet {
  max-width: 380px;
  margin: 0 auto;
}

.box-login h3 {
  font-size: 18px;
  color: #585858;
  margin: 0;
  padding: 0;
}

.little {
  position: relative;
  height: 15px;
}

.little.line-green:after {
  content: "";
  background-color: #4dbbb2;
  position: absolute;
  width: 10px;
  top: 0;
  bottom: 10px;
  height: 2px;
  margin-top: 0;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.line-gray {
  margin-bottom: 20px;
}

.line-gray:after {
  content: "";
  background-color: #e0e0e0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 10px;
  height: 1px;
  margin-top: 0;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cart {
  margin-bottom: 40px;
}

.cart .title-cart {
  color: #b7b7b7;
}

.cart .custom-name {
  color: black;
}

.box-cart {
  padding-top: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px -7px rgba(104, 104, 104, 0.39);
  -moz-box-shadow: 0px 0px 30px -7px rgba(104, 104, 104, 0.39);
  box-shadow: 0px 0px 30px -7px rgba(104, 104, 104, 0.39);
}

.cart-title {
  font-size: 17px;
  margin-top: -4px !important;
}

.card-count-box {
  padding-top: 10px;
}

.edit-my-book a {
  color: #4fbdb0;
  padding-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
}

.cart-login h3 {
  color: #afafaf;
}

.table-prices {
  background-color: #ffffff;
  font-size: 16px;
  color: #b7b7b7;
  -webkit-box-shadow: 0px 0px 30px -7px rgba(104, 104, 104, 0.39);
  -moz-box-shadow: 0px 0px 30px -7px rgba(104, 104, 104, 0.39);
  box-shadow: 0px 0px 30px -7px rgba(104, 104, 104, 0.39);
  border-radius: 20px;
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.table-prices div {
  margin-bottom: 5px;
}

.table-prices a.cancel {
  color: red;
  font-weight: 500;
  font-size: 13px;
}

.table-prices h3 {
  color: #838383;
  padding: 0;
}

.buttons-cart {
  text-align: left;
}

.set-account {
  text-align: center;
}

.set-account span {
  margin: 0 auto;
  background-color: #379e96;
  font-size: 11px;
  border-radius: 20px;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #cbedea;
  text-transform: uppercase;
  display: inline-block;
}

.colored-menu-white .set-account a {
  color: white !important;
}

.colored-menu-white .navbar-nav.green-menu {
  background-color: #4DBBB2;
}

.face {
  background-color: #3b5998;
  text-align: left;
  padding: 15px;
  border-radius: 6px;
  color: white;
}

.lblMsgSucesso {
  color: #FFF;
  margin-left: 1%;
}

.lblMsgErro {
  color: #F00;
  margin-left: 1%;
}

#mensagem-error {
  color: #F00;
}

.images-rounded img {
  border-radius: 10px;
}

.black-title h3 {
  color: #585858;
  margin-bottom: 0;
  padding: 0;
}

.line-markup {
  width: 20px;
  height: 2px;
  display: inline-block;
  background-color: #4dbbb2;
  margin-bottom: 20px;
  margin-top: 10px;
}

.correio a {
  color: #4fbdb0;
  padding-top: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
}

.arrow-left {
  position: absolute;
  left: 10px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 58px;
  color: #4DBBB2;
  font-size: 20px;
  border-radius: 30px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.login-register h2 {
  color: #aefbf9;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.login-register h3 {
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto;
  max-width: 530px;
  width: 100%;
  font-weight: 100;
}

.login-register small {
  color: white;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}

.login-register .panel-body h3 {
  color: #585858;
  font-size: 30px;
}

.navbar-header.logado .navbar-brand {
  padding: 0;
  margin: 9px 15px 6px 15px;
  height: inherit;
  width: 160px;
}

.web-menu .brand-login {
  width: 70px;
  margin: 0 auto;
  display: inline-block;
  float: none !important;
  margin-top: 15px;
  background-size: 100%;
  height: 70px;
  margin-bottom: 15px;
  padding: 0;
  margin-left: 0px !important;
}

.web-arrow .arrow-left {
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 58px;
}

.web-steps .box-payment {
  width: 208px;
  height: 70px;
  padding-top: 15px;
}

.web-steps .buttons-float .text {
  color: white;
  font-size: 18px;
  line-height: 10px;
}

.brand-login.web-control {
  width: 70px;
  margin: 0 auto;
  display: inline-block;
  float: none !important;
  margin-top: 15px;
  background-size: 100%;
  height: 70px;
  margin-bottom: 15px;
  padding: 0;
  margin-left: 0px !important;
}

.dropdown-menu {
  border: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.175);
  width: 300px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 20px;
  margin-top: -20px;
  padding: 0;
  overflow: hidden;
  right: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #f1f1f1;
  color: #777;
}

.dropdown-menu li a {
  color: #777;
  padding: 25px 20px;
}

.dropdown-menu a h1 {
  font-size: 20px;
  margin-left: 10px;
  float: left;
  margin-top: 0px;
}

.dropdown-menu a p {
  font-size: 14px;
  margin-left: 10px;
  float: left;
  width: 70%;
  margin-bottom: 0px;
  white-space: initial;
}

.dropdown-menu a .fa {
  font-size: 60px;
  float: left;
  color: #4bbab4;
  margin-right: 10px;
}

.navbar-nav > li:hover .dropdown-menu {
  display: block;
  margin-top: -20px;
}

.gift-icon:after {
  content: "";
  display: block;
  border-bottom: 1px solid #e5e5e5;
  width: 85%;
  margin: 0 auto;
}

.japa {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee70a8+0,ffd023+100 */
  background: #ee70a8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ee70a8 0%, #ffd023 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ee70a8 0%, #ffd023 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ee70a8 0%, #ffd023 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee70a8', endColorstr='#ffd023',GradientType=0 );
  /* IE6-9 */
  height: 650px;
  z-index: 12;
  border-radius: 0 30px 50px 0;
}

.order-summary-content {
  margin-top: 12px !important;
}

.page-title h3 {
  color: #a2a2a2 !important;
  margin-bottom: 20px !important;
  font-size: 20px;
}

.trash-icon {
  float: right;
  margin-top: -6px;
}

.panel .method-list {
  list-style: none outside none;
  padding: 0;
}

.panel .method-list .method-name label {
  margin-bottom: 0;
}

.panel .method-list .method-description {
  margin: 0 0 10px 17px;
}

.survey .survey-item {
  margin-bottom: 15px;
}

/*#form-completed .success { display: block; width: 630px; margin: 0 auto; position: relative; }*/
/* Tratamento para collapse bootstrap*/
/*@media (max-width: 1200px) {
	.navbar-header { float: none; }
	.navbar-left, .navbar-right { float: none !important; }
	.navbar-toggle { display: block; }
	.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
	.navbar-fixed-top { top: 0; border-width: 0 0 1px; }
	.navbar-collapse.collapse { display: none !important; }
	.navbar-nav { float: none !important; margin-top: 7.5px; }
	.navbar-nav > li { float: none; }
	.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
	.collapse.in { display: block !important; }
}*/
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}

.mobile .blue {
  background-color: #4dbbb2;
}

.mobile .col-xs-12.resize {
  max-width: 480px;
  margin: 0 auto;
}

.fa.icon--highlight {
  color: #47bab3;
  display: inline-block;
  position: relative;
  width: 25px;
  height: 6px;
  font-size: 17px;
}

/* Temporary mega dropdown*/
.mega-dropdown {
  position: absolute !important;
  background-color: white;
  width: 100%;
  z-index: 10;
  left: 0;
}

.mega-dropdown__backdrop {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#menuLivros .navbar-collections,
#menuTimes .navbar-collections {
  margin-top: 50px;
}

#menuLivros > div,
#menuTimes > div {
  padding: 50px 30px;
}

#menuLivros h4,
#menuTimes h4 {
  font-size: 24px;
  font-weight: bold;
}

#menuLivros p,
#menuTimes p {
  font-size: 16px;
}

@media (max-width: 1200px) {
  #menuLivros p, #menuLivros h4,
  #menuTimes p,
  #menuTimes h4 {
    max-width: none;
    text-align: center;
  }
  #menuLivros p,
  #menuTimes p {
    margin-bottom: 30px;
  }
}

.navbar-collection-product img {
  text-decoration: none;
  max-width: 160px;
  width: 100%;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 10px 47px 0px rgba(104, 89, 110, 0.44);
  overflow: hidden;
  position: relative;
  transition: transform .2s ease-in-out;
}

.navbar-collection-product img:hover, .navbar-collection-product img:focus {
  transform: scale(1.02);
  color: inherit;
  text-decoration: none;
  z-index: 10;
}

@media (max-width: 1200px) {
  .navbar-collections {
    max-width: 860px;
    margin: 20px auto 0;
  }
}

.navbar #menuLivros,
.navbar #menuTimes {
  position: relative;
  -webkit-box-shadow: inset inset 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset inset 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.navbar #menuLivros img,
.navbar #menuTimes img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.navbar #menuLivros .fechar {
  background-color: #4dbbb2;
  border-radius: 25px;
  color: #FFF;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.navbar #menuLivros .livro-monica {
  background: url(/Assets/gif/bg-submenu-monica.gif) no-repeat center top;
}

.navbar #menuLivros .livro-luna {
  background: url(/Assets/gif/bg-submenu-luna.gif) no-repeat center top;
}

.navbar #menuLivros .livro-monica, .navbar #menuLivros .livro-luna {
  background-size: contain;
  display: block;
  text-decoration: none;
  margin: 50px 0;
}

.navbar #menuLivros .livro-monica img, .navbar #menuLivros .livro-luna img {
  display: block;
  margin: 0 auto 20px;
  padding: 0 34%;
}

.navbar #menuLivros .livro-monica strong, .navbar #menuLivros .livro-luna strong {
  display: block;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 5px;
  padding: 0;
}

.navbar #menuLivros .livro-luna strong {
  color: #2cb6df;
}

.navbar #menuLivros .livro-monica strong {
  color: #eb4342;
}

.navbar #menuLivros .livro-monica .txt, .navbar #menuLivros .livro-luna .txt {
  color: #000000;
  display: block;
  text-align: center;
  padding: 0 25px;
}

.mobile .navbar #menuLivros {
  border-bottom: 1px solid #56b88d;
  box-shadow: none;
  margin: 0 15px;
  padding-bottom: 15px;
}

.mobile .navbar #menuLivros a {
  color: #FFF;
  display: block;
  font-size: 18px;
  padding: 10px 0;
}

.mobile .navbar #menuLivros .fechar {
  font-size: 14px;
  right: 15px;
  bottom: 45px;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 37px;
}

@media (min-width: 1380px) {
  .container {
    max-width: 1380px !important;
  }
}

@media (min-width: 1281px) {
  .navbar-header.logado .navbar-brand {
    margin: 22px 30px 22px 15px;
  }
  .navbar-nav .cart {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1380px) {
  .container {
    max-width: 1220px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    max-width: 994px !important;
    width: 994px !important;
  }
  #livros:after {
    margin: 15px 0 0 5px;
  }
  .home .navbar-inverse {
    background-color: transparent;
    position: absolute;
    width: 100%;
  }
  /*.green-logo { display: none; }
	.white-logo { display: block !important; }*/
  .bg-gray-border {
    border-radius: 0 !important;
  }
  .bg-how-it-works {
    border-radius: 0 !important;
  }
  .bg-pequeno {
    border-radius: 30px 0 0 0 !important;
    padding-top: 53px !important;
  }
  .japinha {
    top: -27px !important;
  }
  .japa {
    border-radius: 0 30px 0 0 !important;
  }
  .line-markup {
    width: 20px;
    height: 2px;
    display: inline-block;
    background-color: #4dbbb2;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .panel-body .btn-default, .panel-body .btn-float {
    width: 100%;
  }
  label {
    font-size: 16px;
  }
}

@media (min-width: 991px) and (max-width: 1023px) {
  .container {
    max-width: 970px;
    width: 970px !important;
  }
  #livros:after {
    margin: 15px 0 0 5px;
  }
  label {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .container {
    width: 788px !important;
  }
  #livros:after {
    margin: 18px 0 0 3px;
    width: 9px;
    background-size: contain;
  }
  .mobile .navbar > .container {
    max-width: inherit !important;
    margin: 0;
    padding: 0;
    width: inherit !important;
  }
  .mobile .navbar .navbar-header {
    margin: 0;
  }
}

@media (max-width: 768px) and (max-height: 1024px) {
  .container.no-padding {
    width: inherit !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .btn-facebook .fa {
    font-size: 1.8em;
  }
  .btn-google .fa {
    font-size: 1.8em;
  }
  .title-panel {
    clear: both;
  }
  .title-panel h3 {
    color: #c6c6c6;
    font-size: 30px;
  }
  .login-register h3 {
    font-size: 34px;
  }
  .login-register small {
    color: #707070;
    font-size: 11px;
    float: right;
    line-height: 25px;
  }
  .clicar {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .clicar a {
    color: #47bab3;
  }
  label {
    font-size: 15px;
  }
}

@media (max-width: 1024px) and (max-height: 768px) {
  .txt-mailing {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .container.no-padding {
    width: inherit !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .home .logado .navbar-brand .white-logo {
    display: block;
  }
  .home .logado .navbar-brand .green-logo {
    display: none;
  }
  .home .deslogado .navbar-brand .white-logo {
    display: block;
  }
  .home .deslogado .navbar-brand .green-logo {
    display: none;
  }
  .home .logado .navbar-toggle .flag-icon {
    color: rgba(255, 255, 255, 0.8);
  }
  .home .deslogado .navbar-toggle .flag-icon {
    color: rgba(255, 255, 255, 0.8);
  }
  .logado .navbar-toggle .flag-icon {
    color: #a2a2a2;
  }
  .deslogado .navbar-toggle .flag-icon {
    color: rgba(255, 255, 255, 0.8);
  }
  .colored-menu .logado .navbar-toggle .flag-icon {
    color: rgba(255, 255, 255, 0.8);
  }
  .colored-menu .deslogado .navbar-toggle .flag-icon {
    color: rgba(255, 255, 255, 0.8);
  }
  .home .bg-gray-border {
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 0;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .colored-menu {
    /*position: fixed !important;*/
    top: 0;
  }
  .set-account a {
    display: inline-block !important;
    width: auto;
  }
  .enviar-email {
    top: 34px;
  }
  .mobile .login-register .container {
    max-width: 768px;
  }
  .mobile .login-register {
    background-color: #4dbbb2;
  }
  .mobile .login-register h2 {
    color: #FFF;
    margin-top: 0;
    padding-top: 10px;
  }
  .mobile .login-register .title-panel h3 {
    color: #c6c6c6;
  }
  .mobile .login-register h4 {
    font-weight: bold;
  }
  .mobile .login-register .panel-body {
    padding: 20px 0;
  }
  .mobile .btn.btn-facebook {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .mobile .btn.btn-facebook .fa {
    font-size: 1.2em;
    margin-right: 5px;
  }
  .mobile .btn.btn-google {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .mobile .btn.btn-google .fa {
    font-size: 1.2em;
    margin-right: 5px;
  }
  .mobile .panel-body h3 {
    color: #585858;
    padding-top: 15px;
  }
  .mobile .panel-body .btn {
    display: block;
    max-width: 574px;
  }
  .mobile .panel-body .form-group .btn {
    margin-bottom: 0;
  }
  .login .panel-body h3 {
    color: #585858;
  }
  .mobile .buttons-float {
    margin: 0 auto;
    width: 370px;
  }
  .mobile .bg {
    background-color: #4dbbb2;
  }
  .mobile .steps {
    background-color: #4dbbb2;
    padding: 30px 0;
    margin: 0 auto;
    width: 100%;
  }
  .mobile .steps form, .mobile .steps .step-2 {
    margin: 0 auto;
    width: 688px;
  }
  .mobile .steps .panel-body {
    padding: 30px;
  }
  .mobile .steps .panel-body h3 {
    font-size: 22px;
    margin-top: 0;
    padding-top: 0;
  }
  .mobile .btn-float.cupon {
    top: 8px;
  }
  .mobile .card-img {
    padding-top: 5px;
  }
  .mobile .success {
    background-color: #4dbbb2;
    padding: 30px 0;
    margin: 0 auto;
    width: 100%;
  }
  .mobile .success .panel {
    max-width: 735px;
    margin: 0 auto;
  }
  .mobile .resize-tablet {
    max-width: 480px;
    margin: 0 auto;
  }
  .mobile .panel-body .resize-tablet {
    padding: 0 20px;
  }
  .mobile .bg-white {
    margin-top: 40px;
  }
  .mobile .bg-white small {
    color: black;
    font-weight: 700;
  }
  .mobile .bg-white h2 {
    line-height: 22px;
  }
  .mobile .bg-white h3 {
    color: #999;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .blue {
    background-color: #f2f2f2;
  }
}

@media (max-width: 768px) and (max-height: 1024px) {
  .mobile .blue {
    background-color: #4dbbb2;
  }
}

@media (max-width: 568px) {
  .mobile #livros:after {
    display: none;
  }
  .mobile .nav-bar .icon--highlight {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .mobile .panel-body .resize-tablet {
    padding: 0 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .colored-menu {
    /*position: fixed !important;*/
    top: 0;
  }
  .set-account a {
    display: inline-block !important;
    width: auto;
  }
  .enviar-email {
    top: 34px;
  }
  .mobile .login-register .container {
    max-width: 480px;
    padding: 0;
  }
  .mobile .login-register {
    background-color: #4dbbb2;
  }
  .mobile .login-register h2 {
    color: #FFF;
    font-size: 10px;
  }
  .mobile .login-register h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .mobile .login-register h4 {
    font-weight: bold;
  }
  .mobile .btn.btn-facebook {
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
  }
  .mobile .btn.btn-facebook .fa {
    font-size: 1.2em;
    margin-right: 5px;
  }
  .mobile .btn.btn-google {
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
  }
  .mobile .btn.btn-google .fa {
    font-size: 1.2em;
    margin-right: 5px;
  }
  .mobile .panel-body h3 {
    color: #585858;
  }
  .mobile .panel-body .btn {
    margin-bottom: 25px;
  }
  .mobile .panel-body .btn-facebook {
    margin-bottom: 10px;
  }
  .mobile .panel-body .btn-google {
    margin-bottom: 10px;
  }
  .mobile .panel-body .form-group .btn {
    margin: 5px auto 0;
  }
  .mobile .panel-body.text-center {
    text-align: left;
  }
  .mobile .success .panel-body.text-center {
    text-align: center;
  }
  .mobile .correio a {
    margin-bottom: 15px;
  }
  .mobile .buttons-float {
    margin: 0 auto;
    width: 370px;
  }
  .mobile .steps {
    background-color: #4dbbb2;
    padding: 15px;
  }
  .mobile .steps .panel-body {
    padding: 30px;
  }
  .mobile .steps .panel-body h3 {
    font-size: 22px;
    margin-top: 0;
    padding-top: 0;
  }
  .mobile .card-img {
    padding-top: 10px;
  }
  .mobile #form-completed .success {
    width: 100%;
    padding: 0 0 15px;
    background-color: #4dbbb2;
  }
  .mobile .resize-tablet {
    max-width: 480px;
    margin: 0 auto;
  }
  .mobile .bg-white {
    margin-top: 40px;
  }
  .mobile .bg-white small {
    color: black;
    font-weight: 700;
  }
  .mobile .bg-white h2 {
    line-height: 22px;
  }
  .mobile .bg-white h3 {
    color: #999;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .mobile .login-register {
    background-color: #4dbbb2;
  }
  .mobile .login-register h2 {
    color: #FFF;
    font-size: 10px;
    margin-top: 0;
  }
  .mobile .login-register h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .mobile .login-register h4 {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .mobile .login-register .panel-body {
    padding: 0;
  }
  .mobile .login-register .title-panel {
    margin-top: 0px;
  }
  .mobile .login-register .title-panel h3 {
    padding-top: 10px;
  }
  .mobile .login-register #btn-register {
    margin: 10px 0 0;
    width: 100%;
  }
  .mobile .login-register .clicar {
    margin-bottom: 30px;
  }
  .mobile .btn.btn-facebook, .mobile .panel-body .btn.btn-facebook {
    font-family: 'Open Sans', sans-serif;
    margin: 30px auto 10px;
  }
  .mobile .btn.btn-facebook .fa {
    font-size: 1.2em;
    margin-right: 5px;
  }
  .mobile .btn.btn-google, .mobile .panel-body .btn.btn-facebook {
    font-family: 'Open Sans', sans-serif;
    margin: 30px auto 10px;
  }
  .mobile .btn.btn-google .fa {
    font-size: 1.2em;
    margin-right: 5px;
  }
  .mobile .arrow-left {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .mobile .line-markup {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .mobile .panel-default {
    border: 0;
    border-radius: 0;
    padding-top: 20px;
  }
  .mobile .panel-body h3 {
    color: #585858;
    padding-top: 30px;
  }
  .mobile .panel-body .btn {
    margin-bottom: 30px;
    height: 60px !important;
    line-height: 20px !important;
    padding: 20px;
    white-space: inherit;
    text-transform: uppercase;
    width: 100%;
  }
  .mobile .panel-body .imprimir-boleto {
    margin-bottom: 30px;
    padding: 16px 0;
    white-space: inherit;
    width: 100%;
    line-height: 15px !important;
    max-width: 220px;
  }
  .mobile .panel-body .order-details-button {
    margin-bottom: 0;
  }
  .mobile .panel-body .form-group .btn {
    margin-bottom: 0;
    width: 100%;
  }
  .mobile .panel-body .form-group #btn-login {
    margin-top: 10px;
  }
  .mobile .panel-body label {
    line-height: 28px;
  }
  .mobile .panel-body .resize-tablet {
    padding: 0 20px;
  }
  .mobile h3, .mobile .h3 {
    line-height: 24px;
  }
  .mobile .bg-white {
    margin-top: 40px;
  }
  .mobile .bg-white small {
    color: black;
    font-weight: 700;
    font-size: 10px;
  }
  .mobile .bg-white h2 {
    font-size: 16px;
    line-height: 20px;
    max-width: 80%;
    margin: 10px auto 0;
  }
  .mobile .bg-white h3 {
    color: #999;
    font-size: 18px;
  }
  .mobile .bg-white .text-center h3 {
    font-size: 14px;
  }
  .mobile .bg-white .text-center h3 small {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-top: 5px;
    padding-bottom: 21px;
    line-height: 24px;
  }
  .mobile .steps {
    background-color: #4dbbb2;
    padding: 20px 0;
  }
  .mobile .steps form, .mobile .steps .step-2 {
    margin: 0 auto;
  }
  .mobile .steps .panel-body {
    padding: 15px 0;
  }
  .mobile .steps .panel-body h3 {
    font-size: 22px;
    margin-top: 0;
    padding-top: 0;
  }
  .mobile .card-img {
    padding-top: 10px;
  }
  .mobile #form-completed .success {
    max-width: 480px;
    width: 100%;
    background-color: #4dbbb2;
  }
  .mobile .txt-mailing {
    font-size: 18px;
  }
  .mobile .login-register form {
    margin: 5px 0 25px 0;
  }
  .mobile .login-register label {
    line-height: 20px;
    margin-top: 5px;
  }
  .mobile .login-register small {
    color: #707070;
    font-size: 11px;
    float: right;
    line-height: 20px;
    margin: 5px 0;
  }
  .mobile .order-summary-content {
    margin-top: 0 !important;
  }
  .mobile .order-summary-content h3 {
    margin-bottom: 25px !important;
  }
  .mobile .order-summary-content .title-page {
    margin-bottom: 5px !important;
  }
  .line-green:after {
    height: 1px;
  }
}

@media (max-width: 320px) {
  .login-register h3 {
    font-size: 29px;
    line-height: 32px;
  }
  .clicar {
    font-size: 11px;
    padding: 0;
    margin-bottom: 20px;
  }
}

/* temporary css*/
.modal-backdrop.in {
  opacity: 0.75;
}

.div-criar-livro .btn {
  display: block;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  margin: 50px auto 10px;
  padding: 20px 0;
  outline: none;
  text-transform: uppercase;
  line-height: normal;
  height: inherit;
  text-align: center;
  width: 250px;
  position: relative;
}

.div-criar-livro .box-chart:hover {
  text-decoration: none;
}

.div-criar-livro .box-chart .btn {
  margin-bottom: 0;
}

.btn-criar-livro .fa {
  position: relative;
  left: 35px;
  top: -1px;
}

.div-criar-livro .box-chart.active {
  border-color: #107ebb;
  background-color: #c2e9ff;
  color: #107ebb;
  text-decoration: none;
}

.div-criar-livro .box-chart.active b {
  color: #107ebb;
}

.grid-options {
  margin-left: -5px;
  margin-right: -5px;
}

.grid-options__element {
  width: 25%;
  padding: 0 5px;
  float: left;
}

.grid-options__element a {
  background-color: #f1f1f1;
}

.grid-options__element b {
  color: #434343;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .grid-options__element {
    width: 100%;
    padding: 2px 5px;
  }
  .div-criar-livro .box-chart img {
    display: inline-block;
    float: left;
    width: 70px;
    width: 50px !important;
    margin: 5px !important;
  }
  .grid-options__element b {
    margin: 22px 0 0 12px;
    float: left;
  }
}

@media (min-width: 481px) {
  .grid-options-2 .grid-options__element {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .grid-options-2 .grid-options__element:first-child {
    padding-left: 0px;
  }
  .grid-options-2 .grid-options__element:last-child {
    padding-right: 0px;
  }
  .grid-options-1 .grid-options__element a {
    height: 150px;
  }
  .div-criar-livro .box-chart img {
    margin: 10px;
  }
}

.div-criar-livro .box-chart {
  padding: 5px !important;
}

.div-criar-livro .box-chart img {
  border-radius: 50px;
}

.panel-monica .box-chart.active {
  border-color: #f69c42;
  background-color: #fedcd5;
  color: #f4323c;
  text-decoration: none;
}

.panel-monica .box-chart:hover {
  border-color: #f69c42;
}

.panel-monica .box-chart.active b {
  color: #e93d13;
}

.mobile .panel-default {
  padding-top: 20px;
}

* {
  font-family: 'Open Sans', Arial, sans-serif;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, a, b, small, pre, span, p {
  -webkit-font-smoothing: antialiased;
}

h2 {
  color: #47bab3;
  margin: 0;
  font-weight: 500;
}

label {
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #47bab3;
}

.section-header {
  font-family: 'Open Sans', Arial, sans-serif !important;
  color: #a2a2a2;
  font-size: 36px;
  line-height: 36px;
  font-weight: 100;
  margin: 0;
}

@media (max-width: 480px) {
  .section-header {
    font-size: 24px;
  }
}

.section-subheader {
  font-family: 'Open Sans', Arial, sans-serif !important;
  color: #434343;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 480px) {
  .section-subheader {
    font-size: 13px;
  }
}

.section-header + .section-subheader,
.section-subheader + .section-header {
  margin-top: 15px;
}

@media (max-width: 480px) {
  .section-header + .section-subheader,
  .section-subheader + .section-header {
    margin-top: 0;
  }
}

.section-header-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 480px) {
  .section-header-wrapper {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.lead-header {
  font-size: 26px;
  font-weight: 600;
  color: #434343;
  padding: 0;
  margin: 0;
}

.lead-subheader {
  font-size: 16px;
  font-weight: normal;
  color: #919191;
  margin: 0;
}

.lead-header + .lead-subheader,
.lead-subheader + .lead-header {
  margin-top: 11px;
}

.relative-block {
  position: relative !important;
}

@media (max-width: 480px) {
  .hide-on--xxs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-on--xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .hide-on--sm {
    display: none !important;
  }
}

@media (min-width: 481px) {
  .hide-except-on--xxs {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-except-on--xs {
    display: none !important;
  }
}

@media (min-width: 991px) {
  .hide-except-on--sm {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.card {
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
  padding: 17px 23px;
  border-radius: 20px;
}

.card-header {
  height: 23px;
  font-size: 17px;
  font-weight: 600;
  color: #47bab3;
}

.card-separator {
  border-top-width: 2px;
  margin-left: -25px;
  margin-right: -25px;
}

.card + .card {
  margin-top: 20px;
}

.card-blue {
  background: #39c7a1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #39c7a1), color-stop(51%, #25bcc9), color-stop(100%, #19bfe7));
  background: -webkit-linear-gradient(left, #39c7a1 0%, #25bcc9 51%, #19bfe7 100%);
  background: linear-gradient(to right, #39c7a1 0%, #25bcc9 51%, #19bfe7 100%);
  box-shadow: none;
}

.card-red {
  background: #fca926;
  background: -webkit-gradient(left top, right top, color-stop(0%, #fca926), color-stop(51%, #f16450), color-stop(100%, #f4212d));
  background: -webkit-linear-gradient(left, #fca926 0%, #f16450 51%, #f4212d 100%);
  background: linear-gradient(to right, #fca926 0%, #f16450 51%, #f4212d 100%);
  box-shadow: none;
}

/* Variables*/
/* This is our new way to edit css content - Customize Boostrap   <<< correct*/
.btn-lg {
  padding: 22px 58px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.8px;
}

.btn-outline {
  border: 2px solid #47bab3;
  border-radius: 100px;
  background: transparent;
  display: inline-block;
  text-transform: uppercase;
  color: #47bab3;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
  transition: background .15s ease-in-out, color .15s ease-in-out;
}

@media (max-width: 767px) {
  .btn-outline {
    height: 45px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    padding-top: 11px;
    padding-bottom: 10px;
    max-width: none;
  }
}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  text-decoration: none;
  background: #47bab3;
  color: white;
}

.btn-default {
  background-color: #5ac8a3;
  background-image: -webkit-linear-gradient(left, #4ebcb1, #4ebcb1 50%, #5ac8a3 85%, #03f28a);
  background-image: linear-gradient(to right, #4ebcb1, #4ebcb1 50%, #5ac8a3 85%, #03f28a);
  background-size: 200% auto;
  background-position-x: 98%;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 65px;
  width: 100%;
  max-width: 300px;
  border: none;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: box-shadow .15s ease-in-out, background-position .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, background-position .15s ease-in-out;
  outline: none;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .btn-default {
    height: 45px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.8px;
    padding-top: 11px;
    padding-bottom: 10px;
    color: #ffffff;
    max-width: none;
  }
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  box-shadow: 0 20px 15px -15px rgba(71, 186, 179, 0.6);
  background-image: -webkit-linear-gradient(left, #4ebcb1, #4ebcb1 50%, #5ac8a3 85%, #03f28a);
  background-image: linear-gradient(to right, #4ebcb1, #4ebcb1 50%, #5ac8a3 85%, #03f28a);
  /*TODO: sobrescrever na raiz do bootstrap*/
  background-color: #5ac8a3;
  background-position-x: 0;
  color: white;
  outline: none;
}

.btn-default > .icon {
  color: #228172;
  right: 33px;
  position: absolute;
}

.btn-blue {
  background-color: #2462af;
  background-image: -webkit-linear-gradient(left, #345088, #2462af 50%, #2462af 85%, #116bc6);
  background-image: linear-gradient(to right, #345088, #2462af 50%, #2462af 85%, #116bc6);
  background-size: 200% auto;
  background-position-x: 100%;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 65px;
  width: 100%;
  max-width: 300px;
  border: none;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: box-shadow .15s ease-in-out, background-position .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, background-position .15s ease-in-out;
  outline: none;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .btn-blue {
    height: 45px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.8px;
    padding-top: 11px;
    padding-bottom: 10px;
    color: #ffffff;
    max-width: none;
  }
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  box-shadow: 0 20px 15px -15px rgba(47, 72, 124, 0.6);
  background-color: #2462af;
  background-image: -webkit-linear-gradient(left, #345088, #2462af 50%, #2462af 85%, #116bc6);
  background-image: linear-gradient(to right, #345088, #2462af 50%, #2462af 85%, #116bc6);
  background-size: 200% auto;
  background-position-x: 0;
  color: white;
  outline: none;
}

.btn-yellow {
  background: #fdd932;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 65px;
  width: 100%;
  max-width: 300px;
  border: none;
  border-radius: 100px;
  color: #253438;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: box-shadow .15s ease-in-out, background .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, background .15s ease-in-out;
  outline: none;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .btn-yellow {
    height: 45px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.8px;
    padding-top: 11px;
    padding-bottom: 10px;
    max-width: none;
  }
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  background: #edcc2f;
  color: #253438;
  outline: none;
  box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=5);
}

@media (max-width: 767px) {
  .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
    box-shadow: 0 20px 20px -16px rgba(0, 0, 0, 0.5);
  }
}

.btn.is-full {
  max-width: none;
}

.btn.has-icon {
  position: relative;
}

.btn.btn-small {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 200px;
  line-height: 30px;
  height: auto;
}

.btn-link-simple {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.6px;
  color: #47bab3;
  transition: color .2s ease-in-out;
}

@media (max-width: 767px) {
  .btn-link-simple {
    font-size: 12px;
  }
}

.btn-link-simple:hover, .btn-link-simple:active, .btn-link-simple:focus {
  text-decoration: none;
  color: #3f948f;
}

/* Button icons motions*/
.btn > .ddh-icon-arrow-right {
  font-size: 1.41em;
  margin-top: -3px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.btn:hover .icon.ddh-icon-arrow-right {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

/* This is our old way to edit css content - Creating our library <<< */
/* Desktop*/
.button {
  background-color: #5ac8a3;
  background-image: -webkit-linear-gradient(left, #4ebcb1, #4ebcb1 50%, #5ac8a3 85%, #03f28a);
  background-image: linear-gradient(to right, #4ebcb1, #4ebcb1 50%, #5ac8a3 85%, #03f28a);
  background-size: 200% auto;
  background-position-x: 100%;
  display: block;
  padding-top: 21px;
  padding-bottom: 20px;
  max-width: 320px;
  width: 100%;
  border: none;
  border-radius: 100px;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: box-shadow .15s ease-in-out, background-position .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, background-position .15s ease-in-out;
}

@media (max-width: 767px) {
  .button {
    font-size: 15px;
    padding-top: 11px;
    padding-bottom: 10px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
}

.button:hover, .button:focus {
  box-shadow: 0 20px 15px -15px rgba(71, 186, 179, 0.6);
  background-position-x: 0;
  color: white;
  text-decoration: none;
}

.button__icon {
  display: block;
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, background .2s ease-in-out;
  transition: transform .2s ease-in-out, background .2s ease-in-out, -webkit-transform .2s ease-in-out;
  pointer-events: none;
}

.button__container {
  position: relative;
}

.button__container--with-icon:hover .button__icon {
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

.button--highlight {
  background: #fdd932;
  color: #253438;
}

.button--highlight:hover {
  background-color: #edcc2f;
  box-shadow: 0 20px 15px -15px rgba(1, 1, 1, 0.6);
}

.button--facebook {
  background: #5ac8a3;
  background: -webkit-linear-gradient(left, #345088, #2462af 50%, #2462af 70%, #116bc6);
  background: linear-gradient(to right, #345088, #2462af 50%, #2462af 70%, #116bc6);
}

.button--facebook:hover {
  background: #2f497c;
}

.button--google {
  background-color: #2462af;
  background-image: -webkit-linear-gradient(left, #dd4b39, #cd4b3b 50%, #cd4b3b 85%, #d21d07);
  background-image: linear-gradient(to right, #dd4b39, #cd4b3b 50%, #cd4b3b 85%, #d21d07);
}

.button--google:hover {
  background: #d21d07;
}

.button--full {
  max-width: 100%;
}

.input {
  width: 100%;
  background-color: #ffffff;
  padding: 17px 20px 16px 20px;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  border: solid 2px #d9d9d9;
  font-size: 16px;
  color: #253438;
  -webkit-transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
  transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
}

@media (max-width: 767px) {
  .input {
    height: 45px;
    border-radius: 7px;
    padding: 12px 12px 14px;
    font-size: 14px;
  }
}

.input:focus {
  border-color: #47bab3;
  outline: none;
}

.input:-webkit-autofill, .input:-webkit-autofill:hover, .input:-webkit-autofill:focus, .input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.input:disabled, .input--disabled {
  opacity: .5;
  border: solid 2px #d9d9d9;
  background-color: #efefef;
}

@media (max-width: 767px) {
  .input {
    padding: 12px 12px 14px 12px;
    border-radius: 7px;
    font-size: 14px;
  }
}

.input__container {
  position: relative;
}

.input__icon {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.input__link {
  position: absolute;
  top: 22px;
  right: 22px;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  text-transform: uppercase;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .input__link {
    top: 16px;
    right: 16px;
    font-size: 10px;
  }
}

.input__link:hover {
  color: #47bab3;
}

.input.input-validation-error {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #da1a07;
}

.input.input-validation-error + .field-validation-error {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Exceções para o safari mobile*/
.mobile.safari input[type="text"] {
  font-size: 16px !important;
}

/* Select*/
.select-container {
  position: relative;
}

.select-container svg {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  margin: auto 0;
  display: block;
}

.select-container select {
  background-color: #fff;
  background-image: url(/Assets/Icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-size: 32px 100%;
}

.select {
  position: relative;
  z-index: 20;
  background: transparent;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 16px;
  font-size: 16px;
  border-color: #d9d9d9;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  outline: none;
  border-radius: 10px;
  color: #253438;
  -webkit-transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
  transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
  position: relative;
  z-index: 1;
  /* Remove drodown arrow*/
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* Pseudo-classes    */
}

@media (max-width: 767px) {
  .select {
    height: 45px;
    border-radius: 7px;
    padding: 12px 12px 14px;
    font-size: 14px;
  }
}

.select::-ms-expand {
  display: none;
}

.select:focus {
  border-color: #47bab3;
}

.select:disabled, .select--disabled {
  opacity: .5;
  border: solid 2px #d9d9d9;
  background-color: #efefef;
  pointer-events: none;
}

.select__container {
  position: relative;
}

.select__drop-down {
  background-image: url("/Assets/svg/ico-angle-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  right: 13px;
  height: 32px;
  width: 32px;
  content: '';
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 767px) {
  .select__drop-down {
    top: 11px;
    right: 10px;
    height: 24px;
    width: 24px;
  }
}

.select.input-validation-error {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #da1a07;
}

.select.input-validation-error + .field-validation-error {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* This is our new way to edit css content - Customize Boostrap   <<< correct*/
.form-header {
  font-size: 26px;
  font-weight: 600;
  color: #47bab3;
  margin-top: 0;
  margin-bottom: 19px;
  padding: 0;
}

@media (max-width: 767px) {
  .form-header {
    font-size: 20px;
  }
}

.form-group {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 15px;
  }
}

.form-group--small-margin {
  margin-bottom: 15px;
}

/* TODO: Remover a classe label quando não houver mais conflito de especificidade*/
label.control-label {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #47bab3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  label.control-label {
    font-size: 10px;
    display: inherit;
    line-height: 1 !important;
  }
}

.control-label + .form-control, .help-block + .form-control,
.control-label + .form-control-wrapper, .help-block + .form-control-wrapper {
  margin-top: 3px;
}

.control-link {
  position: absolute;
  top: 20px;
  right: 22px;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  text-transform: uppercase;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .control-link {
    top: 16px;
    right: 16px;
    font-size: 10px;
  }
}

.control-link:hover {
  color: #47bab3;
}

.help-block {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #349791;
  margin: 0;
  /* TODO: bootstrap fix*/
}

@media (max-width: 767px) {
  .help-block {
    font-size: 11px;
  }
}

.form-control {
  height: 55px;
  padding: 16px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 2px #d9d9d9;
  font-family: 'Open Sans', sans-serif;
  color: #253438;
  font-size: 16px;
  -webkit-appearance: none;
  box-shadow: none;
  /* TODO: bootstrap fix*/
}

@media (max-width: 767px) {
  .form-control {
    height: 45px;
    border-radius: 7px;
    padding: 12px 12px 14px;
    font-size: 14px;
  }
}

.form-control:active, .form-control:focus {
  outline: 0;
  border-color: #47bab3;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-submit {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .form-submit {
    margin-top: 30px;
  }
}

.select-dropdown {
  background-image: url("/Assets/svg/ico-angle-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  right: 13px;
  height: 32px;
  width: 32px;
  content: '';
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 767px) {
  .select-dropdown {
    top: 9px;
    width: 28px;
    height: 28px;
  }
}

.select-dropdown-wrapper {
  position: relative;
  z-index: 1;
}

.select-dropdown-wrapper select {
  background-color: transparent !important;
}

.field-validation-error {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.form-group.col-xs-6:first-child {
  padding-right: 7px;
}

.form-group.col-xs-6:last-child {
  padding-left: 7px;
}

/* This is our old way to edit css content - Creating our library <<< */
.form__header {
  font-size: 26px;
  font-weight: 600;
  color: #47bab3;
  margin-top: 0;
  margin-bottom: 19px;
  padding: 0;
}

@media (max-width: 767px) {
  .form__header {
    font-size: 20px;
  }
}

.form__messages {
  display: none;
  max-width: 430px;
  margin: 27px auto;
  padding: 14px 17px 16px 26px;
  border: 1px dashed #da1a07;
  border-radius: 10px;
  background-color: #fff1f0;
}

.form__messages--visible {
  display: block;
}

.form__messages--warning {
  margin: 19px 0;
  background-color: #ffffe4;
  border: dashed 1px #968f5e;
  padding: 14px 15px 18px;
}

.form__messages--warning .message::before {
  content: none;
}

.form__messages .form__link {
  margin-bottom: 0;
}

.form__separator {
  margin-top: 38px;
  margin-bottom: 30px;
  display: block;
  height: 2px;
  background-color: #e9eaed;
  border: none;
}

@media (max-width: 767px) {
  .form__separator {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.form__link {
  display: block;
  margin-top: 13px;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  color: #47bab3;
  text-transform: uppercase;
  transition: color .2s ease-in-out;
}

.form__link:hover, .form__link:active, .form__link:focus {
  color: #3f948f;
  text-decoration: none;
}

@media (max-width: 767px) {
  .form__link {
    font-size: 10px;
  }
}

.form__submit {
  margin-top: 34px;
}

.form__next-step {
  width: 100%;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #000000;
}

.form__tip {
  margin-top: 15px;
  margin-bottom: 19px;
  font-size: 12px;
  text-align: center;
  color: #349791;
}

@media (max-width: 767px) {
  .form__tip {
    font-size: 11px;
    margin-bottom: 0px;
  }
}

.ddh-form-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .ddh-form-group {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.ddh-form-group__label {
  margin-bottom: 0;
  /* bootstrap fix*/
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #47bab3;
}

@media (max-width: 767px) {
  .ddh-form-group__label {
    display: inherit;
    font-size: 10px;
  }
}

.ddh-form-group__tip {
  display: block;
  font-size: 12px;
  color: #349791;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .ddh-form-group__tip {
    font-size: 11px;
    margin-bottom: 0px;
  }
}

.ddh-form-group__input, .ddh-form-group__select {
  margin-top: 3px;
}

.ddh-form-group__error-message,
.ddh-form-group .field-validation-error {
  display: block;
  width: 100%;
  font-size: 13px;
  background: #da1a07;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 19px;
  padding-right: 19px;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 767px) {
  .ddh-form-group__error-message,
  .ddh-form-group .field-validation-error {
    padding: 4px 13px 8px 13px;
    border-radius: 0 0  7px 7px;
    font-size: 14px;
  }
}

.ddh-form-group--top {
  margin-top: 0;
}

.ddh-form-group--bottom {
  margin-bottom: 0;
}

.row > .ddh-form-group {
  margin-top: 0;
}

.ddh-form-group.col-xs-6:first-child {
  padding-right: 7px;
}

.ddh-form-group.col-xs-6:last-child {
  padding-left: 7px;
}

.message {
  position: relative;
  font-size: 14px;
  color: #253438;
  list-style: none;
}

.message::before {
  content: '•';
  color: #da1a07;
  font-size: 14px;
  position: absolute;
  left: -11px;
  top: 0;
}

.message__description {
  color: #253438;
}

.message__title {
  font-weight: bold;
}

.message--error {
  color: #da1a07;
}

.modal {
  z-index: 10000009;
  /* Elements*/
}

.modal-dialog-sm {
  max-width: 610px;
}

@media (max-width: 480px) {
  .modal-dialog {
    margin-bottom: 40px;
    padding: 0;
  }
}

.modal-close {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #ffffff !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  color: #afa2ba;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .modal-close {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 480px) {
  .modal-close {
    margin-right: 10px;
    margin-top: 10px;
  }
}

.modal-close .icon, .modal-close .icon-text {
  margin-top: 3px;
  display: block;
}

.modal-close .icon {
  font-size: 16px;
  padding: 0;
}

@media (max-width: 768px) {
  .modal-close .icon {
    margin-top: 4.5px;
  }
}

.modal-close .icon-text {
  font-size: 7px;
  font-weight: 900;
  line-height: 0.71;
  letter-spacing: 0.1px;
  text-align: center;
  text-transform: uppercase;
  color: #afa2ba;
}

@media (max-width: 768px) {
  .modal-close .icon-text {
    display: none;
  }
}

.modal-separator {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e9eaed;
  line-height: 0.1em;
  margin: 20px 0;
}

.modal-separator span {
  background-color: #ffffff;
  padding: 0 10px;
}

.modal-content {
  background-color: transparent;
  box-shadow: none;
  border-width: 0;
}

.modal-content > .modal-header {
  background-color: transparent;
  position: relative;
  border-width: 0 !important;
  text-align: right;
  padding: 0;
  margin-bottom: 10px;
}

.modal-content > .modal-header > .modal-close {
  right: -60px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .modal-content > .modal-header > .modal-close {
    right: 0;
  }
}

@media (max-width: 767px) {
  .modal-content > .modal-header > .modal-close {
    right: 0;
  }
}

.modal-content > .modal-footer {
  display: none;
}

.modal-body {
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .modal-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 480px) {
  .modal-body {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
  }
}

.modal-backdrop {
  z-index: 9999999;
}

.modal h3, .modal .h3 {
  font-size: 26px;
  font-weight: 600;
  color: #47bab3;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .modal h3, .modal .h3 {
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .modal h3, .modal .h3 {
    font-size: 18px;
  }
}

.modal h3 + *, .modal .h3 + * {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .modal h3 + *, .modal .h3 + * {
    margin-top: 22px;
  }
}

@media (max-width: 480px) {
  .modal h3 + *, .modal .h3 + * {
    margin-top: 18px;
  }
}

.input-squeezed {
  padding: 16px 115px 15px 20px;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  background-color: #ffffff;
  color: #253438;
  font-size: 18px;
  height: 55px !important;
}

@media (max-width: 767px) {
  .input-squeezed {
    font-size: 14px;
    padding: 12px 95px 14px 12px;
    height: 45px !important;
  }
}

.control-label + .input-squeezed__container,
.control-label + .input-squeezed-container {
  margin-top: 3px;
}

.input-squeezed__container, .input-squeezed-container {
  position: relative;
}

.input-squeezed + .btn {
  position: absolute;
  top: 10px;
  right: 8px;
  display: inline-block;
  padding: 7px 18px;
  font-size: 13px !important;
  letter-spacing: 0.7px;
  width: auto;
  height: 36px;
  margin: 0;
  box-shadow: none !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
  /* Button label or button value*/
  /* Button completed icon*/
  /* Spinner Load*/
}

@media (max-width: 767px) {
  .input-squeezed + .btn {
    top: 8px;
    right: 6px;
    font-size: 10px !important;
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 2.4;
    letter-spacing: 0.6px;
    box-shadow: none !important;
  }
}

.input-squeezed + .btn span {
  display: inline-block;
  -webkit-transition: -webkit-transform .2s ease-in-out .3s;
  transition: -webkit-transform .2s ease-in-out .3s;
  transition: transform .2s ease-in-out .3s;
  transition: transform .2s ease-in-out .3s, -webkit-transform .2s ease-in-out .3s;
}

.input-squeezed + .btn i {
  display: block;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  top: 12px;
  -webkit-transition: all .2s ease-in-out .3s;
  transition: all .2s ease-in-out .3s;
}

@media (max-width: 767px) {
  .input-squeezed + .btn i {
    top: 4px;
  }
}

.input-squeezed + .btn:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 60%;
  height: 60%;
  border: 3px solid transparent;
  border-bottom: 3px solid white;
  top: 20%;
  left: 20%;
  border-radius: 100px;
  -webkit-animation: spin .7s linear infinite .5s;
  animation: spin .7s linear infinite .5s;
}

.input-squeezed + .btn.loading {
  border-radius: 100px;
  max-width: 36px !important;
  padding: 0 !important;
  pointer-events: none;
}

@media (max-width: 767px) {
  .input-squeezed + .btn.loading {
    max-width: 30px !important;
  }
}

.input-squeezed + .btn.loading:after {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out .3s;
  transition: opacity .2s ease-in-out .3s;
}

.input-squeezed + .btn.loading .hide-on-loading {
  opacity: 0;
}

.input-squeezed + .btn.completed i {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.input-squeezed + .btn.completed span, .input-squeezed + .btn.loading span {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.input-squeezed.input-validation-error {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #da1a07;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

footer {
  background-color: #907FEB;
  color: white;
}

footer .row {
  padding-top: 33px;
  padding-bottom: 28px;
}

@media (max-width: 767px) {
  footer .row {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 480px) {
  footer .row {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

footer hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  margin-bottom: 0px;
}

footer .help-phrase {
  line-height: 27px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  footer .help-phrase {
    text-align: left;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  footer .help-phrase {
    font-size: 14px;
  }
}

footer .help-phrase p {
  margin-bottom: 0;
  line-height: 1.3;
}

footer .help-phrase br {
  display: none;
}

@media (max-width: 480px) {
  footer .help-phrase br {
    display: initial;
  }
}

footer .help-phrase b {
  font-weight: 600;
}

footer .help-phrase .highlight {
  color: white;
}

footer .help-phrase a {
  color: white;
}

footer .help-phrase a:hover {
  color: #efefef;
}

@media (max-width: 767px) {
  footer .sitemap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

footer .sitemap a {
  color: white;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
  color: #ffffff;
}

footer .sitemap a:hover {
  color: white;
}

footer .sitemap .group-link-header {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 9px;
  display: block;
  pointer-events: none;
  line-height: 1.4;
  text-decoration: none !important;
}

footer .sitemap .group-link-header.collapsed i::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

footer .sitemap .group-link-header b {
  font-weight: 600;
}

footer .sitemap .group-link-header i::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  display: inline-block;
}

@media (max-width: 767px) {
  footer .sitemap .group-link-header {
    pointer-events: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 480px) {
  footer .sitemap .group-link-header {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

footer .sitemap .group-link-header:hover {
  text-decoration: none;
  cursor: default;
}

@media (max-width: 767px) {
  footer .sitemap .group-link-header:hover {
    cursor: pointer;
  }
}

footer .sitemap ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  footer .sitemap ul {
    padding-bottom: 15px;
  }
}

footer .sitemap hr {
  visibility: hidden;
}

@media (max-width: 767px) {
  footer .sitemap hr {
    visibility: visible;
  }
}

footer .sitemap .ddh-icon-plus {
  display: none;
}

@media (max-width: 767px) {
  footer .sitemap .ddh-icon-plus {
    display: inline-block;
    float: right;
  }
}

footer .sitemap .collapse {
  display: block;
}

@media (max-width: 767px) {
  footer .sitemap .collapse {
    display: none;
  }
}

footer .sitemap .socials b {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 9px;
  display: block;
  line-height: 1.4;
}

@media (max-width: 767px) {
  footer .sitemap .socials b {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #369993;
  }
}

@media (max-width: 767px) {
  footer .sitemap .socials ul {
    border-bottom: none;
    padding-top: 29px;
    padding-bottom: 29px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  footer .sitemap .socials ul {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}

footer .sitemap .socials ul li {
  text-align: center;
  display: inline-block;
}

footer .sitemap .socials a {
  float: left;
  margin-right: 13px;
  margin-bottom: 13px;
  color: #ababab;
  font-size: 21px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  line-height: 40px;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  border: none;
  font-weight: normal;
}

@media (max-width: 767px) {
  footer .sitemap .socials a {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  footer .sitemap .socials a {
    height: 40px;
    width: 40px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 10px;
  }
}

@media (min-width: 991px) and (max-width: 1280px) {
  footer .sitemap .socials a {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    height: 45px;
    line-height: 37px;
    width: 45px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  footer .sitemap .socials a {
    margin-right: 2px;
    margin-bottom: 5px;
    font-size: 16px;
    height: 30px;
    line-height: 20px;
    width: 30px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

footer .sitemap .socials a:hover {
  text-decoration: none;
  border: none;
  color: white;
  font-weight: normal;
}

footer .sitemap .socials .facebook:hover {
  background-image: -webkit-linear-gradient(left, #345088, #2462af 70%, #116bc6);
  background-image: linear-gradient(to right, #345088, #2462af 70%, #116bc6);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

footer .sitemap .socials .instagram:hover {
  background-image: -webkit-linear-gradient(left, #fe8800, #d6006f);
  background-image: linear-gradient(to right, #fe8800, #d6006f);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

footer .sitemap .socials .pinterest:hover {
  background-image: -webkit-linear-gradient(left, #fa5257, #cd1d1f);
  background-image: linear-gradient(to right, #fa5257, #cd1d1f);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

footer .sitemap .socials .youtube:hover {
  background-image: -webkit-linear-gradient(left, #e92a1d, #bb0000);
  background-image: linear-gradient(to right, #e92a1d, #bb0000);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

footer .newletter {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  footer .newletter {
    padding-top: 27px;
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  footer .newletter {
    padding-top: 28px;
    padding-bottom: 43px;
  }
}

footer .newletter span {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 21px;
}

@media (max-width: 767px) {
  footer .newletter span {
    font-size: 16px;
    padding-bottom: 22px;
  }
}

@media (max-width: 480px) {
  footer .newletter span {
    max-width: 320px;
    padding-bottom: 16px;
    font-size: 14px;
  }
}

footer .newletter .input-squeezed {
  border-radius: 100px;
  padding-left: 21px;
  font-size: 14px;
  border: 2px solid white;
}

footer .newletter .input-squeezed-container {
  max-width: 430px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  footer .newletter .input-squeezed-container {
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  footer .newletter .input-squeezed-container {
    max-width: none;
  }
}

footer .newletter .input-squeezed + .btn {
  top: 9px;
  right: 10px;
}

@media (max-width: 767px) {
  footer .newletter .input-squeezed + .btn {
    top: 7px;
    right: 8px;
    padding-top: 0px;
  }
}

footer .company-details {
  background-color: #8273d4;
  background-color: #8273d4;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 767px) {
  footer .company-details {
    text-align: left;
  }
}

footer .company-details .row {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 480px) {
  footer .company-details .row {
    padding-top: 17px;
    padding-bottom: 21px;
  }
}

footer .company-details i {
  position: relative;
  top: -3px;
  font-size: 6px;
  margin-left: 2px;
  margin-right: 2px;
}

footer .company-details a {
  color: white;
  text-decoration: underline;
}

footer .company-details a:hover {
  color: #efefef;
}

.controls {
  position: absolute;
  text-align: center;
  top: 15px;
}

@media (max-width: 767px) {
  .controls {
    top: 10px;
  }
}

.controls-back {
  left: 15px;
}

@media (max-width: 767px) {
  .controls-back {
    left: 10px;
  }
}

.controls-back .btn-link {
  font-size: 20px;
  display: block;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 52px;
  background-color: #ffffff;
  color: #ababab;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .controls-back .btn-link {
    width: 50px;
    line-height: 40px;
    height: 50px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
}

.controls-back .btn-link.effect-2 {
  border: 1px solid #fefefe;
}

.controls-back .btn-link.effect-2:hover, .controls-back .btn-link.effect-2:focus {
  -webkit-transform: none !important;
  transform: none !important;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .controls-back .btn-link.effect-2:hover, .controls-back .btn-link.effect-2:focus {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  }
}

.controls-back .btn-link:hover, .controls-back .btn-link:focus {
  color: #47bab3;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px) !important;
  text-decoration: none;
}

@media (max-width: 767px) {
  .controls-back .btn-link:hover, .controls-back .btn-link:focus {
    box-shadow: 0 10px 4px 0 rgba(0, 0, 0, 0.15);
  }
}

.controls-back span {
  font-size: 10px;
  padding-top: 5px;
  display: inline-block;
  color: white;
}

.controls-foward {
  right: 15px;
}

@media (max-width: 767px) {
  .controls-foward {
    right: 10px;
  }
}

.controls-foward .btn {
  padding-left: 42px;
  padding-right: 42px;
  height: auto;
  min-height: initial;
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  max-width: none;
  position: relative;
  z-index: 1000;
}

@media (max-width: 767px) {
  .controls-foward .btn {
    font-size: 14px;
    padding-top: 0;
    padding-left: 22px;
    padding-bottom: 0;
    line-height: 50px;
  }
}

.controls-foward .btn.has-icon {
  padding-right: 80px;
}

@media (max-width: 767px) {
  .controls-foward .btn.has-icon {
    padding-right: 55px;
  }
}

.controls-foward .btn small {
  font-size: 1em;
  color: #caf3e3;
}

.controls-foward .btn .ddh-icon-arrow-right {
  margin-top: -1px;
  font-size: 20px;
  right: 35px;
}

@media (max-width: 767px) {
  .controls-foward .btn .ddh-icon-arrow-right {
    top: 3px;
    right: 22px;
    font-size: 20px;
  }
}

.controls > .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.controls-container {
  position: relative;
  height: 100px;
  width: 100%;
}

body.modal-open {
  overflow: hidden;
  position: relative;
  height: 100%;
}

html.modal-open {
  overflow: hidden;
  position: relative;
  height: 100%;
}

#discountModal .modal-close-icon {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 5px;
  width: 16px;
  height: 30px;
}

@media (max-width: 767px) {
  #discountModal .modal-close-icon {
    width: 16px;
    height: 50px;
    top: 0px;
  }
}

#discountModal .modal-close {
  margin-right: 0px !important;
}

#discountModal .modal-close-helper {
  text-transform: uppercase;
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
  #discountModal .modal-close-helper {
    display: none;
  }
}

@media (min-width: 480px) {
  #discountModal .modal-content .modal-body {
    padding-top: 36px;
  }
}

@media (min-width: 990px) {
  #discountModal .modal-content .modal-body {
    padding-top: 90px;
  }
}
