@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Aptos';
    src: url('../fonts/MicrosoftAptos/Aptos.ttf') format("truetype");
}



body {
    font-family: 'Aptos', serif;
    background-color: #fff !important;
}

main {
    background-color: #fff !important;
}

nav {
    margin-top: 14px !important;
    margin-bottom: 6px !important;
}

footer {
    position: inherit !important;
}

#company_name {
    font-size: 1rem;
}

.hidden {
    display: none;
 }

.left {
    float: left;
}

.right {
    float: right;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

hr {
    border: 1px solid #eee;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}
.loader {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-top: 2px solid #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-left: 6px;
}
@keyframes spin {
    100% { transform: rotate(360deg); }
}

.img-fluid {
    max-width: 100%;
    height: 100%;
}

.bg-light {
    color: #ACB2B7 !important;
    background-color: rgba(230, 236, 241, 0.3) !important;
}

.bg-success {
    color: #79AA72 !important;
    background-color: rgba(102, 178, 95, 0.1) !important;
}

.bg-actividad {
    background-color: #f59e0b !important;
}

.bg-reserva {
    background-color: #BC5064 !important;
}

.bg-guardia {
    background-color: #79AA72 !important;
}

a#phone:before {
    content: "\59";
}

.info-course {
    background-color: rgba(230, 236, 241, 0.3) !important;
}

.info-course h4 {
    font-weight: 600;
    font-size: 18px;
}

.info-course p {
    font-weight: 500;
    font-size: 16px;
}

#position ul li:first-child:before {
    content: "\e996";
    color: #fff !important;
}

#position ul li:after {
    top: 1px;
}


#position {
    background-color: #BC5064 !important;
    border-bottom: 0px !important;
}

#position ul {
    color: #fff !important;
}

#position ul li {
    color: #fff !important;
}

#position ul li a {
    color: #fff !important;
}

#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
    width: auto;
    height: 40px;
    display: block;
    background-image: url('/css/images/Icali_blanco_840x350.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 40px;
    text-indent: -9999px;
}

#logo_home h1 {
    margin: 6px 0 0 0;
    padding: 0;
}

#login {
    margin: 60px 0 60px;
}

#style-switcher {
    border-radius: 0 !important;
}

#style-switcher h2 {
    margin-bottom: 0 !important;
}

#style-switcher h2 a {
    background-color: #E6ECF1;
    height: 100%;
    right: -56px;
    width: 56px;
}

#style-switcher h2 a i {
    border-radius: 5px;
}

#style-switcher ul {
    margin-bottom: 0px;
}

.colors li {
    width: 100%;
}

.colors li a {
    width: 100%;
    height: unset !important;
    padding: 6px 0px 12px;
    margin-bottom: 3px;
    color: #39567D;
}

header {
    padding: 0;
}

header#plain #top_line {
    padding-top: 10px;
    color: #555555;
    background-color: #E7D9DA;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 10pt;
}

header#plain ul#top_links a {
    color: #555555;
}

header#plain {
    background-color: #760307;
}

header#plain ul#top_links :hover a {
    /*color: #ff7378;*/
    color: #760307;
}

header#plain .main-menu > ul > li > a {
    color: #fff;
}

header#plain .main-menu > ul > li:hover > a {
    /*color: #ff7378;*/
    color: #e7d9d9;
}

/*header#plain ul#top_tools a {
    color: #fff;
}*/

ul#top_tools {
    margin-top: -5px;
}

ul#top_tools a.btn_1.outline, ul#top_tools .btn_1.outiline, ul#top_tools input .btn_1.outiline
{
    color: #fff;
    border: 2px solid #fff;
    padding: 8px;
}

ul#top_tools a.btn_1
{
    font-size: 13px;
    padding: 10px;
}

ul#top_tools a.btn_1 i {
    font-size: 13px;
}

header#plain.sticky {
    background-color: #760307;
}

footer {
    padding: 0px 0 10px 0;
}

footer {
    background: #760307;
}

footer a:hover {
    /*color: #ff7378;*/
    color: #e7d9d9;
}

footer #logo {
    margin-top: 0px;
}

footer h3 {
    font-size: 16px;
}

