@charset "UTF-8";

/* BLEXSELL CSS Document */

/* FONTS */
@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Bold.eot');
	src: url('../assets/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../assets/fonts/Montserrat-Bold.woff') format('woff'),
		url('../assets/fonts/Montserrat-Bold.ttf') format('truetype'),
		url('../assets/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Medium.eot');
	src: url('../assets/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/Montserrat-Medium.woff2') format('woff2'),
		url('../assets/fonts/Montserrat-Medium.woff') format('woff'),
		url('../assets/fonts/Montserrat-Medium.ttf') format('truetype'),
		url('../assets/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Regular.eot');
	src: url('../assets/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/Montserrat-Regular.woff2') format('woff2'),
		url('../assets/fonts/Montserrat-Regular.woff') format('woff'),
		url('../assets/fonts/Montserrat-Regular.ttf') format('truetype'),
		url('../assets/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Light.eot');
	src: url('../assets/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/Montserrat-Light.woff2') format('woff2'),
		url('../assets/fonts/Montserrat-Light.woff') format('woff'),
		url('../assets/fonts/Montserrat-Light.ttf') format('truetype'),
		url('../assets/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
	font-weight: 300;
	font-display: swap;
}

/* GENERAL */
body {

    font-family: 'Montserrat';
    background-color: #ffffff;
}

h1 {
    font-weight: 700;
    font-size: 2.1rem;
    text-transform: uppercase;
}

h2 {
    font-weight: 700;
    font-size: 1.7rem;
}

h3 {
    font-weight: 500;
    font-size: 1.625rem  !important;
}

h4 {
    font-weight: 500;
    font-size: 1.3rem;
}

h5 {
    font-weight: 500;
    font-size: 1.125rem;
}

h6 {
    font-weight: 500;
    font-size: .85rem;
}


b, strong {
    font-weight: 700;
}

big {
    font-size: 1.375rem;
}

small {
    font-size: .7rem;
    font-weight: 300;
}
.semibold{
    font-weight: 500;
}
.text-muted {
    color: #8b8b8b !important;
}
.bold{
    font-weight: 700;
}
 .ui-datepicker-calendar thead:after {
    opacity: 0.1 !important;
}
.alert-danger {
    background-color: #fedfe5;
    color: var(--bs-danger-blex);
    font-size: .77rem;
}

.btn {
    font-weight: 500;
    font-size: .9rem;
    line-height: 1rem;
    text-transform: uppercase;
    min-width: 10rem;
    border-radius: 1.25rem;
    padding: .75rem .5rem;
    cursor: pointer;
}

.btn-img {
    padding-left: .5rem;
}

.btn-img figure {
    margin: 0;
}

.btn svg,
.btn img {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    margin-top: -.25rem;
    width: auto;
    height: 1.4rem;
    transition: all ease .5s;
}

.btn span {
    line-height: 1rem;
}
.btn.btn-icon {
  min-width: auto !important;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.btn-icon svg{
    margin: 0rem;
}

.btn[class*="primary"]:focus,
.btn[class*="secondary"]:active:focus,
.btn[class*="secondary"]:focus {
    color: var(--bs-white);
    box-shadow: 0 0 0;
}

.btn-factura{
    font-weight: 500;
    font-size: 11px;
    line-height: 1rem;
    text-transform: uppercase;
    min-width: 10rem;
    border-radius: 1.25rem;
    padding: .75rem .5rem;
    cursor: pointer;
    background-color: #00C9FF !important;
    color: #fff;
}
 .btn-resumen-lang{min-width: auto;}
figure > picture,
picture > img {
    width: 100%;
}

/* HEADER */
.navbar-brand svg {
    width: 150px !important;  
    height: auto !important;  
}
header.topbar {
    background-color:var(--bs-primary);
    color: #fff;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    height: 90px;
}

.topbar .top-navbar{
    min-height: 90px;
}

.topbar .navbar-collapse{
    padding: 0px;
}
figure.adjust-h, figure.adjust-h>a {
    height: 105%;
}


header.scrolling {
    padding: 0 !important;
}

header .logo {
    width: 75px;
    color: var(--bs-white);
    z-index: 83
}

header figure > svg {
    color: var(--bs-white);
    fill: var(--bs-white);
}

.topbar .top-navbar .navbar-header .navbar-brand{
    padding: 0rem ;
    padding-left: 0.5rem ;
}
.topbar .top-navbar .navbar-nav>.nav-item>.nav-link{
    padding: 0rem;
}
.topbar .nav-item.user-panel .bg-secondary{
    background-color: var(--bs-primary) !important;
}
.text-secondary{
    color:#000 !important;
}
.avatar-mobile-icon svg path {
    stroke: #fff;
    fill: #fff; 
}
/* FOOTER */
:root {
    --header-height: 90px;
    --footer-height: 94.8px;
}

main {
    min-height: calc(100vh - (var(--footer-height) + var(--header-height)));
}

footer {
    height: auto;
    font-size: .9rem;
    text-align: center;
    padding: 0 !important;
    background-color:var(--bs-primary);
}

footer .logo {
    max-width: 200px;
    margin: 0;
}

footer ul,
footer ol {
    margin: 0;
    padding: 0;
}

footer li {
    list-style: none;
    text-transform: uppercase;
}

footer li:not(:last-child) {
    margin-bottom: .5rem;
}

footer p {
    margin: 0;
}

.powered {
    text-align: center;
    padding: 2rem 0 !important;
}

.powered small {
    vertical-align: top;
}

.rounded {
    border-radius: 1rem !important;
}

.btn-outline-secondary , .btn-secondary, .btn-outline-white  ,.btn-primary{
    font-size: 11px;
}

.btn img {
    height: 1rem !important;
    margin-left: 0.25rem;
}

.bubble-warning {
    background-color: #fdd9a0;
    color: #000;
    padding: 1.5rem;
    border-radius: 2rem;
    position: relative;
    font-weight: 600;
    max-width: 100%;
    text-align: center;
}

.bubble-warning::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 20%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fdd9a0;
}


