@charset "utf-8";
/* CSS Document */
.contenedor-home {
  width:100%; height:auto; max-width:1500px; margin:100px auto 0 auto;
}
.columna-home-1 {
  width:50%; height:auto; margin:0 auto; background-color:#cccccc;
}
.boton-home {
  width:30%; height:250px; margin:1%; border-radius:4px; font-size:16px; text-align:center; color:#ffffff; float:left; transition:.2s;
}
.boton-home:hover {transform: scale(1.03);}
.bloque-2-botones-home {
  width:48%; height:250px; margin:1%; float:left;
}
.bloque-2-botones-home .boton-home {
  width:100%; height:119px; margin:0 0 12px 0; border-radius:4px; color:#343E47; float:left;
}
.boton-home .icono-home {
  margin:50px 0 32px 0; font-size:80px;font-weight: 100 !important;
}
.contenedor-home .barra {
    width:62px; margin:0 auto 8px auto; border-bottom:9px solid #fff; transform:skewX(-15deg);
}
.contenedor-home .barra-sin-icono {margin-top:44px;}
.boton-home-naranja {background-color:#FF5100;}
.boton-home-naranja:hover {background-color:#FF6D29;}
.boton-home-gris-muy-oscuro {background-color:#343E47;}
.boton-home-gris-muy-oscuro:hover {background-color:#54606B;}
.boton-home-gris-oscuro {background-color:#54606B;}
.boton-home-gris-oscuro:hover {background-color:#838E99;}
.boton-home-gris {background-color:#A9B7C5;}
.boton-home-gris:hover {background-color:#CDD6DE;}
.boton-home-azul-oscuro {background-color:#1e6594;}
.boton-home-azul-oscuro:hover {background-color:#3c8cc0;}
.boton-home-rojo-mielectro {background-color:#DD001B;}
.boton-home-rojo-mielectro:hover {background-color:#f52740;}
.naranja-oscuro {
    filter: brightness(0) saturate(100%) invert(20%) sepia(49%) saturate(4291%) hue-rotate(18deg) brightness(100%) contrast(101%);
}
.naranja {
    filter: brightness(0) saturate(100%) invert(33%) sepia(57%) saturate(5093%) hue-rotate(4deg) brightness(105%) contrast(105%);
}
.rojo-oscuro {
    filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(6711%) hue-rotate(341deg) brightness(61%) contrast(123%);
}
.gris-muy-claro {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(4832%) hue-rotate(171deg) brightness(100%) contrast(90%);
}
h3{
  font-size: 20px !important;
}
.footer span{
  font-weight: 500 !important;
}
