@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playwrite+AU+NSW:wght@100..400&family=Sigmar&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playwrite+AU+NSW:wght@100..400&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Sigmar&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Coiny&family=Oswald:wght@200..700&family=Staatliches&family=Tangerine:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: Skranji, Arial, Helvetica, sans-serif;
    text-decoration: none;

}

body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/fondo.jpg);

}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    transition: 0.7;
    padding: 30px 20px;
    z-index: 10;
}

.Header.abajo {
    background: #c36bdd;
    padding: 15px 20px;
}

.menu-icon {
    display: none;
}

.menu-icon i {
    color: white;
    font-size: 30px;



}

.Header .logo {
    width: 100px;
    height: 100px;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 2px;
    transition: 1.5s;
    text-decoration: none;
}

.navbar {
    padding: 10px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    height: 70px;

}

.Header .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Header .menu .item {
    list-style-type: none;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
}

.Header .menu .item .link {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 15px;
    text-decoration: none;
    color: #f8f4f2;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 0.7s;
    font-size: 20px;

}

.menu .item .link:hover {
    padding: 5px 10px;
    color: rgb(247, 247, 247);
    border-radius: 15px;
    border: 2px solid transparent;
    cursor: pointer;
}

#about-section {
    margin-top: 190px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/fondo.jpg);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    margin-bottom: 140px;
}

.about-left img {
    margin-left: 40px;
    margin-right: 100px;
    margin-bottom: 0%;
    width: 600px;
    height: auto;
}

.about-right {
 
    width: 54%;
}

.about-right ul li {
 
    display: flex;
    align-items: center;
}

.about-right h1 {
    font-family:  "Oswald", Arial, Helvetica, sans-serif;
    color: rgb(25, 22, 170);
    font-size: 32px;
    margin-bottom: 5px;
}

.about-right p {   
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-align: justify;
     margin-left:50px;
    margin-right: 60px;
    color: rgb(255, 255, 255);
    line-height: 36px;
    font-size: 17px;
}

#about-section2 {
    margin-top: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(fondo.jpg);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    gap: 0px;
}

.about-right2 img {
    margin-right: 0px;
    margin-bottom: 0%;
    width: 910px;
    height: auto;
}

.about-left2 {
    width: 54%;
    padding-right: 50px; 
    padding-left: 50px;
}

.about-left2 ul li {
    display: flex;
    align-items: center;
}

.about-left2 h1 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    color: rgb(25, 22, 170);
    font-size: 37px;
    margin-bottom: 5px;
}

.about-left2 p {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-align: justify;
    color: rgb(255, 255, 255);
    line-height: 36px;
    font-size: 17px;
}

#about-section1 {
    margin-top: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(fondo.jpg);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
}

.about-left1 img {
    margin-right: 100px;
    margin-bottom: 0%;
    width: 980px;
    height: auto;
}

.about-right1 {
    width: 54%;
}

.about-right1 ul li {
 
    display: flex;
    align-items: center;
}

.about-right1 h1 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    color: rgb(25, 22, 170);
    font-size: 37px;
    margin-bottom: 5px;
}

.about-right1 p {  
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-align: justify;
     margin-left:50px;
    margin-right: 60px;
    color: rgb(255, 255, 255);
    line-height: 36px;
    font-size: 17px;
}

/* Animación de fade-in */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px); 
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 1s ease-out forwards;
}


.hidden {
    opacity: 0;
}

.ft-container {
    margin-top: 50px;
    max-width: 12000px;
    margin: 0 auto;
}

.footer {
    
    background-color: #000000;
    padding: 100px 0 0;
}

.ft-row {
    display: flex;
    flex-wrap: wrap;
}

.ft-link {
    width: 25%;
    padding: 0 270px;
}

.ft-link h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 500;
    border-bottom: 2px solid rgb(23, 55, 143);
    display: inline-block;
    padding-bottom: 10px;
}

.ft-link ul li a {
    font-size: 18px;
    text-decoration: none;
    color: rgb(252, 252, 252);
    display: block;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.ft-link ul li a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.social-link a {
    display: inline-block;
    min-height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0px 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.social-link a:hover {
    background-color: rgb(23, 55, 143);
}
.derechos {
    margin-top: 100px;
    color: #3c3a3d;
    position: relative; 
    bottom: 20px; 
    left: 50%; 
    transform: translateX(-50%); 
    text-align: center; 
    width: 100%; 
  }
  
  

  @media screen and (max-width: 1268px) {
    body {
        font-size: 14px;
    }

    #about-section, #about-section1, #about-section2 {
        margin-top: 150px;
        padding: 0 20px;
    }

    .about-left, .about-left1 {
        order: 1;
    }

    .about-left img, .about-left1 img, .about-right2 img {
        width: 900px;
        max-width: 100%;
        height: auto;
        margin: 0;
    }

    .about-right, .about-right1 {
        order: 2;
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .about-right h1, .about-right1 h1, .about-left2 h1 {
        font-size: 2em;
    }

    .about-right p, .about-right1 p, .about-left2 p {
        text-align: justify;
        font-size: 1em;
        margin-left: 0;
        margin-right: 0;
    }

    
    #about-section2 {
        display: flex;
        flex-direction: row;
    }

    .about-left2 {
        order: 1; 
        width: 100%;
        text-align: left; 
        padding: 20px;
    }

    .about-right2 {
        order: 2;
    }

    .ft-container {
        padding: 0 20px;
    }

    .ft-row {
        flex-direction: column;
        align-items: center;
    }

    .ft-link {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .ft-link h4 {
        font-size: 18px;
    }

    .ft-link ul li a {
        font-size: 16px;
    }

    .social-link a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .derechos {
        margin-top: 50px;
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    header {
        padding: 15px;
    }

    .Header .logo {
        right: 35px;
        font-size: 1.5em;
    }

    .navbar {
        left: 35px;
        padding: 0px;
    }

    .menu-icon {
        display: block;
    }

 
    #about-section, #about-section1, #about-section2 {
        margin-top: 150px;
        flex-direction: column; 
        padding: 0 20px;
    }

    .about-left, .about-left1, .about-right2 {
        order: 1;
    }

    .about-right, .about-right1, .about-left2 {
        order: 2; 
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .navbar .menu {
        position: absolute;
        top: 70px;
        flex-direction: column;
        text-align: center;
        background: rgb(16, 23, 43);
        gap: 0px;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 20px;
    }

    .navbar .menu .item {
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar .menu .item:last-child {
        border-bottom: none;
    }

    .Header .menu .item .link {
        font-size: 16px;
    }

    .menu .item .link:hover {
        padding: 5px 10px;
        color: rgb(247, 247, 247);
        border-radius: 15px;
        border: 2px solid transparent;
        cursor: pointer;
    }

    #about-section {
        margin-top: 150px;
        padding: 0;
        margin-bottom: 0px;
    }

    .about-left img, .about-left1 img, .about-right2 img {
        width: 100%;
        max-width: 100%;
    }

    .about-right h1, .about-right1 h1, .about-left2 h1 {
        font-size: 3em;
    }

    .about-right p, .about-right1 p, .about-left2 p {
        font-size: 1.4em;
    }

    #about-section2 {
        padding: 0;
        margin-top: 0px;
    }

    .about-left2 h1 {
        font-size: 3em;
    }

    .about-left2 p {
        font-size: 1.4em;
    }

    #about-section1 {
        margin-top: 0;
        padding: 0;
    }

    .about-right1 h1 {
        font-size: 3em;
    }

    .about-right1 p {
        font-size: 1.4em;
    }
}