/*
body {
  font-family: 'Noto Serif', serif;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
}*/
.transition {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/*.btn {
  padding: 8px 40px;
  border-radius: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #dd003b;
  color: #fff;
}
.btn:hover {
  background-color: #aa002d;
  color: #fff;
}*/
h3 {
  /*font-family: 'Noto Serif', serif;*/
  font-size: 20px;
  color: #416D8C;
  /*text-transform: uppercase;*/
}
.img-responsive {
  width: 100%;
  border-radius: 2px;
}
.basic-widgets {
  /*padding-top: 15px;*/
  padding-bottom: 15px;
}

/* project hover*/
.project-hover {
  position: relative;
  overflow: hidden;
 /* background: black;*/
}
.text-pdf p{
  color: #fff;

}
.text-pdf h3{
  margin: 0px !important;
  color: #fff;

}
.project-hover:hover .text-view {
 top: 50%;
opacity: 1;
background: #37b8c7;
border: 3px solid #3A5676;
height: 128px;
padding: 0 15px;
display: block;
overflow: hidden;
}
.btn-inf{
  margin-top:30px;
}
.img-portada{
  width: 100%;
  height: 300px;
  border: 1px solid gainsboro;
}
.project-hover:hover .btn-view {
  top: 60%;
  opacity: 1;
}
.project-hover:hover img {
  opacity: 1;
}
.project-hover .text-view {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  font-weight: 600;
}
.project-hover .text-view h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
.project-hover .btn-view {
  width: 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
/*********************************************/
  .row3{
    background: #000;
    height:150px;
    color:#fff;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}
.container1:hover > div {
    visibility: visible;
    opacity: 1;
}



/************* login ************************/

    @import "bourbon";

body {
  background: #eee !important;
}

.wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  /*background: #3A5676;*/
  background: #DF833B;
}
.btn-noticias-footer{
  color: #fff !important;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
background-color: #3a5676 !important;

}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #3a5676 !important;
  border: 1px solid #fff;`
}

  .form-signin-heading,
  .checkbox {
    margin-bottom: 30px;
  }

  .checkbox {
    font-weight: normal;
    color: white;
  }

  .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    @include box-sizing(border-box);

    &:focus {
      z-index: 2;
    }
  }

  input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
/************** calendario *****************************/
