/********** Google Font Import **********/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/********** General Declarations **********/

/*******************************************/
/*               GENERAL CSS               */
/*******************************************/


/********** Root ***********/

:root {
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    :root {
        font-size: 14px;
    }
}

@media only screen and (min-width: 600px) {
    :root {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    :root {
        font-size: 10px;
    }    
}

@media only screen and (min-width: 992px) {
    :root {
        font-size: 12px;
    }    
}

@media only screen and (min-width: 1200px) {
    :root {
        font-size: 14px;
    }    
}

@media only screen and (min-width: 1360px) {
    :root {
        font-size: 16px;
    }    
}


body {
    margin: auto;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #2f2c3f;
    font-weight: 500;
    line-height: 2rem;
}

@media only screen and (min-width: 1200px) {
    .body-bg {
        background: url(../img/background.svg);
        height: 890px; 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover; 
    }
}

.container-1640 {
    max-width: 1640px;
}

@media only screen and (max-width: 600px) {
    .container-1640 {
        max-width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .container-1640 {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .container-1640 {
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .container-1640 {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .container-1640 {
        margin: auto;
        max-width: 1640px;
    }
}

a {
    text-decoration: none;
    color: #bab7d5;
}

a:hover {
    text-decoration: none;
    color: #d8353e;
}

.hr {
    opacity: 100%;
}

/* Fonts */

.justify{
    text-align: justify;
}

.center{
    text-align: center;
}

.font-40-700-uc {
    font-size: 4rem; 
    font-weight: 700;
    text-transform: uppercase;
    line-height: 4rem;
    display: block;
}

.font-40-700-lc {
    font-size: 4rem; 
    line-height: 4rem;
    font-weight: 700;
    display: block;
}

.font-24-700-uc {
    font-size: 2.4rem; 
    line-height: 2.6rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.font-24-500-uc {
    font-size: 2.4rem; 
    line-height: 2.6rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.font-24-800-lc {
    font-size: 2.4rem; 
    line-height: 2.6rem;
    font-weight: 800;
    display: block;
}

.font-24-700-lc {
    font-size: 2.4rem; 
    line-height: 2.6rem;
    font-weight: 700;
    display: block;
}

.font-24-400-lc {
    font-size: 2.4rem; 
    line-height: 2.6rem;
    font-weight: 400;
    display: block;
}

.font-20-700-uc {
    font-size: 2rem; 
    line-height: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.font-17-700-uc {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.8rem;
    display: block;
    text-transform: uppercase;
}

.font-17-700-lc {
    font-size: 1.7rem; 
    font-weight: 700;
    line-height: 1.8rem;
    display: block;
}

.font-17-500-lc {
    font-size: 1.7rem; 
    font-weight: 500;
    line-height: 2rem;
    display: block;
}

.font-17-500-uc {
    font-size: 1.7rem; 
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.8rem;
    display: block;
}

.font-17-400-lc { 
    font-size: 1.7rem; 
    line-height: 2rem;
    font-weight: 400;
    display: block;
}

.font-17-300-lc {
    font-size: 1.7rem; 
    font-weight: 300;
    line-height: 2rem;
    display: block;
}

.font-16-500-uc {
    font-size: 1.6rem; 
    font-weight: 500;
    text-transform: uppercase;
    line-height: 2rem;
    display: block;
}

.font-16-400-uc { 
    font-size: 1.6rem; 
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}

.font-16-400-lc { 
    font-size: 1.6rem; 
    line-height: 2rem;
    font-weight: 400;
    display: block;
    text-align: justify;
    padding-left: 0.5rem;
}

.font-15-400-uc {
    font-size: 1.5rem; 
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6rem;
    display: block;
}

.font-14-700-uc {
    font-size: 1.4rem; 
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2rem;
    display: block;
}

.font-14-600-lc {
    font-size: 1.4rem; 
    font-weight: 600;
    line-height: 1.8rem;
    display: block;
}

.font-14-400-lc {
    font-size: 1.4rem; 
    font-weight: 400;
    line-height: 1.8rem;
    display: block;
}

.font-13-700-lc {
    font-size: 1.3rem; 
    font-weight: 700;
    line-height: 1.8rem;
    display: block;
}

.font-13-400-lc {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8rem;
    display: block;
}

.font-12-800-uc {
    font-size: 1.2rem; 
    font-weight: 800;
    text-transform: uppercase;
    line-height: 2rem;
    display: inline;
}

.font-12-600-lc {
    font-size: 1.2rem; 
    font-weight: 600;
    line-height: 2rem;
    display: inline;
}

.font-12-500-lc {
    font-size: 1.2rem; 
    font-weight: 500;
    line-height: 2rem;
    display: inline;
}

.font-12-400-uc {
    font-size: 1.2rem; 
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2rem;
    display: block;
}

.font-12-400-lc {
    font-size: 1.2rem; 
    font-weight: 400;
    line-height: 2rem;
    display: block;
    text-align: justify;
}
.font-11-400-lc {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2rem;
    display: block;
    text-align: justify;
}

.font-10-600-lc {
    font-size: 1rem; 
    font-weight: 600;
    line-height: 1.2rem;
    display: block;
}

.font-10-400-uc {
    font-size: 1rem; 
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4rem;
    display: block;
}

.font-10-400-lc {
    font-size: 1rem; 
    font-weight: 400;
    line-height: 1.2rem;
    display: block;
}

.font-08-700-uc {
    font-size: 0.8rem; 
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2rem;
    display: block;
}

.font-08-500-lc {
    font-size: 0.8rem; 
    font-weight: 500;
    line-height: 1rem;
    display: block;
}

.font-08-400-lc {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1rem;
    display: block;
}

a {
    text-decoration: none;
    color: #bab7d5;
}

a:hover {
    text-decoration: none;
    color: #d8353e;
}

.a-dark-bg {
    text-decoration: none;
    color: #fff;
}

.a-dark-bg:hover {
    text-decoration: none;
    color: #282a3b;
}


/* Rounded Corners */

.rounded-corners {
    border-radius: 1.6rem;
}

/* Sticky */

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 10px;
}

@media only screen and (max-width: 600px) {
  .sticky {
    position: relative;
  }
}

@media only screen and (min-width: 600px) {
  .sticky {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 10px;
  } 
}

@media only screen and (min-width: 1200px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 10px;
  }
}

/* Shadow */

.box-shadow {
    box-shadow: 5px 5px 10px #969ec1;
}

/* Buttons */

.btn-pink {
    background-color: #ff454f;
    border: 0;
    padding: 1rem 2.8rem 1rem 2.8rem;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
}

.btn-pink:hover {
    background-color: #4a4467 !important;
    border: 0;
}

.btn-light-pink {
    background-color: #ff454f;
    border: 0;
    padding: 0.8rem 3.5rem 0.8rem 3.5rem;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    width: 280px;
}

.btn-light-pink:hover {
    background-color: #4a4467 !important;
    border: 0;
}

.btn-purpure {
    background-color: #2f2c3f;
    border: 0;
    padding: 0.9rem 2rem 0.9rem 2rem;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    min-width: 150px;
}

.btn-purpure:hover {
    background-color: #4a4575 !important;
    border: 0;
}

.btn-purpure-small {
    background-color: #2f2c3f;
    border: 0;
    padding: 0.6rem 1.2rem 0.6rem 1.2rem;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
}

.btn-purpure-small:hover {
    background-color: #4a4575 !important;
    border: 0;
}


/* Colors */

.white {
  color: #fff;
}

.pink {
  color: #d8353e;
}

.light-pink {
  color:#ff454f;
}

.purpure {
  color: #2f2c3f;
}

.light-purpure {
  color: #bab7d5;
}

.bg-white {
  background-color: #fff;
}

.bg-pink {
  background-color: #d8353e;
}

.bg-light-pink {
  background-color: #ff454f;
}

.bg-purpure {
  background-color: #2f2c3f;
}

.bg-light-purpure {
  background-color: #bab7d5;
}

.bg-ultra-light-purpure {
  background-color: #f9f8ff;
}

.bg-grey {
  background-color: #f8f7fc;
}

/* Margins */

.margin-bottom-5-rem {
  margin-bottom: 5rem;
}

.margin-top-5-rem {
    margin-top: 5rem;
}

.margin-bottom-4-rem {
  margin-bottom: 4rem;
}

.margin-top-4-rem {
  margin-top: 4rem;
}

.margin-bottom-3-rem {
    margin-bottom: 3rem;
}

.margin-bottom-2-6-rem {
  margin-bottom: 2.6rem;
}

.margin-top-2-6-rem {
  margin-top: 2.6rem;
}

.margin-top-2-rem {
    margin-top: 2rem;
  }
  
.margin-bottom-2-rem {
    margin-bottom: 2rem;
}

.margin-bottom-1-6-rem {
  margin-bottom: 1.6rem;
}

.margin-top-1-6-rem {
    margin-top: 1.6rem;
}

.margin-top-0-8-rem {
    margin-top: 0.8rem;
}


/* Arrows */

.arrow-block-right {
    display: flex;
    justify-content: end;
    padding-right: 1.8rem !important;
    align-items: center;
}

.arrow-block-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-block-left {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.arrow-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.arrow-white {
    width: 10px;
    height: 22px;
    cursor: pointer;
}

.arrow-white:hover {
    filter:brightness(500%);
}

.arrow-grey {
    width: 10px;
    height: 22px;
    cursor: pointer;
}

.arrow-grey:hover {
    filter:contrast(50%)
}

.arrow-separator-grey {
    height: 22px;
    width: 2px;
    margin: 0 1rem 0 1rem;
}

.navigation-back {
    padding-left: 0.6rem;
    color: #282538;
}

.navigation-arrow {
    height: 25px;
    cursor: pointer;
}

.navigation-arrow:hover {
    filter:contrast(50%)
}

.navigation {
    margin-top: -4rem;    
}

@media only screen and (max-width: 600px) {
    .navigation {
        margin-top: 0;  
        margin-bottom: 2rem;  
    }
}

@media only screen and (min-width: 600px) {
    .navigation {
        margin-top: 0;    
        margin-bottom: 2rem;  
    } 
}

@media only screen and (min-width: 768px) {
    .navigation {
        margin-top: -4rem;    
    } 
}

@media only screen and (min-width: 992px) {
    .navigation {
        margin-top: -4rem;    
    }  
}

@media only screen and (min-width: 1200px) {
    .navigation {
        margin-top: -4rem;    
    }
}

/* Breadcrumbs */

.breadcrumbs {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #969ec1;
}

.breadcrumbs-active {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #282538;
}


/*********** Forms ***********/

.form-control {
    padding: 0.8rem 1.2rem 0.8rem 1.2rem;
    border: 0;
}

.white-placeholder-form-control::placeholder {
    color: #fff;
}

.white-placeholder-form-control:focus {
    color: #282538;
}

.white-placeholder-form-control {
    color: #fff;
}

.form-label {
    font-size: 1.1rem;
    font-weight: 400;
    padding-bottom: 0.8rem;
}

.form-check-label {
    font-size: 1.2rem;
    font-weight: 400;
}

.form-check-input:checked {
    background-color: #d8353e;
    border-color: #d8353e;
}

.form-check-input-purpure {
    background-color: #282538;
    border-color: #282538;
}

.form-check-input-purpure:checked {
    background-color: #d8353e;
    border-color: #d8353e;
}

.sc_infobox_style_error{
    color: #FFF;
}

/*********** NavBar ***********/

.nav-link {
    font-size: 1.2rem;
    color: #2f2c3f;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.nav-link:hover {
    color: #4a4575;
}

.navbar-nav {
    --bs-nav-link-padding-y: 0.5rem;
}

@media only screen and (max-width: 600px) {
    .navbar-nav {
        --bs-nav-link-padding-y: 0.8rem;
    }
}

@media only screen and (min-width: 600px) {
    .navbar-nav {
        --bs-nav-link-padding-y: 0.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-nav {
        --bs-nav-link-padding-y: 0.8rem;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-nav {
        --bs-nav-link-padding-y: 0.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-nav {
        --bs-nav-link-padding-y: 0.5rem;
    }
}

.navbar-collapse {
    margin-top: 0;
    margin-top: 0;
    border-bottom: 0;
}

@media only screen and (max-width: 600px) {
    .navbar-collapse {
        margin-top: 2rem;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }
}

@media only screen and (min-width: 600px) {
    .navbar-collapse {
        margin-top: 2rem;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-collapse {
        margin-top: 2rem;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-collapse {
        margin-top: 0;
        border-top: 0;
        border-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-collapse {
        margin-top: 0;
        border-top: 0;
        border-bottom: 0;
    }
}

.menu-active {
    color: #d8353e !important;
}

.separator {
    font-size: 1.3rem;
    color: #2f2c3f;
    padding-top: 0.5rem;
}

.h-divider {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .h-divider {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .h-divider {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .h-divider {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .h-divider {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .h-divider {
        display: block;
    }
}

.dropdown-toggle::after { /* change default bootstrap dropdown arrow */
    border: none!important;
    content:url(../img/dropdown-menu-arrow.svg);
    width: 12px;
    vertical-align: 0; 
}

.dropdown-menu {
    --bs-dropdown-border-width: 0;
    --bs-dropdown-link-color: #a8a6af;
    --bs-dropdown-min-width: 5rem;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler-icon {
    width: 3rem;
    height: 3rem;
}


/*********** Header Section ***********/

.header {
    padding-top: 2.4rem;
    padding-bottom: 3rem;
}

.logo {
    max-width: 455px;
}

@media only screen and (max-width: 600px) {
    .logo {
        max-width: 270px;
    }
}

@media only screen and (min-width: 600px) {
    .logo {
        max-width: 270px;
    }
}

@media only screen and (min-width: 768px) {
    .logo {
        max-width: 355px;
    }
}

@media only screen and (min-width: 992px) {
    .logo {
        max-width: 400px;
    }
}

@media only screen and (min-width: 1200px) {
    .logo {
        max-width: 455px;
    }
}


/*********** Highlights Section ***********/

.main-highlight {
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    padding: 3rem;
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 600px) {
    .main-highlight {
        padding: 12rem 1.5rem 1.5rem 1.5rem;
    }
}

@media only screen and (min-width: 600px) {
    .main-highlight {
        padding: 12rem 1.5rem 1.5rem 1.5rem;
    }
}

@media only screen and (min-width: 768px) {
    .main-highlight {
        padding: 3rem;
    }
}

@media only screen and (min-width: 992px) {
    .main-highlight {
        padding: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .main-highlight {
        padding: 3rem;
    }
}

.small-highlight-img-left {
    padding: 2rem 2rem 2rem 1.4rem;
    height: max-content;
    margin-top: auto;
    margin-bottom: auto;
}

@media only screen and (max-width: 600px) {
    .small-highlight-img-left {
        padding: 2.2rem;
    }
}

@media only screen and (min-width: 600px) {
    .small-highlight-img-left {
        padding: 2.2rem;
    }
}

@media only screen and (min-width: 768px) {
    .small-highlight-img-left {
        padding: 2rem 2rem 2rem 1.4rem;
    }
}

@media only screen and (min-width: 992px) {
    .small-highlight-img-left {
        padding: 2rem 2rem 2rem 1.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .small-highlight-img-left {
        padding: 2rem 2rem 2rem 1.4rem;
    }
}

.small-highlight-img-right {
    padding: 2rem 1rem 2rem 3rem;
    height: max-content;
    margin-top: auto;
    margin-bottom: auto;
}

@media only screen and (max-width: 600px) {
    .small-highlight-img-right {
        padding: 2.2rem;
    }
}

@media only screen and (min-width: 600px) {
    .small-highlight-img-right {
        padding: 2.2rem;
    }
}

@media only screen and (min-width: 768px) {
    .small-highlight-img-right {
        padding: 2rem 1rem 2rem 3rem;
    }
}

@media only screen and (min-width: 992px) {
    .small-highlight-img-right {
        padding: 2rem 1rem 2rem 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .small-highlight-img-right {
        padding: 2rem 1rem 2rem 3rem;
    }
}

.small-highlight-img {
    height: 100%;
    width: 100%; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}

@media only screen and (max-width: 600px) {
    .small-highlight-img {
        height: 300px;
        width: 100%; 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover; 
    }
}

@media only screen and (min-width: 600px) {
    .small-highlight-img {
        height: 300px;
        width: 100%; 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover; 
    }
}

@media only screen and (min-width: 768px) {
    .small-highlight-img {
        height: 100%;
        width: 100%; 
    }
}

@media only screen and (min-width: 992px) {
    .small-highlight-img {
        height: 100%;
        width: 100%; 
    }
}

@media only screen and (min-width: 1200px) {
    .small-highlight-img {
        height: 100%;
        width: 100%; 
    }
}

/*********** About Section ************/

.about-section {
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    display: flex;
    align-items: flex-end;
    min-height: 650px;
    max-height: 950px;
}

@media only screen and (max-width: 600px) {
    .about-section {
        min-height: 300px;
    }
}

@media only screen and (min-width: 600px) {
    .about-section {
        min-height: 300px;
    }
}

@media only screen and (min-width: 768px) {
    .about-section {
        min-height: 400px;
    }
}

@media only screen and (min-width: 992px) {
    .about-section {
        min-height: 450px;
    }
}

@media only screen and (min-width: 1200px) {
    .about-section {
        min-height: 650px;
    }
}

.about-section-left-column {
    padding-right: 6rem;
}

@media only screen and (max-width: 600px) {
    .about-section-left-column {
        padding-right: 0.8rem;
    }
}

@media only screen and (min-width: 600px) {
    .about-section-left-column {
        padding-right: 0.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .about-section-left-column {
        padding-right: 6rem;
    }
}

@media only screen and (min-width: 992px) {
    .about-section-left-column {
        padding-right: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .about-section-left-column {
        padding-right: 6rem;
    }
}

.about-section-right-column {
    padding-left: 6rem;
}

@media only screen and (max-width: 600px) {
    .about-section-right-column {
        padding-left: 0.8rem;
    }
}

@media only screen and (min-width: 600px) {
    .about-section-right-column {
        padding-left: 0.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .about-section-right-column {
        padding-left: 6rem;
    }
}

@media only screen and (min-width: 992px) {
    .about-section-right-column {
        padding-left: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .about-section-right-column {
        padding-left: 6rem;
    }
}


/*********** Main Block Type 1 ***********/

.main-block-1-left-row {
  min-height: 75%;
}

.main-block-1-img {
    min-height: 620px;
    width: 100%; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    border-radius: 1.6rem 1.6rem 0 0;
}

@media only screen and (max-width: 600px) {
    .main-block-1-img {
        min-height: 420px;
    }
}

@media only screen and (min-width: 600px) {
    .main-block-1-img {
        min-height: 420px;
    }
}

@media only screen and (min-width: 768px) {
    .main-block-1-img {
        min-height: 500px;
    }
}

@media only screen and (min-width: 992px) {
    .main-block-1-img {
        min-height: 620px;
    }
}

@media only screen and (min-width: 1200px) {
    .main-block-1-img {
        min-height: 620px;
    }
}

.main-block-1-text-left {
    border-radius: 0 0 0 1.6rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
    .main-block-1-text-left {
        border-radius: 0 0 0 0;
    }
}

@media only screen and (min-width: 600px) {
    .main-block-1-text-left {
        border-radius: 0 0 0 0;
    }
}

@media only screen and (min-width: 768px) {
    .main-block-1-text-left {
        border-radius: 0 0 0 1.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .main-block-1-text-left {
        border-radius: 0 0 0 1.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .main-block-1-text-left {
        border-radius: 0 0 0 1.6rem;
    }
}

.main-block-1-text-right {
    border-radius: 0 0 1.6rem 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;    
}

@media only screen and (max-width: 600px) {
    .main-block-1-text-right {
        border-radius: 0 0 1.6rem 1.6rem;
    }
}

@media only screen and (min-width: 600px) {
    .main-block-1-text-right {
        border-radius: 0 0 1.6rem 1.6rem;
    }
}

@media only screen and (min-width: 768px) {
    .main-block-1-text-right {
        border-radius: 0 0 1.6rem 0;
    }
}

@media only screen and (min-width: 992px) {
    .main-block-1-text-right {
        border-radius: 0 0 1.6rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .main-block-1-text-right {
        border-radius: 0 0 1.6rem 0;
    }
}

.main-block-1-breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .main-block-1-breadcrumbs {
    padding-top: 2rem;
    padding-bottom: 1.6rem;
  }
}

@media only screen and (min-width: 600px) {
  .main-block-1-breadcrumbs {
    padding-top: 2rem;
    padding-bottom: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .main-block-1-breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .main-block-1-breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .main-block-1-breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
  }
}


/*********** Main Block Type 2 ***********/

.main-block-2-img {
  min-height: 620px;
  height: 100%;
  max-height: 100%;
  width: 100%;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  border-radius: 1.6rem 0 0 1.6rem;
}

@media only screen and (max-width: 600px) {
  .main-block-2-img {
    min-height: 420px;
    max-height: 450px;
    border-radius: 1.6rem 1.6rem 0 0;
  }
}

@media only screen and (min-width: 600px) {
  .main-block-2-img {
    min-height: 420px;
    max-height: 450px;
    border-radius: 1.6rem 1.6rem 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .main-block-2-img {
    min-height: 500px;
    height: 100%;
    max-height: 100%;
    width: 100%; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    border-radius: 1.6rem 0 0 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .main-block-2-img {
    min-height: 620px;
    height: 100%;
    max-height: 100%;
    width: 100%; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    border-radius: 1.6rem 0 0 1.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .main-block-2-img {
    min-height: 620px;
    height: 100%;
    max-height: 100%;
    width: 100%; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    border-radius: 1.6rem 0 0 1.6rem;
  }
}

.main-block-2-right-panel {
  border-radius: 0 1.6rem 1.6rem 0;
  padding: 2rem 4rem 2rem 4rem;
}

@media only screen and (max-width: 600px) {
  .main-block-2-right-panel {
    border-radius: 0 0 1.6rem 1.6rem;
    padding: 2rem 4rem 2rem 4rem;
  }
}

@media only screen and (min-width: 600px) {
  .main-block-2-right-panel {
    border-radius: 0 0 1.6rem 1.6rem;
    padding: 4rem 6rem 4rem 6rem;
  }
}

@media only screen and (min-width: 768px) {
  .main-block-2-right-panel {
    border-radius: 0 1.6rem 1.6rem 0;
    padding: 4rem 6rem 4rem 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .main-block-2-right-panel {
    border-radius: 0 1.6rem 1.6rem 0;
    padding: 4rem 6rem 4rem 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .main-block-2-right-panel {
    border-radius: 0 1.6rem 1.6rem 0;
    padding: 4rem 6rem 4rem 6rem;
  }
}

.time-block {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}

@media only screen and (max-width: 600px) {
  .time-block {
    margin-top: 2rem;
    text-align: start;
    position: relative;
  }
}

@media only screen and (min-width: 600px) {
  .time-block {
    margin-top: 2rem;
    text-align: start;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .time-block {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: end;
  }
}

@media only screen and (min-width: 992px) {
  .time-block {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: end;
  }
}

@media only screen and (min-width: 1200px) {
  .time-block {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: end;
  }
}



/*********** Large Square Buttons Section ***********/

.btn-large-square {
    background-color: #f9f8ff;
    min-height: 265px;
}

.btn-large-square a{
    color: #837e9a;
}
.btn-large-square a:hover{
    filter: brightness(500%);
}
.btn-large-square.activo a{
    filter: brightness(500%);
}

.btn-large-square .titulo
{
    display: block;
    width: 100%;
    text-align: center;
    top: 10px;
    position: relative;
}

.btn-large-square:hover {
    background-color: #282a3b;
}

.btn-large-square.activo {
    background-color: #282a3b;
    color:#fff;
}

.img-buttons-block:hover {
    filter: brightness(500%);
}

.img-buttons-block.activo {
    filter: brightness(500%);
}


/*********** Listings Block ***********/

.listings-block {
    margin-top: 5rem;
    margin-bottom: 3rem;    
}

.listings-bar-content {
  margin-top: 1.8rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e7;
  text-align: right;
  font-size: 1.2rem; 
  font-weight: 500;
}

.btn-list-grid {
  height: 30px;
  padding-left: 1rem;
}

.btn-list-grid:hover {
  filter: brightness(50%);
}

@media only screen and (min-width: 768px) {
  .btn-list-grid {
    height: 20px;
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .btn-list-grid {
    height: 25px;
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-list-grid {
    height: 30px;
    padding-left: 1rem;
  }
}

#btn_list{
  cursor: pointer;
}

#btn_grid{
  cursor: pointer;
}

.listings-img {
    height: 355px;
    width: 100%; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    border-radius: 1.6rem 1.6rem 0 0;
}


/*********** Favorite Icon Placement ***********/
/* 20231008_2 */
.favorite-icon-img {
    position: relative;
    left: 1rem;
    top: 1rem;
    cursor: pointer;
    font-size: 32px !important;
    color: #fff;
    background-color: #ff454f;
    border-radius: 50%;
    padding: 10px 10px 8px 10px;
    z-index: 1;
}

.favorite-icon-img:hover {
    opacity: 0.8;

}

.favorite-icon-link{
    color:#ff454f;
}
/* 20231008_2 */

/*********** FAQ/ Ajuda ***********/

.faq-contact-info {
    text-align: end;
}

.collapse-FAQ {
    width: 100%;
    text-align: start;
    background-color: #f9f8ff;
    color: #2f2c3f;
    margin-bottom: 0.6rem;
    border-radius: 0.5rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.collapse-FAQ:hover {
    background-color: #2f2c3f !important;
    color: #f9f8ff !important;
}


@media only screen and (max-width: 600px) {
    .listings-img {
        height: 280px;
    }
}

@media only screen and (min-width: 600px) {
    .listings-img {
        height: 280px;
    }
}

@media only screen and (min-width: 768px) {
    .listings-img {
        height: 300px;
    }
}

@media only screen and (min-width: 992px) {
    .listings-img {
        height: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    .listings-img {
        height: 355px;
    }
}

.listings-text-block-left {
    border-radius: 0 0 0 1.6rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
    .listings-text-block-left {
        border-radius: 0 0 0 0;
    }
}

@media only screen and (min-width: 600px) {
    .listings-text-block-left {
        border-radius: 0 0 0 0;
    }
}

@media only screen and (min-width: 768px) {
    .listings-text-block-left {
        border-radius: 0 0 0 1.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .listings-text-block-left {
        border-radius: 0 0 0 1.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .listings-text-block-left {
        border-radius: 0 0 0 1.6rem;
    }
}

.listings-text-block-right {
    border-radius: 0 0 1.6rem 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;    
}

@media only screen and (max-width: 600px) {
    .listings-text-block-right {
        border-radius: 0 0 1.6rem 1.6rem;
    }
}

@media only screen and (min-width: 600px) {
    .listings-text-block-right {
        border-radius: 0 0 1.6rem 1.6rem;
    }
}

@media only screen and (min-width: 768px) {
    .listings-text-block-right {
        border-radius: 0 0 1.6rem 0;
    }
}

@media only screen and (min-width: 992px) {
    .listings-text-block-right {
        border-radius: 0 0 1.6rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .listings-text-block-right {
        border-radius: 0 0 1.6rem 0;
    }
}

.listings-info-block {
    padding: 2.6rem 1.8rem 2.6rem 1.8rem;
}

@media only screen and (max-width: 600px) {
    .listings-info-block {
        padding: 1.8rem 1rem 1.8rem 1.8rem;
    }
}

@media only screen and (min-width: 600px) {
    .listings-info-block {
        padding: 1.8rem 1rem 1.8rem 1.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .listings-info-block {
        padding: 2.6rem 1.8rem 2.6rem 1.8rem;
    }
}

@media only screen and (min-width: 992px) {
    .listings-info-block {
        padding: 2.6rem 1.8rem 2.6rem 1.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .listings-info-block {
        padding: 2.6rem 1.8rem 2.6rem 1.8rem;
    }
}


/*********** How To buy ***********/

.htb-img {
    max-width: 150px;
}

.htb-left-panel {
    padding: 6rem 6rem 2.6rem 6rem;
}

@media only screen and (max-width: 600px) {
    .htb-left-panel {
        padding: 4rem 4rem 2.2rem 4rem;
    }
}

@media only screen and (min-width: 600px) {
    .htb-left-panel {
        padding: 4rem 4rem 2.2rem 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .htb-left-panel {
        padding: 6rem 6rem 2.6rem 6rem;
    }
}

@media only screen and (min-width: 992px) {
    .htb-left-panel {
        padding: 6rem 6rem 2.6rem 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .htb-left-panel {
        padding: 6rem 6rem 2.6rem 6rem;
    }
}

.htb-right-panel {
    padding: 6rem 6rem 2.6rem 6rem;
}

@media only screen and (max-width: 600px) {
    .lhtb-right-panel {
        padding: 4rem 4rem 2.2rem 4rem;
    }
}

@media only screen and (min-width: 600px) {
    .htb-right-panel {
        padding: 4rem 4rem 2.2rem 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .lhtb-right-panel {
        padding: 6rem 6rem 2.6rem 6rem;
    }
}

@media only screen and (min-width: 992px) {
    .htb-right-panel {
        padding: 6rem 6rem 2.6rem 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .htb-right-panel {
        padding: 6rem 6rem 2.6rem 6rem;
    }
}


/*********** Verbs Small Blocks ***********/

.verbs-img {
    height: 365px;
    width: 100%; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    border-radius: 1.6rem 1.6rem 0 0;
}

.verbs-img-bottom {
    border-radius: 0 0 1.6rem 1.6rem;
    text-align: center;
}

.verbs-info-block {
    padding: 2.6rem 1.8rem 2.6rem 1.8rem;
}

@media only screen and (max-width: 600px) {
    .verbs-info-block {
        padding: 1.8rem 1rem 1.8rem 1.8rem;
    }
}

@media only screen and (min-width: 600px) {
    .verbs-info-block {
        padding: 1.8rem 1rem 1.8rem 1.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .verbs-info-block {
        padding: 2.6rem 1.8rem 2.6rem 1.8rem;
    }
}

@media only screen and (min-width: 992px) {
    .verbs-info-block {
        padding: 2.6rem 1.8rem 2.6rem 1.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .verbs-info-block {
        padding: 2.6rem 1.8rem 2.6rem 1.8rem;
    }
}

.verbs-input-value {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 94%, rgba(255,255,255,0) 100%);
}

@media only screen and (max-width: 600px) {
    .verbs-input-value {
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 79%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
    }
}

@media only screen and (min-width: 600px) {
    .verbs-input-value {
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 79%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
    }
}

@media only screen and (min-width: 768px) {
    .verbs-input-value {
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 79%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
    }
}

@media only screen and (min-width: 992px) {
    .verbs-input-value {
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 79%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
    }
}

@media only screen and (min-width: 1200px) {
    .verbs-input-value {
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 79%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
    }
}

@media only screen and (min-width: 1400px) {
    .verbs-input-value {
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 94%, rgba(255,255,255,0) 100%);
    }
}


/*********** Quick Licitation Block ***********/

.licitation-info-block {
    border-radius: 1.6rem;
}

@media only screen and (max-width: 600px) {

}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

.licitation-right-block {
    border-radius: 1.6rem;
    text-align: center;
}



/*********** Login ***********/

.login-left-panel {
    padding: 7rem;
}

@media only screen and (max-width: 600px) {
    .login-left-panel {
        padding: 4rem;
    }
}

@media only screen and (min-width: 600px) {
    .login-left-panel {
        padding: 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .login-left-panel {
        padding: 6rem;
    }
}

@media only screen and (min-width: 992px) {
    .login-left-panel {
        padding: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .login-left-panel {
        padding: 7rem;
    }
}

.login-right-panel {
    padding: 7rem;
}

@media only screen and (max-width: 600px) {
    .login-right-panel {
        padding: 4rem;
    }
}

@media only screen and (min-width: 600px) {
    .login-right-panel {
        padding: 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .login-right-panel {
        padding: 6rem;
    }
}

@media only screen and (min-width: 992px) {
    .login-right-panel {
        padding: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .login-right-panel {
        padding: 7rem;
    }
}

/*********** Footer ***********/

.main-footer {
    margin-top: 3rem;
    padding-top: 3rem;
}

.logo-white {
    max-width: 380px;
}

@media only screen and (max-width: 600px) {
    .logo-white {
        max-width: 290px;
    }
}

@media only screen and (min-width: 600px) {
    .logo-white {
        max-width: 290px;
    }
}

@media only screen and (min-width: 768px) {
    .logo-white {
        max-width: 380px;
    }
}

@media only screen and (min-width: 992px) {
    .logo-white {
        max-width: 380px;
    }
}

@media only screen and (min-width: 1200px) {
    .logo-white {
        max-width: 380px;
    }
}

.btn-social-media {
    max-width: 53px;
    margin: 2rem 0.8rem 2rem 0;
}

.btn-social-media:hover {
  filter: brightness(70%);
}

.conditions-small-text {
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.footer-modal-text {
    display: flex;
    justify-content: end;
}

@media only screen and (max-width: 600px) {
    .footer-modal-text {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (min-width: 600px) {
    .footer-modal-text {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .footer-modal-text {
        display: flex;
        justify-content: end;
    }
}

@media only screen and (min-width: 992px) {
    .footer-modal-text {
        display: flex;
        justify-content: end;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-modal-text {
        display: flex;
        justify-content: end;
    }
}

.footer-copy-text {
    display: flex;
    justify-content: start;
}

@media only screen and (max-width: 600px) {
    .footer-copy-text {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (min-width: 600px) {
    .footer-copy-text {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .footer-copy-text {
        display: flex;
        justify-content: start;
    }
}

@media only screen and (min-width: 992px) {
    .footer-copy-text {
        display: flex;
        justify-content: start;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-copy-text {
        display: flex;
        justify-content: start;
    }
}

.social-media-desktop {
    display: inline;
}

@media only screen and (max-width: 600px) {
    .social-media-desktop {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .social-media-desktop {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .social-media-desktop {
        display: inline;
    }
}

@media only screen and (min-width: 992px) {
    .social-media-desktop {
        display: inline;
    }
}

@media only screen and (min-width: 1200px) {
    .social-media-desktop {
        display: inline;
    }
}

.social-media-mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .social-media-mobile {
        display: inline;
    }
}

@media only screen and (min-width: 600px) {
    .social-media-mobile {
        display: inline;
    }
}

@media only screen and (min-width: 768px) {
    .social-media-mobile {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .social-media-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .social-media-mobile {
        display: none;
    }
}


/*********** Carousel ***********/

.carousel-next, .carousel-prev {
  position: relative !important;
  /* top: 0; */
  /* bottom: 0; */
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 22px; */
  padding: 0;
  color: unset;
  text-align: unset;
  background: unset;
  border: unset;
  opacity: unset;
  transition: unset;
}

.carousel-next:hover, .carousel-prev:hover {
  opacity: .5;
}

.carousel-control-next, 
.carousel-control-prev {
  width: 4%;
  background-color: #d5d5d5;
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
    .carousel-control-next, 
    .carousel-control-prev {
      width: 6%;
    }
  }
  
@media only screen and (min-width: 600px) {
    .carousel-control-next, 
    .carousel-control-prev {
      width: 6%;
    }
}

@media only screen and (min-width: 768px) {
    .carousel-control-next, 
    .carousel-control-prev {
      width: 4%;
      background-color: #d5d5d5;
      opacity: 0.8;
    }
}
  
@media only screen and (min-width: 992px) {
    .carousel-control-next, 
    .carousel-control-prev {
      width: 4%;
      background-color: #d5d5d5;
      opacity: 0.8;
    }
}

@media only screen and (min-width: 1200px) {
    .carousel-control-next, 
    .carousel-control-prev {
      width: 4%;
      background-color: #d5d5d5;
      opacity: 0.8;
    }
}

.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0;
  right: 0;
}

#carousel-thumbs img {
  cursor: pointer;
}

#carousel-thumbs img:hover {
  filter:brightness(80%);
}

#carousel-thumbs .selected img {
  border-color: #fff;
}

@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}

@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
}

@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}

.carousel-navigate {
  border-radius: 0 0 0 1.6rem;
}

@media only screen and (max-width: 600px) {
  .carousel-navigate {
    border-radius: 0 0 0 0;
  }
}

@media only screen and (min-width: 600px) {
  .carousel-navigate {
    border-radius: 0 0 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .carousel-navigate {
    border-radius: 0 0 0 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .carousel-navigate {
    border-radius: 0 0 0 1.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .carousel-navigate {
    border-radius: 0 0 0 1.6rem;
  }
}

.carousel-height {
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .carousel-height {
    height: inherit;
  }
}

@media only screen and (min-width: 600px) {
  .carousel-height {
    height: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .carousel-height {
    height: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .carousel-height {
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .carousel-height {
    height: 100%;
  }
}
/* 20240327_1 */
.skiptranslate{
    display: none;
}
/* 20240327_1 */
.combo_multiidioma{
    top: -5px;
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

/* ----------- Google map ------------ */
div.sc_googlemap {
    width: 100%;
    height: 500px !important;
    position: relative;
    background-color: rgb(229, 227, 223);
    overflow: hidden;
}
div.sc_googlemap .map-canvas {
    min-width:100px;
    min-height:100px;
}
/* ----------- /Google map ------------ */

.lancerapido .col-auto{
    width: 33%;
}

.lancemaisalto{
    background-color: green;
    color: white;
    text-align: center;
    border-radius: 5px;
    
}

.footer_logo{
    float:left;
}
/* 20240327_1 */
#google_translate_element{
    display: none;
}

.img-buttons-block {
    width: 50%;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    position: relative;
    padding:30px;
}

.text_capitalize{
    text-transform: capitalize;
}