*
{

    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}

body
{

    background-color: white;

}

html
{

    scroll-behavior: smooth;

}

button
{
 
    padding: 15px 20px;
    font-size: 0.8em;
    border: 1px solid white;
    color: white;
    border-radius: 5px;
    /* background-color: rgb(245, 245, 245); */
    transition: 0.4s;
    background-color: transparent;
    font-weight: bold;

}

button:hover
{

    background-color: rgb(206, 206, 206);
    color: black;

}

a
{

text-decoration: none;
color: black;

}

a:hover
{

    color: #283618; 
    
}


body
{

margin: 0;
background-color: rgb(225,225,225);

}

.container
{

    margin: 0; 
    padding: 0;
    
    
    max-width: 1440px;
    
    
    font-family: sans-serif;

}

.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;
}

#hero
{

    display: flex;
    flex-direction: column;
    background:  linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../sources/hero\ 2.jpg);
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
}

#hero .container
{

    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    justify-content: center;
    padding: 100px 20px;
}

#hero .textohero
{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; 

}

#hero p 
{

    
    font-size: 1.1em;
    margin: 0;
    padding: 0 20px;

}

#hero h1
{

    font-size: 2em;
    margin: 10px 0;

}

#hero button
{

    margin-top: 30px;
    font-size: 1em;

}

#segundo
{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

#segundo .container
{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 60px 20px;

}

#segundo p
{
    text-align: center;
    margin: 0;
    font-size: 1.2em;

}


#segundo h1
{

    font-size: 2em;
    margin: 19px 0;
    
}  
/* servicios */
#servs 
{

    background-color: rgb(69, 69, 69);
    display: flex;
    flex-direction: column;
    /* background-image:linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6)) ,url(../sources/fondohero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    align-items: center;
    justify-content: center;
    text-align: center;

}

#servs .container
{

    display: flex;
    flex-direction: column;
    width: 100%;
    color: white;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    text-align: center;
}

#servs h1
{

    font-size: 2em;

}
/* cambios */
.services-panel {
    max-width: 1440px;
    display: grid;
    grid-template-columns: repeat(1,2fr);
    align-items: center;
    padding: 0 10px;
    gap: 20px;
    margin: 20px 0;
    justify-content: center;
}



  .service {
    border-radius: 5px;
    padding: 30px 5px; 
    height: 100%;
    background-image:linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6)) ,url(../sources/fondohero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

  }

  .service h2 {
    margin-top: 0;
    justify-content: center;
    align-items: center; 
  }

  .service p {
    margin: 10px 0;
  }
  /* footer */

  #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;
}
#foot a, #foot p
    {

        display: flex;
        align-items: center;
        gap: 2px;

    }

.redes
{

    display: flex;
    flex-direction: column;

}

.redes a
{

    margin: 10px 0;
    padding: 0 5px;

}

.telefonos
{

    display: flex;
    flex-direction: column;
}
  

  


@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 a:hover
    {

        color: #606c38;

    }
    

    .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;


    }

    #hero
    {
        padding-top: 100px;
        background: none;
        background-color: rgb(54, 54, 54);
        
    }   
    #hero p 
    {

    text-align:left;

    }
    
    #hero h1
    {
 
        font-size: 3em;
        text-align: left;
        margin: 0 20px;

    }

    #hero .container
    {

        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row; 
        color: white;
    }

    #hero .textohero
    {

        width: 50%;
        text-align: left;
        align-items: flex-start;
        
        padding: 30px;
    }
    #hero .textohero h1 p
    {

        padding: 0;
    }

    #hero .textohero .boton
    {


        margin: 0 20px;

    }

    .imgocontainer{


        display: flex;
        height: 500px;
        width: 50%;
        background:  linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../sources/hero\ 2.jpg);
        background-position: center;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #hero button
    
    {

        padding: 17px;
        font-size: 1.2em;

    }

    #segundo .container p
    {

        width: 75%; 
        
    }


    #segundo .container 
    {

        padding: 100px;

    }

    .services-panel
    {

        grid-template-columns: repeat(2,2fr);
    }

    #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;

    }
    

} 

@media (min-width:1444px) 
{

    #hero .textohero p
    {

        padding-right: 80px;
    }

}