@font-face {
    font-family: Muga;
    src:url(../fonts/nexa_light-webfont.woff) format('woff');
}
html,body,p, h1, h2,h3,h4,h5,h6, span, li, a{
    font-family: Muga !important;
}

*.fa,
*.fas{
    font-family: "Font Awesome 5 Free" !important;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

#jform_cata_chzn .chzn-single span,
#jform_comida_chzn .chzn-single span {
    text-transform: capitalize;
}

#sp-header {
    background-color: #272228;
}

#sp-main-body {
    padding: 25px 0;
    min-height: 800px;
}

.itemid-306 #sp-main-body {
    min-height: auto;
}

/*.itemid-306 #sp-menu{*/
/*    display: none;*/
/*}*/

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    color: #E9E9E9;
}

.sp-megamenu-parent>li:hover>a
.sp-megamenu-parent>li:hover>span {
    color: white;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active>span,
.sp-megamenu-parent>li.active:hover>a
.sp-megamenu-parent>li.active:hover>span {
    color: #e85796
}

.com-ereservas .container {
    max-width: 1170px;
}

.com-ereservas table {
    overflow: auto;
}

.view-visitas #sp-main-body .container table thead tr th:first-child,
.view-visitas #sp-main-body .container table tbody tr td:first-child,
.view-tipovisitas #sp-main-body .container table thead tr th:first-child,
.view-tipovisitas #sp-main-body .container table tbody tr td:first-child,
.view-salas #sp-main-body .container table thead tr th:first-child,
.view-salas #sp-main-body .container table tbody tr td:first-child {
    display: none;
}

.com-ereservas i.icon-search {
    font-style: normal;
    font-weight: 900;
    font-family: "Font Awesome 5 Free" !important;
}
.com-ereservas i.icon-search:before{
    content: "\f002";
}

.js-stools-container-bar .element-invisible {
    display: none;
}

.com-ereservas #filter_search {
    width: 200px;
    display: block;
    float: left;
    border-radius: 0.25rem 0 0 0.25rem;
}

.com-ereservas #adminForm .js-stools .js-stools-container-bar {
    padding-bottom: 15px;
}

.com-ereservas i.icon-edit:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
}

.com-ereservas i.icon-trash:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2ed";
}

