@charset "utf-8";

@font-face {
    font-family: 'firasans-regular';
    src: url(../fuentes/FiraSans-Regular.ttf);
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    
}
img {
    max-width: 100%;
}
    
li {
    list-style: none;
}

     body {
        font-family: 'Fira Sans', sans-serif;
        background-color:white;
    min-height: 100vh;
    position: relative;
    padding-bottom: 10.6em;}
    
    nav{
     
    background-color: black;
    padding: 1.5em;
    margin-bottom: 3em;
    text-align: center;
    text-decoration: none;
   }
   
   nav a {
    color: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
   }
       
   nav ul {
    max-width:90% ;
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: space-around;
    margin-right: auto;
   }
   .nosotras1 {
    margin-top: 0.2em;
   }
   .nosotras2 {
    margin-top: 0.5em;
   }
    h1 {
        font-size: 1.5em;
        color: white;
        text-transform: uppercase;
        margin-bottom: 1em;
    }
    h3 {
        color: black;
    }
    .equipo21 {
        width: 60vh;
        background: #1e9ad6;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
      align-items: center;
      text-align: center;
    padding: 1.1em;
    margin-bottom: 3em;
    }
.integrante1 {
    display: none;
}
 .integrantes a {
    text-decoration: none;
 }
.integrantes img {
margin-bottom: .3em;
}
.integrantes h3 {
    margin-bottom: 0.8em;

}
.integrantes h3:hover {
    background-color: #fbd921;
    padding: .6em;
    transition: .3s
}
.contenedor {
    width: 80%;
    background: #009de2;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  align-items: center;
  text-align: center;
padding-top: 2em;
padding-left: 3em;
padding-right: 3em;
padding-bottom: 3em;
margin-top: 1em;
margin-bottom: 5em;
}
 
      .acumar {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    max-width: 80%; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em; 
    padding: 2em;
    background-color: #e7e7e8;
    color: black;
    }
   .acumar a {
    text-decoration: none;
    color: #009de2;
    background-color: #e7e7e8;
    padding: .6em;
    margin-top: 1em;
   }

   .integrante {
    padding-top: 20em;
    color: black;
   }
    
    footer{
    
        background-color: #009de2;
        color: white;
        text-align: center;
        padding: 1em;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    footer p {
        font-family: "firasans-regular";
        font-size: 0.8em;
        font-weight: 100;
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0.5em;
        padding-right: 1em;
        padding-bottom: 0.3em;
    }


    @media screen and (min-width: 350px){

        nav ul {
            max-width:90% ;
            display: flex;
            flex-direction: row;
            gap: 2.4em;
            justify-content: space-around;
            margin-left: auto;
           }

        .equipo21 {
            width: 60vh;
            background: #1e9ad6;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            flex-direction: column;
          align-items: center;
          text-align: center;
        padding: 1.1em;
        margin-bottom: 3em;
        }
    .integrante1 {
        display: none;
    }
     .integrantes a {
        text-decoration: none;
     }
    .integrantes img {
    margin-bottom: .3em;
    }
    .integrantes h3 {
        margin-bottom: 0.8em;
    
    }
    .integrantes h3:hover {
        background-color: #fbd921;
        padding: .6em;
        transition: .3s
    }
     
          .acumar {
        display: flex;
        flex-direction: column;
        gap: 1em;
        align-items: center;
        max-width: 80%; 
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em; 
        padding: 2em;
        background-color: #e7e7e8;
        color: black;
        }
       .acumar a {
        text-decoration: none;
        color: #009de2;
        background-color: #e7e7e8;
        padding: .6em;
        margin-top: 1em;
       }

       .contenedor {
        width: 90%;
        background: #009de2;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
      align-items: center;
      text-align: center;
    padding-top: 2em;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 3em;
    margin-top: 1em;
    margin-bottom: 1em;
    }
    }

    @media screen and (min-width: 768px){
        nav ul { margin-left: auto;
            margin-right: auto;
            max-width: 63% ;
            display: flex;
            flex-direction: row;
            gap: 10em;
            justify-content: space-between;
           }
        .equipo21 {
            width: 90vh;
           
        }
        .integrantes {
        font-size: .9em;
        display: flex;
        flex-direction: row;
        gap: 2em;
        text-align: center;
        margin-top: 0.4em;
    }
    .acumar {
        
        max-width: 60%;
        margin-bottom: 1em; 
    }
        .contenedor {
            width: 61%;
            background: #009de2;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            flex-direction: column;
          align-items: center;
          text-align: center;
        padding-top: 2em;
        padding-left: 3em;
        padding-right: 3em;
        padding-bottom: 3em;
        margin-top: 1em;
        margin-bottom: 1em;
        }
        .proceso {
            margin-left: 3em;
            margin-right: 4em;
        }
        
        .proceso2 {
            margin-left: 0.5em;
            margin-right: 1em;
        }
        
        .proceso-noticias {
            padding-top: 1em;
            margin-left: 2em;
        }
        .proceso-noticias2 {
            padding-top: 1.2em;
            margin-left: 2em;
        }
        .proceso-noticias3 {
            padding-top: 1.3em;
            margin-left: 2em;
        }
        .foto-proceso2 {
            margin-top: 1.2em;
        }
        .foto-proceso3 {
            margin-top: 0.8em;
        }
        .contenedor.contenedor__noticias {
            margin-bottom: 1em;
        }
        .contenedor__noticias {
            display: flex;
            flex-direction: row;
            gap: 1em;
        }

        .proceso.menu {
            margin-bottom: 2em;
        }

        .foto-proceso {
            margin-top: 2em;
        }

        .contenedor__home p {
            max-width: 20em;
            margin-bottom: 1em;
        }

        body {
            font-family: 'Fira Sans', sans-serif;
            background-color:white;
        min-height: 100vh;
        position: relative;
        padding-bottom: 8em;}
        
}

.foto-proceso3 {
    margin-top: 0.5em;
}


.nosotras1 {
    margin-top: 0.5em;
}

h1 {
    margin-top: 0.6em;
}

h2 {
    margin-bottom: 0.5em;
}

.imagen-acumar {
    padding-left: 1em;
    padding-right: 1em;
}

p {
    padding-left: 0.9em;
    margin-top: 0.7em;
    margin-bottom: 0.8em;
}

    /*css especifico para plan.html*/
    .contenedor__noticias {
        display: flex;
        flex-direction: row;
        gap: 1em;
        
    }
    .contenedor__noticias p {
        max-width: 10em;
        
    }
    
    .contenedor__noticias img{
        height: 30em;
      
    }
    .contenedor__home img{
     height: 20em;} 
    .contenedor__formularios img{
        height: 30em;} 

    .contenedor span {
        color: white;
    }
    .contenedor__home p {
        max-width: 20em;
    }
    .contenedor__formularios p {
        max-width: 20em;
        
    }
    
    .contenedor__preentrega img {
        margin-bottom: 0.3em;
    }

    .proceso {
        margin-left: 3em;
        margin-right: 4em;
    }
    
    .proceso2 {
        margin-left: 0.5em;
        margin-right: 1em;
    }
    
    .proceso-noticias {
        padding-top: 0em;
    }
    .proceso-noticias2 {
        padding-top: 1.2em;
        margin-left: 2em;
    }
    .foto-proceso2 {
        margin-top: 1.2em;
    }
    .contenedor.contenedor__noticias {
        margin-bottom: 1em;
    }
    .contenedor__noticias {
        display: flex;
        flex-direction: row;
        gap: 1em;
    }

    .proceso.menu {
        margin-bottom: 2em;
    }

    .foto-proceso {
        margin-top: 1.2em;
    }

    .contenedor__home p {
        max-width: 20em;
        margin-bottom: 1em;
    }

    @media screen and (max-width: 768px) {
        .contenedor__noticias {
            display: flex;
            flex-direction: column;
            gap: 1em;
            margin-bottom: 1em;
            
        }
    
    }
    
.verticalimg {
    max-height: 10em;
}
.horizontalimg {
    max-width: 10em;
}