@import url("../recursos/colores/colores.css?v=1.3");

html,
body {
padding: 0;
margin: 0;
letter-spacing: 1px;
font-family: 'Raleway', sans-serif;
background-image: url('../recursos/img/fondo_CENTEK.png');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-color: #f0f0f0; 
}
html {
scroll-behavior: smooth;
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}
input[type="button"],
input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
font-family: 'Raleway', sans-serif;
}
select,input[type="email"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea{
font-family: 'Raleway', sans-serif;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'Oswald', sans-serif;
letter-spacing: 1px;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Raleway', sans-serif;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
ul li {display:inline-block;}

.title {
font-size: 40px;
color: #000;
letter-spacing: 3px;
font-weight: 700;
text-transform: uppercase;
}
.clr {
color: #fff;
}
.w3pvt-left-side-img p,.rooms-w3pvt-left p,
.slider-room-info p,.contact-about p,.stat-info p,.abut-inner-wls-head p,.service-icon-list p{
font-size: 14px;
color: #000;
line-height: 28px;
}
.sub-para p,.bottom-para p,.bottom-para p a{
font-size: 13px;
color:#525252;
line-height: 29px;
}

ul.short_ls li a {
color: #ffffff;
text-decoration: none;
}
ul.short_ls li {
list-style: none;
display: inline-block;
letter-spacing: 1px;
font-size: 14px;
color: #d6cece;
}
.using-border {
width: 100%; 
border: none; 
background:var(--color-principal);
text-align: center;
}

.header-w3layouts {
position: fixed;
top: 0;
width: 100%;
padding: 0 15px;
background-color: white;
z-index: 9999;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.slider-info {
padding: 2em 0 0 0;
}
.slider-info h5 {
font-size: 50px;
color: #fff;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 19px;
text-shadow: 1px 1px 7px #151212;
}
.slider-info p {
color: #ffffff;
font-weight: bold;
text-shadow: 2px 2px 8px #000000;
}
.outs_more-buttn a {
font-size: 14px;
color: #fff;
text-decoration: none;
text-transform: capitalize;
display: inline-block;
letter-spacing: 2px;
background-color: var(--color-principal);
outline: none;
padding: 9px 20px;
border: 1px solid #d4d4d4;
margin-top: 17px;
box-shadow: 1px 2px 5px #4e4e4e;
}
.outs_more-buttn a:hover,.outs_more-book a:hover,.sent-butnn:hover{
opacity:0.8;
color: #fff;
}

.headder-top {
position: absolute;
width: 100%;
z-index: 99;
padding: 1.5em 0em;
}

.toggle-2,
.toggle,
[id^=drop] {
display: none;
}

#logo h1 a {
float: left;
display: initial;
font-size: 32px;
color: #fff;
text-transform: capitalize;
font-weight: 500;
letter-spacing: 1px;
border-radius: 5px;
}
#logo a img {
display: inline-block;
width: 22;
height: 16;
}
#logo a span {
display: block;
font-size: 16px;
text-transform: capitalize;
color: #000;
padding-top: 8px;
text-align: center;
}
.btn-filtros {
    background-color: var(--color-principal);
    border: none;
    transition: all 0.2s ease;
    border-radius: 20px;
    padding: 10px 20px;
    color: white;
    cursor: pointer;
    border: none;
}

.btn-filtros:hover {
    background-color: var(--color-secundario);
    color: white;
}

.btn-filtros[aria-expanded="true"] {
    background-color: var(--color-seleccion);
    color: white;
}
/*
#formFiltros {
    position: relative;
}
*/

nav {
margin: 0;
padding: 10px 0;
}
nav ul {
float: right;
padding-top: 0.25rem;
margin-top: 0;
list-style: none;
position: relative;
}

nav ul li {
margin: 0px;
display: inline-block;
float: right;
}

