@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
/* Variables.less
 * Variables to customize the look and feel of ImoWout
 * ----------------------------------------------------- */
/* PATHS */
/* COLORS */
/**************** FONTS **************/
/**************************************/
html,
body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  overflow-x: hidden;
}
a,
a:hover,
a:active,
a:focus {
  outline: none;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-shadow: 1px 1px 0 #999;
  -moz-text-shadow: 1px 1px 0 #999;
}
.page-wrap {
  overflow: hidden;
  background-color: #ffffff;
}
.site-container {
  padding: 0px 20px 0px 20px;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}
.separator {
  margin-top: 40px;
  border-bottom: 2px solid #00a4af;
  transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  /* IE 9 */

  -webkit-transform: rotate(-2deg);
  /* Safari and Chrome */

}
.overlay-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-fullscreen.open {
  opacity: 0.7;
  visibility: visible;
  transition: opacity 0.5s;
  z-index: 3;
}
.cover {
  position: relative;
}
.cover.headertop {
  background-image: url('/assets/site/img/BG-HEADER-440X1920PX.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.footer {
  border-top: 5px solid #00a4af;
  background-color: #000000;
}
.footer .social {
  text-align: center;
  margin-top: 60px;
}
.footer .social .social-btn {
  height: 52px;
  width: 52px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
  display: inline-block;
}
.footer .social .social-btn.skype {
  background-image: url('/assets/site/img/REDES-52X52PX-SKYPE.svg');
}
.footer .social .social-btn.skype:hover {
  background-image: url('/assets/site/img/REDES-52X52PX-SKYPE-HOVER.svg');
}
.footer .social .social-btn.facebook {
  background-image: url('/assets/site/img/REDES-52X52PX-FACEBOOK.svg');
}
.footer .social .social-btn.facebook:hover {
  background-image: url('/assets/site/img/REDES-52X52PX-FACEBOOK-HOVER.svg');
}
.footer .social .social-btn.instagram {
  background-image: url('/assets/site/img/REDES-52X52PX-INSTAGRAM.svg');
}
.footer .social .social-btn.instagram:hover {
  background-image: url('/assets/site/img/REDES-52X52PX-INSTAGRAM-HOVER.svg');
}
.footer .social .social-btn.pinterest {
  background-image: url('/assets/site/img/REDES-52X52PX-PINTEREST.svg');
}
.footer .social .social-btn.pinterest:hover {
  background-image: url('/assets/site/img/REDES-52X52PX-PINTEREST-HOVER.svg');
}
.footer .social .social-btn.youtube {
  background-image: url('/assets/site/img/REDES-52X52PX-YOUTUBE.svg');
}
.footer .social .social-btn.youtube:hover {
  background-image: url('/assets/site/img/REDES-52X52PX-YOUTUBE-HOVER.svg');
}
.footer .social .social-btn.gplus {
  background-image: url('/assets/site/img/REDES-52X52PX-GOOGLEPLUS.svg');
}
.footer .social .social-btn.gplus:hover {
  background-image: url('/assets/site/img/REDES-52X52PX-GOOGLEPLUS-HOVER.svg');
}
.footer .social .social-btn.whatsapp {
  background-image: url('/assets/site/img/REDES-52X52PX-WHATSAPP.svg');
}
.footer .social .social-btn.whatsapp:hover {
  background-image: url('/assets/site/img/REDES-52X52PX-WHATSAPP-HOVER.svg');
}
.footer .btn-blog {
  margin-top: 25px;
  margin-bottom: 40px;
  text-align: center;
}
.footer .btn-blog a {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #00a4af;
  background-color: #000000;
  text-transform: uppercase;
  border: 2px solid #00a4af;
  padding: 0px 20px 0px 20px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.footer .btn-blog a:hover {
  color: #ffffff;
  background-color: #00a4af;
}
.footer .credits {
  text-align: center;
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  padding-bottom: 60px;
}
.footer .credits a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
}
.footer .credits a:hover {
  text-decoration: underline;
}
.footer .credits #meuimo {
  display: inline-block;
  height: 60px;
  width: 94px;
  margin: 25px 0px 60px 0px;
  text-decoration: none;
  background: url('/assets/site/img/OMEUIMO-94X60PX.svg') no-repeat center center;
}
.footer .credits #meuimo:hover {
  background: url('/assets/site/img/OMEUIMO-94X60PX-HOVER.svg') no-repeat center center;
}
.privacy-consent {
  text-align: left;
  display: inline-block;
  width: 100%;
}
.privacy-consent.privacy-consent-privateregister {
  padding-left: 25px;
}
.privacy-consent input[type=checkbox] {
  display: none !important;
}
.privacy-consent .message {
  color: #000000;
}
.privacy-consent .message a {
  color: #000000;
}
.privacy-consent label {
  display: inline-block;
  float: left;
  height: 28px;
  margin-top: 10px;
}
.privacy-consent label .checkbox-span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/assets/site/img/CHECK-30X30PX.svg') 0px center no-repeat;
  background-size: 18px 18px;
  opacity: 0.6;
}
.privacy-consent label .checkbox-error {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/assets/site/img/CHECK-30X30PX-ERROR.svg') 0px center no-repeat;
  background-size: 18px 18px;
}
.privacy-consent input[type=checkbox]:checked + label .checkbox-span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/assets/site/img/CHECK-30X30PX-CHECKED.svg');
  background-size: 18px 18px;
  opacity: 1;
}
.privacy-consent .privacy-message {
  margin-top: 10px;
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #000000;
  opacity: 0.6;
  height: 28px;
  float: left;
  padding-left: 10px;
  white-space: pre-wrap;
  width: calc(100% - 18px);
}
.privacy-consent-right {
  text-align: right;
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
}
.privacy-consent-right input[type=checkbox] {
  display: none !important;
}
.privacy-consent-right .message {
  color: #000000;
}
.privacy-consent-right .message a {
  color: #000000;
}
.privacy-consent-right label {
  display: inline-block;
  height: 28px;
  margin-top: 10px;
  float: right;
}
.privacy-consent-right label .checkbox-span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/assets/site/img/CHECK-30X30PX.svg') 0px center no-repeat;
  background-size: 18px 18px;
  opacity: 0.6;
}
.privacy-consent-right label .checkbox-error {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/assets/site/img/CHECK-30X30PX-ERROR.svg') 0px center no-repeat;
  background-size: 18px 18px;
}
.privacy-consent-right input[type=checkbox]:checked + label .checkbox-span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/assets/site/img/CHECK-30X30PX-CHECKED.svg');
  background-size: 18px 18px;
  opacity: 1;
}
.privacy-consent-right .privacy-message {
  margin-top: 10px;
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #000000;
  opacity: 0.6;
  height: 28px;
  padding-left: 10px;
  white-space: pre-wrap;
  width: auto;
  float: right;
}
/** Cookie Banner **/.cc-banner {
  padding: 40px 0px !important;
  text-align: center;
}
.cc-compliance a {
  position: absolute;
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border: none;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  z-index: 100;
  background: url('/assets/site/img/CLOSE-BANNER-50X50PX.svg') center left no-repeat;
}
.cc-revoke,
.cc-window {
  overflow: visible;
  z-index: 100001;
}
.cookie-message {
  display: block;
  padding: 4px 0px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #000000;
}
.cookie-message a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}
/** mobile **/
@media only screen and (min-device-width: 320px) and (max-device-width: 820px), only screen and (min-width: 320px) and (max-width: 960px) {
  .cookie-message {
    text-align: center;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
.alert-danger {
  margin-left: 20px;
  margin-right: 20px;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.cover-footer {
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0px;
}
.cover-footer::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cover-footer .content {
  height: 100%;
  padding: 0px 20px 0px 20px;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.cover-footer .content h2 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 120px;
  height: 120px;
  margin: 0px;
}
.cover-footer .content [class*="col-"] {
  padding: 0px;
}
.cover-footer .content .search-input {
  width: 100%;
  line-height: 120px;
  border-radius: 0px;
  color: #ffffff;
  background-color: transparent;
  border: 0px;
  outline: none;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  /* Place Holder CSS for Focus */

}
.cover-footer .content .search-input::-webkit-input-placeholder {
  color: #ffffff !important;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 1;
}
.cover-footer .content .search-input:-moz-placeholder {
  /* Firefox 18- */

  color: #ffffff !important;
  opacity: 1;
}
.cover-footer .content .search-input::-moz-placeholder {
  /* Firefox 19+ */

  color: #ffffff !important;
  opacity: 1;
}
.cover-footer .content .search-input:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.cover-footer .content .search-input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.cover-footer .content .search-input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.cover-footer .content .search-input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.cover-footer .content .search-input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.cover-footer .content .search-btns {
  float: right;
}
.cover-footer .content .search-btns .center {
  display: table-cell;
  vertical-align: middle;
  height: 120px;
}
.cover-footer .content .search-btns .center .search {
  display: block;
  float: left;
  margin-right: 10px;
  height: 50px;
  width: 50px;
  background-image: url('/assets/site/img/SEARCH-50X50PX.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
}
.cover-footer .content .search-btns .center .search:hover {
  background-image: url('/assets/site/img/SEARCH-50X50PX-HOVER.svg');
}
.cover-footer .content .search-btns .center .advanced-search-btn {
  display: block;
  float: right;
  line-height: 50px;
  padding: 0px 20px 0px 20px;
  text-align: center;
  color: #ffffff;
  background-color: #00a4af;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.cover-footer .content .search-btns .center .advanced-search-btn:hover {
  color: #00a4af;
  background-color: #000000;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 850px), only screen and (min-width: 320px) and (max-width: 850px) {
  .cover-footer {
    height: auto;
  }
  .cover-footer::after {
    background-color: transparent !important;
  }
  .cover-footer .content .search-col {
    height: 100%;
  }
  .cover-footer .content .search-col .search-input {
    position: absolute;
    bottom: 20px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.3);
    line-height: 50px;
    padding: 0px 20px 0px 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }
  .cover-footer .content .search-col .search-btns {
    position: absolute;
    bottom: 20px;
    float: none;
    margin-right: 0px;
  }
  .cover-footer .content .search-col .search-btns .center {
    display: block;
    position: relative;
    height: auto;
  }
  .cover-footer .content .search-col .search-btns .center .search {
    margin-right: 10px;
    float: left;
    position: relative;
  }
  .cover-footer .content .search-btns .center .advanced-search-btn {
    display: none;
  }
}
.newsletter {
  background-image: url('/assets/site/img/BG-NEWSLETTER.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.newsletter .title {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 30px;
}
.newsletter .newsletter-container {
  margin-bottom: 60px;
}
.newsletter .newsletter-container .newsletter-email {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  width: 330px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.3);
  color: #000000;
  outline: none;
  border: none;
  padding: 0px 10px 0px 10px;
  -moz-transition: background 0.35s ease-in-out;
  -webkit-transition: background 0.35s ease-in-out;
  -ms-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  /* Place Holder CSS for Focus */

}
.newsletter .newsletter-container .newsletter-email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #000000;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.newsletter .newsletter-container .newsletter-email::-moz-placeholder {
  /* Firefox 19+ */

  color: #000000;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.newsletter .newsletter-container .newsletter-email:-ms-input-placeholder {
  /* IE 10+ */

  color: #000000;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.newsletter .newsletter-container .newsletter-email:-moz-placeholder {
  /* Firefox 18- */

  color: #000000;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.newsletter .newsletter-container .newsletter-email:focus::-webkit-input-placeholder {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.newsletter .newsletter-container .newsletter-email:focus:-moz-placeholder {
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.newsletter .newsletter-container .newsletter-email:focus::-moz-placeholder {
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.newsletter .newsletter-container .newsletter-email:focus:-ms-input-placeholder {
  opacity: 0.5;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.newsletter .newsletter-container .newsletter-email:focus {
  background: #ffffff;
}
.newsletter .newsletter-container .newsletter-email.has-error {
  border-bottom: 1px solid red;
}
.newsletter .newsletter-container .newsletter-send-btn {
  display: inline-block;
  outline: none;
  line-height: 50px;
  padding: 0px 20px 0px 20px;
  text-align: center;
  color: #ffffff;
  background-color: #00a4af;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.newsletter .newsletter-container .newsletter-send-btn:hover {
  color: #00a4af;
  background-color: #ffffff;
}
.newsletter-success {
  margin-top: 30px;
  padding-bottom: 30px;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 850px), only screen and (min-width: 320px) and (max-width: 850px) {
  .newsletter {
    background-image: url('/assets/site/img/BG-NEWSLETTER.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .newsletter .title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 36px;
  }
  .newsletter .newsletter-container {
    margin-bottom: 50px;
  }
  .newsletter .newsletter-container .newsletter-email {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .newsletter .newsletter-container .newsletter-send-btn {
    display: block;
    width: 100%;
    outline: none;
    line-height: 50px;
    padding: 0px 60px 0px 60px;
    text-align: center;
    color: #ffffff;
    background-color: #00a4af;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
  }
}
.site-menu {
  border-top: 5px solid #00a4af;
  background-color: #000000;
  color: #ffffff;
}
.site-menu #compliments-link {
  display: block;
  background: url('/assets/site/img/elogios.png') center no-repeat;
  width: 220px;
  height: 46px;
  margin-top: 40px;
  margin-left: 10px;
}
.site-menu #complaint-link {
  display: block;
  background: url('/assets/site/img/complaint.png') center no-repeat;
  width: 140px;
  height: 58px;
  margin-top: 20px;
  margin-left: 10px;
}
.site-menu .agencies-list {
  margin-top: 60px;
}
.site-menu .agencies-list .agency {
  margin-bottom: 40px;
}
.site-menu .agencies-list .agency .agency-title {
  width: 100%;
  border-bottom: 5px solid #00a4af;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.site-menu .agencies-list .agency .agency-title a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #00a4af;
}
.site-menu .agencies-list .agency .agency-title a:hover {
  color: #ffffff;
}
.site-menu .agencies-list .agency ul {
  list-style: none;
}
.site-menu .agencies-list .agency ul li > a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
.site-menu .agencies-list .agency ul li > a:hover {
  color: #00a4af;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select {
  height: 50px;
  margin: 0;
  padding: 0;
}
.selectbtn {
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  margin: 0;
  padding: 0;
  text-indent: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  width: 14px;
  height: 50px;
  padding: 0;
  margin-top: -25px;
  border: none;
  background: transparent url('/assets/site/img/SELECT-OPEN-14X50PX.svg') center no-repeat;
  display: inline-block;
  color: #ffffff;
}
.bootstrap-select .btn-default,
.selectbtn {
  border: 0px;
  border-bottom: 1px solid;
  border-color: #000000;
  border-radius: 0px;
  padding-left: 10px;
  height: 45px;
}
.bootstrap-select .btn-default:hover,
.selectbtn:hover,
.bootstrap-select .btn-default:focus,
.selectbtn:focus {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0px;
  box-shadow: none;
}
.bootstrap-select.open .btn-default {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #000000;
  border-radius: 0px;
  box-shadow: none;
}
.bootstrap-select.open.btn-group .dropdown-toggle .caret {
  background: transparent url('/assets/site/img/SELECT-CLOSE-14X50PX.svg') center no-repeat;
}
.dropdown-menu > li {
  display: block;
}
.dropdown-menu > li > a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  padding: 0;
  margin: 5px;
  text-indent: 5px;
  height: 45px;
  line-height: 45px;
}
.dropdown-menu > li > a span {
  height: 45px;
  line-height: 45px;
  width: 100%
    overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu > li > a:hover {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border: 0;
}
.dropdown-menu > li > a:focus {
  outline: 0 !important;
}
.bootstrap-select.btn-group .dropdown-menu {
  position: relative;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  margin-top: -45px;
  border: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-overflow: ellipsis;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 300px !important;
}
.dropdown-menu::-webkit-scrollbar {
  width: 8px;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.dropdown-menu > li.selected > a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border: 0;
  outline: 0 !important;
}
.bootstrap-select .dropdown-toggle {
  width: 90% !important;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select .dropdown-toggle .filter-option {
  color: #000000;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid;
  border-color: #000000;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}
.glyphicon {
  display: none;
}
.selectbtn {
  text-indent: 0px;
}
/* The side navigation menu */
.sidenav {
  max-width: 390px;
  height: 100%;
  /* 100% Full-height */

  width: 0;
  /* 0 width - change this with JavaScript */

  position: fixed;
  /* Stay in place */

  z-index: 7;
  /* Stay on top */

  top: 0;
  /* Stay at the top */

  right: 0;
  background-color: #ffffff;
  /* White*/

  overflow-x: hidden;
  /* Disable horizontal scroll */

  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */

}
.sidenav::-webkit-scrollbar {
  width: 8px;
}
.sidenav::-webkit-scrollbar-thumb {
  background-color: #00a4af;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  width: 90%;
  text-overflow: ellipsis;
}
.advanced-search-content {
  margin: 40px 40px 40px 40px;
}
.advanced-search-content .form-group {
  margin-bottom: 2px;
}
.advanced-search-content .center .center-1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advanced-search-content .center .close-btn {
  margin-bottom: 20px;
  float: right;
  width: 50px;
  height: 50px;
  background: url('/assets/site/img/FILTRAGEM-CLOSE-50X50PX.svg') no-repeat;
  outline: none;
}
.advanced-search-content .center .close-btn:hover {
  background: url('/assets/site/img/FILTRAGEM-CLOSE-50X50PX-HOVER.svg') no-repeat;
  cursor: pointer;
}
.advanced-search-content .center .search-title {
  margin-bottom: 20px;
  float: left;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #000000;
  overflow: hidden;
  line-height: 50px;
}
.advanced-search-content form input {
  padding-left: 10px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #000000;
  margin-bottom: 2px;
  color: #000000;
  outline: none;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  /* Place Holder CSS for Focus */

}
.advanced-search-content form input::-webkit-input-placeholder {
  color: #000000 !important;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 1;
}
.advanced-search-content form input:-moz-placeholder {
  /* Firefox 18- */

  color: #000000 !important;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.advanced-search-content form input::-moz-placeholder {
  /* Firefox 19+ */

  color: #000000 !important;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.advanced-search-content form input:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.advanced-search-content form input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.advanced-search-content form input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.advanced-search-content form input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.advanced-search-content form input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.advanced-search-content form .bi-checkbox {
  border-bottom: 1px solid #000000;
  height: 50px;
  line-height: 50px;
}
.advanced-search-content form .bi-checkbox .checkboxlabel {
  line-height: 50px;
  padding-left: 10px;
}
.advanced-search-content form .bi-checkbox input[type="checkbox"] {
  display: none !important;
}
.advanced-search-content form .bi-checkbox label {
  cursor: pointer;
  color: #555;
}
.advanced-search-content form .bi-checkbox input[type="checkbox"] + span + label {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url('/assets/site/img/CHECK-30X30PX.svg') 0px center no-repeat;
  float: right;
  height: 50px;
}
.advanced-search-content form .bi-checkbox input[type="checkbox"]:checked + span + label {
  background: url('/assets/site/img/CHECK-30X30PX-CHECKED.svg') 0px center no-repeat;
}
.advanced-search-content .submit-search {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 50px;
  width: 100%;
  height: 50px;
  background-color: #00a4af;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  border: 1px solid #00a4af;
  outline: none;
  margin-bottom: 50px;
}
.advanced-search-content .submit-search:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.advanced-search-content .clear-search {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 50px;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  color: #000000;
  text-transform: uppercase;
  display: block;
  border: 1px solid #000000;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  text-align: center;
}
.advanced-search-content .clear-search:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
#mySidenav-fav,
#mySidenav-viewed {
  max-width: 390px;
}
#mySidenav-fav .outer,
#mySidenav-viewed .outer {
  position: relative;
  height: 100%;
}
#mySidenav-fav .outer .favorites-content,
#mySidenav-viewed .outer .favorites-content,
#mySidenav-fav .outer .viewed-content,
#mySidenav-viewed .outer .viewed-content {
  padding: 40px 40px 40px 40px;
  text-align: center;
  max-height: 100%;
  overflow-y: scroll;
}
#mySidenav-fav .outer .favorites-content::-webkit-scrollbar,
#mySidenav-viewed .outer .favorites-content::-webkit-scrollbar,
#mySidenav-fav .outer .viewed-content::-webkit-scrollbar,
#mySidenav-viewed .outer .viewed-content::-webkit-scrollbar {
  width: 8px;
}
#mySidenav-fav .outer .favorites-content::-webkit-scrollbar-thumb,
#mySidenav-viewed .outer .favorites-content::-webkit-scrollbar-thumb,
#mySidenav-fav .outer .viewed-content::-webkit-scrollbar-thumb,
#mySidenav-viewed .outer .viewed-content::-webkit-scrollbar-thumb {
  background-color: #00a4af;
}
#mySidenav-fav .outer .favorites-content .close-btn-fav,
#mySidenav-viewed .outer .favorites-content .close-btn-fav,
#mySidenav-fav .outer .viewed-content .close-btn-fav,
#mySidenav-viewed .outer .viewed-content .close-btn-fav,
#mySidenav-fav .outer .favorites-content .close-btn-viewed,
#mySidenav-viewed .outer .favorites-content .close-btn-viewed,
#mySidenav-fav .outer .viewed-content .close-btn-viewed,
#mySidenav-viewed .outer .viewed-content .close-btn-viewed {
  float: right;
  width: 50px;
  height: 50px;
  background: url('/assets/site/img/FILTRAGEM-CLOSE-50X50PX.svg') no-repeat;
  outline: none;
  margin-bottom: 20px;
}
#mySidenav-fav .outer .favorites-content .close-btn-fav:hover,
#mySidenav-viewed .outer .favorites-content .close-btn-fav:hover,
#mySidenav-fav .outer .viewed-content .close-btn-fav:hover,
#mySidenav-viewed .outer .viewed-content .close-btn-fav:hover,
#mySidenav-fav .outer .favorites-content .close-btn-viewed:hover,
#mySidenav-viewed .outer .favorites-content .close-btn-viewed:hover,
#mySidenav-fav .outer .viewed-content .close-btn-viewed:hover,
#mySidenav-viewed .outer .viewed-content .close-btn-viewed:hover {
  background: url('/assets/site/img/FILTRAGEM-CLOSE-50X50PX-HOVER.svg') no-repeat;
  cursor: pointer;
}
#mySidenav-fav .outer .favorites-content .fav-title,
#mySidenav-viewed .outer .favorites-content .fav-title,
#mySidenav-fav .outer .viewed-content .fav-title,
#mySidenav-viewed .outer .viewed-content .fav-title,
#mySidenav-fav .outer .favorites-content .viewed-title,
#mySidenav-viewed .outer .favorites-content .viewed-title,
#mySidenav-fav .outer .viewed-content .viewed-title,
#mySidenav-viewed .outer .viewed-content .viewed-title {
  margin-bottom: 20px;
  float: left;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color: #000000;
  overflow: hidden;
  line-height: 50px;
}
#mySidenav-fav .outer .favorites-content .favorite-realestates .realestate-container,
#mySidenav-viewed .outer .favorites-content .favorite-realestates .realestate-container,
#mySidenav-fav .outer .viewed-content .favorite-realestates .realestate-container,
#mySidenav-viewed .outer .viewed-content .favorite-realestates .realestate-container,
#mySidenav-fav .outer .favorites-content .viewed-realestates .realestate-container,
#mySidenav-viewed .outer .favorites-content .viewed-realestates .realestate-container,
#mySidenav-fav .outer .viewed-content .viewed-realestates .realestate-container,
#mySidenav-viewed .outer .viewed-content .viewed-realestates .realestate-container {
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
  display: inline;
  display: inline-block;
  white-space: normal;
}
#mySidenav-fav .outer .favorites-content .favorite-realestates .realestate-container .realestate-image,
#mySidenav-viewed .outer .favorites-content .favorite-realestates .realestate-container .realestate-image,
#mySidenav-fav .outer .viewed-content .favorite-realestates .realestate-container .realestate-image,
#mySidenav-viewed .outer .viewed-content .favorite-realestates .realestate-container .realestate-image,
#mySidenav-fav .outer .favorites-content .viewed-realestates .realestate-container .realestate-image,
#mySidenav-viewed .outer .favorites-content .viewed-realestates .realestate-container .realestate-image,
#mySidenav-fav .outer .viewed-content .viewed-realestates .realestate-container .realestate-image,
#mySidenav-viewed .outer .viewed-content .viewed-realestates .realestate-container .realestate-image {
  position: relative;
}
#mySidenav-fav .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .main-photo-container,
#mySidenav-viewed .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .main-photo-container,
#mySidenav-fav .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .main-photo-container,
#mySidenav-viewed .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .main-photo-container,
#mySidenav-fav .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .main-photo-container,
#mySidenav-viewed .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .main-photo-container,
#mySidenav-fav .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .main-photo-container,
#mySidenav-viewed .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .main-photo-container {
  width: 100%;
  height: 200px;
}
#mySidenav-fav .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .main-photo-container .main-photo,
#mySidenav-viewed .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .main-photo-container .main-photo,
#mySidenav-fav .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .main-photo-container .main-photo,
#mySidenav-viewed .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .main-photo-container .main-photo,
#mySidenav-fav .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .main-photo-container .main-photo,
#mySidenav-viewed .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .main-photo-container .main-photo,
#mySidenav-fav .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .main-photo-container .main-photo,
#mySidenav-viewed .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .main-photo-container .main-photo {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
#mySidenav-fav .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .main-photo-container .main-photo.withBadge,
#mySidenav-viewed .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .main-photo-container .main-photo.withBadge,
#mySidenav-fav .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .main-photo-container .main-photo.withBadge,
#mySidenav-viewed .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .main-photo-container .main-photo.withBadge,
#mySidenav-fav .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .main-photo-container .main-photo.withBadge,
#mySidenav-viewed .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .main-photo-container .main-photo.withBadge,
#mySidenav-fav .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .main-photo-container .main-photo.withBadge,
#mySidenav-viewed .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .main-photo-container .main-photo.withBadge {
  opacity: 0.7;
}
#mySidenav-fav .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .details,
#mySidenav-viewed .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .details,
#mySidenav-fav .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .details,
#mySidenav-viewed .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .details,
#mySidenav-fav .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .details,
#mySidenav-viewed .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .details,
#mySidenav-fav .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .details,
#mySidenav-viewed .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .details {
  margin-top: 15px;
  width: 100%;
  position: relative;
}
#mySidenav-fav .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .details .title,
#mySidenav-viewed .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .details .title,
#mySidenav-fav .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .details .title,
#mySidenav-viewed .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .details .title,
#mySidenav-fav .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .details .title,
#mySidenav-viewed .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .details .title,
#mySidenav-fav .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .details .title,
#mySidenav-viewed .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .details .title {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
#mySidenav-fav .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .details .address,
#mySidenav-viewed .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .details .address,
#mySidenav-fav .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .details .address,
#mySidenav-viewed .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .details .address,
#mySidenav-fav .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .details .address,
#mySidenav-viewed .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .details .address,
#mySidenav-fav .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .details .address,
#mySidenav-viewed .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .details .address {
  margin-top: 10px;
  padding-left: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
