@font-face {
    font-family: 'Ethnocentric';
    src: url('/Resource/Fonts/ETHNOCENTRIC RG.TTF') format('truetype');
}

@font-face {
    font-family: 'Calibr';
    src: url('/Resource/Fonts/CALIBRI.TTF') format('truetype');
}

img{
    
    height: 100px;
}

h2{
    font-weight: bold;
    font-size: 40px;
    font-family: 'Ethnocentric', sans-serif;
}

body{
    margin: 0;
    font-family: 'Calibr', sans-serif;
        font-weight: bold;
}


/*Primera sección*/

.First-Section{
    position: relative;
    z-index: 2;
    background-image: url('/Resource/Index2.png');/*Cambiar dirección*/
    background-size:cover;
    color: white;
    height: 600px;
    
    background-position: center; /* Centra la imagen */ 
    background-repeat: no-repeat; /* Evita que la imagen se repita */
   
}


.Background{
    display: flex;
    text-align: end;
    align-items: center;
    justify-content: space-between;
}    

.Redes{
    display: flex;
    flex-direction: column;
    margin: 150px 0px 0px 60px;
   
}


 
.Redes a{
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    flex-wrap: wrap;
    
}

.instagram{
    width: 110px;
    height: 110px;
    margin-bottom: -4%;
    margin-left: -5px;

}

.Linkedin{
    width: 75px;
    height: 75px;
    margin-bottom: 3%;
    margin-left: 4%;
    margin-right: 5%;
}

.red-text{
    font-size: 24px;
    font-family: 'Ethnocentric', sans-serif;

}

.TextContainer{
    width: 400px;
    margin: 150px 60px 0px 0px;
    
}

.gray-transparent-bg {
    background-color: rgba(128, 128, 128, 0.5);
    padding: 2px;
    border-radius: 10px;
}

/*Segunda sección*/

