
body {
    background-color: #e6e7e8;
    margin: 0;
    overflow-x: hidden;
}

.título1{     
    font-style: normal;
    color: rgb(48, 138, 255);
    font-size: 50px;
    display: flex;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: 3px 4px #303030;
    font-weight: bold;
    line-height: 50px;
    justify-content: center;
    height: 120px;
    width: 120px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.título1:hover{
    animation: colors 1s linear infinite alternate;
    transform-origin: center;
}

@keyframes colors {
    0%{
    filter: hue-rotate(0deg); transform: scale(1);
    }
    100%{
    filter: hue-rotate(360deg); transform: scale(1.5);
    }
}

.IMAGENLOGO{
    width: 8%;
    height: 100%;
    margin-left: 20px;
    margin-right: 540px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.IMAGENLOGO:hover{
    animation: animation 3s ease forwards;
}

@keyframes animation {
    0%{
        opacity: 10%;
    }
    50%{
        opacity: 70%;
    }
    100%{
        opacity: 100%;
    }
}

.MENÚ{
    width: 100%;
    height: 60px;
    gap: 20px;
    align-items: center;
    display: flex;
    background-color: #95b9ff;
}

.MENÚ a{
    color: #000000;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.AFICHE{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    padding-top: 40px;
    padding-bottom: 100px;
    border-radius: 20px;
}

.SELECCIONADA1{
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.SELECCIONADA1:hover{
    color: #FFFFFF;
    background-color: #6599ff;
}

.SELECCIONADA2{
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.SELECCIONADA2:hover{
    color: #FFFFFF;
    background-color: #6599ff;
}
.SELECCIONADA3{
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.SELECCIONADA3:hover{
    color: #FFFFFF;
    background-color: #6599ff;
}

.SELECCIONADA4{
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.SELECCIONADA4:hover{
    color: #FFFFFF;
    background-color: #6599ff;
}

.SELECCIONADA5{
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.SELECCIONADA5:hover{
    color: #FFFFFF;
    background-color: #6599ff;
}

.tabla1{
    background-color: #a4b9ff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 28px;
    text-align: center;
    border-radius: 15px;
}

.CELDA1{
    background-color: rgb(9, 100, 100);
    column-span: "2";
}

.tabla2{
    margin-top: 60px;
    margin-bottom: 60px;
    width: 75%;
    text-align: center;
    border-collapse: collapse;
    font-size: 22px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.tabla3{
    margin-top: 30px;
    margin-bottom: 60px;
    width: 75%;
    text-align: center;
    border-collapse: collapse;
    font-size: 22px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.MARCASPADRE{
    background-color: #a0a0a0;
    width: 100%;
    height: 300px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.MARCAS{
    border-radius: 25px;
    margin-left: 60px;
    width: 650px;
}

.MARCASTEXT1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: 50px;
    font-size: 30px;
}

.MARCASTEXT2{
    color: #001aff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: 50px;
    font-size: 40px;
}

.EQUIPOS{
    border-radius: 25px;
    margin-right: 50px;
    width: 600px;
}

.EQUIPOSTEXT{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    color: #000000;
    margin-left: 60px;
}

.EQUIPOSTEXT2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    color:#001aff;
    margin-left: 60px;
}

.SEDESPERÚ{
    background-color: #001E63;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}



            /*SEDES*/




.imagen3{
    border-radius: 30px;
    box-shadow: 7px 7px rgba(0, 0, 0, 0.61);
    display: block;
    margin: auto;
    margin: 10px;
    opacity:1;
    transition: opacity 0.3s ease;
}

.imagen{
    border-radius: 30px;
    margin-bottom: 100px
}

.imagen:hover {
    opacity: 0.6;
}

.SEDESTEXT{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #3f92ff;
    font-size: 50px;
}

.SEDESLI{
    text-align:center ;
}



            /*HISTORIA*/



#ENCABEZADO{
    font-size: 30px;
    font-family: "Poller One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 3%;
    margin-right: 3%;
}

#LCAPITAL{
    font-size: 70px;
    margin-left: 0.08%;
}

#HISTORIA1{
    color: rgb(41, 41, 41);
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: justify;
    margin-left: 3%;
    margin-right: 3%;
}

#HISTORIA2{
    color: rgb(41, 41, 41);
    font-size: 30px;
    font-family: "Playwrite IE", cursive;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin-left: 3%;
    margin-right: 3%;
}

#HISTORIA3{
    color: rgb(41, 41, 41);
    font-size: 33px;
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin-left: 3%;
    margin-right: 3%;
}

#HISTORIA4{
    color: rgb(41, 41, 41);
    font-size: 30px;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin-left: 3%;
    margin-right: 3%;
}

a {
    text-decoration: none;
}



            /*CONTACTENOS*/



.CONTÁCTENOS{
    width: 50%;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    border-collapse: collapse;
    margin-top: 100px;
    margin-bottom: 120px;
}

.CONTÁCTENOSTDT{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center left;
    height: 70px;
    background-color: #2c6fff;
    padding-left: 35px;
    padding-right: 35px;
}

.CONTÁCTENOSTD{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    color: #000000;
    text-align: center left;
    height: 80px;
    background-color: #FFFFFF;
    padding-left: 35px;
    padding-right: 10px;
}

.btn-wsp {
    background: #25d366;
    color: #FFF;
    border-radius: 18px;
    width: 55px;
    border-style: solid;
    justify-content: center;
    display: flex;
    padding: 4px;
    font-size: 55px;
    transition: transform 0.3s ease;
}

.btn-wsp:hover {
    transform: scale(1.2);
}

.btn-fcb {
    background: #0865FE;
    color: #FFF;
    border-radius: 18px;
    width: 55px;
    border-style: solid;
    justify-content: center;
    display: flex;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 50px;
    transition: transform 0.3s ease;
}

.btn-fcb:hover {
    transform: scale(1.2);
}

.icono-ig {
    font-size: 74px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    
    transition: transform 0.3s ease;
    display: inline-block;
    margin-left: 2px;
}

.icono-ig:hover {
    transform: scale(1.2);
}

.ICON1{
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-left: 20px;
    transition: opacity 1s ease;
}

.ICON1:HOVER{
    animation: zoom2 1s linear forwards;
    opacity: 0.6
}

@keyframes zoom2{
    0%{
        transform: scale(1);
    }
    
    100%{
        transform: scale(1.15);
    }
}



            /*CARRERAS*/



.CARRERASTÍTULO{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 65px;
    width: 100%;
    color: #001aff;
    height: 75px;
    font-style: bold;
    display: inline-block;
    position: relative;
    overflow: hidden;
    animation: movimiento 2s linear infinite alternate;
}

@keyframes movimiento{
    0%{
        transform: translateX(0%);
    }

    100%{
        transform: translateX(80%);
    }
}
