/*HOME*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300&display=swap');



img {
    width: 100%;
    object-fit: cover;
}

.home-empresas {
    display: flex;
}

.home-contacto {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row {
    text-align: center;
}

.home {
    min-height: 50px;
}

.home-img {
    width: 100%;
    max-height: 550px;
}

.flex {
    display: flex;
}

.home-3 {
    min-height: 50px;
}

.home-4 {
    height: 350px;
}

.p-home {
    padding: 10%;
    font-size: 1.56em;
    color: #FFF;
    text-align: left;
    margin: auto;
}

.p-home-2 {
    padding: 15%;
    font-size: 1.125em;
    ;
    color: grey;
    text-align: left;
    margin: auto;
}

.p-home-3 {
    padding: 15%;
    font-size: 2.8125em;
    color: white;
    text-align: left;
    margin: auto;
}

.p-mas {
    color: white;
    display: flex;
    height: 190px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.p-empresa {
    padding: 10%;
    font-size: 1em;
    color: #FFF;
    text-align: left;
    margin: auto;
}

.div-cifp {
    font-size: 1.25em;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.img-recurso {
    max-width: 150px;
    padding: 20px;
}

.img-mapa {
    width: auto;
    max-height: 190px;
    padding: 5% 0%;
}

.img-logo {
    width: 150px;
}

.img-contacto {
    max-width: 100px;
    padding: 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #0c0b0b;
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .home,
    .flex,
    .div-cifp {
        height: 380px;
    }

    .home-contacto {
        height: 190px;
    }

    .home-empresas {
        height: 190px;
    }

    .home-3 {
        height: 650px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 12px;
    }

    .home-contacto,
    .home-empresas {
        min-height: 80px;
    }

    .p-mas {
        height: auto;
    }

    .img-recurso {
        max-width: 100px;
    }
}

/*Menu principal*/
li.menu-item {
  display: inline-block;
  padding-right: 35px;
  padding-top: 30px;
}

#section-main-content {
  padding: 0px 0;
}

.feed-icons {
  display: none;
}

.inv-button {
  font-size: 2em; /* Tamaño de fuente */
  padding: 1em 2em; /* Relleno interno */
  display: inline-block; /* Convertir en bloque para poder ajustar el ancho */
  border-radius: 4px; /* Redondear bordes */
  background-color: #007bff; /* Color de fondo */
  color: #FFF /* Color del texto */
  text-align: center; /* Alinear texto al centro */
  text-decoration: none; /* Quitar subrayado */
}


	@media (max-width: 900px) {
    .div-cifp.col-xs-12.col-sm-12.col-md-4.col-lg-4 {
  border-bottom: 2px solid #88868666;
  padding-bottom: 20px;
}

}

	  

