nav ul a,
nav .brand-logo {
    color: #ffffff;
}

p {
    line-height: 2rem;
}

.button-collapse {
    color: #ee6e73;
}

.parallax-container {
    min-height: 80vh;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, 0.9);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 5%;
    }

    #index-banner .section {
        top: 10%;
    }

    .parallax-container {
        /* background-color: rgba(120, 206, 40, 0.9); */
        min-height: 163vh;
    }
}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }

    .parallax-container {
        /* background-color: rgba(206, 40, 40, 0.9); */
        min-height: 156vh;
    }
}

.icon-block {
    padding: 0 15px;
}

footer.page-footer {
    margin: 0;
}

.parallax img {
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-container {
    color: black;
}

@media only screen and (max-width: 600px) {
    .parallax-container {
        color: white;
    }
}

nav a.button-collapse {
    color: black;
}

.purple.lighten-1 {
    background-color: #cc0066 !important;
}

.teal-text.text-lighten-2 {
    color: #cc0066 !important;
}

.share-buttons {
    list-style: none;
}

.share-buttons li {
    display: inline;
}

nav {
    overflow: visible;
    /* top: 25px;  */
    left: 0;
    right: 0;
    z-index: 999; /* Debajo de la div */
}

nav li a {
    -webkit-transition: rgb(29, 29, 29) 0.3s ease-in-out;
    -moz-transition: rgb(29, 29, 29) 0.3s ease-in-out;
    transition: rgb(29, 29, 29) 0.3s ease-in-out;
}

.back-to-top {
    background-color: #0bb658;
    text-decoration: none;
    cursor: pointer;
    width: 56px;
    height: 56px;
    z-index: 999;
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}

.back-to-top:hover {
    background-color: #0da04f;
}

.back-to-top:active {
    box-shadow: none;
    background-color: #0da04f;
}

.back-to-top svg.icon__arrow-up {
    fill: white;
    width: 32px;
    height: 32px;
}

body {
    background-color: #eee;
    min-height: 100vh;
}

body .box {
    padding: 40px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body .box-2 {
    background-color: #ddd;
}

body .box-3 {
    background-color: #ccc;
}

body .box-4 {
    background-color: #bbb;
}

body .box .title {
    margin: 0;
    text-align: center;
}

nav {
    background-color: rgb(29, 29, 29);
}

.linkMenu {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    /* padding: 10px 20px; */
    /* margin: 0 5px; */
    position: relative;
    overflow: hidden;
}

.linkMenu::before,
.linkMenu::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: all 0.5s;
}

.linkMenu::before {
    top: 0;
    left: 0;
}

.linkMenu::after {
    bottom: 0;
    right: 0;
}

.linkMenu:hover::before {
    width: 100%;
    transition: width 0.25s ease-in-out;
}

.linkMenu:hover::after {
    width: 100%;
    transition: width 0.25s ease-in-out 0.25s;
}

footer {
    background-color: rgb(29, 29, 29) !important;
}
.footer-copyright {
    background-color: rgb(29, 29, 29) !important;
}

html {
    scroll-behavior: smooth;
}

/* .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  } */

.fixed-div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* Asegúrate de que esté por encima del nav */
    background-color: #000000; /* Color de fondo */
    color: white; /* Color del texto */
    padding: 10px; /* Espaciado interno */
    text-align: center; /* Centrar texto */
}

.responsive-frame {
    position: relative;
    overflow: hidden;
    padding-top: 20%;
}

.responsive-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* label focus color */
.input-field input[type="text"]:focus + label {
    color: #ffffff !important;
}
/* label underline focus color */
.input-field input[type="text"]:focus {
    border-bottom: 1px solid #ffffff !important;
    box-shadow: 0 1px 0 0 #ffffff !important;
    color: white;
}

input {
    color: white;
}

#mensaje {
    color: white !important;
}

#mensaje:focus + label {
    color: #ffffff !important;
}
#mensaje:focus {
    color: white;
    border-bottom: 1px solid #ffffff !important;
    box-shadow: 0 1px 0 0 #ffffff !important;
}
