div#main-right-side {
    position: absolute;
    left: 5%;
    top: 0;
    width: 95%;
    height: auto;
    min-height: 100vh;
    float: left;
    z-index: 90000;
    /* min-height:4080px; */
    background-color: white;
    font-family: 'Nanum Gothic', sans-serif;
}

div#main-right-side div.body-content {
    /* animation:reveal 2s 1s ease both 1; */
    /* Test */
    animation: reveal 0.2s 0s ease both 1;
}

/* *********************** */
/* LOADING OVERLAY */
/* *********************** */
div.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 100vh;
    float: left;
    z-index: 99999;
    /* min-height:4080px; */
    background-color: rgba(255, 255, 255, 0.98);
}

div.loading div.centrador {
    position: absolute;
    width: 240px;
    height: auto;
    text-align: center;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: reveal 1s 0s ease both 1;
}

div.loading span.text {
    color: #545454;
    font-size: 1.3rem;
}

/* *********************** */
/* BANNER PRINCPIAL */
/* *********************** */
div#banner-principal {
    position: relative;
    display: block;
    min-height: 100vh;
    max-width: 100%;
    height: auto;
}

div#banner-principal div.background-89000 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100vh;
    content: " ";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

div#banner-principal div.background-89000.background-left-side {
    background-position: left top;
}

div#banner-principal div.background-89000.background-right-side {
    background-position: center center;
    /* filter:blur(0px) grayscale(80%); */
    background-size: cover;
    /* Aplicar a todas las propiedades que cambien */
    transition: all 0.5s ease-out;
    transition-delay: 0.1s;
    transition-duration: 10s;
    opacity: 0.3;
}

div#banner-principal:hover div.background-89000.background-right-side {
    /* filter:blur(4px); */
}

div#banner-principal div.background-88000 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    content: " ";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

/* LOGO SHOW SPACE */
div#banner-principal div.top-bar-header {
    position: relative;
    left: 0px;
    width: 100%;
    margin-top: 80px;
}

div#banner-principal div.top-bar-header div.site-logo-inside {
    position: relative;
    padding: 0px 0px 0px 0px;
    width: auto;
    height: var(--height-banner-logo);
    text-align: center;
}

div#banner-principal div.top-bar-header div.site-logo-inside img {
    position: relative;
    top: 0px;
    left: 0%;
    max-width: 100%;
    height: 100%;
}

/*********************************************
*
* LOGO SHOW SPACE
*
* MINI BAR
*
********************************************/
div#banner-principal div.top-bar-header.mini {
    position: fixed;
    top: 0px;
    left: 5%;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    margin-top: 0px;
    /* animation:reveal 0.75s 0s ease both 1; */
}

div#banner-principal div.top-bar-header.mini div.site-logo-inside {
    position: relative;
    top: 20px;
    left: 20px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0);
}

div#banner-principal div.top-bar-header.mini div.site-logo-inside img {
    position: relative;
    top: 0px;
    left: 20px;
    width: 100%;
    max-width: 170px;
    height: auto;
}

div#banner-principal div.top-bar-header.mini div.sentence {
    position: relative;
    padding-top: 30px;
    left: 0px;
    width: 100%;
    height: auto;
}

div#banner-principal div.top-bar-header.mini div.sentence span {
    font-size: 1.4rem;
    color: var(--second-color);
}

div#banner-principal div.search-form.sticked {
    position: relative;
    top: 20px;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

/* div#banner-principal div.search-form.sticked .header_form input[type=submit] {
    float: right;
    padding: 10px 4px;
    border-radius: 4px;
    border: 0;
    background-color: var(--second-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'SourseSans', sans-serif;
    color: #fff;
    cursor: pointer;
    -webkit-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

div#banner-principal div.search-form.sticked .header_form input[type=text] {
    background-size: 7%;
    padding: 10px 5px 10px 5px;
    background-position: 6.2% 45%;
}

div#banner-principal div.search-form.sticked .header_form input[type=text] {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    width: 100%;
    padding: 10px 5px 10px 5px;
    border: 0;
    color: rgba(0, 0, 0, .56);
    font-weight: 600;
    border-radius: 6px;
    outline: 0;
    font-size: 14px;
    -webkit-background-size: 16px;
    background-repeat: no-repeat;
    background-position: 5.2% center;
    -webkit-background-size: 5%;
    background-size: 5%;
}

div#banner-principal div.search-form.sticked span.gps {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 1.5rem;
    color: var(--main-grey-color);
}

div#banner-principal div.search-form.sticked:hover span.gps {
    color: var(--main-color);
} */