.com-ereservas .btn.btn-micro.hasTooltip span.icon-checkedout:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f023";
}
.view-calendarioreservas #mostrar_canceladas{
    float: right;
    margin:0px 0px 15px;
}
.LoaderOverlay {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    height: 100vh;
    background: #aeaeae91;
    z-index: 999999;
    left: 0;
    top: 0;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #e85796;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.LoaderOverlay h1{
    position: absolute;
    left: 44%;
    top: 66%;
    z-index: 1;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*.visitas-acciones a:first-child{*/


/*width: 40%;*/


/*display: block;*/


/*float: left;*/


/*}*/


/*.visitas-acciones a:nth-child(2){*/


/*width: 40%;*/


/*display: block;*/


/*float: right;*/


/*}*/


/*.visitas-acciones a i:before{*/


/*margin-left:-7px;*/


/*}*/

.com-ereservas form table td {
    font-size: 1    2px;
}

.com-ereservas form table th {
    font-size: 13px;
}

.com-ereservas tfoot .limit.float-right {
    display: none;
}

.com-ereservas tfoot .pagination ul {
    list-style: none;
    margin: auto;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    padding: 0;
}

.com-ereservas tfoot .pagination li {
    display: block;
    float: left;
    padding: 0px;
    border: none;
    margin-right: 5px;
}

.page-link {
    color: #e2007d;
    background-color: #fff;
}

.page-link:hover,
.page-link.active {
    background-color: #e2007d;
    color: #fff;
    border-color: #e2007d;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e2007d;
    border-color: #e2007d;
}

.com-ereservas tfoot .pagination ul {
    padding-top: 23px;
}

.com-ereservas tfoot .pagination li:hover a {
    color: white;
}

div.pagination ul li a span {
    font-style: normal;
    font-weight: 900;
    font-family: "Font Awesome 5 Free" !important;
}

div.pagination li a span.icon-backward:before {
    content: "\f04a";
}

div.pagination li a span.icon-step-backward:before {
    content: "\f048";
}

div.pagination li a span.icon-step-forward:before {
    content: "\f04e";
}

div.pagination li a span.icon-forward:before {
    content: "\f051";
}

div.pagination li.disabled {
    display: none;
}

.disponible,
.preciopersona{
    color: red;
    font-size: 10px;
}

.btn-desencriptar {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
}

.btn.btn-micro.hasTooltip {
    display: none;
}

.view-reservaform div.tarjeta #btn-desencriptar {
    display: inline;
    float: right;
    margin-bottom: 5px;
}

.view-reservaform div.tarjeta .form-group {
    display: inline;
}

.th-fecha {
    width: 90px;
}

.btn.btn-mini {
    background-color: #545b62;
    border: 1px solid #4e555b;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 4px 0;
    width: 35px;
    -webkit-appearance: inherit;
}

.th-acciones {
    width: 100px;
}
.cartas .carta{
    display: inline-block;
    width: 30%;
    margin: 1%;
    float: left;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    height: 400px;
}
.cartas .carta .card-body{
    height: 280px;
}

.cartas .carta .card-img-top {
    /*
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    */
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cartas .carta:hover .card-img-top {
    /*
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
     */
    webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cartas .carta:hover .card-title{
    color: #c59721;
}


.cartas .card-title{
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    background-color: rgb(232 87 150 / 75%);
    margin: 0 auto;
    vertical-align: baseline;
    height: 35px;
    padding-top: 10px;
    margin-top: -55px;
    position: relative;
    width: 100%;
}
.cartas .card-text{
    font-size: 14px;
    color: #000;
    height: 170px;
    overflow: hidden;
    padding-top: 15px;
}
.cartas .card-text h2{
    font-size: 16px;
    font-weight: bold;
}
.cartas .seccion-precio{
    text-align: center;
    position: relative;
}

.seccion-precio .precio {
    color: rgb(232 87 150);
    font-weight: 900;
    font-size: 23px;
    margin-bottom: 5px;
}

.seccion-precio .btn.btn-info {
    background-color: rgb(232 87 150);
    color: #ffffff;
    border: none;
    border-radius: 0;
    font-size: 18px;
    padding: 10px 20px;
}

.cartas-publicas .carta:hover .card-title {
    color: #ffffff;
    background-color: rgb(232 87 150);
}

.cartas-publicas .carta:hover strong {
    color: rgb(232 87 150);
}

.cartas-publicas .carta:hover .seccion-precio .precio {
    color: rgb(232 87 150);
}

.cartas-publicas .carta:hover .seccion-precio .btn.btn-info {
    background-color: rgb(232 87 150);
}

#form-tipovisita .modal {
    display: block;
}

.info-publica .js-editor-tinymce .toggle-editor {
    display: none;
}

.view-visitasPublicas .body-innerwrapper {
    overflow-x: unset;
}

#offcanvas-toggler>.fa {
    color: #ffffff;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    float: right;
}

#offcanvas-toggler {
    display: none;
}

#form-oculto-redsys{
    display: none;
}

.cajapago {
    padding: 15px 0;
}

p.avisopago {
    font-weight: 400;
    font-style: italic;
    padding-top: 25px;
}

.cajapago ul {
    list-style: none;
    border: 1px solid #ccc;
    display: block;
    padding: 15px;
}

.cajapago li {
    padding: 10px;
}

.cajapago table {
    margin: 15px 0 30px;
    width: 100%;
}

.cajapago td {
    border: 1px solid #ccc;
    padding: 2px 5px;
    text-align: right;
}

.cajapago tr:first-child td {
    background-color: #eee;
    font-weight: bold;
}

.cajapago tr:last-child {
    background-color: #f0f0f0;
}

.cajapago tr:last-child td:last-child {
    font-weight: bold;
}

#form-reserva.formpago {
    margin-top: 15px;
    padding: 15px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

.finalizarpago {
    padding-top: 25px;
}
#conteopaises h2,
#conteopaises h3,
#conteopaises p{
    display: inline;
}

.js-editor-tinymce .toggle-editor {
    display: none;
}