#social_footer {
    text-align: left;
    border-top: 0;
    padding-top: 0px;
    margin-top: 5px;
}

#social_footer ul {
    margin: 0;
    padding: 0;
    text-align: left;
}


#social_footer ul li a {

    line-height: 26px;
    width: 26px;
    height: 26px;
}

#social_footer ul li a:hover {
    background: unset;
    color: #e7d9d9;
}

.slide-text {
    background-color: rgba(255, 0, 0, 0.3);
    border-radius: 8px;
    padding: 40px 40px;
}

.slide-text p {
    font-size: 38px !important;
}

.main_title {
    text-align: unset;
    font-size: 14px;
}

#convenios-carousel .card-img {
    padding: 0px 40px;
}

.main_title h2 {
    text-transform: unset;
    font-weight: 700;
    letter-spacing: unset;
    font-size: 28px;
}

#kpis {
    font-weight: 500 !important;
}

#kpis h3 {
    margin-top: 0 !important;
    font-weight: 700 !important;
}

#kpis a {
    color: #39567D !important;
}

#kpis .now {
    width: 50%;
    border: 1px solid #39567D;
    color: #39567D;
    border-radius:3px;
    text-align: center;
    padding: 10px 10px;
}

#kpis .today {
    font-size: 2rem;
    font-weight: 700;
}

#kpis .dark-gray {
     margin-bottom: 22px;
}

.gray {
    color: #ACB2B7 !important;
}

.dark-gray {
    color: #444050 !important;
}

.black {
    color: #000000 !important;
}

.dark-red {
    color: #530104 !important;
}

.bg-dark-red {
    background: #530104 !important;
}

.medium-red {
    color: #760307 !important;
}

.bg-medium-red {
    background: #760307 !important;
}

.disabled {
    background: #7a4648 !important;
}

.light-red {
    color: #ff7378 !important;
}

.bg-light-red {
    background: #ff7378 !important;
}

.bg-light-gray {
    background: #e7d9d9 !important;
}

.dark-blue {
    color: #39567D !important;
}

.bg-dark-blue {
    background-color: #39567D !important;
}

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

.white {
    color: #fff !important;
}

a.btn_1.small.medium-red, .btn_1.small.medium-red {
    color: #760307 !important;
}

a.btn_full_outline {
    color: #ff7378;
    border: 2px solid #ff7378;
}

.tags a:hover, .tags .selected {
    background-color: #760307;
    color: #fff;
    text-decoration: none;
}

.btn:hover {
    color: #ffffff;
}

.dropdown-cart .dropdown-menu {
    margin-top: 6px;
    margin-left: -150px;
}

.post .h6,.post  h6 {
    font-size: 0.9rem;
    font-weight: 100;
}

a.no-background, .no-background {
    background: unset;
    color: #760307;
    padding: 0px;
}

a.no-background:hover, .no-background:hover {
    background: unset;
    /*color: #ff7378;*/
    color: #e7d9d9;
}

a.box_news {
    padding-left: 70px;
    min-height: unset;
}

a.box_news figure {
    width: 60px;
    height: 60px;
}

a.box_news figure figcaption {
    background-color: #760307;
}

a.box_news h4 {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: 100;
    text-align: left;
}

a.box_news:hover h4 {
    color: #760307;
}

.search-box {
    padding: 20px 8px;
    background-color: #F7F7F7;
}

#cat_blog ul li a {
    display: flex;
    align-items: flex-start; /* alinear arriba */
    gap: 0.5em;              /* espacio entre icono y texto */
}

#cat_blog ul li a i {
    flex-shrink: 0;          /* el icono no se encoge */
}

.box_style_1 .post img {
    height: 100%;
    /*height:400px;
    object-fit:cover;
    object-position:center;*/
}

ul.recent_post li {
    padding: 0 0 8px 0;
    color: #760307;
    font-style: normal;
    border-bottom: 0px !important;
}

ul.recent_post li div {
    padding-left: 0px;
    padding-bottom: 8px;
}

ul.recent_post a {
    color: #4B4B4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.post h2 {
    margin-top: 10px !important;
}

.post a {
    color: #4B4B4B;
}

.home-post-img {
    max-height: 280px;
    overflow: hidden;
}