div#banner-principal div.text-container-left {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

div#banner-principal div.text-container-left div.texto-back {
    position: absolute;
    top: 0px;
    right: 80px;
}

div#banner-principal div.text-container-left div.texto-back span {
    position: relative;
    font-size: 9rem;
    color: rgba(124, 124, 124, 0.74);
}

div#banner-principal div.text-container-left div.myText {
    position: relative;
    display: block;
    left: 0px;
    width: 100%;
    padding-top: 60px;
}

div#banner-principal div.text-container-left div.myText div {
    position: relative;
    color: var(--main-black-color);
}

div#banner-principal div.text-container-left div.myText div.titulo {
    position: relative;
    margin-bottom: 0rem;
    line-height: 3rem;
    margin-bottom: 20px;
}

div#banner-principal div.text-container-left div.myText div.titulo span {
    font-size: 3.4rem;
    font-weight: bold;
}

div#banner-principal div.text-container-left div.myText div.subtitulo {
    position: relative;
    margin-bottom: 2rem;
    line-height: 2.4rem;
}

div#banner-principal div.text-container-left div.myText div.subtitulo span {
    font-size: 2rem;
    font-weight: lighter;
    color: var(--main-black-color);
}

div#banner-principal div.text-container-left div.myText div.features {
    position: relative;
    margin-bottom: 0rem;
    line-height: 2rem;
    padding: 40px 0px 0px 0px !important;
    width: 70%;
    left: 15%;
}

div#banner-principal div.text-container-left div.myText div.features div.feature {
    font-size: 1.4rem;
    font-weight: lighter;
    color: var(--second-color);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px 10px 20px;
}

div#banner-principal div.text-container-left div.myText div.features div.feature span.icon {
    font-size: 1.8rem;
    color: var(--second-color);
    margin-right: 10px;
}

div#banner-principal div.text-container-left div.myText div.features div.feature span.text-feature {
    color: #202020;
    /* color:var(--main-black-color); */
}

div#banner-principal div.search-form {
    position: relative;
    color: var(--main-black-color);
    padding: 60px 0px 0px 0px;
    text-align: center;
    width: 40%;
    left: 30%;
}

/* .header_form input[type=submit] {
    float: right;
    padding: 23px 14px;
    border-radius: 4px;
    border: 0;
    background-color: rgb(33, 33, 33);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'SourseSans', sans-serif;
    color: #fff;
    cursor: pointer;
    -webkit-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

.header_form input[type=text] {
  background-size: 7%;
  padding: 21px 17px 25px 50px;
  background-position: 6.2% 45%;
}

.header_form input[type=text] {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  width:100%;
  padding: 23px 17px 23px 50px;
  border: 0;
  color: rgba(0, 0, 0, .56);
  font-weight: 600;
  border-radius: 6px;
  outline: 0;
  font-size: 18px;
  -webkit-background-size: 16px;
  background-repeat: no-repeat;
  background-position: 5.2% center;
  -webkit-background-size: 5%;
  background-size: 5%;
} */

.search-form input[type=button] {
    float: right;
    padding: 23px 14px;
    border-radius: 4px;
    border: 0;
    background-color: rgb(33, 33, 33);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'SourseSans', sans-serif;
    color: #fff;
    cursor: pointer;
    -webkit-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

.search-form input[type=text] {
  background-size: 7%;
  padding: 21px 17px 25px 50px;
  background-position: 6.2% 45%;
}

.search-form input[type=text] {
  /* width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px); */
  width:100%;
  padding: 23px 17px 23px 50px;
  border: 0;
  color: rgba(0, 0, 0, .56);
  font-weight: 600;
  border-radius: 6px;
  outline: 0;
  font-size: 18px;
  -webkit-background-size: 16px;
  background-repeat: no-repeat;
  background-position: 5.2% center;
  -webkit-background-size: 5%;
  background-size: 5%;
}

span.gps {
    position: absolute;
    left: 20px;
    bottom: -20px;
    font-size: 4.5rem;
    color: var(--main-grey-color);
}


div#banner-principal div.search-form:hover span.gps {
    color: var(--second-color);
}




div.search-form.sticked.inmenu {
    position: relative;
    top: 0px;
    margin-top:20px;
    width: 30%;
    left:35%;
    padding: 0px 0px 0px 0px;
}

