@charset "UTF-8";
:root{
    --primary-color: #1ea5de;
    --secondary-color: #0075bb;
    --third-color: #194D84;
    --black-color: #565a5c;
    --error-color: #e04f67;
    --zoo-rosa: #F1A7C9;
    --zoo-verde: #A8CF47;
    --zoo-amarelo: #FFC82A;
}

/* @font-face {
    font-family: "Myriad Pro";
    src: url("/assets/zoomarine/fonts/MyriadPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Myriad Pro", sans-serif;
} */

/* CSS Document */
a {
    color: #1F8CC7;
}
.version{
    text-transform: none !important;
    font-size: 0.6rem !important;
}
#logo_home h1 {
    margin: 0px 0 0 0;
    padding: 0;
}
main{
    margin-top: 100px;
}
header.sticky #logo_home h1 a {
    background-image: url(https://cdn.zoomarine.pt/cdn/images/logo/zoomarine.png);
}
header.sticky {
    background-color: var(--primary-color);
}
header {
    z-index: 1000;
    background-color: var(--primary-color);
}
.text-right{
    text-align: right;
}
.site-title{
    margin-top: 0px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Small subtle shadow */
}
#logo_home h1 a,
header.sticky #logo_home h1 a,
header#plain #logo_home h1 a,
header#colored #logo_home h1 a {
    height: 80px;
    width: auto;
    background-image: url(https://cdn.zoomarine.pt/cdn/images/logo/svg/zoomarine_algarve_white.svg);
    background-size: auto 92px;
}
ul.flags {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.flags li {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 5px;
    padding-left: 8px;
    position: relative;
    font-weight: 600;
}
ul#bottom_links {
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
}
ul#bottom_links li:first-child {
    border-left: none;
}
ul#bottom_links li {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 5px;
    padding-left: 8px;
    position: relative;
    font-weight: 500;
    font-size: 0.7rem;
}
ul#bottom_modospagamento {
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
}
ul#bottom_modospagamento li {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    
}
ul#bottom_modospagamento li img{
    height: 25px;
}
.sticky ul#top_tools a {
    color: #fff;
}

.card-body {
    padding: 15px;
}

p {
    margin: 0 0 10px 0;
}
.alert-available-slots{
    color: var(--error-color);
    font-weight: 700;
    font-size: 90%;
}
.btnBookNow, .btnPayNow{
    width: 100%;
    padding: 15px 20px;
    height: auto;
    margin-top: 30px;
}
.btnBookNow .dx-button-text, .btnPayNow .dx-button-text{
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 1rem;
}
/* .booking-id{
    font-size: 0.75em;
    padding: 1px 0.5rem !important;
} */
#gridCart .dx-datagrid-total-footer {
    display: none;
}

#gridCart .dx-datagrid .dx-row>td {
    padding: 5px 8px;
    font-size: 13px;
    line-height: 16px;
  }
.btn_1{
    background: var(--third-color) !important;
}
.btn_full {
    border: none;
    font-family: inherit !important;
    font-size: inherit !important;
    /* color: #fff; */
    width: 100%;
    /* background: #008489  !important; */
    /* background-color: rgb(0, 132, 137); */
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase  !important;
    font-weight: bold  !important;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    height: 45px;
}
.btn_full .dx-button-text{
    font-weight: bold;
}
.card-header.error h1 {
    font-size: 40px;
    color: var(--error-color);
    font-weight: bold;
}
.table {
    margin-bottom: 0;
}
#divDonativo{
    width: 100%;
    font-size: 13px;
    padding: 3px 7px;
    font-weight: 600;
}

.dx-texteditor-input {
    color: var(--third-color);
    font-weight: 500;
}
.dx-label{
    font-weight: 600;
}
.dx-button.dx-button-default {
    background-color: var(--secondary-color);
}
.dx-button-mode-outlined.dx-button-default {
    border: 1px solid var(--secondary-color);
    background-color: transparent !important;
    color: var(--secondary-color);
}
.dx-button.dx-button-default.dx-state-hover {
    background-color: var(--black-color);
}
.dx-calendar-cell.dx-calendar-selected-date span {
    background-color: var(--black-color);
    width: 100%;
    height: 100%;
}

footer {
    background: var(--primary-color);
    color: #fff;
}
#social_footer {
    padding-top: 10px;
    margin-top: 10px;
  }
#social_footer p {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

#popup-datas-disponiveis {
    background: #fff;
    padding: 30px;
      padding-top: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
.dx-popup-title.dx-toolbar {
    background-color: #f6f6f6;
}

.box_style_alert {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 10px;
  position: relative;
  text-align: center;
  color: var(--error-color);
  font-weight: 500;
  border: 1px solid var(--error-color);
}

.flag{
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
@media (max-width: 768px) {
    #logo_home h1 a,
        header.sticky #logo_home h1 a,
        header#plain #logo_home h1 a,
        header#colored #logo_home h1 a {
            background-size: auto 68px;
        }
    main{
        margin-top: 130px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    header{
        padding: 10px 0 0 0;
    }
    header .container{
        height: 70px;
    }
    #header_menu{
        padding-bottom: 25px;
    }
    footer {
        padding: 0px 0 10px 0;
    }
    ul.flags li {
        display: inline-block;
        border: none;
        margin-right: 2px;
        padding-left: 2px;
        position: relative;
        font-weight: 600;
    }
    .flag {
        width: 32px;
        height: 32px;
    }
    .mobile.site-title{
        float: right;
        margin-top: 30px;
        font-size: 1.2rem;
    }
    .mobile.main_title{
        background: white;
        margin-bottom: 0px;
        padding: 10px 0px 1px;
    }
    .sticky nav {
        margin-top: 10px !important;
    }
    .sticky .cmn-toggle-switch span::before, .sticky .cmn-toggle-switch span::after, .sticky .cmn-toggle-switch span {
        background-color: white;
    }
    ul#bottom_modospagamento li {
        display: inline-block;
        padding: 10px 5px;
        position: relative;
        margin-bottom: 0px;
        
    }
    ul#bottom_modospagamento li img{
        height: 15px;
    }
}