#mySidenav-fav .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .details .price,
#mySidenav-viewed .outer .favorites-content .favorite-realestates .realestate-container .realestate-image .details .price,
#mySidenav-fav .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .details .price,
#mySidenav-viewed .outer .viewed-content .favorite-realestates .realestate-container .realestate-image .details .price,
#mySidenav-fav .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .details .price,
#mySidenav-viewed .outer .favorites-content .viewed-realestates .realestate-container .realestate-image .details .price,
#mySidenav-fav .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .details .price,
#mySidenav-viewed .outer .viewed-content .viewed-realestates .realestate-container .realestate-image .details .price {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 40px;
  color: #00a4af;
  background-color: #000000;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 15px 0px 0px 10px;
  padding: 0px 10px 0px 10px;
}
#mySidenav-fav .outer .see-all-btn,
#mySidenav-viewed .outer .see-all-btn {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  height: 50px;
  background-color: #00a4af;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  border: 1px solid #00a4af;
  outline: none;
  position: absolute;
  bottom: 0;
}
#mySidenav-fav .outer .see-all-btn:hover,
#mySidenav-viewed .outer .see-all-btn:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 850px), only screen and (min-width: 320px) and (max-width: 850px) {
  #mySidenav-fav,
  #mySidenav-viewed,
  .sidenav {
    max-width: 100%;
  }
}
.cover {
  height: 360px;
}
.sellrequest-info-1 {
  padding-top: 70px;
  padding-bottom: 40px;
}
.sellrequest-info-1 .sellrequest-title {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 66px;
  color: #ffffff;
}
.layer {
  height: 100%;
  background-image: url('/assets/site/img/LAYER-TRANSPARENTE-1920X1080PX.png');
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sellrequest-container {
  margin-top: 60px;
  margin-bottom: 120px;
}
.sellrequest-container .sellrequest-success,
.sellrequest-container .sellrequest-error {
  margin-top: 30px;
  text-align: center;
}
.sellrequest-container .sellrequest-success p,
.sellrequest-container .sellrequest-error p {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.sellrequest-container .separator {
  margin-bottom: 60px;
}
.sellrequest-container button.bs-placeholder[role='button'] > span {
  opacity: 0.5;
}
.sellrequest-container label {
  margin-bottom: 10px;
  font-weight: 400;
}
.sellrequest-container input,
.sellrequest-container textarea {
  border: 1px solid rgba(29, 29, 27, 0.5);
  border-radius: 0px;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #000000;
  outline: none;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  /* Place Holder CSS for Focus */

}
.sellrequest-container input:focus,
.sellrequest-container textarea:focus,
.sellrequest-container input:active,
.sellrequest-container textarea:active {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #000000;
}
.sellrequest-container input::-webkit-input-placeholder,
.sellrequest-container textarea::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.sellrequest-container input:-moz-placeholder,
.sellrequest-container textarea:-moz-placeholder {
  /* Firefox 18- */

  color: #000000 !important;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.sellrequest-container input::-moz-placeholder,
.sellrequest-container textarea::-moz-placeholder {
  /* Firefox 19+ */

  color: #000000 !important;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.sellrequest-container input:-ms-input-placeholder,
.sellrequest-container textarea:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.sellrequest-container input:focus::-webkit-input-placeholder,
.sellrequest-container textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.sellrequest-container input:focus:-moz-placeholder,
.sellrequest-container textarea:focus:-moz-placeholder {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.sellrequest-container input:focus::-moz-placeholder,
.sellrequest-container textarea:focus::-moz-placeholder {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.sellrequest-container input:focus:-ms-input-placeholder,
.sellrequest-container textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.sellrequest-container textarea {
  height: 90px;
}
.sellrequest-container .submit-sellrequest {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  margin-top: 40px;
  line-height: 60px;
  width: 100%;
  height: 60px;
  background-color: #00a4af;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  border: 1px solid #00a4af;
  outline: none;
}
.sellrequest-container .submit-sellrequest:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.sellrequest-container .btn {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.sellrequest-container .bootstrap-select {
  height: 45px;
}
.sellrequest-container .bootstrap-select .btn-default,
.sellrequest-container .selectbtn {
  border: 1px solid rgba(29, 29, 27, 0.5);
  height: 45px;
  line-height: 45px;
}
.sellrequest-container .bootstrap-select.btn-group .dropdown-toggle .caret {
  width: 24px;
  right: 5px;
  background: transparent url('/assets/site/img/SELECT-OPEN-24X45PX.svg') center no-repeat;
}
.sellrequest-container .bootstrap-select.open.btn-group .dropdown-toggle .caret {
  background: transparent url('/assets/site/img/SELECT-CLOSE-24X45PX.svg') center no-repeat;
}
.sellrequest-container .dropdown-menu > li > a {
  margin-left: 0px;
  margin-right: 0px;
}
/** mobile **/
@media only screen and (min-device-width: 320px) and (max-device-width: 850px), only screen and (min-width: 320px) and (max-width: 850px) {
  .cover.headertop {
    height: auto;
  }
  .sellrequest-info-1 .sellrequest-title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
  }
  .sellrequest-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sellrequest-container textarea {
    line-height: 30px;
    height: 90px;
  }
  .sellrequest-container .submit-sellrequest {
    margin-top: 20px;
  }
}