/* CONTENT */
.social a img,
.social a svg {
    width: 20px;
    height: 20px;
}


/* LOGIN */
.login-page {
    height: 100%;
}

.login-page form {
    max-width: 250px;
    margin: 0 auto;
}

.login-page input,
.login-page button {
    width: 100%;
}

.forgot-pass {
    margin-top: 1.5rem;
    font-size: .8rem;
}

.forgot-pass + .forgot-pass {
    margin-top: .3rem;
}

.bg-light{
    background-color: #f5f5f7 !important;
}

/* MIS VENTAS */
#ventas-table .img-fluid {
    width: 30px;
}

#ventas-table .sorting svg {
    float: right;
    margin-top: .25rem;
}

/* Seleccion de experiencias */
.seleccion-experiencia .card-experiencia {
    position: relative;
    background-color: var(--bs-primary);
    background-repeat: no-repeat;
    background-position: top 20% left 50%;
    padding: 3rem 1rem;
    color: var(--bs-text-white);
    border: 3px solid transparent;
}

.card-experiencia {
    margin-bottom: 5px;
}

.card-experiencia.selected {
    border-color: var(--bs-blexsell-primary);
}

.error-highlight {
    border-color: var(--bs-warning);
}


/* RESERVAS */
#error_personas:not(:empty) {
    margin: 1.5rem 0 0;
}

#form_reserva .precio_final {
    align-items: center;
    justify-content: space-between;
    font-size: 1.13rem;
}
#form_reserva .precio_final :nth-last-child(){
    font-weight: 600;
}

#form_reserva .disponibilidad_zona{
    font-size: .875rem;
}
/* Formulario contacto usuarios */

.form-floating {
    margin-bottom: 1rem;
}
.form-floating>label {
    padding: 1rem 3rem;
    font-size: .8rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
.form-floating>.form-control {
    font-size: .8rem;
    padding: .5rem 3rem;
    border-radius: 2rem;
}
.form-floating>.form-select {border-radius: 2rem;padding-inline: 3rem;}

.resumen_compra .outdated-precio{
	text-align: end;
	text-decoration-line: line-through;
	text-decoration-thickness: .1rem;
    text-decoration-color: var(--bs-primary);
}
/* EDITAR AGENTE */
.agentes.form.editar .limits_input {
    display: none;
}


/* GRACIAS */
#gracias .msg_reserva{
    font-weight: 600;
    color: var(--bs-blexsell-primary);
    font-size: 1.2rem;
    background-color: rgba(var(--bs-blexsell-primary-rgb), 0.15);
    border-radius: 39px;
    padding: 35px 40px;
}

.estaticos {
    margin-block: 4rem;
}



/* MEDIA QUERIES **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 { font-size: 4rem }
    h2 { font-size: 2rem }
    h3 { font-size: 2rem }
    .btn { width: auto; padding-top: .5rem; padding-bottom: .5rem }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}

/* Extra extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
    
}


@media (max-width: 768px) {
    .card-experiencia .content .row .col-auto, 
    .card-experiencia .content .row p:not(.precio), 
    .card-experiencia .content .row h3 { 
        display: none;
    }
   

    .card-experiencia .content .row .col h3, 
    .card-experiencia .content .row p.precio {
        display: block;
    }
    h3{
        font-size: 1.325rem !important;
    }
    h5{ font-size: 0.9rem;}
    .w-md-auto {
        width: auto !important;
      }
    .agentes.form.editar .card,
    .agentes.form.editar .card-body {
          padding-left: 0;
          padding-right: 0;
    }
}