@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

*{
    font-family: "DM sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: rgba(255, 166, 0, 0);
}

*::-webkit-scrollbar-thumb {
    background-color: #C4C3DD;
    border-radius: 20px;
    border: 3px solid rgba(255, 166, 0, 0);
}
h2{
    font-weight: bolder;
}
body{
    background-color: black;
    height:100vh;
    padding: 30px;
}
#reloj{
    position: absolute;
    top:45px;
    left:61%;
    color: white;
}
#logo{
    position: absolute;
    top: 60px;
    left: 50px;
}
.themes{
    position:absolute;
    display: flex;
    left: -80px;
    top: 75%;
    color: white;
    flex-direction: row;
    transform: rotate(-90deg);
    z-index: 10;
}
.theme{
    margin-right: 15px;
    cursor: pointer;
}

.square{
    cursor: pointer;
    border: 2px white solid;
    margin-top:3px;
    margin-right: 5px;
    height: 15px;
    width: 15px;
    background-color: rgba(0, 0, 0, 0);
}
#themeSelect2{
    background-color: white;
}
.marco{
    border: 2px white solid;
    height:91vh;
}
.AreaContenido{
    position: absolute;
    top:20%;
    bottom: 20%;
    left: 18%;
    right: 40%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
}
@media screen and (max-width: 1500px){
    #reloj{
        top: 5px;
        left: 60%;
    }
}
@media screen and (max-width: 992px) {
    #reloj{
        top: 5px;
        left: 70%;
    }
    .AreaContenido{
        top: 40%;
        left: 10%;
        right: 10%;
        bottom: 10%;
    }
    .Contenido #fotoPerfil{
        height: 10px;
        width: 10px;
    }
}
@keyframes aparecerCont {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
@keyframes crecerUP {
    0% {
        top: 50%;
        height: 0%;
    }
    100% {
        top: 0;
        height: 50%;
    }
}
@keyframes decrecerDown {
    0% {
        top: 0;
        height: 50%;
    }
    100% {
        top: 50%;
        height: 0%;
    }
}
@keyframes crecerDown {
    0% {
        top: 50%;
        height: 0%;
    }
    100% {
        top: 0;
        height: 50%;
    }
}
@keyframes decrecerUP {
    0% {
        top: 0;
        height: 50%;
    }
    100% {
        top: 50%;
        height: 0%;
    }
}
.rectUp{
    position: relative;
    height: 50%;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50px 50px 0 0;
    animation: crecerUP 1s ease;
}
.rectDown{
    position: relative;
    height: 50%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 50px 50px;
    animation: crecerDown 1s ease;
}
.Contenido{
    position: absolute;
    top: 5%;
    left: 5%;
    height: 90%;
    max-height: 100vh;
    width: 90%;
    padding: 30px;
    background-color: rgba(0, 255, 255, 0);
    color: rgb(255, 255, 255);
    font-size: 1rem;
    border: 0px solid rgb(255, 255, 255);
    animation: aparecerCont 2s ease-in-out;
    overflow: auto;
}
.Contenido ul{
    list-style-type:square;
}
.Contenido h4, h4 a{
    text-decoration: none;
    font-family: "DM sans";
    font-weight: bold;
    font-style: normal;
    color: #C4C3DD;
    transition: all 0.5s ease;
    cursor: pointer;
}
h4 a:hover{
    color: #9190b6;
}
.Contenido ul li p{
    font-size: 1rem;
    font-weight: lighter;
}

.Contenido #fotoPerfil{
    position: absolute;
    top: 5%;
    right: 5%;
    height: 20%;
    padding: 5px;
    border: 2px solid black;
    border-radius: 50%;
}
.iconContact{
    margin-top: 10%;
    text-align: center;
}
svg{
    max-height: 70px!important;
    background-color: white!important;
    margin-right: 20px!important;
    border-radius:15px!important;
    padding: 10px!important;
}
#waveCanvas {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.35;
}

.titulo{
    margin-left: 100px;
    margin-top: 10px;
    position: absolute;
    top: 60px;
    color: white;
    font-size: 160%;
}
.eslogan{
    font-size: 12pt;
    font-style: italic;
}
.apartados{
    position: absolute;
    top:200px;
    color: white;
}
.apartados ul{
    list-style-type: none;
}
.apartados ul li{
    display: flex;
    align-items: center;
    gap: 5px;
    
}
.apartados ul li:hover{
    cursor: pointer;
    color: gray;
}


@keyframes aparecer {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
}
@keyframes crecer {
    0% {
      height: 20%;
    }
    100% {
      height: 100%;
    }
}
@keyframes decrecer {
    0% {
      height: 100%;
    }
    100% {
      height: 20%;
    }
}

.seleccionadorActivo {
    width: 20px;
    height: 10px;
    margin-bottom: 2px;
    position: relative;
    overflow: hidden;
    animation: aparecer 1s ease-out;
}
  
.parte-superior, .parte-inferior {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: white;
    right: 0;
}

.parte-superior {
    top: 0;
    transform: skew(45deg);
    transform-origin: bottom right;
}

.parte-inferior {
    bottom: 0;
    transform: skew(-45deg);
    transform-origin: top right;
}

/**Carrucel del imagenes*/
.carrucel-container {
    height:91vh;
    overflow: hidden;
    transition: all 0.3s ease
}
.carrucel-container.hovered {
    transform: scale(0.98);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    z-index: 10;
}
.carrucel-track {
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
    height: 100%; /* Asegura que el track ocupe todo el contenedor */
}
.carrucel-item {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 80.05vh;
    flex: 0 0 100%;
}
.carrucel-image-container {
    width: 100%;
    height: 100%;
}
.carrucel-image {
    width: 100%;
    height: 91vh;
    object-fit: cover;
    display: block;
    opacity: 0.5;
}
.info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    box-sizing: border-box;
    z-index: 5;
}
.info h3 {
    margin: 0 0 10px 0;
    font-family: "DM sans";
    font-weight: bold;
    font-style: normal;
    font-size: 25pt;
}

.info p {
    margin: 0;
}

.carrucel-container:hover .info {
    opacity: 1;
    transform: translateY(0);
}
.title {
    margin: 0 0 10px 0;
}
.description {
    margin: 0;
}
.marcoImg {
    position: absolute;
    border: solid 0px white;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    pointer-events: none;
    box-shadow: 0 2px 10px black;
}
.vitae{
    color: #C4C3DD;
    transition: all 0.5s ease;
}
.vitae:hover{
    color: #9190b6;
}