nav ul li a {
color:#c84900;
text-transform: capitalize;
font-weight:700;
font-size: 17.5px;
letter-spacing: 1px;
background:transparent;
text-transform:capitalize;
padding: 7px 18px;
border:none;
border-bottom:1px solid rgba(212, 212, 212, 0);
text-shadow: 0 2px 10px rgba(0,0,0,0.1);
display: inline-block;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.menu li .drop-text:hover {
color: white;
border:none;
}

.menu li a:hover {
opacity:0.8;
color: black;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}

nav ul ul {
position: absolute;
top: 55px;
background: #fff;
padding: 10px;
border-radius: 4px;
box-shadow: -1px 1px 5px black;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;

    transition: opacity 0.25s ease, transform 0.25s ease;
}

nav ul li:hover>ul {
display: inherit;
opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
nav ul ul li {
width: 170px;
float: none;
display: list-item;
position: relative;
}
nav ul ul li a {
color: #ffffff;
padding: 5px 10px;
margin: 5px 0;
display: block;
background-color: var(--color-principal);
font-weight:700;
border-radius:10px;
}

nav ul ul li a:hover {
color: #fff;
background-color: var(--color-secundario);
border-radius:10px;
}

nav ul ul ul li {
position: relative;
top: -60px;

left: 170px;
}

nav ul li ul li:hover {
color: white;
background: var(--color-secundario);
border-radius:10px;
}

li>a:only-child:after {
content: '';
}
a.reqe-button {
border: 2px solid rgba(255, 255, 255, 0.35);
border-radius: 4px;
}

.flecha {
    transition: transform 0.3s ease;
}

.btn[aria-expanded="true"] .flecha {
    transform: rotate(180deg);
}
.toggle[aria-expanded="true"] .flecha {
    transform: rotate(180deg);
}
/*
a[aria-expanded="true"] .flecha {
    transform: rotate(180deg);
}
*/
.badge-check {
    display: inline-flex;
    align-items: center;
}

.badge-check .text {
    flex: 1;
}

.check-close {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.2s ease;
}

.category-check-option input:checked + .badge-check .check-close {
    opacity: 1;
    transform: scale(1);
}

.espacio{
  padding-top: 7rem;
}
.espacio2{
  padding: 1rem 0;
}
.espacio3{
  padding: 3px 0;
}
.espacio-modal{
    padding-top: 4.8rem;
}
/***********************************************************************************************************************************/
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: white;
    border: 2px solid black;
    border-radius: 50%;
    opacity: 0.9;
    top: 50%;
    transform: translateY(-50%);
}

.carousel {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
}

.main-img {
    background: #f8f9fa;
    padding: 5px;
    border-radius: 12px;
}

.thumb-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
    background: white;
}

.thumb-img:hover {
    transform: scale(1.05);
}

.active-thumb {
    border: 2px solid #0d6efd;
}

.no-interaction {
    pointer-events: none;
}
/***********************************************************************************************************************************/
.custom-pagination .page-link {
    color: var(--color-seleccion); 
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 6px 12px;
    font-size: 1.20rem;
}

.custom-pagination .page-link:hover {
    color: #ffffff;
    background-color: var(--color-principal);
    border-color: var(--color-secundario);
}

.custom-pagination .page-item.active .page-link {
    background-color: var(--color-principal);
    border-color: var(--color-secundario);
    color: #ffffff;
}