.home-post-img img {
    object-fit: cover;
    display: block;
    height: 280px;
    width: 100%;
}

.widget h4 {
    font-size: 16px;
}

.jsCalendar table {
    box-shadow: none !important;
}

.jsCalendar tbody td.jsCalendar-current {
    background-color: #760307 !important;
}

.jsCalendar tbody td.jsCalendar-selected {
    border: 0px solid #760307 !important;
    cursor: pointer;
}

/* Asegurar que el contenedor del calendario ocupe el 100% del espacio disponible */
#calendar {
    width: 100%;
}

/* Forzar el ancho del calendario y tabla */
.jsCalendar {
    width: 100% !important;
}

.jsCalendar table {
    width: 100% !important;
    table-layout: fixed !important;
}

/* Hacer que cada celda se ajuste proporcionalmente al ancho */
.jsCalendar thead .jsCalendar-week-days th,
.jsCalendar tbody td {
    width: 14.2857% !important; /* 100% / 7 días */
    display: table-cell !important;
    margin: 0 !important;
    padding: 0.3rem 0 !important;
    height: auto !important;
    line-height: normal !important;
    box-sizing: border-box !important;
}

/* Ajustar filas a comportamiento de tabla real */
.jsCalendar thead,
.jsCalendar tbody {
    display: table-header-group !important;
}

/* Opcional: texto centrado */
.jsCalendar tbody td {
    text-align: center;
}

.jsCalendar tbody td.jsCalendar-current {
    border-radius: 34px !important;
}

.jsCalendar tbody td:hover {
    background-color: #E6E6E6;
    border-radius: 34px !important;
}

/* Contenedor de cada día con forma cuadrada */
.celda-dia {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jsCalendar-selected .celda-dia {
    border: 2px solid #760307;
    border-radius: 34px;
}

/* Asegurar que las celdas ocupen todo el ancho disponible */
.jsCalendar tbody td {
    padding: 0 !important;
    vertical-align: top;
}

.nav-item {
    width: 100% !important;
}

.nav-link {
    color: #ffffff;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #BC5064 !important;
}

.nav-link:focus, .nav-link:hover
{
    color: var(--bs-nav-pills-link-active-color);
    background-color: #BC5064 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
}

.select2-container .select2-selection--single {
    height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
}

.pricing-table-header .heading {
text-transform: none;
font-weight: 500;
padding-left: 1rem;
text-align: left;
color: #39567D;
}

.pricing-table-features a {
border: 1px solid #E6ECF1 !important;
border-radius: 6px;
color: #39567D;
}

.table.table_summary td {
border-top: 0px;
width: 50%;
}

.pricing-table-features a.box_news {
border: 0 !important;
}

ul#cart_items li .image {
width: unset;
height: unset;
}

ul#cart_items li:last-child div {
padding: 1px 0 1px 0;
}

ul#cart_items li strong {
margin-top: 6px;
}

.swal2-cancel {
margin-left: 6px !important;
}

.page-item.active .page-link {
z-index: 1;
color: #39567D;
background-color: #E6ECF1;
border-color: #E6ECF1;
}

.page-item .page-link:hover {
background-color: #E6ECF1;
border-color: #E6ECF1;
color: #39567D;
}

.carousel-indicators [data-bs-target] {
background-color: #39567D !important;
}

.carousel-caption {
position: unset;
}

.pricing-table-features p:nth-child(2n) {
background: #fff;
padding: 10px 0;
color: #39567D;
}

.other_tours ul li a {
border-bottom: 0px !important;
color: #760307;
font-weight: 500;
font-size: 18px;
}

.other_tours ul li a:hover {
background-color: unset !important;
color: #760307 !important;
}

.other_tours img {
max-width: 100px;
}

.small-gutters .col-sm-4 {
max-height: 220px;
overflow: hidden;
}

.small-gutters .col-sm-4 img {
object-fit: cover;
display: block;
width: 100%;
height: 220px;
}

.dropzone {
    border: 2px dashed #dbdade;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    header.sticky #logo_home h1 a, header#plain #logo_home h1 a {
        background-image: url('/css/images/Icali_blanco_840x350.png');
        background-size: auto 40px;
    }
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90%;
}
}

