@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.ttf'),
         url('../fonts/Nunito-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

header {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

body {
    margin: auto;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    background-image: url("../images/bot.svg") ;
    background-repeat:no-repeat;
    background-position: left bottom;
    min-height: 1000px;
}

a{
    text-decoration: none;
    color: white;
}

h1{
    
    text-align: center;
    color: #2E548A;
    padding: 0;
    line-height: 25px;
    font-size: 50px;
}

section{
    margin-bottom: 70px;
}

ul li{
    list-style-type: none;
}

#logo {
    background-image: url("../images/top.svg");
    background-repeat: no-repeat;
    background-position: -130px -40px;
    background-size:130%;
    width: 500px;
    height: 150px;
    
}

#logo img {
    margin: auto;
    padding: 10px 30px;
    width: 50%;
    max-width: 100px;
}


#optionsContainer {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-right: 40px;
}

#options {
    background-color: #2E548A;
    display: flex;
    justify-content: space-around;
    border-radius: 50px;
    align-self: center;
    color: white;
    padding: 10px 30px;
}

#options a:hover{
    background-color: white;
    color: #2E548A;
    border-radius: 50px;
}

#options p {
    padding: 0px 30px;
}

#gallery {
    width: 100%;
    height: 700px;
    background-color: #2E548A;
    background-image: url("../images/portada/AP1GczNbY8fLPB1Yf9Fnl25VSIB-bJhjdF3MPSKGZTykMKUW1u7omhtjpodkuQw1239-h929-s-no-gm.png");
    background-repeat: no-repeat;
    background-position: center top;
    
}



#main {

}



#text {
    margin: auto;
    width: 40%;
    padding-bottom: 30px;
}

#logos {
    background-color: #70BAE4;
    color: white;
    width: 60%;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 40px 70px;
    border-radius: 50px;
    max-height: 400px;
}

#logos p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.logo {
    padding: 40px;
    text-align: center;
}

.logo img{
    margin: auto;
    width: 80%;
    padding: 10px;
    text-align: center;
}

footer{
    background-color: #2E548A;
    color: white;
    padding: 50px;
    text-align: center;
}