.custom-pagination .page-item.disabled .page-link {
    color: #9ca3af;
    background-color: #f3f4f6;
    cursor: not-allowed;
}

        .espacio-lateral-50px{
            padding: 0 50px;
        }
        .product-card {
            background: white;
            border-radius: 12px;
            /*transition: all 0.3s ease;*/
            height: 100%;
        }
        /*
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        */
        .product-image {
            width: auto;
            height: 100%;
            object-fit: cover;
            border-radius: 12px 12px 0 0;
        }

        .nombre-producto{
            overflow-wrap: anywhere;
            /*word-break: break-word;*/
            /*hyphens: auto;*/
        }

        .price {
            color: #2563eb;
            font-weight: 600;
        }

        .discount-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #c84900;
            color: white;
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 0.875rem;
        }

        .wishlist-btn {
            position: absolute;
            top: 10px;
            left: 10px;
            background: white;
            border: none;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
        }

        .wishlist-btn:hover {
            background: #fee2e2;
            color: #dc2626;
        }

        .rating-stars {
            color: #fbbf24;
        }

        .category-badge {
            background: var(--color-secundario);
            color: white;
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 0.75rem;
        }
        .category-badge-colection {
            background: #e5e7eb;
            color: #4b5563;
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 0.75rem;
            font-style: italic;
        }
        .category-badge-colection-name {
            background: #e5e7eb;
            color: var(--color-seleccion);
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 0.75rem;
            font-weight: bold;
        }

        .filter-group {
            border-bottom: 1px solid #e5e7eb;
            padding-bottom: 1rem;
            margin-bottom: 1rem;
        }

        .color-option {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }

        .color-option.selected::after {
            content: '';
            position: absolute;
            inset: -3px;
            border: 2px solid #2563eb;
            border-radius: 50%;
        }

        .sort-btn {
            background: white;
            border: 1px solid #e5e7eb;
            padding: 8px 16px;
            border-radius: 8px;
            transition: all 0.2s;
        }

        .sort-btn:hover {
            background: #f3f4f6;
        }

        .cart-btn {
            background: #2563eb;
            color: white;
            border: none;
            transition: all 0.2s;
        }


.font_color-principal{
    color: var(--color-principal);
}
.font_color-secundario{
    color: var(--color-secundario);
}

        .form-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 1rem;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            background: white;
            /*margin-bottom: 2rem;*/
        }

        .form-floating label {
            color: #6c757d;
        }
        
        .search{
            border-radius: 9999px;
        }

        .search-label {
            color: #6c757d;
            font-weight: 500;
            margin-bottom: 1rem;
        }

        .search-btn {
            transition: all 0.3s;
            background-color: var(--color-principal);
            font-size: 20px;
            color: #fff;
            text-transform: capitalize;
            font-weight: 500;
            letter-spacing: 1px;
            border-radius: 5px;
        }
        .search-btn:hover {
            background-color: var(--color-secundario);
        }
        .form-badge {
            display: inline-block;
            padding: 0.5rem 1rem;
            margin-bottom: 1.5rem;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .animated-icon {
            transition: all 0.3s;
        }
        .search-btn:hover .animated-icon {
            background-color: var(--color-secundario);
        }
        .filter-badge {
            cursor: pointer;
            transition: all 0.3s;
        }
        .filter-badge:hover {
            transform: translateY(-2px);
        }
        .custom-input {
            border-radius: 30px;
            padding: 1rem 1.5rem;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .floating-container {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

.category-container {
    display: flex;
    flex-wrap: wrap;   
    gap: 10px;        
}

.category-check-option {
    display: inline-block;
}

.category-check-option {
    cursor: pointer;
}

.category-check-option input {
    display: none; /* Oculta el checkbox */
}

.badge-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;

    background-color: var(--color-difuminado);
    color: black;

    transition: all 0.2s ease;
}

/* Hover */
.category-check-option:hover .badge-check {
    background-color: var(--color-principal);
    color: white;
}

/* Estado seleccionado */
.category-check-option input:checked + .badge-check {
    background-color: var(--color-secundario);
    color: #fff;
}

/* Icono */
.badge-check i {
    font-size: 14px;
}

        /*
        .category-badge-option input[type="radio"] {
        display: none;
        }

        .category-badge-option span {
        cursor: pointer;
        padding: 6px 14px;
        border-radius: 20px;
        transition: 0.3s;
        display: inline-block;
        }

        .category-badge-option input[type="radio"]:checked + span {
        background-color: var(--color-principal);
        color: white;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        }
        */


.range-container {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.slider {
    position: relative;
    width: 100%;
    height: 6px;
    background: #d3d3d3;
    border-radius: 5px;
}

.slider .progress {
    position: absolute;
    height: 6px;
    background: #000; 
    border-radius: 5px;
}

input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    top: 0;
    background: none;
    pointer-events: none; 
}

input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;  
    width: 20px;
    height: 20px;
    background: black;
    border-radius: 50%;
    cursor: pointer;
}

.range-wrapper {
    position: relative;
    width: 100%;
    height: 30px;
}

.range-track {
    position: absolute;
    height: 6px;
    width: 100%;
    background: #ccc;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.range-progress {
    position: absolute;
    height: 6px;
    background: #000;  
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
}

input[type="range"] {
    position: absolute;
    width: 100%;
    height: 30px;
    background: none;
    pointer-events: none;
    appearance: none;
    top: 0;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #000;
    border-radius: 50%;
    pointer-events: auto;
}

input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #000;
    border-radius: 50%;
    pointer-events: auto;
}