div.search-form.sticked.inmenu input[type=button] {
    position:relative;
    float: right;
    top:5px;
    padding: 10px 4px;
    border-radius: 4px;
    border: 0;
    background-color: var(--second-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'SourseSans', sans-serif;
    color: #fff;
    cursor: pointer;
    -webkit-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

div.search-form.sticked.inmenu input[type=text] {
    background-size: 7%;
    padding: 10px 5px 10px 5px;
    background-position: 6.2% 45%;
    background-color:rgba(240, 240, 240, 1);
}

div.search-form.sticked.inmenu input[type=text] {
    width: 100%;
    padding: 10px 5px 10px 5px;
    border: 0;
    color: rgba(0, 0, 0, .56);
    font-weight: 600;
    border-radius: 6px;
    outline: 0;
    font-size: 14px;
    -webkit-background-size: 16px;
    background-repeat: no-repeat;
    background-position: 5.2% center;
    -webkit-background-size: 5%;
    background-size: 5%;
}

div.search-form.sticked.inmenu span.gps {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 1.5rem;
    color: var(--main-grey-color);
}

div.search-form.sticked.inmenu:hover span.gps {
    color: var(--main-color);
}


div.whatsapp {
  position: fixed;
  bottom: 0px;
  right: 5%;
  width:60px;
  bottom:10px;
  right:10px;
  z-index: 9999;
}

div.whatsapp img {
  position: relative;
  width:100%;

}


div#banner-principal div.search-form.sticked {
    position: relative;
    top: 20px;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

div#banner-principal div.search-form.sticked input[type=button] {
    float: right;
    padding: 10px 4px;
    border-radius: 4px;
    border: 0;
    background-color: var(--second-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'SourseSans', sans-serif;
    color: #fff;
    cursor: pointer;
    -webkit-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

div#banner-principal div.search-form.sticked input[type=text] {
    background-size: 7%;
    padding: 10px 5px 10px 5px;
    background-position: 6.2% 45%;
}

div#banner-principal div.search-form.sticked input[type=text] {
    width: 100%;
    padding: 10px 5px 10px 5px;
    border: 0;
    color: rgba(0, 0, 0, .56);
    font-weight: 600;
    border-radius: 6px;
    outline: 0;
    font-size: 14px;
    -webkit-background-size: 16px;
    background-repeat: no-repeat;
    background-position: 5.2% center;
    -webkit-background-size: 5%;
    background-size: 5%;
}

div#banner-principal div.search-form.sticked span.gps {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 1.5rem;
    color: var(--main-grey-color);
}

div#banner-principal div.search-form.sticked:hover span.gps {
    color: var(--main-color);
}

/***********************************************
************************************************
****** PAGES CSS
************************************************
***********************************************/
/***** BANNER FOR PAGES *****/
/****************************/
div#banner-principal.pages {
    position: relative;
    display: block;
    min-height: 40vh;
    max-width: 100%;
    height: auto;
}

div#banner-principal.pages div.background-89000 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100vh;
    content: " ";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

div#banner-principal.pages div.background-89000.background-left-side {
    background-position: left top;
}

div#banner-principal.pages div.background-89000.background-right-side {
    background-position: center center;
    /* filter:blur(0px) grayscale(80%); */
    background-size: cover;
    /* Aplicar a todas las propiedades que cambien */
    transition: all 0.5s ease-out;
    transition-delay: 0.1s;
    transition-duration: 10s;
    opacity: 0.3;
}

div#banner-principal.pages div.background-89000.background-right-side.post {
    background-position: center center;
    /* filter:blur(0px) grayscale(80%); */
    background-size: cover;
    /* Aplicar a todas las propiedades que cambien */
    transition: all 0.5s ease-out;
    transition-delay: 0.1s;
    transition-duration: 10s;
    opacity: 0.8;
    /* min-height: 60vh; */
}



/***** TITLE FOR PAGES *****/
/****************************/
div#banner-principal.pages div.title {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0px;
    background-color: rgba(255, 254, 254, 0.52);
}

div#banner-principal.pages div.title span {
    position: relative;
    /* display:block; */
    bottom: 0px;
    width: 100%;
    padding: 20px 20px 0px 20px;
    text-align: left;
    margin: 0 auto;
    font-size: 2rem;
}

div#banner-principal.pages div.title span.subtitle {
    position: relative;
    display: flex;
    padding: 0px 20px 10px 20px;
    text-align: left;
    margin: 0 auto;
    font-size: 1rem;
}

div.page-body {
    position: relative;
    width: 80%;
    min-width: 640px;
    max-width: 1200px;
    top: 0px;
    margin: 0 auto;
}

