html{
    background-color: antiquewhite;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    overflow-wrap: normal;
}



/* ////////////////////////////////////////////////////////////////////////// ESTILOS Menu  */

header{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin: -15px 20px 5px -15px;*/
    padding: 15px 20px 15px 15px;
    background-color: rgba(39, 51, 93, 1);
    border-radius: 25px;
    margin-bottom: 10px;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 10;
    justify-self: center;
}

header .contenedor1{
    background-color: #8e1538;
}

footer{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin: -15px 20px 5px -15px;*/
    padding: 25px 25px 25px 25px;
    background-color: rgba(39, 51, 93, 1);
    border-radius: 5px;
    align-items: center;
    width: 100%;
    z-index: 10;
    justify-self: center;
}


@keyframes iluminar {
    0% {
        box-shadow: -5px -5px 10px 0px #d1b66d;
    }
    25% {
        box-shadow: 5px -5px 10px 0px ;
    }
    50% {
        box-shadow: 5px 5px 10px 0px #d1b66d;
    }
    75% {
        box-shadow: -5px 5px 10px 0px #d1b66d;
    }
    100% {
        box-shadow: -5px -5px 10px 0px #d1b66d;
    }
}

.contenedor {
    border: 2px solid transparent;
    animation: iluminar 2s infinite linear; /* Aplica la animación en bucle */
}

.titulo a{
    color: white;
    padding: 5px 10px 5px 10px;
}

.titulo a {
    color: white;
    text-decoration: none; /* Esto elimina el subrayado predeterminado */
    font-size: 15px;
    transition: 0.3s;
}

.titulo a:hover {
    color: #d1b66d; /* Cambia el color cuando el cursor está encima */
    font-size: 20px;
    text-decoration: underline;
    /* Otros estilos de hover que desees aplicar */
}

.titulo img{
    width: 70px;
    height: 40px;
    border-radius: 35%;
    transition: 0.3s ;
}

.titulo img:hover{
    width: 105px;
    height: 55px;
    border-radius: 35%;
}

/* ////////////////////////////////////////////////////////////////////////// ESTILOS SLIDER  */

.slick-dots {
    visibility: hidden;
    display: none;
    height: 0.1px;
    width: 0.000010px;
    margin: 0%;
    padding: 0%;
}

.slider{
    width: 100%;
    margin: 40px 0 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}


.slider ul {
    display: none;
}

.slider img{
    width: 100%;
    height: 40em;
    border-radius: 15px;
}

.botonSlider{
    
    text-decoration: 2px solid #27335d;
    background-color: #27335d;
    border: 2px solid #27335d; /* Morado sólido (sin transparencia) */
    border-radius: 30%;
    height: 55px;
    transition: 0.3s;
    color: white;
    padding: 10px;
    margin: 10px;
    font-size: 20px;
}

.botonSlider:hover{
    background-color: rgba(2,0,0,0);
    border: 2px solid #d1b66d;
    height: 60px;
    color: #27335d;
    font-size: 30px;
}



/*//////////////////////////////////////////////////////////////////// 5g and 6g///////////////////*/

.info-section {
    padding: 20px;
    text-align: center;
}

.info-section img{
    width: 40em;
    border-radius: 50px;
}

.info-title {
    font-size: 40px;
    color: #333;
}

.info-text {
    font-size: 20px;
    color: #555;
}

.content {
    opacity: 0; /* Inicialmente, el contenido está oculto */
    transform: translateY(20px); /* Mueve el contenido hacia abajo para la aparición */
    transition: opacity 0.5s ease, transform 0.5s ease; /* Agrega transiciones suaves */
}

.appear{
        opacity: 0; /* Inicialmente, el contenido está oculto */
        transform: translateY(20px); /* Mueve el contenido hacia abajo para la aparición */
        transition: opacity 0.5s ease, transform 0.5s ease; /* Agrega transiciones suaves */
}

.video5g{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.dobleRow{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}

.dobleRow img{
 width: 30em;
 height: 25em;
 border-radius: 50%;
 transition: 0.3s;
}

.dobleRow img:hover{
    transform: rotate(360deg) scale(1.2);
    width: 31em;
    height: 26em;
}

.info5g{
    width: 50%;
    text-align: justify;
    flex-wrap: wrap;
}


.parallax-container {
    position: relative;
    height: 700px; /* Ajusta la altura según tu preferencia */
    overflow: hidden;
    width: 100%;
    background-image: url("../extras/5gblack.jpg");
    flex-direction: row;
    justify-content: center;
    align-items: center;

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.parallax-containerPersonal{
    background-image: url("../extras/tech.webp");

    position: relative;
    height: 700px; /* Ajusta la altura según tu preferencia */
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-image {
    width: 100%;
    height: 400px;
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    /* Agrega otros estilos para la imagen de fondo si es necesario */
}

.parallax-text {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo semitransparente para hacer el texto legible */
    padding: 50px;
    width: 100%;
    height: 700px;
}

.entreInfo{
    width: 50em;
}

.entreImg{
    width: 50em;
}

.entreImg img{
    width: 50em;
}

.entreImg img:hover{
    width: 40em;
    transform: rotate(0deg) scale(1);
}


/*//////////////////////////////////////////////// CV*/
.headCv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #27335d;
    color: white;
    width: 100%;
    padding: 20px;
    margin: 0 0 0 -15px;
    flex-wrap: wrap;
    text-align: justify;
}


.headCv h2:hover{
    transition: 0.3s;
    transform: scale(1.1);
}

.headCv img{
    border-radius: 50%;
    max-width: 30em;
    padding: 30px;

}

.headCv img:hover{
    transition: 0.3s;
    transform: scale(1.1);
}


.headCv h3{
    margin: 0 0 0 -15px;
    padding: 0 20px 0 0;
}

.headCv h3:hover{
    transition: 0.3s;
    transform: scale(1.1);

}

.headCv ul{
    list-style-type: disc;  
}


.downCV{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.parte {
    flex: 1; /* Divide igualmente el espacio entre las partes */
    border: 1px solid #000; /* Solo para fines de visualización */
    padding: 10px; /* Agrega espacio entre las partes */
    border: none;
  }


.cvBody h3{
    color: #27335d;
    transition: 0.3s;
}

.cvBody h3:hover{
    color: #8e1538;
    text-decoration: underline #8e1538;
    transform: scale(1.01);
}

/*//////////////////////////////////////////Calendario*/

.calendar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

@media (max-width: 1200px) {
    body img{
        max-width: 25em;
    }
    .headCv{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .headCv img{
        max-width: 20em;
        border-radius: 70px;
        overflow: hidden;
    }

    header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    header .contenedor .titulo {
        padding: 5px;
    }

    footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    footer .contenedor .titulo {
        padding: 5px;
    }

    .dobleRow{
        flex-wrap: wrap;
        font-size: small;
    }

    .dobleRow img{
        max-width: 20em;
    }

    .info5g{
        position: relative;
    }

    .entreImg img{
        max-width: 50em;
        width: 100%;
    }

    .slider img{
        max-height: 180px;
    }

}