#titulo-empresas {
    width: 100%;
    height: 50px;
    font-family: Verdana;
    font-size: 30px;
    background: white;
    color: rgb(40, 40, 40);
    text-align: center;
    /* display: inline-block; */
    vertical-align: middle;
    /* position: relative; */
    padding: 20px 0 0 0;
}

#container-empresa {
    /* background:rgb(30, 94, 41); */
    /* height: 320px; */
    /* padding: 20px; */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
    width: 70%;   
    margin: 0 auto 20px auto ;
}

#acerca-empresa {
    /* float: left; */
    /* background:rgb(62, 151, 77); */
    /* height:250px; */
    /* width: 60%; */
    font-size: 20px;
    /* padding:20px; */
    text-align: center;
    color: rgb(40, 40, 40);
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 785px;
}

#container-catalogos {
    width: 100%;
    background-color: rgba(176, 176, 176);
    padding: 0 0 40px 0;
}

#subcontainer-catalogos {
    width: 70%;
    background-color: transparent;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

#catProductos {
    padding: 30px 0;
}

#imagen-catalogos {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
    height: 100%;
    vertical-align: middle;
    margin: 0 50px;
}

#links-catalogos {
    flex-basis: 45%;
    flex-grow:1;
    flex-shrink:1;
    height:100%;
    display:flex;
    flex-direction:column;
    align-content: space-between;
    margin: auto;
}

#imagen-catalogo {
    max-width: 100%;
}

.cajas-index {
    /* Propiedades de FLEX para ítem */
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 60%;
    display:inline-block;
    margin: 20px 0px 20px 0px;
    background:rgb(119, 119, 119);
    /* width: 100%; */
    color: white;
    border: solid rgb(119, 119, 119) 6px;
    border-radius: 5px;
    padding: 50px 0px 50px 0px;
    text-align: center;
    font-size: large;
    font-weight: normal;
    transition: all 1s;
    text-decoration: none;
}

.caja-flex{
   display:inline-flex;
   flex-wrap:wrap;
}

.caja-flex div{
   margin:0px;
   padding:0px 20px 0px 0px;
}

#contacto-empresa {
    float: right;
    background:rgb(44, 16, 16);
    height:125px;
    width: 40%;
    margin:0% 5% 0% 0%;
}

.logos {
    width: 105px;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}

.caja-logos {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
    height: 100%;
    margin: 20px auto;
    vertical-align: middle;
}

#supercontainer-logos {
    background-color:white;
    padding: 1px 0 30px 0;
}

#container-logos-empresas {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    align-items: center;
    /* align-content: space-around; */
    margin: 10px auto 10px auto;
    width: 70%;
    /* height: 100px; */
    background: white;
}

.logo-catalogo{
    width: 20px;
    /* float: right; */
    vertical-align: middle; 
    padding: 0 10px 0 0;
}

.cajas-index:hover {
    background: rgb(80 , 80, 80);
    border: solid rgb(80 , 80, 80) 6px;
    border-radius: 5px;
    cursor: pointer;
}

/* .cajas-index:hover {
    background: rgb(60 , 60, 60);
    border: solid rgb(60 , 60, 60) 6px;
    border-radius: 5px;
    cursor: pointer;
} */

#logo-correo{
    padding: 0 10px 0 0px;
}