/***** PROFILE PAGE *********/
/****************************/
div.big-container {
    position: relative;
    width: 70%;
    left: 15%;
}

div.row.prof-section {
    border: 1px solid #c9c9c9;
}

div.row.prof-section div.section-title {
    padding: 20px 20px 20px 20px;
    background-color: #97a492;
}

div.row.prof-section div.section-title span {
    color: #262626;
    font-size: 1.4rem;
    text-transform: uppercase;
}

div.row.prof-section div.section-title div.button-expand {
    position: absolute;
    top: 20px;
    right: 20px;
}

div.section-data {
    font-size: 0.8rem;
}

div.section-data div.row {}

div.section-data div.row div {
    padding: 10px;
}

div.section-data div.row div.data-name {
    /* background-color:#e8e8e8; */
    font-size: 0.8rem;
}

div.section-data div.row div.data input {
    position: relative;
    width: 90%;
    left: 0%;
    background-color: transparent !important;
    border: none !important;
    padding-left: 10px;
    color: #8a8a8a;
}

div.section-data div.row div.data input:hover {
    color: #8a8a8a;
}

div.section-data div.row div.data input:focus {
    border: 1px solid #c2c2c2 !important;
    outline: none;
}

/* div.row.prof-section div.section-data {
  font-size:1rem;

}

div.row.prof-section div.section-data div.row {

}

div.row.prof-section div.section-data div.row div {
  padding:10px;
}

div.row.prof-section div.section-data div.row div.data-name {
  background-color:#e8e8e8;
}

div.row.prof-section div.section-data div.row div.data input {
  position:relative;
  width:90%;
  left:5%;
  background-color:transparent !important;
  border:none !important;
  padding-left:10px;
}

div.row.prof-section div.section-data div.row div.data input:hover {
  color:#8a8a8a;
}

div.row.prof-section div.section-data div.row div.data input:focus {
  border:1px solid #c2c2c2 !important;
  outline: none;
} */


/***********************************************
************************************************
****** FOOTER CSS
************************************************
***********************************************/


/***** AFTER FOOTER *****/
/****************************/



div.after-footer span {
  font-size:1rem;
  color:#666666;
}

span.after-footer-left {

}

span.after-footer-right {

}

span.after-footer-right a {
  color:#365a7c;
}
span.after-footer-right a:hover {
  color:#0f3355;
}









/***********************************************
************************************************
****** BOOKINGS CSS
************************************************
***********************************************/
/***** BANNER FOR BOOKINGS *****/
/****************************/
div#banner-principal.bookings {
    position: relative;
    display: block;
    min-height: 20vh;
    max-width: 100%;
    height: auto;
}

div#banner-principal.bookings div.background-89000 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100vh;
    content: " ";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

div#banner-principal.bookings div.background-89000.background-left-side {
    background-position: left top;
}

div#banner-principal.bookings div.background-89000.background-right-side {
    background-position: center center;
    /* filter:blur(0px) grayscale(80%); */
    background-size: cover;
    /* Aplicar a todas las propiedades que cambien */
    transition: all 0.5s ease-out;
    transition-delay: 0.1s;
    transition-duration: 10s;
    opacity: 0.3;
}

/***** TITLE FOR bookings *****/
/****************************/
div#banner-principal.bookings div.title {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0px;
    background-color: rgba(255, 254, 254, 0.52);
}

div#banner-principal.bookings div.title span {
    position: relative;
    /* display:block; */
    bottom: 0px;
    width: 100%;
    padding: 20px 20px 0px 20px;
    text-align: left;
    margin: 0 auto;
    font-size: 2rem;
}

div#banner-principal.bookings div.title span.subtitle {
    position: relative;
    display: flex;
    padding: 0px 20px 10px 20px;
    text-align: left;
    margin: 0 auto;
    font-size: 1rem;
}

div.booking-body {
    position: relative;
    padding-top: 60px;
}

div.booking-body div#booking-form {
    position: relative;
    width: 80%;
    left: 10%;
}

div.booking-body div#booking-form .btn-step {
    background: #ededed;
    color: var(--main-color);
    border-radius: 0;
    border: 0;
    position: relative;
    padding: 40px 40px 40px 40px;
    line-height: 1em;
    border: #fff solid .2em;
}

div.booking-body div#booking-form .btn-step:hover {
    border-bottom: #a3bea1 solid .2em;
    cursor: pointer;
}

div.booking-body div#booking-form .btn-step span {
    display: block;
    width: 100%;
}

