.hidden {
  display: none !important; }

.row {
  margin-bottom: 1rem; }

.bold {
  font-weight: bold; }

input:disabled {
  color: #dddddd;
  background-color: #000f3d; }

.flex1 {
  flex: 1 !important; }

.flex2 {
  flex: 2 !important; }

.flex3 {
  flex: 3 !important; }

.flex4 {
  flex: 4 !important; }

.declaration {
  font-weight: bold; }

.alert_yellow {
  background-color: yellow;
  padding: .6rem;
  border-radius: 5px;
  color: grey;
  min-width: 26px;
  text-align: center; }

.alert_orange {
  background-color: orange;
  padding: .6rem;
  border-radius: 5px;
  color: white;
  min-width: 26px;
  text-align: center; }

.alert_lightgreen {
  background-color: lightgreen;
  padding: .6rem;
  border-radius: 5px;
  color: white;
  min-width: 26px;
  text-align: center; }

.alert_green {
  background-color: green;
  padding: .6rem;
  border-radius: 5px;
  color: white;
  min-width: 26px;
  text-align: center; }

.alert_red {
  background-color: red;
  padding: .6rem;
  border-radius: 5px;
  color: white;
  min-width: 26px;
  text-align: center; }

.breadcrumbs {
  background-color: #ffffff;
  color: #002060;
  padding-left: 1rem; }

.btn {
  background-color: #29418a;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.card {
  border-color: #e1e7ee;
  border-style: solid;
  border-radius: 1rem;
  border-width: 2px;
  margin-bottom: .51rem; }
  .card_header {
    background: #f6fafe;
    padding: 1rem;
    padding-left: 2rem; }
    .card_header h4 {
      font-weight: bold; }
  .card_content {
    background: #ffffff;
    padding: 2rem; }
    .card_content hr {
      margin: 0; }
    .card_content label {
      font-weight: 300;
      font-size: 1.2rem;
      margin-bottom: 0; }
    .card_content p {
      margin-bottom: 1rem;
      margin-top: 0;
      font-weight: bold; }
  .card_row {
    display: flex;
    flex-flow: row; }
  .card_col {
    flex: 1;
    margin-right: 2rem; }

.form {
  display: flex;
  flex-flow: column; }
  .form_row {
    display: flex;
    padding-top: 1rem; }
  .form_col {
    flex: 1;
    padding-right: 1rem; }
    .form_col input {
      width: 100%; }

.input_file {
  color: white;
  background-color: #29418a;
  width: fit-content;
  min-width: 500px;
  font-size: 1.3rem; }

.label {
  padding: 4px;
  min-width: 100px;
  border-radius: 10px;
  display: flex;
  justify-content: center; }

.navbar_superiormenu {
  background-color: #002060;
  color: #ffffff;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 2.5rem; }

.navbar_inferiormenu {
  background-color: #e1e7ee;
  color: #002060;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center; }

.navbar_information {
  display: flex;
  flex-flow: row;
  padding-left: 1rem; }
  .navbar_information_item {
    padding-right: 1rem;
    font-size: 1rem; }

.navbar_login {
  display: flex;
  flex-flow: row;
  padding-right: 1rem; }
  .navbar_login_item {
    padding-left: 1rem; }

.footer {
  background-color: #002060;
  color: #ffffff;
  height: 200px;
  margin-top: -30px;
  padding-top: 40px; }

.pagination {
  justify-content: center; }

.sidebar {
  flex: 1;
  max-width: 20rem;
  background-color: #29418a;
  color: white; }
  .sidebar__logo {
    background: white; }
  .sidebar_menu {
    display: flex;
    flex-flow: column; }
    .sidebar_menu_item {
      padding-top: 1.5rem;
      padding-left: 1rem;
      padding-bottom: .5rem; }
    .sidebar_menu_subitem {
      padding-left: 2rem;
      padding-bottom: .5rem;
      color: white; }
      .sidebar_menu_subitem:hover {
        background-color: white; }
  .sidebar_site_content {
    flex: 1;
    background-color: #e5ebf2; }

table {
  width: 100%; }

.site_container {
  display: flex;
  flex-flow: row;
  min-height: 100vh; }

.site_content {
  padding: 1rem;
  padding-top: 1rem; }
  .site_content_header_title {
    display: flex;
    justify-content: space-between; }

.todo {
  display: none;
  background-color: yellow; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  font-family: 'Ubuntu', sans-serif;
  color: #1a2957; }

A {
  text-decoration: none; }

A:hover {
  text-decoration: none !important; }

.navbarintro {
  position: fixed;
  z-index: 5;
  width: 100%; }

.bag-dark {
  background-color: rgba(1, 1, 1, 0.1) !important; }

.navlog {
  background: url(../../img/prismalogo2.png);
  height: 60px;
  width: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.navbar {
  padding: 0.8rem !important; }

.load {
  animation: transition 2000ms;
  position: relative;
  transition: ease-out;
  /*entrada titulos con movimiento*/ }

@keyframes transition {
  from {
    opacity: 0;
    transform: translateX(50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

/*capa mas adelante (piedrita)*/
.load1 {
  animation: transition1 2000ms;
  position: relative;
  transition: ease-out; }

@keyframes transition1 {
  from {
    transform: translatey(50px); }
  to {
    transform: translatey(0); } }

/*segunda capa (rio)*/
.load2 {
  animation: transition2 2000ms;
  position: relative;
  transition: ease-out; }

@keyframes transition2 {
  from {
    transform: translatey(40px); }
  to {
    transform: translatey(0); } }

/*entrada titulos con movimiento (texto)*/
.load3 {
  animation: transition3 3000ms;
  position: relative;
  transition: ease-out; }

@keyframes transition3 {
  from {
    opacity: 0;
    transform: translateX(20px); }
  33% {
    opacity: 0;
    transform: translateX(20px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

/*entrada titulos con movimiento (termo)*/
.load4 {
  animation: transition4 2000ms;
  position: relative;
  transition: ease-out; }

@keyframes transition4 {
  from {
    transform: translatey(30px); }
  to {
    transform: translatey(0); } }

/*entrada titulos con movimiento (fondo)*/
.load5 {
  animation: transition5 2000ms;
  position: relative;
  transition: ease-out; }

@keyframes transition5 {
  from {
    transform: translatey(0); }
  to {
    transform: translatey(0); } }

.parallax {
  min-height: 45vw;
  height: auto;
  overflow: hidden;
  position: relative;
  display: none; }

@media (min-width: 900px) {
  .parallax {
    width: 100%;
    display: block; } }

.parallax_lowscreen {
  min-height: 170vw;
  height: auto;
  overflow: hidden;
  position: relative;
  display: block; }

@media (min-width: 900px) {
  .parallax_lowscreen {
    display: none; } }

.parallax_layer_full {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 56vw;
  height: auto;
  position: fixed; }

.parallax_layer_full_a {
  z-index: -2; }

.parallax_layer_full_b {
  z-index: -3; }

.parallax_layer_full_c {
  z-index: -1; }

.parallax_layer_full_d {
  z-index: -5; }

.parallax_layer_full_e {
  z-index: -6; }

.parallax_layer_low {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 170vw;
  height: auto;
  position: fixed; }

.parallax_layer_low_a {
  z-index: -1; }

.parallax_layer_low_c {
  z-index: -3; }

.parallax_layer_low_e {
  z-index: -5; }

.layer-5 {
  z-index: -5; }

.layer-4 {
  z-index: -4; }

.layer-3 {
  z-index: -3; }

.layer-2 {
  z-index: -3; }

.layer-1 {
  z-index: -3; }

.contenedor_proyectos {
  background-color: #dfdfdf;
  transform: skew(0deg, -3deg); }

.antirotar {
  transform: skew(0deg, 3deg);
  padding: 5rem 0rem; }

.textoproyectos {
  width: 60%;
  margin: auto; }

.linea {
  width: 70%;
  margin: 2rem auto; }

.seccion_proyectos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 80%;
  margin: auto; }

.proyectos {
  flex: 1;
  padding: 0 2rem 2rem; }

.proyectos:hover p {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px); }

.descripcion p {
  position: absolute;
  width: 300px;
  padding: 20px;
  background: white;
  box-sizing: border-box;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(50px); }

.verproyecto {
  background: aquamarine;
  text-align: center;
  padding: 2px;
  margin: 10px 25%; }

.contenedor_articulos {
  width: 26.66666%;
  position: relative;
  margin: 0 15px 60px 15px;
  background-color: white; }

.articulo {
  padding-bottom: 15px;
  position: relative; }

.articulo_texto {
  padding: 5px; }

.articulo_texto p {
  color: #5c5a5a; }

.articulo_texto h3 {
  color: black; }

.imglogo {
  width: 80px;
  position: absolute;
  z-index: 2;
  top: 5%;
  left: 5%; }

.articulo_imagen {
  position: relative;
  overflow: hidden;
  background: #ca0123; }

.imagen {
  min-height: 220px;
  max-height: 220px;
  width: 100%;
  transform: scale(1.13, 1.13);
  -webkit-transition: all 500ms ease; }

.articulo:hover .imagen {
  transform: scale(1.045, 1.045); }

.articulo:hover .verproyecto {
  background-color: #58c7a2; }

.contacto_bg {
  background-color: #ca0123; }

.contenedor_contacto {
  width: 80%;
  margin: auto; }

.formu {
  display: flex;
  flex-flow: column; }

.formu_input {
  display: block;
  margin: 1rem auto 0;
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 1rem;
  padding: 0.5rem; }

.formu_button {
  background: gray;
  width: 50%;
  align-self: end;
  margin-top: 1rem; }

.contenedorinfo {
  width: 70%;
  margin: auto; }

.proyecto {
  display: flex; }

.especificacion {
  display: flex; }

.Galeria {
  display: flex; }

.proy_foto {
  flex: 1;
  padding: 20px; }

.proy_texto {
  flex: 1;
  padding: 20px; }

.proy_texto h2 {
  margin: 20px 0 30px 0; }

.seccion_proyectos_varios {
  display: flex; }

.contenedor_articulos_varios {
  width: 15%;
  position: relative;
  margin: 0 15px 60px 15px;
  background-color: white; }