@media (max-width: 767px) {
.carousel-inner .carousel-item > div {
    display: none;
}
.carousel-inner .carousel-item > div:first-child {
    display: block;
}
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.carousel-inner .card {
    border: 0;
}

.carousel a {
    border: 0 !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23760307' stroke-width='2'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7' /%3e%3c/svg%3e");
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23760307' stroke-width='2'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M15 19l-7-7 7-7' /%3e%3c/svg%3e");
}


.font-size-1 {
    font-size: 1rem !important;
}

/* Asegura que el megamenu puede salirse del contenedor */
.main-menu ul li.megamenu {
    position: static !important;
}

/* Haz que el menú flotante ocupe todo el ancho */
.main-menu ul li.megamenu .menu-wrapper {
    position: fixed !important;
    left: 0;
    top: 94px; /* ajusta según la altura de tu header */
    width: 100vw;
    max-width: 100vw;
    background-color: #fff;
    z-index: 9999;
    padding: 40px 60px;
    border-top: 2px solid #ff7378;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.sticky .main-menu ul li.megamenu .menu-wrapper {
    top: 66px;
}

.main-menu > ul > li > a {
    padding: 0 8px 21px 8px;
    font-size: 16px;
}

/* Contenido interior centrado */
.main-menu .menu-wrapper .row {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.container {
    position: static !important;
    overflow: visible !important;
}

@media only screen and (min-width: 992px) {
    .main-menu ul li.megamenu .menu-wrapper {
        right: 0;
        padding: 10px 30px 30px 30px !important;
    }
}

@media (max-width: 991px) {
    .main-menu ul li.megamenu .menu-wrapper {
        width: auto;
        margin-top: 0px;
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 991px) {

    #header_menu {

        padding: 25px 90px 25px 90px;
    }

    header.sticky #logo_home h1 a, header#plain #logo_home h1 a {
        background-image: url('/css/images/Icali_blanco_840x350.png');
        background-size: auto 30px;
    }

    .main-menu small {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-menu ul li.megamenu .menu-wrapper {
        position: unset !important;
    }

    .main-menu ul li a {
        padding: 10px 15px !important;
    }

    .main-menu ul li h3 a {
        padding: 10px 0px !important;
        color: #e14d67 !important;
    }

    .megamenu .menu-wrapper > div {
        padding: 0;
    }

    a.show-submenu-mega + .menu-wrapper.show_mega, .main-menu a.show-submenu + ul.show_normal {
        display: block;
        visibility: visible;
    }

    header#plain .cmn-toggle-switch span::before, header#plain .cmn-toggle-switch span::after, header#plain .cmn-toggle-switch span, header#plain.sticky .cmn-toggle-switch span::before, header#plain.sticky .cmn-toggle-switch span::after {
        background-color: #ffffff;
    }
}

@media (max-width: 767px) {
    #top_line {
        display: block;
    }
}

@media (max-width: 480px) {
    #top_line {
        display: block;
    }

    #company_name {
        font-size: 8pt;
    }

    header#plain #top_line {
        padding-top: 10px;
        font-size: 8pt;
    }

    header#plain ul#top_links li {
        border-left: 0px;
    }

    header#plain #top_line .rrss {
        display: none;
    }

    header#plain #top_line .remote-assistance {
        display: none;
    }

    .sticky ul#top_tools, ul#top_tools {
        margin: -6px 36px 0 0;
    }

    .nav-link {
        height: 92px;
    }

    ul#top_tools a.btn_1
    {
        font-size: 9px;
        margin-top: 2px;
    }

    ul#top_tools a.btn_1 i {
        font-size: 9px;
    }

    .sticky-top {
        padding-top: 22px;
        font-size: 8px;
    }

    .sticky-top i {
        font-size: 1.5rem !important;
    }

    .box_style_1 .post img {
        height: 200px;
        object-fit: cover;
        object-position: center;
    }

    #position {
        padding: 66px 0 12px !important;
    }

    #kpis .col-12 {
        margin-bottom: 10px;
    }
}

.sk-spinner-wave div {
    background-color: #760307;
}

.container-footer {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 576px) {
    .container-footer {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .container-footer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-footer {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .container-footer {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .container-footer {
        max-width: 1320px !important;
    }
}