div.booking-body div#booking-form .btn-step span.step-text {
    position: relative;
    font-size: 1rem;
    text-align: center;
}

div.booking-body div#booking-form .btn-step div.number {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background: #fff;
    width: 80px;
    height: 40px;
    border: 1px solid #d5dfe6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* ON SELECTED */
div.booking-body div#booking-form .btn-step.selected {
    background: #ededed;
    color: var(--main-color);
    border-radius: 0;
    border: 0;
    position: relative;
    padding: 40px 40px 40px 40px;
    line-height: 1em;
    border: #a3bea1 solid .2em;
    border-top: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
}

div.booking-body div#booking-form .btn-step.selected span.step-text {
    position: relative;
    font-size: 1rem;
    text-align: center;
}

div.booking-body div#booking-form .btn-step.selected div.number {
    background: var(--main-color);
    color: #ffffff;
    border: 1px solid #ffffff;
}

div.booking-body div#booking-form .bottom-container {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    min-height: 640px;
}

div.booking-body div#booking-form .bottom-container .container-frames {
    position: relative;
    width: 100%;
}

div.booking-body div#booking-form .bottom-container .container-billing {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

div.booking-body div#booking-form .bottom-container .container-billing .interior {
    position: relative;
    width: 100%;
    background-color: #e9e7d7;
}

div.booking-body div#booking-form .bottom-container .container-billing .interior .int-header {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding: 20px;
    padding-right: 0px;
    border-bottom: 1px solid #c7c69a;
}

div.booking-body div#booking-form .bottom-container .container-billing .interior .int-header span {
    font-size: 1.2rem;
    color: #25522b;
}

div.booking-body div#booking-form .bottom-container .container-billing .interior .int-body {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding: 10px;
    padding-right: 0px;
    border-bottom: 1px solid #c7c69a;
}

div.booking-body div#booking-form .bottom-container .container-billing .interior .int-body .line {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.booking-body div#booking-form .bottom-container .container-billing .interior .int-body .line .name {
    text-align: left;
}

div.booking-body div#booking-form .bottom-container .container-billing .interior .int-body .line .value {
    text-align: right;
}

div.booking-body div#booking-form .bottom-container .container-billing .interior .int-body.total {
    font-size: 1.2rem;
    text-align: right;
}

