@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Oxygen", sans-serif !important;
    background-color: #121212;
    color: #e0e0e0;
}

header {
    margin: 35px 100px 0 100px !important;
    background-color: #1e1e1e;
    padding: 20px;
    border-bottom: 1px solid #333;
}

section {
    margin: 40px 100px !important;
}

h1, h2, h3, h4, h5 {
    line-height: 30px;
    color: #ffffff;
}

.text-primary {
    color: #00bcd4 !important; /* Azul cian moderno, claro y bien contrastado */
}

h1 {
    font-size: 2rem !important;
}

h2 {
    font-size: 1.6rem !important;
}

p {
    font-size: 15px;
    color: #cfcfcf;
}

a {
    color: #00bcd4;
    text-decoration: none;
}

a:hover {
    color: #ff5252 !important;
    text-decoration: underline;
}

.uk-subnav {
    font-weight: bold;
    padding-top: 30px;
}

.uk-subnav > li > a {
    color: #cccccc !important;
}

.uk-subnav > li > a:hover,
.uk-subnav > li > a.actived,
.actived {
    color: #00bcd4 !important;
    border-bottom: 2px solid #00bcd4;
}

ul li {
    list-style-type: none;
}

.text-light {
    color: #b0b0b0 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.nav .nav-item .active {
    background-color: #00bcd4 !important;
    color: #121212;
}

.nav-tabs .nav-link {
    background-color: #2c2c2c;
    color: #dddddd;
    border: 1px solid #444;
}

.nav-tabs .nav-link.active {
    background-color: #00bcd4;
    color: #121212;
    border: 1px solid #00bcd4;
}

.tab-content {
    background-color: #1e1e1e;
    padding: 20px;
    border: 1px solid #333;
    border-top: none;
}

#servicios img {
    width: 33%;
    height: 450px;
    object-fit: cover;
    border: 1px solid #444;
    border-radius: 8px;
    margin-bottom: 10px;
}

#lugares li {
    font-size: 17px !important;
    padding-right: 10px;
}

#lugares ul:last-child {
    margin-top: 30px !important;
}

footer {
    background-color: #1a1a1a;
    padding: 40px 20px;
    margin: 0 !important;
    overflow: hidden;
    color: #ccc;
    text-align: center;
}

footer ul li {
    width: 100px;
    margin-bottom: 20px;
}

footer ul li a {
    color: #00bcd4;
}

footer p {
    color: #999;
    font-size: 13px;
}

.pwords {
    font-size: 11px;
    color: #777;
    margin-top: 20px;
}

.float, .float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float {
    right: 20px;
}

.float2 {
    right: 90px;
    background-color: #007bff;
}

.my-float {
    margin-top: 16px;
}

.d-noneW {
    display: none;
}

#logos img {
    width: 90px;
    object-fit: contain;
    margin: 5px;
    border-radius: 6px;
}

/* Pueblo selector */
.pueblos-select ul {
    padding: 0;
    width: 100% !important;
}

.pueblos-select li {
    width: 19%;
    text-align: left;
    padding-right: 20px;
}

/* Responsive (móvil y tablet) */
@media only screen and (max-width: 991px) {
    header, section {
        margin: 20px !important;
    }

    .row .col-sm:first-child {
        text-align: right !important;
    }

    .row .col-sm:last-child {
        padding-top: 25px;
        text-align: left !important;
    }

    h1 {
        font-size: 1.8rem !important;
    }

    .d-noneW {
        display: initial;
    }

    #servicios img {
        width: 100%;
        height: auto;
    }

    .pueblos-select li {
        width: 50%;
    }

    footer {
        height: auto;
        padding: 40px 10px;
    }

    #logos img {
        width: 60px;
    }
}