li {
  margin-top: 10px;
  margin-bottom: 10px; 
}
/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
.sugerencias-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ced4da;    
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    max-height: 380px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    margin-top: 3px;
    padding: 5px 0;
}

.sugerencias-dropdown.show {
    display: block;
}

.sugerencia-item {
    padding: 3px 3px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.2s;
}

.sugerencia-item:hover {
    background-color: #f8f9fa;
}

.sugerencia-item:last-child {
    border-bottom: none;
}

.sugerencia-item .nombre {
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
    font-size: 0.8rem;
    color: #212529;
}

.sugerencia-item .category-badge,
.sugerencia-item .category-badge-colection,
.sugerencia-item .category-badge-colection-name {
    font-size: 0.55rem;
    padding: 3px 5px;
    margin-right: 6px;
    margin-bottom: 2px;
    display: inline-block;
    border-radius: 6px;
}

/* Ajuste opcional: hacerlos un poco más compactos */
.sugerencia-item .category-badge {
    background: var(--color-secundario);
    color: white;
}

.sugerencia-item .category-badge-colection {
    background: #e5e7eb;
    color: #4b5563;
}

.sugerencia-item .category-badge-colection-name {
    background: #e5e7eb;
    color: var(--color-seleccion);
    font-weight: 500;
}

/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
/*****************************************************************************************************************************/

.badge-busqueda-activa {
    display: inline-flex;
    align-items: center;
    background: rgb(210, 210, 210);
    color: black;
    padding: 10px 18px;
    border: #474747;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.badge-busqueda-activa:hover {
    background: black;
    color: white;
    /*transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);*/
}

.badge-busqueda-activa .fa-magnifying-glass {
    font-size: 1.05rem;
}

.badge-busqueda-activa .fa-circle-xmark {
    font-size: 1.15rem;
}
        /*
        .cart-btn:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
        }
        */

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media(max-width: 800px) {
nav a {
font-size: 13px;
}
}
@media all and (max-width : 767px) {

.badge-check {
    gap: 6px;
    padding: 9px 15px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
}

#logo {
display: block;
padding: 0;
width: 100%;
text-align: center;
float: none;
}
nav {
margin: 0 0;
position: static;
}

nav ul li a {
color:#000000;
padding: 10px 0 0 0;
text-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}

.toggle+a,
.menu {
padding: 0 0;
display: none;
box-shadow: -1px 1px 5px black;
}

