
*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
   

    
}

body{
    
    max-width: 1366px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
    margin: 0 auto;
    /*padding: 20px;*/
    padding-left: 20px;
    padding-right: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color: #010409;
    color: white; 
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    font-size: 16px;
   
}





.header_principal{
 
    font-size: 13px;
    margin-bottom: 2px;
    padding-bottom: 5px;
    padding-top: 3px;
    background-color:#010409;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    position: sticky;
    top:0;
    right:0;
    z-index: 999;
    max-width: 100%;
    justify-content:space-between;

    
   
    
    
   

}


.header_principal h1{
    font-family:Arial, Helvetica, sans-serif;
    font-size: medium;
    letter-spacing: 3px;
    color: #94C947;
}

.ebds{
    font-size: 50px;
}


.header_principal div{
 width: auto;
 justify-content: start; 
 align-items: center;  
 margin-left: 0;
 opacity: 90%;

}
.header_principal div img{
    height: 60px;
    width: 220px;
    border-radius: 60px;
    opacity: 65%;
    
}

.header_principal div img:hover{
transform: scale(.9);
opacity: 85%;
}




.header_principal .menu
{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding: 8px;

     
}



.menu_items
{
    margin-left: 30px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    
    
}


.menu_items:hover
{
    color: rgb(43, 226, 211);
    transform: scale(1.1);
}

.boton_soporte{
    box-sizing: border-box;
    padding: 1.5px;
    background: #010409f5;
    height: 45px;
    width: 160px;
    font-weight: bold;
    color: white;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    font-size:small;
    align-items: center;
    
    border-color: rgba(226, 231, 218, 0.788);
    border-width: 1.5px;
    
}

.boton_soporte:hover{
    background: rgba(25, 241, 212, 0.884);
    cursor: pointer;
    transform:scale(.9);
}

.portada
{
    display: flex;
    flex-direction: column;
    background-image: url(/img/1408150571.jpg);
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
    align-items:center;
    justify-content:start;
    height: 87vh;
    max-height: 800px;
    width:auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    row-gap: 30px;
    border-radius: 8px;
    box-shadow:  2px 2px 2px 2px  rgba(25, 241, 212, 0.484);
    
}




.portada h1 {

    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    text-align: left;
    color:rgba(255, 177, 8, .8);;
    width: auto;



  }

.portada h2 {

    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 60px;
    text-align: center;
    color:rgb(255, 177, 8);
    width: auto;


  }

 

  .portada div a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
  }


  .boton_portada{
    height: 70px;
    width: 300px;
    border-radius: 50px;
    color: rgb(29, 29, 29);
    font-size: 20px;
    font-weight: bold;
    background:linear-gradient(98.94deg,#f2f4f5,#faf9f7);
    border: none;
    
  }

  .boton_portada:hover{

    transform: scale(.9);
    cursor: pointer;

  }





.portafolio{
    
  
    display: grid;
    max-width: 1366px;
    grid-template-columns: repeat(
    auto-fill, 
    minmax(400px,1fr)
    );

    column-gap: 20px;
    row-gap: 40px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    padding-top: 50px;
    margin-top: 100px;
  	justify-content: center;

    

}

.portafolio div{
    border-width: 85px;
    border-top: #e79222;
    border-top-style: solid;
    border-radius: 20px;
    background-color:white;
    padding: 30px;
    text-align: justify;
    height: auto;
    overflow:hidden;
    color: #02012e;
    
}

.portafolio div p{
    padding-bottom: 20px;
    font-size: 15px;

}

.portafolio div ul{
   padding-left: 30px;
  font-size: 15px;
  
 
   
   
}

.portafolio div ul li{
    margin-bottom: 10px;

    
    
}
.portafolio div ul li::marker{
    margin-bottom: 10px;
    color: #94C947;
    font-size: 100%;

    
}


.portafolio div:hover{
    opacity: 100%;
    transform: scale(1.05);
    .titulos_productos{

        color: #e79222;
        
    
    }
 
}


.portafolio div h3{
    padding-bottom: 15px;
    text-align: center;
    font-size: 28px;

}
.portafolio div:first-child{
    background: none;
    grid-column: 1/-1;
    border: none;
    color: white;
}
.portafolio div:first-child{
   pointer-events: none; 
}
/*-----------------------------Proyecto---------------------------------*/
.proyecto{
    display: flex;
    flex-direction: column;
    height: auto;
    max-width: auto;
    margin-top: 50px;
    justify-content: center;
    align-items: center;



    
}
.proyecto img
{

    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    border-style: solid;
    border-color: #94C947;
    border-width: 2px;
    
}


/*___________________________________________________________________________*/


.sobre_ebds{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-top: 100px;
    row-gap: 40px;
    
}
.titulo_secciones{

    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
}

.q_hacemos{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(26, 136, 199);
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px
}


.contenedor_vision_mision{
    display: flex;
    flex-direction: row;
    gap: 20px;
}



.n_mision{
    text-align: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(100, 131, 102);
    padding-bottom: 20px;
    
    font-size: 30px;
}
.n_vision{
    text-align: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(179, 137, 24);
    padding-bottom: 20px;
    font-size: 30px;
}

.parrafos_nosotros{
   
    color: black;
    

}



.divs_sobre_ebds{
background-color: rgb(228, 231, 233);
border-color: aqua;
border-radius: 20px;
border-width: 10px;
padding: 15px;
text-align: justify;
}


.divs_sobre_ebds:hover
{
  opacity: 90%; 
  border-width: 3px;
  border-bottom: yellowgreen;
  
}

 






footer{
    margin-top: 100px;
    background-color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    row-gap: 10px;
    position: relative;
    padding: 20px;
    padding-top: 100px;
    height: auto;
  	margin-bottom: 10px;
}

.links_contacto{
    color: rgb(248, 184, 9);
    font-size: 16px;
    text-decoration: none;
    padding: 20px;
    

}

.links_contacto:hover{
    color: rgb(43, 226, 211);
    transform: scale(1.1);
}

.contenedor_contacto{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items:end;
}






/*-----Mediaqueries-----*/
@media (width<850px) {
    .portada h2{
        font-size:45px;
        margin-bottom: 30px;
        text-align: center;
    }

}


@media (width<450px) {
    .header_principal .menu{
        flex-direction: column;
    }
    .header_principal {
        flex-direction: column;
    }

    .portada
    {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .header_principal div img{
 
        display: none;        
        
    }
    .portada h1{

        text-align: center;
    }

    .portada h2{
        font-size:30px;
        margin-bottom: 60px;
        text-align: center;
    }

    .portada div a button{
        height: 55px;
        width: 200px;
        font-size: 15px;
        margin-right: 0%;
        

    }

    .titulo_secciones{

        text-align: center;
        font-size: 25px;
        margin-bottom: 40px;
    }


    .portafolio{
    grid-template-columns: 315px;
    }


    .contenedor_vision_mision{
        flex-direction: column;
    }

    .contenedor_contacto{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}