@font-face {
  font-family: 'Chasing Hearts';
  src: url('/assets/fonts/Chasing_Hearts_OTF.otf'), url('/assets/fonts/Chasing_Hearts_TTF.ttf');
}

body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

i {
  vertical-align: middle;
}

.form-control:focus {
  border-color: rgb(255, 200, 62);
}

a {
  text-decoration: none !important;
  color: rgb(149, 102, 60);
}

a:hover {
  text-decoration: none !important;
  color: rgb(149, 102, 60);
}

p {
  color: rgb(108, 115, 123);
}

@media only screen and (max-width: 800px) {
  .fix-search-on-mobile {
    margin-top: 20px;
  }

  .fix-card-title {
    font-size: 15px;
    font-weight: bold;
  }

  .fix-card-body {
    height: 130px;
    text-align: center;
  }

  .hide-on-mobile {
    display: none;
  }

  .fix-img-header-cursos {
    width: 100%;
  }

  .fix-form-mobile {
    width: 50% !important;
  }

  .fix-form-btn {
    margin-top: 10px;
  }

  /*.fix-on-mobile{
    padding-left: 100px;
  }*/
}

@media only screen and (min-width: 800px) and (max-width: 1367px) {
  .hide-on-laptop {
    display: none;
  }

  .fix-card-body {
    height: 160px;
  }

  .fix-header-laptop {
    margin-top: -25px;
  }

  .fix-margin-banner {
    margin-top: -24px;
  }

  .fix-margin-menu {
    margin-bottom: -8px;
  }

  .fix-logo-footer {
    width: 30%;
  }
}

@media only screen and (min-width: 1367px) {
  .hide-on-desktop {
    display: none;
  }

  .fix-card-body {
    height: 160px;
  }

  .fix-img-header-cursos {
    width: 50%;
  }

  .fix-img-header-matrizes {
    width: 30%;
  }

  .fix-img-header-sara {
    width: 40%;
  }

  .fix-img-header-pinterest {
    width: 30%;
  }

  .fix-margin-menu {
    margin-bottom: -8px;
  }

  .fix-logo-footer {
    width: 30%;
  }
}

.dropdown-toggle::after {
  display: none;
}

.icon-wrapper {
  display: table;
  width: 40px;
  height: 40px;
  background-color: rgb(149, 102, 60);
  border-radius: 999px;
  text-align: center;
}

.rounded-icon {
  font-size: 17px;
  display: table-cell;
  text-align: center;
  color: #fff;
  margin-top: 11px;
}

.hr-fix {
  background-color: rgb(251, 234, 148) !important;
  margin-top: 5px !important;
  padding-top: 0px;
  padding-bottom: 3px;
}

.input-group-text {
  border-width: 2px;
  border-left-width: 0px;
  color:#fff;
  background-color:rgb(149, 102, 60)
}

.fix-search-input {
  border-width: 2px;
  border-right-width: 0px;
  height: 40px;
  width: 150px;
  padding-left: calc(50px/3);
  padding-right: calc(50px/3);
}

.btn-cart {
  padding: 3px;
  height: 40px;
  width: 70px;
  color: #fff;
  background-color: rgb(149, 102, 60);
  border-color: rgb(149, 102, 60);
}

.btn-cart:hover {
  color: #fff;
  background-color: rgb(149, 102, 60);
  border-color: rgb(149, 102, 60);
}

.fix-cart-icon {
  font-size: 20px;
}

.btn-outline-header {
  border-width: 2px;
  padding: 8px;
  font-size: 15px;
  color: rgb(149, 102, 60);
  border-color: rgb(149, 102, 60);
  height: 40px;
}

.btn-outline-header:hover {
  color: #fff;
  background-color: rgb(149, 102, 60);
  border-color: rgb(149, 102, 60);
}

.background-menu {
  background-image: url("../img/bg-menu.png");
  background-repeat: repeat;
  height: 80px;
}

.menu-link {
  color: rgb(255, 200, 62);
  font-size: 40px;
  font-weight: 700;
  margin-right: 40px;
  /*font-family: 'Grand Hotel', cursive;*/
}

.menu-link:hover {
  color: rgb(255, 200, 62);
}

.menu-header {
  color: rgb(149, 102, 60);
  font-size: 29px;
  font-weight: 700;
}

.row-menu {
  display: none;
  margin-top: -9px;
  text-align: center;
}

.btn-show-menu {
  background-color: transparent;
  border-color: rgb(149, 102, 60);
  color: rgb(149, 102, 60);
}

.btn-show-menu:hover {
  color: rgb(149, 102, 60);
}

.text-grey {
  color: rgb(149, 102, 60);
}

.btn-card {
  background: rgb(251, 234, 148);
  border-width: 2px;
  /*border-color: rgb(251, 234, 148);*/
  font-size: 20px;
  font-weight: bold;
  /*text-shadow:#000 -1px -1px;*/
  color: rgb(149, 102, 60);
}

.btn.btn-out-dashed {
  /*outline: 1px dashed #fff;
  outline-offset: -5px*/
}

.btn-card:hover {
  color: rgb(149, 102, 60);
}

.background-matrizes {
  background-color: #e9f3f4;
}