.info-publica h3 {
    width: 100%;
    display: block;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
    margin-top: 30px;
}

/******************************
        ÁREA PÚBLICA
********************************/

.view-visitasPublicas #sp-main-body {
    background-color: #f7f7f7;
    padding-top: 0;
}

.interior {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding-top: 20px;
}

.fondo-enoturismo .interior {
    padding-top: 175px;
}

.fondo-enoturismo {
    background-image: url("../../../images/fondoBodegas.jpg");
    background-size: cover;
    background-position: bottom center;
}

.fondo-enoturismo h1 {
    padding: 50px 15px 50px 15px;
    font-size: 32px;
    display: block;
    width: 420px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    background-color: rgb(232 87 150 / 75%);
    font-weight: 300;
}

.selector-enoturismo h2 {
    color: #A82727;
    padding-bottom: 20px;
    padding-top: 10px;
}

.selector-enoturismo p {
    font-size: 16px;
}

.selector-enoturismo p.fs18 {
    font-size: 18px;
}

.card-body p {
    color: #000000;
    text-align: center;
}

.view-visita .row.visita,
.view-visita .row.reservas-calendario {
    width: 1140px;
    margin: 0 auto;
}

.view-visita #sp-main-body {
    padding-top: 0;
    background-color: #fff;
}

.view-visita .texto h2,
.view-visita .precio-visita {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(232 87 150);
    font-size: 2rem;
}

.view-visita #seccion-calendario h2 {
    font-weight: 900;
    font-size: 20px;
    padding-top: 5px;
}

.view-visita .fc-prev-button.fc-button.fc-button-primary,
.view-visita .fc-next-button.fc-button.fc-button-primary {
    background-color: rgb(232 87 150);
    border-color: rgb(232 87 150);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #e2007d;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: #e2007d;
}

.view-visita .reservas-calendario h3 {
    color: rgb(179, 66, 115);
    font-weight: bold;
}

#sp-component .btn-primary.disabled,
#sp-component .btn-primary:disabled {
    color: #fff;
    background-color: #777777;
    border-color: #777777;
}

.mt25 {
    margin-top: 25px;
}

.mt50 {
    margin-top: 50px;
}

.fechas-expertis label {
    width: 49%;
    font-size: 14px;
}

.fechas-expertis label input[type="date"]:not(.form-control) {
    font-size: 14px;
}

.fechas-expertis .col-sm-1 input {
    margin-left: -40px;
}

.fechas-expertis h3 {
    font-size: 0.95rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    border-bottom: 1px solid black;
}

body .sp-page-builder .page-content #section-id-1511613808 {
    padding-bottom: 310px;
}

.view-tipovisitaform #jform_nombre_em {
    margin-bottom: 30px;
}

.search-choice-close {
    font-family: "Font Awesome 5 Free" !important;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

.search-choice-close:after {
    content: "\f00d" !important;
    font-family: inherit !important;
}

.itemid-101 #sp-main-body {
    padding-top: 0;
}
.view-tipovisitaform .imagen-formulario .input-group-text a.modal{
    display: block;
}
/******************************
        MEDIA QUERIES
********************************/

@media screen and (max-width: 1200px) {
    .cartas-publicas .carta .card-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    #offcanvas-toggler {
        display: block;
    }
    .cartas .carta {
        width: 48%;
        height: 500px;
    }
    .cartas-publicas .carta .card-title {
        font-size: 18px;
    }
    .cartas .card-text {
        font-size: 14px;
        color: #000;
        height: 220px;
        overflow: hidden;
        padding-top: 15px;
    }
}

@media screen and (max-width: 720px) {
    .cartas-publicas .carta .card-title {
        font-size: 14px;
    }
    .cartas .card-text {
        height: 260px;
    }
}

@media screen and (max-width: 620px) {
    .cartas-publicas .carta .card-title {
        font-size: 14px;
    }
    .cartas .card-text {
        height: 290px;
    }
}

@media screen and (max-width: 620px) {
    .cartas .carta {
        width: 90%;
        margin: 0 auto 40px;
        height: 100%;
    }
    .cartas .card-text {
        height: auto;
    }
    .cartas .carta .card-body {
        height: auto;
    }
}