.toggle {
display: block;
padding: 1rem 0.75rem;
margin: 10px 0;
font-size:17.5px;
text-decoration: none;
border: none;
float: right;
background-color: var(--color-principal);
color: #ffffff;
border-radius:50px;
cursor: pointer;
}
.menu .toggle {
float: none;
text-align: center;
margin: auto;
max-width: 138px;
padding: 10px 18px;
font-weight: normal;
font-size: 15px;
letter-spacing: 1px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.menu .toggle:hover {
color: #ffffff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.toggle:hover {
color: #ffffff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
background:var(--color-secundario);
}
label.toggle.toogle-2 {
background: transparent;
text-transform:capitalize;
font-size: 14px;
color: #fff;
font-weight:700;
}

[id^=drop]:checked+ul {
display: block;
background: rgb(238, 238, 238);
padding: 5px 0;
text-align: center;
width: 100%;
z-index: 99;
border-radius: 10px;
}

nav ul ul {
    display: none;
}

nav ul li {
display: block;
width: 100%;
padding: 5px 0;
}
nav ul ul li {
margin: 15px 0;
}
nav ul ul .toggle,
nav ul ul a {
padding: 15px 40px;
}
nav ul ul ul a {
padding: 15px 80px;
}
/*
nav a:hover,
nav ul ul ul a {
background-color: transparent;
}
*/
nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a {
padding: 25px 20px;
color: #FFF;
font-size: 15px;
}

nav ul ul {
float: none;
position: static;
color: #ffffff;
}

nav ul ul li:hover>ul,
nav ul li:hover>ul {
display: none;
}

nav ul ul li {
display: block;
width: 100%;
padding: 0;
}
nav ul ul ul li {
position: static;
}
nav a {
color: #000;
font-size: 15px;
}
/*
.menu li.active a,
.menu li a:hover {
background:transparent;
}
*/
.carousel-wrapper {
  padding-top: 6rem;
}
.espacio{
  padding-top: 7rem;
}
.custom-carousel {
  position: relative;
  height: 680px;
  background: black;
  overflow: hidden;
}

.espacio-modal{
    padding-top: 5.8rem;
}

}
@media all and (max-width : 568px) {
nav a,
.menu .toggle,
nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a {
font-size: 15px;
}
}
@media all and (max-width : 399px) {
.toggle {
padding: 1rem 0.75rem;
margin: 10px 0;
font-size:15px;
}
}
.rooms-w3pvt-left:nth-child(1), .rooms-w3pvt-left:nth-child(2), .rooms-w3pvt-left:nth-child(3) {
margin-bottom: 35px;
}
.abt-sub-w3pvt-txt{
margin: 16px 0px 26px;
}
.jst-wthree-text h5 {
font-size:19px;
color: #000;
}
.customer-rev ul li span {
color:var(--color-secundario);
font-size: 0.8em;
}
.customer-rev ul li a h6{
color: #000;
font-weight: normal;
display:inline-block;
font-size: 14px;
margin-left: 8px;
}
.list-off-slider h5 {
font-size: 21px;
color: #000000;
margin: 18px 0px;
}
.slider-room-info h6 {
font-size: 20px;
color:var(--color-secundario);
}
.rooms-w3pvt-left ul li {
display: inline-block;
padding-right: 42px;
}
.rooms-w3pvt-left ul li h4 {
font-size: 17px;
color: #000;
}
.rooms-w3pvt-left ul li span {
font-size: 15px;
color:#969696;
font-weight: 700;
}
.rooms-w3pvt-left ul li h6 {
font-size: 14px;
color:var(--color-secundario);
font-weight:700;
}
.outs_more-book a {
font-size: 14px;
color: #fff;
text-decoration: none;
text-transform: capitalize;
display: inline-block;
letter-spacing: 2px;
background-color:var(--color-principal);
outline: none;
font-weight: 500;
padding: 9px 17px;
border: 1px solid #d4d4d4;
margin-top: 17px;
}
.list-text-grid ul li h4 {
font-size: 19px;
padding: 0px 14px 0px 0px;
color:var(--color-secundario);
}
.stats{
text-align: center;
background: url(images/bb3.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 300px;
}
.abut-inner-wls-head {
border: 4px double #000;
padding: 1em 1em;
}
.abut-inner-wls-head h4 {
font-size:25px;
color:var(--color-secundario);
}
.team{
background: url(images/bb2.jpg)no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}

.service-icon-list span {
font-size: 35px;
margin: 15px 0px;
color: var(--color-secundario);
}

.service-two {
background: #ececec;
}
.counter {
font-size:25px;
color:var(--color-secundario);
font-weight: 500;
letter-spacing: 1px;
border: none;
line-height: 26px;
}
.stat-info h4,.ser-list-w3layouts h4,.w3ls-bottom  h4{
font-size:20px;
color:#000000;
letter-spacing: 1px;
}
.register-left-w3pvt {
    background: rgba(255, 255, 255, 0.6);
    padding: 3em 3em;
    box-shadow: 0px 0px 9px 0px black;
}

.inner_page-banner {
text-align: center;
background: url(images/g4.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 300px;
}
.book-table-w3pvt, .service-two {
background: url(images/bb1.jpg)no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.wls-hours-list ul li {
display: inline-block;
}
.wls-hours-list ul li h5 {
font-size:20px;
color: #000;
margin-right: 47px;
letter-spacing: 2px;
}
.booking-list {
padding: 3em 2em;
background:rgba(255, 255, 255, 0.7);
width: 48%;
margin: 0px auto;
}

.clt-syas-w3pvt h5 {
font-size: 20px;
color: #000;
}
.icon-w3layouts-social ul li {
display: inline-block;
}
.icon-w3layouts-social ul li .social-bg,.icons ul li .footer-bg{
width:35px;
height: 35px;
text-align: center;
background:var(--color-principal);
margin:10px 1px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;}
.icon-w3layouts-social ul li a span{
font-size:13px;
line-height: 35px;
color:#fff;
}
.icon-w3layouts-social ul li a span:hover{color:#000;}
.item-team-wls {
position: relative;
}
.clt-syas-w3pvt {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
position: absolute;
left: 115px;
bottom: 59px;
width: 45%;
}

.w3ls-bottom {
background: rgba(214, 214, 214, 0.7);
padding: 2em 1.5em;
box-shadow: 0 0 8px 0 rgba(161, 161, 161, 0.5);
text-align: center;
}
.w3ls-bottom ul li {
font-size: 15px;
color: #292828;
display: block;
padding-top: 15px;
}

.gallery,.booking {
background: #f1f1f1;
}

.popup-effect {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 0ms;
visibility: hidden;
opacity: 0;
z-index: 99;
}
.popup-effect:target {
visibility: visible;
opacity: 1;
}
.popup {
background: #fff;
border-radius: 4px;
max-width: 430px;
position: relative;
margin: 8em auto;
padding: 3em 2em;
z-index: 999;
text-align: center;
}
.popup .close {
position: absolute;
top: 5px;
right: 15px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #000;
}
.popup .close:hover {
color: var(--color-seleccion);
}

.address_mail_footer_grids iframe {
width: 100%;
height:29em;
border:none;
}
.contact-forms input,.contact-forms textarea,.contact-forms select{
width:100%;
font-size: 14px;
color: #000;
padding: .8em .7em;
background: rgba(204, 204, 204, 0.4);
outline: none;
border: none;
border-radius: 0px;
outline: none !important;
}
.contact-forms ::-webkit-input-placeholder {
color:#969595;
}
.contact-forms ::-moz-placeholder {
color:#969595;
}
.contact-forms:-ms-input-placeholder {
color:#969595;
}
.contact-forms :-moz-placeholder {
color:#969595;
}
.contact-forms select{color:#969595;}
.contact-forms textarea {
resize: none;
height: 8em;
}
.sent-butnn {
font-size: 17px;
padding: 11px 0px;
color: #fff;
margin-top: 1em;
background:var(--color-principal);
}
.footer_grid_left p a {color:#000;}
.footer_grid_left ul li span {
font-size: 21px; 
color:var(--color-secundario);
}
.footer_grid_left ul li{
display:block;
}
.footer_grid_left ul li p {
font-size: 14px;
color: #000;
padding-left: 15px;
line-height: 40px;
display: inline-block;
}
.contact-list-grid h4 {
font-size: 28px;
margin-bottom: 20px;
color: #000;
font-weight: 600;
}
.sub-para {
padding: 0em 12em 2.5em;
}
.state-us h2 {
font-size: 36px;
color: #000;
text-transform:uppercase;
font-weight:600;
}
.icons ul li{
display: inline-block;
}
.icons ul li a{
color: #fff;
}
.icons ul li a span{
font-size: 15px;
line-height: 35px;
text-align: center;
color:#fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
}
.icons ul li .footer-bg:hover{
background:#777;
}
.bottom-para p a:hover{color:var(--color-seleccion)}
.wthree-left-right h4 {
font-size: 20px;
color: var(--color-secundario);
font-weight: 400;
padding-bottom: 21px;
letter-spacing: 2px;
}
footer{background:#000; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
footer p {
/*padding: 0.8em 0;*/
text-align: center;
font-size: 14px;
color: #fff;
letter-spacing: 1.5px;
}
footer p a {
color:var(--color-principal);
}
footer p a:hover {
color:#fff;
}
a.move-top {
width: 40px;
height: 40px;
background: url(../recursos/iconos/arrow.png) no-repeat 0px 0px;
display: inline-block;
}
