body {
    background: rgb(128, 229, 247);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    color: white;

    
}

p {
    font-weight: 500;
    font-size: 18px;
    text-shadow: 1px 1px 12px black, 0 0 1em black, 0 0 0.2em black;
}


a {
    font-size: 20px;
}

a:visited {
    color: white;
}



.container > div,
.container .contenido1,
.container .footer {
    
    width: 90%;
    max-width: 1280px;
    margin: 5px auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
    padding: 20px;
    border-radius: 4px;
}

.rectangulo {
    margin-right: 20px;
}

.header {
    display: flex;
    justify-content: center;
    padding: 6px;
    max-width: 1280px;
    background: rgb(18, 15, 196);

    width: 100%;
    max-width: 1280px;
    margin: 5px auto;
    
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);

   
   
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

ul li a {
    padding: 0 16px;
    
}

p {
    margin: 0;
}


nav {
    position: fixed;
    background: rgb(18, 15, 196);
    display: flex;
    align-items: center;
    top: 0;
    left: 0;

        
}

.logo {
    display: none;
}


.contenido1{
    background-image: url(/images/fondo.jpg);
    background-repeat: no-repeat;
    width: 1500px;
    height: 550px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.contenido2{
    background-image: url(/images/fondo.jpg);
    background-repeat: no-repeat;
    width: 1500px;
    height: 430px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.footer {
    background: rgb(3, 1, 88);
    font-size-adjust: unset;
       
}

p {
    font-weight: 500;
    font-size: 18px;
    text-shadow: 1px 1px 12px black, 0 0 1em black, 0 0 0.2em black;
}



.widget-2{
    background: rgba(41, 73, 133, 0.479)
}

.widget-4{
    
    background-color: rgb(3, 6, 36);
   
}

.widget-5{
    text-align: center;
    background-color: rgb(3, 6, 36);
   
}

.widget-6{
    text-align: right;
    background-color: rgb(3, 6, 36);

}

.widget-12{
    margin-right: 30px;
    
}


@media (min-width: 768px) {
    
.logo {
    display: flex;
    align-items: center;
        
}


    nav {
        display: flex;
        align-items: center;
        background: rgb(18, 15, 196);
        position: inherit;
    }
    ul {
        flex-direction: row;
    }


}


@media screen and (max-width: 900px){
    .container .widget-1,
    .widget-3,
    .widget-7,
    .widget-9,
    .widget-11{
        grid-column: span 2;
    }
    .contenido1,
    .contenido2{

        width: 1500px;
        height: 1300px;
        background-repeat:repeat-y;
       
    }

}

@media screen and (max-width: 700px){
    .container .widget-1,
    .widget-7,.widget-8,.widget-9,.widget-10,.widget-11,.widget-12{
        grid-column: span 3;
        
    }
    .container .widget-2{
        grid-column: span 3;
    }
}