/* ALL SERVICES AND SUBTITLE */
.all-services {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.all-services div.form-subtitle {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.all-services div.form-subtitle span.subtitle-number {
    font-size: 1.2rem;
    color: var(--main-color);
    padding-right: 5px;
}

.all-services div.form-subtitle span.subtitle-text {
    font-size: 1.2rem;
    color: #5c5c5c;
}

/*  */
div.frequency-radio {
    margin-right: 40px;
    margin-bottom: 20px;
    margin-top: 40px;
    background-color: #ecf5ec;
}

div.frequency-radio:hover {
    background-color: #ffffff;
    border: 1px solid #55885b;
    cursor: pointer;
}

div.frequency-radio.selected {
    background-color: #ffffff;
    border: 1px solid #55885b;
}

div.frequency-radio div.card-block {
    padding-top: 15px;
    padding-bottom: 15px;
}

div.frequency-radio div.card-block input {
    position: relative;
    bottom: 0px;
}

div.frequency-radio div.card-block div.card-text {}

div.frequency-radio div.card-block h4.card-title {
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 15px;
}

div.frequency-radio div.card-block p.card-text i {
    padding-right: 5px;
    font-size: 0.8rem;
    color: #29962e;
}

div.frequency-radio div.card-block p.card-text {
    font-size: 0.8rem;
    color: #595959;
}

div.frequency-radio div.is-selected {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background: #fff;
    width: 80px;
    height: 40px;
    border: 1px solid #d5dfe6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}

div.frequency-radio div.price {
    position: absolute;
    top: 0px;
    right: 59px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: #fff;
    width: 120px;
    height: 40px;
    border: 1px solid #bababa;
    background-color: #ececec;
    color: #737373;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
}

div.frequency-radio.selected div.price {
    border: 1px solid #dbdbdb;
    background-color: var(--second-color);
    color: white;
}

div.frequency-radio:hover div.price {
    border: 1px solid #dbdbdb;
    background-color: var(--second-color);
    color: white;
}

div.frequency-radio div.price span {
    font-size: 1.2rem;
    padding-right: 4px;
}

div.frequency-radio div.price span.simbols {
    font-size: 0.7rem;
}

div.frequency-radio.selected div.is-selected {
    opacity: 1;
}

input.clear-input {
    background-color: transparent !important;
    border: none !important;
    padding-left: 10px;
    height: 60px;
}

input.clear-input:focus {
    border: none;
    outline: none;
    height: 60px;
}

div.duration select.form-control {
    border: none;
    border-bottom: 2px solid gray;
    border-radius: 0;
    background: none;
    color: #323232;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
}

div.duration label {
    color: #323232;
    font-size: 0.8rem;
}

div.min-term-options {
    position: relative;
    width: 100%;
}

div.container-frames span.btn {
    border: 1px solid var(--second-color);
    border-radius: 4px;
    margin-right: 20px;
    min-width: 160px;
}

div.container-frames span.btn:hover {
    border: 1px solid #bfbfbf;
    background-color: var(--second-color);
    color: white;
}

div.container-frames span.btn.selected {
    background-color: var(--second-color);
    color: white;
}

div.min-term-options div.description {
    position: relative;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background-color: #e0e0e0;
    font-size: 1rem;
    color: #373737;
}

div.min-term-options div.price {
    position: absolute;
    top: 0px;
    right: 59px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: #fff;
    width: 120px;
    height: 40px;
    border: 1px solid #bababa;
    background-color: var(--third-color);
    color: #737373;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
}

div.min-term-options div.price {
    border: 1px solid #dbdbdb;
    background-color: var(--second-color);
    color: white;
}

div.min-term-options div.price span {
    font-size: 1.2rem;
    padding-right: 4px;
}

div.min-term-options div.price span.simbols {
    font-size: 0.7rem;
}

div.new-question {
    width: 100%;
    margin-bottom: 20px;
}

div.new-question p {
    color: #414141;
    font-size: 1rem;
}

div.new-question textarea.form-control {
    border: none;
    border-bottom: 2px solid gray;
    border-radius: 0;
    background: none;
    color: #323232;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
}

span.signin-btn {
    color: #7db374;
}

span.signin-btn:hover {
    color: #53794d;
    cursor: pointer;
}

div.new-question.signin-form {
    display: none;
}

div.new-question.signin-form form {
    padding: 0;
}

div.new-question.signin-form form input {
    border: none;
    border-bottom: 2px solid #7ea694;
    border-radius: 0;
    background: none;
    color: #323232;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
}

div.new-question div.registration-form {
    width: 100%;
    padding-right: 40px;
}

div.new-question div.registration-form input.form-control {
    border: none;
    border-bottom: 2px solid #7ea694;
    border-radius: 0;
    background: none;
    color: #323232;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
}

div.make-booking {
    width: 100%;
    margin-top: 20px;
}

div.make-booking div#my-btn {
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: var(--second-color);
}

div.make-booking div#my-btn:hover {
    background-color: var(--main-color);
    cursor: pointer;
}

div.make-booking div#my-btn span {
    line-height: 60px;
    color: white;
    font-size: 1.2rem;
}

div.btn-next {
    padding-top: 20px;
    border-top: 2px solid #cdcdcd;
}

div#errors {
    width: 100%;
    font-size: 1rem;
    color: #ba4d4d;
    background-color: #ffc4c4;
    text-transform: uppercase;
    border: 1px solid #ff9b85;
    padding: 10px 30px;
}

div#errors p.error {
    height: 100%;
}

div#errors i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0.8rem;
    color: #ff0000;
}

div#errors i:hover {
    cursor: pointer;
}

form#addDisccount input {
    width: 80%;
    border: 0;
    text-align: center;
}

form#addDisccount span.buttons {
    display: inline-block;
    width: 15%;
    text-align: right;
    color: #b0b0b0;
    font-size: 1.2rem;
}

form#addDisccount i.red:hover {
    color: #de6565;
    cursor: pointer;
}

form#addDisccount i.green:hover {
    color: #6fde65;
    cursor: pointer;
}

span.btn-link-onlytext {
    color: #499353;
    font-size: 0.9rem;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

span.btn-link-onlytext:hover {
    border-bottom: 1px solid #499353;
    cursor: pointer;
}

div.full-width {
    position: relative;
    width: 100%;
}

div#step4 input.custom-control-input:hover {
    cursor: pointer;
}

div#disccount-add, div#disccount-code, div#disccount-description {
    font-size: 0.8rem;
    text-align: left;
}

div#disccount-code input:focus {
    border: none;
    border-bottom: 2px solid #b3d6bb;
    outline: -webkit-focus-ring-color auto 0px;
}

div#disccount-description {
    border-top: 1px solid #acd0b9;
    border-bottom: 1px solid #acd0b9;
    background-color: #acd0b9;
    padding: 10px;
    padding-top: 20px;
}

