@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

body {
    background: linear-gradient(0deg, #fff, 50%, #DEEEFE);
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    /* height: 100 !important */
}

.container-fluid {
    overflow: hidden;
    margin-top: 250px;
    background: #262626;
    color: #627482 !important;
    margin-bottom: 0;
    padding-bottom: 0
}

small {
    font-size: calc(12px + (15 - 12) * ((100vw - 360px) / (1600 - 360))) !important
}

.bold-text {
    color: #989c9e !important
}

.mt-55 {
    margin-top: calc(50px + (60 - 50) * ((100vw - 360px) / (1600 - 360))) !important
}

.jumbotron {
  background-image: url("img/banner.png");
  background-position: center;
  color: white;
}

.navbar-brand img {
  margin-left: 15%;
}

.login {
  border: 1px;
  background-color: #F1F1F1;
  border-width: thin;
  border-color: #CECECE;
  padding: 7px;
  border-style: solid;
  float: right;
}

.login a {
  text-decoration: none;
  color: #464646;
}

.login a:hover {
  text-decoration: none;
  color: #464646;
  color: white;
}

.login:hover {
  background-color: #51AEEB;
}

.title {
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 600;
}

.titledos {
  background-color: #55BFDE;
  color: white;
  padding: 5px;
  font-size: 20px;
  margin-bottom: 25px;
}

.subtext {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 15%;
  padding-left: 15px;
  padding-right: 15px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.column {
  float: left;
  padding: 5px;
}

.menu {
  width: 30%;
}

.content {
  width: 701%;
}

/* ICONO 1 EMPLEADOS */
.icon-1 {
  width: 90px;
  height: 90px;
  background: url("img/icons/ic1.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 75%;
  padding-bottom: 15px;
}

.icon-1:hover {
  background: url("img/icons/ic1h.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 75%;
  padding-bottom: 15px;
}

/* ICONO 2 OCM */
.icon-2 {
  width: 90px;
  height: 90px;
  background: url("img/icons/ic2.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 75%;
  padding-bottom: 15px;
}

.icon-2:hover {
  background: url("img/icons/ic2h.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 75%;
  padding-bottom: 15px;
}

/* ICONO 3 CARNET */
.icon-3 {
  width: 90px;
  height: 90px;
  background: url("img/icons/ic3.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 75%;
  padding-bottom: 15px;
}

.icon-3:hover {
  background: url("img/icons/ic3h.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 75%;
  padding-bottom: 15px;
}

/* ICONO 4 TRANSPARENCIA */
.icon-4 {
  width: 90px;
  height: 90px;
  background: url("img/icons/ic4.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 75%;
  padding-bottom: 15px;
}

.icon-4:hover {
  background: url("img/icons/ic4h.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 75%;
  padding-bottom: 15px;
}

/* ICONO 5 CEDOM */
.icon-5 {
  width: 90px;
  height: 90px;
  background: url("img/icons/ic5.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 75%;
  padding-bottom: 15px;
}

.icon-5:hover {
  background: url("img/icons/ic5h.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 75%;
  padding-bottom: 15px;
}