.page-header-backgroud {
  background-image: url("../img/bg-newsletter.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.background-newsletter {
  background-image: url(../img/bg-newsletter.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fix-about {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

.btn-send-newsletter {
  background-color: rgb(149, 102, 60);
  color: #fff;
}

.btn-send-newsletter:hover {
  color: #fff;
}

.background-footer {
  background-color: rgb(254, 255, 225);
}

.fix-icon-footer {
  font-size: 20px;
  color: rgb(149, 102, 60);
}

.fix-ul-footer {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.fix-li-footer {
  color: rgb(149, 102, 60);
  font-weight: 700;
}

.fix-li-footer:hover {
  color: rgb(149, 102, 60);
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 3px #999;
  z-index: 100;
}

.float:hover {
  color: #fff !important;
}

.float:active {
  color: #fff !important;
}

.float:visited {
  color: #fff !important;
}

.float:link {
  color: #fff !important;
}

.my-float {
  margin-top: 12px;
}

.new-btn {
  width: 150px;
  height: 50px;
  padding-top: 12px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

@media only screen and (max-width: 720px) {
  .new-btn {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 720px) {
  .fix-btn {
    margin-right: 10px;
  }
}

.nav {
  border-bottom: 2px solid rgb(149, 102, 60);
}

.nav-link:hover {
  color: rgb(255, 200, 62);
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: rgb(149, 102, 60);
}

.header-content {
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.fix-ul-content {
  list-style-type: none;
  margin: 0;
}

.product-title-fix {
  font-weight: 800;
  color: rgb(149, 102, 60);
  font-size: 50px;
  border-bottom: 1px solid #f1f1f1;
}

.product-price-fix {
  color: rgb(149, 102, 60);
  font-size: 30px;
  font-weight: 600;
}

.btn-inbox {
  color: #fff;
  background-color: #61ce70;
}

.btn-inbox:hover {
  color: #fff;
}

.price-fix {
  color: rgb(149, 102, 60);
}

.price-fix:hover {
  color: rgb(149, 102, 60);
}

.link-checkout {
  padding: 10px 0;
  border: 1px solid #ddd;
  border-left-style: none;
  border-right-style: none;
}

.coupon-area-checkout {
  padding: 28px;
  border: 3px dashed rgba(84,84,84,0.15);
}

.fix-tr-checkout {
  background-color: #f7f7f7;
  letter-spacing: 1px;
  padding: 20px;
}

.required {
  color: red;
}

.fix-ul-order-details {
  border: 1px solid;
  padding: 20px;
  margin: 0 0 20px;
  border-color: #eaeaea;
  list-style-type: none;
}

.fix-li-order-details {
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 20px;
}

.fix-ul-account {
  font-size: 18px;
  padding: 20px;
  background-color: rgb(254, 255, 225);
  list-style-type: none;
  margin: 0;
}

.fix-a-account {
  color:rgb(149, 102, 60);
  font-weight: bold;
}

.fix-a-account.active {
  color: #616161;
}

.fix-a-account:hover {
  color:#616161;
}

.fa-stack[data-count]:after{
  position:absolute;
  right: -50%;
  bottom: 45%;
  content: attr(data-count);
  font-size: 15px;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: rgb(149, 102, 60);
  background:rgb(251, 234, 148);
  text-align:center;
  min-width:2em;
  font-weight:bold;
}

.float-cart {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 120px;
  right: 40px;
  background-color: rgb(149, 102, 60);
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 3px #999;
  z-index: 100;
}

.float-cart:hover {
  color: #fff !important;
}

.float-cart:active {
  color: #fff !important;
}

.float-cart:visited {
  color: #fff !important;
}

.float-cart:link {
  color: #fff !important;
}

.my-float-cart {
  margin-top: 12px;
}

.fa-stack-cart[data-count]:after{
  position:absolute;
  right: -10%;
  bottom: 70%;
  content: attr(data-count);
  font-size: 15px;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: #8d312d;
  background:rgb(251, 234, 148);
  text-align:center;
  min-width:2em;
  font-weight:bold;
}

.comment {
  margin-top: 15px;
  padding: 20px;
  border: 1px solid rgb(149, 102, 60);
  border-radius: 16px;
  background-color: rgb(251, 234, 148);
}

.comment-teacher {
  margin-top: 15px;
  padding: 20px;
  border: 1px solid rgb(149, 102, 60);
  border-radius: 16px;
  background-color: rgb(251, 234, 148);
}

.comment-name {
  color: rgb(149, 102, 60);
}

.comment-answer {
  color: rgb(255, 200, 62);
}

.form-control {
  border: 3px solid rgb(149, 102, 60)
}

.input-group-text {
  border: 3px solid rgb(149, 102, 60)
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(149, 102, 60);
  font-family: 'Chasing Hearts';
}

.dropdown-item {
  font-family: 'Chasing Hearts';
  font-size: 25px;
  color: rgb(255, 200, 62);
}

.dropdown-item:hover {
  color: rgb(255, 200, 62);
}

.table {
  color: rgb(149, 102, 60);
}

.nav-link {
  color: rgb(255, 200, 62);
}

.background-header {
  background-color: #f4fdfd;
}

.background-home {
  background-color: #fffcd9;
}

.cart-quantity {
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.button-cart-add-qnty {
  border: 0;
  margin-right: 5px;
  font-size: 21px;
  cursor: pointer;
}

.button-cart-add-qnty {
  border: 0;
  margin-right: 5px;
  font-size: 21px;
  cursor: pointer;
  color: #81bec3;
  background-color: transparent;
}

.button-cart-remove-qnty {
  border: 0;
  margin-left: 5px;
  font-size: 21px;
  cursor: pointer;
  color: #81bec3;
  background-color: transparent;
}

.cart-qnty-session {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 21px;
}

input[id=checkout-form-phone]::placeholder {
  color: transparent;
}