div#disccount-description span.title {
    color: #525252;
    text-transform: uppercase;
    font-size: 0.8rem;
}

div.title-div span.right-side {
    text-align: right;
}

div.title-div:hover {
    cursor: pointer;
}

div.title-div span.right-side.text {
    color: #d15027;
}

div#disccount-description span.title i {
    color: #3f8037;
}

div#disccount-description span.dark-text {
    color: #525252;
    text-transform: uppercase;
    font-size: 0.6rem;
}

div.advice-disccount div.right-side {
    text-align: right;
}

div.advice-disccount div.star {
    font-size: 1rem;
}

div.container-frames {
    min-height: 743px;
}

div.days-of-week div.one-day {
    display: inline-block;
    padding: 0.5em 1.5em;
    margin-right: 10px;
    background-color: #cae4bf;
    min-width: 140px;
}

div.days-of-week div.one-day span {
    font-size: 0.8rem;
}

div.days-of-week div.one-day i {
    opacity: 0;
    color: #67261b;
}

div.days-of-week div.one-day:hover i {
    opacity: 1;
    color: #67261b;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #2c9636;
    border: 1px solid #dfeee3;
    color: #fff;
    word-break: break-all;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #dfeee3;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0;
}

.choices__list--dropdown {
    display: none;
    z-index: 99;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 19 !important;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

/* USER PROFILE */
div#user-profile .main-body {
    margin-top: 40px;
    /* background-color:#013461; */
}

div#user-profile .card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4), 0 1px 2px 0 rgba(0, 0, 0, .24);
}

div#user-profile .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .3);
    border-radius: .25rem;
}

div#user-profile .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

div#user-profile .gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

div#user-profile .gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

div#user-profile .mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

div#user-profile .bg-gray-300 {
    background-color: #e2e8f0;
}

div#user-profile .h-100 {
    height: 100% !important;
}

div#user-profile .shadow-none {
    box-shadow: none !important;
}

div.info-booking-data {
    font-size: 0.8rem;
}

div.info-booking-data span.intro {
    position: relative;
    display: inline-block;
    width: 50%;
    color: #424d42;
}

div.info-booking-data span.data {
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: right;
    color: #858585;
}

textarea.full-width {
    position: relative;
    width: 100%;
}

.extra-cleaner-info textarea.form-control {
    color: #323232;
    position: relative;
    width: 100%;
}

.btn.btn-simple {
    margin-top: 4px;
    padding: 4px 12px;
    border: 1px solid #acacac;
    color: #acacac;
}

.btn.btn-simple:hover {
    margin-top: 4px;
    padding: 4px 12px;
    border: 1px solid #79ab7e;
    color: #79ab7e;
}

.card .btn {
    border-radius: 4px;
    min-width:80px;
}

span.number-of-items {
  position:absolute;
  right:10px;
  top:-10px;
  width:40px;
  height:40px;
  /* padding:12px; */
  background-color: #b2d09a;
  text-align: center;
  border-radius: 50%;
  font-size:1.4rem;
  color:#ffffff;
  border:2px solid white;
}

span.title-data-texts {
  padding:4px 12px 4px 12px;
  background-color:#8a8a8a;
  margin-left:10px;
  border-radius: 4px;
  color:#ffffff;
  display:inline-block;
}

span.id-text {
  padding:4px 12px 4px 12px;
  background-color:#a8d8db;
  margin-right:10px;
}

span.id-text.address {
  padding:4px 12px 4px 12px;
  background-color:#787878;
  margin-right:10px;
  color:#f5f5f5;
}

/* *********************** */
/* LOADING message */
/* *********************** */
div.loading-message {
    position: fixed;
    bottom: 0px;
    left: 5%;
    margin: 20px;
    border-radius: 10px;
    width: 90%;
    height: auto;
    min-height: 10vh;
    float: left;
    z-index: 99999;
    /* min-height:4080px; */
    background-color: rgba(45, 45, 45, 0.8);
    color: #ffffff;
    font-size: 2rem;
}

div.loading-message.green {
    background-color: rgba(59, 131, 77, 0.7) !important;
}

div.loading-message.red {
    background-color: rgba(131, 59, 59, 0.7) !important;
}

div.loading-message div.centrador {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0;
    top: 50%;
    left: 50%;
    padding: 10px 20px 10px 20px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: reveal 1s 0s ease both 1;
}

div.loading-message span.text {
    color: #545454;
    font-size: 1.3rem;
}

