* {
  box-sizing: border-box;
    margin: 0;
}

ul {
margin:0;
padding:0;
}

/* BODY */

body {
    background-image: url('imagenes/00000005.JPG');
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #202629;
    background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}
@media only screen and (max-width: 560px) {
  body {
      background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
        }
}

/* HEADER */

header {
    flex-grow: 0;
    height: 25em;
    }

nav {
    background-color: #202629;
    width: 100%;
        position: fixed;

    top: 0;
         padding: 0.6em 0.6em;
}

nav>ul {
    list-style: none;   
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

}

nav>ul>li>a {
    color: beige;
    font-family: Roboto;
    font-size: 0.5em;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-right: 2em;
    font-weight: 500;
    display: block;
}
@media screen and (max-width: 560px) {
  nav>ul>li {
         font-size: 1.6em;
      color: aqua;

        }
}

nav>ul>li>a:hover {
    font-weight: 900;
    font-style: italic;
    color: #97d8b5;    
    letter-spacing: 0.2em;
}

.header-caja {
    margin: auto;
    width: 80%;
 margin-top: 9em;
    height: auto;
    
}

h1 {
    color: #fefefe;
    text-shadow: 3px 5px #27382f;
    font-size: 3em;
    line-height: 0.8em;
    text-align: left;
    height: auto;
    font-family: Raleway !important;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    
        
}

/* MAIN */

main {
    flex-grow: 1;
    width: 80%;
    margin: auto;
    background-color: rgba(32, 38, 41, 0.9);
    min-height: 100vh;
          
}

.cuerpo-main{
     display: flex;
    flex-direction: row;
    padding: 4em 1.8em 2em;
    flex-flow: wrap;
     width: 100%;
    
}

.columna-main1{
    padding-right: 0.4em;
        font-size:4em;
    color: white;
    font-family: raleway;
    font-style: italic;
       margin: 0;
    
    
}

.columna-main2>ul {
    font-family: roboto;
    font-weight: 300;
    line-height: 180%;
    list-style: none;
    }

.columna-main2>ul>li{
    margin-bottom: 2em;
}

.columna-main2{
    color: beige;
    font-family: roboto;
    text-transform: capitalize;
    font-size: 0.9em;
    padding: 0em 0.9em 0em 0em;
    width: 23.2em;
    
}

.columna-main3{
    color: beige;
    font-family: roboto;
    text-transform: capitalize;
    font-size: 0.9em;
    padding: 0em 0.9em 0em 0em;
    
}

.img-1 {
    width: 3.5em;
    height: 3.5em;
    background-color: black;
    object-fit: cover;
    opacity: 0.8;
    }

.img-1:hover {
       opacity: 1;
    }

.boton1 { 
    display: flex;
flex-direction: row;
justify-content: space-around;
    align-content: center;
}

.boton { height: 4em;
    width: 6em;
    margin-top: 3em;    
}

.boton3 { height: 4em;
    width: 4em;
    margin-top: 3em;    
}

h2 {
    font-size: 2.8em;
    font-family: Raleway;
    font-weight: 300;
    margin-top: 0.58em;
    text-transform: lowercase;
    text-align: center;
    color: #fefefe;
}

h3 {
    color: #97d8b5;
    font-family: Raleway;
    font-weight: 600;
    font-style:italic;
    letter-spacing: 0.5em;
    padding: 1em 1.5em;
    background-color: rgba(111, 111, 111, 0.08);
    
    }

h5 {
    font-family: raleway;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 1.5em;
    text-transform: uppercase;
    
}

h6 {
    font-family: roboto;
    font-weight: 200;
    font-size: 2em;
    margin-top: 0.1em;
    }

h7 {
    font-family: roboto;
    font-weight: 200;
    letter-spacing: 0.2em;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 4em;
    color:aqua;
    }

h8 {
    font-family: roboto;
    font-weight: 200;
    letter-spacing: 0.2em;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 3em;
    color:#ffeb00;
    }

/* FOOTER */

footer {
    flex-grow: 0;
    background-color: #2e2e2e;
    width: 100%;
    bottom: 0;
         padding: 1.2em 1em;
    margin-top: 3em;
    border-top: 0.3em solid #414141;
}

.foot {
    width: 80%;
    margin: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
    }

.dgpc {
    color: #ebebeb;
    font-family: roboto;
    font-weight: 100;
    font-size: 1em;
}

.fadu {

    color: #ebebeb;
    font-family: roboto;
    font-weight: 100;
    font-size: 1em
}

@media (max-width:35em) {
    
    .cuerpo-main{
     display: flex;
    flex-direction: column;
    padding: 4em 1.8em 2em;
    flex-flow: wrap;
    width: 100%;
    }
    
    
    main {
        width: 90%;
        margin: auto;
        padding: 0em 0em;
    }
    
    
}



/* WebApp */

.w-app {
    max-width: 80%;
    padding: 2em;
}