.Second-Section {
    position: relative;
    background: linear-gradient(to bottom, #00011a,#000127 );
    color: white;
    display: inline-block;
    margin-top: -15%;
    display: flex; 
    flex-direction: column; 
    width: 100%; 
    overflow: hidden;
    
}

.back2{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 60%;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}

.back2 img{
    background-size: cover;
    background-repeat: no-repeat;
    width: 72%;
    height: 87%;
}


.Contenido-1{
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    flex-wrap: wrap;
}

.contenido-texto{
    width: 50%;
    margin: 2%;
}

.contenido-1-img {
    width: 400px;
    height: 400px;
    margin: 2%;
}

.contenido-1-img img{
    width: 100%;
    height: 80%;

}

.Contenido-2{
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0px 10px 100px 10px;
}

.Contenido-2 p{
    position: relative;
    width: 75%;
    left: 12%;
}


/*Responsive*/

@media (max-width: 833px){
    .back2 img{
        width: 100%;
    }
    .Background{
        flex-direction: column;
    }

    .Redes{
        flex-direction: row;
        margin: 0;
       margin-top: 12%;
        text-align: center;
        margin-bottom: 50px;
    }

    .Redes a{
        flex-direction: column;
    }

    .Redes span{
        width: 115px;
        font-size: 13px;
    }

    .TextContainer{
        margin: 0;
       
        width: 80%;
        text-align: center;
    }

    .contenido-1-img{
        width: 200px;
        height: 200px;
        margin-top: 5%;
    }

    .Second-Section{
        margin-top: -20%;
    }

    .red-link .instagram {
        width: 98px;
        height: 98px;
        margin-bottom: -8.5px;
    }

    .Redes img {
        width: 88px;
        height: 88px;
    }

    .Redes .Linkedin{
    margin-top: 12%;
        width: 68px;
        height: 68px;
        margin-bottom: 8px;
        
    }  
}


@media (max-width: 718px){

    .Contenido-1{
        margin-top: 17%;
    }
    .contenido-texto{
        width: 50%;
        text-align: justify;
    }

    .Contenido-2 p{
        text-align: justify;
    }

    .Redes{
        margin-top: 13;
    }
   
    .Redes img {
        width: 70px;
        height: 70px;
    }
    
    .red-link .instagram {
        width: 80px;
        height: 80px;
        margin-bottom: -10px;
    }

    .Redes span{
        width: 115px;
        font-size: 12px;
    }

    .Redes .Linkedin{
        margin-top: 6%;
            width: 55px;
            height: 55px;
            margin-bottom: 7px;
            
    }  

    .info-column {
        max-width: 100%;
    }

    
}

@media (max-width: 660px){
    .Second-Section{
        margin-top: -25%;
    }
}

@media (max-width: 499px){
    h2{
        font-size: 25px;
    }

    .Contenido-1{
        margin-top: 25%;
    }


    .Redes img{
        margin-top: 25%;
        width: 50px; /* Ajuste de tamaño para pantallas muy pequeñas */
        height: 50px;
    }

    .contenido-1-img{
        width: 150px;
        height: 150px;
    }

    .red-link .instagram{
        margin-top: 24%;
        margin-bottom: -3px;
        width: 55px;
        height: 55px;
    }

    .Redes span{
        font-size: 10px;
        width: 100px;
        text-align: center;
    }

    .Redes .Linkedin{
        margin-top: 29%;
            width: 40px;
            height: 40px;
            margin-bottom: 7px;
            
    }  

    .Second-Section{
        margin-top: -32%;
    }
}

@media (max-width: 393px){

    .red-link .instagram{
        margin-top: 48%;
        margin-bottom: -4px;
        width: 55px;
        height: 55px;
    }
    .Redes img{
        width: 50px;
        height: 50px;
        margin-top: 50%;
    }

    .Redes .Linkedin{
        margin-top: 53%;
            width: 40px;
            height: 40px;
            margin-bottom: 7px;
            
    } 

    .Contenido-1{
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-top: 30%;
    }

    .contenido-texto{
        width: 80%;
        margin-bottom: 2%;
    }

    .contenido-1-img{
        width: 250px;
        height: 250px;
        margin-top: 2%;
    }

    .Second-Section{
        margin-top: -36%;
    }
}

@media (min-width: 1333px){
    .First-Section{
        height: 800px;
    }

    
}

@media (min-width: 1444px){

    h2{
        font-size: 50px;
    }

    p{
        font-size: 30px;
    }

    .Redes span{
        font-size: 30px;
    }

    .Redes a{
        height: 130px;
    }

    .Redes img{
        width: 130px;
        height: 130px
    }

    .instagram{
        width: 170px;
        height: 170px;
    }

    .Redes .Linkedin{
       
        width: 100px;
        height: 100px;
        margin-bottom: 7px;
            
    } 

    .TextContainer{
        width: 800px;
        
    }

    .contenido-1-img{
        width: 400px;
        height: 400px;
    }
}

@media (min-width: 1660px){
    .First-Section{
        height: 1000px;
    }
}


@media (min-width: 2000px){

    .TextContainer{
        width: 1000px;
        
    }

    p{
        font-size: 40px;
    }

    h2{
        font-size: 62px;
    }

    img{
        width: 250px;
        height: 250px;
    }

    .Redes span{
        font-size: 45px;
    }

    .contenido-1-img{
        width: 500px;
        height: 500px;
    }

    .instagram{
        width: 250px;
        height: 250px;
    }

    .First-Section{
        height: 1200px;
    }
}


@media (min-width: 2600px) {
    .back2 img {
        width: 70%;
        height: 77%;
    }

    .First-Section{
        height: 1500px;
    }
}

/* Sección de Información */
.Info-Section {
    background-color: #282c34;
    color: white;
    padding: 50px 20px;
    text-align:left;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-column {
    flex: 1;
    max-width: 50%;
    box-sizing: border-box;
    padding: 20px;
    min-width: 300px;
}

.info-content {
    z-index: 1;
    position: relative;
}

.Info-Section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.Info-Section p {
    font-size: 1.2rem;
    line-height: 1.6;
}

.footer-section {
    background: linear-gradient(to bottom, #00011a, #000127);
    color: white;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.footer-content p {
    margin: 10px 20px;
    font-size: 1rem;
}

.social-icons {
    margin-top: 10px;
}
