*
{

    box-sizing: border-box;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

body
{

    background-color: white;
    margin: 0;
    padding: 0;

}

html
{

    scroll-behavior: smooth;

}

button
{

    padding: 15px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: rgb(245, 245, 245);
    font-weight: bold;

}

button:hover
{

    background-color: rgb(206, 206, 206);

}

a
{

text-decoration: none;
color: black;

}

a:hover
{

    color: #283618;

}

.container
{

    margin: 0;
    padding: 0;
    font-family: sans-serif;
    max-width: 1440px; 
}
.topnav
{

    margin: 0;
    padding: 0;
    background-color: white;
    align-items: center;
    justify-content: center;

}
.topnav .container
{
    display: flex;
    flex-direction: column;
    padding: 80px;
    align-items: center;
    justify-content: center;
    height: 100%;

}

#brand
{

    text-align: center;
    font-size: 2.4em;
    width: 50%;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;


}

.botonesact{

    text-align: center;


}
.logo
{

    margin: 0;

}

#action
{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    padding: 0;
}

#action a
{

    margin: 12px 0;
    font-size: 1.4em;
}

/* cuerpo */

picture
{

    margin: 0;
    padding: 0;

}


#aboutop
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 20px;
}

#aboutop .container
{

    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;

}

#aboutop h2
{

    font-size: 2.6em;
    padding: 0;
    margin: 0;

}

#aboutop .texto
{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#aboutop p
{

    font-size: 1.1em; 
    padding: 5px 0;
    text-align: center; 
    margin: 20px 0;

}


#mision
{

    display: flex;
    flex-direction: column;
    min-height: 300px;
    width: 100%;
    justify-content: center;
    align-items: center; 
    text-align: center;
    padding: 20px;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../sources/about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

#mision .container
{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 100%;
}


#mision h2
{
    
    font-size: 2.6em;
    margin: 0;
    
    padding: 0; 

}


#valores
{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    background-color: rgb(69, 69, 69);
    justify-content: center;  
    padding: 30px 0;
    /* padding: 50px 30px */

}

#valores .container
{

    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

}

#valores .valdes
{

    display: grid;
    grid-template-columns: repeat(1,2fr);
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.valor
{

    border-radius: 5px;
    padding: 40px 0; 
    background-position: center;
    height: 100%;
    background-color: #fffdf0;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    border: 1px solid;
    margin: 10px 0;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

}
#valores h2
{

    padding: 0 5px;
    justify-content: center; 
    font-size: 2em; 
    margin: 0 0;

}

.textvalor
{
    display: flex;
    align-items: center;
    font-size: 1.2em;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 5px 0;
    color: white;

}

#foot
{

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

#foot .container{

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    text-align: left;
}

.redes
{

    display: flex;
    flex-direction: column;

}

.redes a
{

    margin: 10px 0;
    padding: 0 5px;

}
#foot a, #foot p
    {

        display: flex;
        align-items: center;
        gap: 2px;

    }


@media(max-width:768px) 
{

  
      

}

@media(min-width:769px)
{

   

}

@media (min-width:992px) {
    
    .topnav
    {

        position: fixed;
        background-color: rgb(69, 69, 69); 
        color: white;
        padding: 20px 0;
        width: 100%;

    }


    .topnav a
    {

        color: white;

    }

    

    .topnav .container
    {
        display: flex;
        flex-direction: row;
        padding: 0;
        text-align: center;
        justify-content:left;
        width: 100%;

    }

    .topnav a:hover
    {

        color: #606c38;

    }


    #aboutop .imagentop
    {
  
      background-image: url(../sources/Logo_Mesadetrabajo1copia.png);
      height: 500px;
      width: 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
  
    }
  
    #aboutop{

        padding: 100px 80px 0;
        flex-direction: row;
    }

    #aboutop .texto p
    {

        text-align: left;
        font-size: 1.5em;

    }
    

    #aboutop .texto
    {
        
        display: flex;
        text-align: left;
        justify-content: left;
        align-items: start;
        width: 50%;

    }
    
    #aboutop .texto h2
    {

        font-size: 3.2em;
        text-align: left;
        justify-content: left;

    }

    .textvalor
    {

        font-size: 2.3em;

    }


    #valores .valdes
    {

        grid-template-columns: repeat(2,2fr);
        

    }

    #valores .valor h2   
    {

        font-size: 2.5em; 

    }

    #valores .valor p   
    {

        font-size: 1.4em; 
        padding: 0 15px;

    }

    #mision
    {
        display: flex;
        flex-direction: column;   
        background-image: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../sources/about.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        
    }
    
    #mision h2
    {

        font-size: 3.5em;
    }

    #mision .container
    {

        justify-content: left;
        text-align: left;
        align-items: flex-start; 

    }

    #mision p
    {

    font-size: 1.5em;

    }

    .topnav .container
    {
        display: flex;
        flex-direction: row;
        padding: 0;
        text-align: center;
        justify-content:left;
        width: 100%;

    }
    #action
    {
    
        flex-direction: row;
        justify-content: left;
    }
    #action a{

    margin: 0 10px;
    

    }

    #brand
    {

        justify-content: center;
        font-size: 1.7em;
        width: auto;
        padding: 0 15px;

    }

    .botonesact{

    
    justify-content: left;


    }

    #foot
    {

        align-items: center;
        justify-content: flex-start;

    }


    #foot .container
    {
        width: 100%;
        flex-direction: row;
        justify-content:flex-start;
        padding: 0 50px;
    }

    #foot .telefonos
    {

        display: flex;
        flex-direction: column;
        
    }

    #foot .data
    {

        display: flex;
        flex-direction: row;
        gap: 50px;

    }

    #foot .telefonos h2
    {

       padding: 5px 0;
       margin: 5px 0;

    }

    #foot a, #foot p
    {

        display: flex;
        align-items: center;
        gap: 1px;
        justify-content: center;

    }
    

}