/* *********************** */
/* LOADING modal */
/* *********************** */
div.loading-modal {
    position: fixed;
    bottom: 0px;
    left: 5%;
    margin: 0px;
    border-radius: 0px;
    width: 100%;
    height: auto;
    min-height: 100vh;
    float: left;
    z-index: 99999;
    background-color: rgba(45, 55, 40, 0.8);
    color: #ffffff;
    font-size: 1.4rem;
    padding: 60px;
    padding-left: 5%;
}

div.loading-modal div.centrador {
    position: absolute;
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0;
    top: 50%;
    left: 55%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: reveal 1s 0s ease both 1;
}

div.loading-modal div.centrador button {
    border-radius: 4px;
}

div.loading-modal div.centrador div.textarea {
    font-size: 1rem;
}

div.loading-modal div.centrador textarea {
    border-radius: 4px;
    width: 50%;
}

div.loading-modal div.close-modal {
    position: absolute;
    left: 90%;
    top: 5%;
    cursor: pointer;
}

div.loading-modal div.close-modal:hover {
    color: #de1d1d;
}

/* CHAT */
div.loading-chat {
    position: fixed;
    bottom: 0px;
    left: 5%;
    margin: 0px;
    border-radius: 0px;
    width: 100%;
    height: auto;
    min-height: 100vh;
    float: left;
    z-index: 99999;
    background-color: rgba(45, 55, 40, 0.8);
    color: #ffffff;
    font-size: 1.4rem;
    padding: 60px;
    padding-left: 5%;
}

div.loading-chat div.centrador {
    position: absolute;
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0;
    top: 50%;
    left: 47.5%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: reveal 1s 0s ease both 1;
}

div.loading-chat div.centrador button {
    border-radius: 4px;
}

div.loading-chat div.centrador div.textarea {
    font-size: 1rem;
}

div.loading-chat div.centrador textarea {
    border-radius: 4px;
    width: 50%;
}

div.loading-chat div.close-modal {
    position: absolute;
    left: 90%;
    top: 5%;
    cursor: pointer;
}

div.loading-chat div.close-modal:hover {
    color: #de1d1d;
}

#wrapper, #loginform {
    margin: 0 auto;
    padding-bottom: 25px;
    background: #eefbeb;
    width: 98%;
    border: 1px solid #ACD8F0;
    color: #292929;
}

#chatbox {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 10px;
    background: #fff;
    height: 270px;
    width: 90%;
    border: 1px solid #ACD8F0;
    overflow: auto;
}

#usermsg {
    width: 80%;
    margin-left: 15px;
    border: 1px solid #ACD8F0;
}

#submit {
    width: 10%;
}

.error {
    color: #ff0000;
}

#chat-menu {
  padding: 12.5px 25px 12.5px 25px;
  text-align: left;
}

#chat-menu .welcome {
  font-size:1.2rem;
  float: left;
}

#chat-menu .logout {
  float: right;
  cursor:pointer;
  color:#505050;
}

#chat-menu .logout:hover {
  color:#821a0e;
}

#chat-menu .msgln {
  margin: 0 0 2px 0;
}

#chatbox div.message {
  margin-bottom:20px;
  border-radius: 20px;
  font-size:1rem;
}

#chatbox .left-side-message {
  padding:10px 30px;
  background-color:#ade978;
  text-align: left;
  width:80%;
  float:left;
}

#chatbox .left-side-message small {
  text-align: left;
}

#chatbox .right-side-message {
  padding:10px 30px;
  background-color:#98c9d9;
  text-align: right;
  width:80%;
  float:right;
}

#chatbox .right-side-message small {
  text-align: right;
}


div.login input.form-control {
  color:#242424!important;
}

div.login input#email {
  color:#242424!important;
}

div.login input.form-control:active {
  color:#242424!important;
}

div.login input.form-control:focus {
  color:#242424!important;
  outline: 2px solid #333333;
}

div.login input:-internal-autofill-selected {

  color: black!important;
  color:-internal-light-dark(black) !important;
}

div.login inpu:focus{
  outline: 2px solid orange;     /* oranges! yey */
}

.form-control {
 color:#2a2a2a!important;
}

div.alert-style {
  background-color:#e2c2c2!important;
  border:1px solid #ff0000!important;
  color:#000000!important;
}

.rc-anchor-normal .rc-anchor-pt {
    position: relative!important;
    width: 100px;
}

/* MEDIA QUERIES SPECIALS */
@media screen and (max-width: 768px){


}
