
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
[type="checkbox"].filled-in:not(:checked)+label:after {
  border-color: #c9c9c9;
}
.container {
  width: 100% !important;
  max-width: 1050px;
}
.no_padding_right {
  padding-right: 0 !important;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  float: left;
  font-family: 'Roboto', Arial, sans-serif;
  width: 100%;
}
.login {
  position: absolute;
  top: 35px;
  right: 150px;
  background: rgba(255,255,255,0.3);
  padding: 13px;
  width: 100%;
  max-width: 345px;
  padding: 13px !important;
}
.login .box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 3px 3px 0 rgba(140,140,140,0.14);
  -webkit-box-shadow: 0 3px 3px 0 rgba(140,140,140,0.14);
  -moz-box-shadow: 0 3px 3px 0 rgba(140,140,140,0.14);
  display: block;
  padding: 25px 15px;
  background: #fbfbfb;
  float: left;
}
header#header {
  background-color: #fff;
  float: left;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header#header {
    width: 100%;
  }
}
header#header .container {
  padding: 0;
}
header#header .logo_header {
  line-height: 75px;
  padding: 0;
  /* background-image: url("../VAADIN/themes/applayout/img/header_right.png"); */
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  header#header .logo_header {
    background-image: none;
  }
}
header#header .logo_header a {
  display: block;
}
header#header .logo_header .logo {
  position: relative;
  top: 14px;
}
header#header .top_bar {
  background-color: #00529e;
  color: #fff;
  padding: 4px 0;
}
header#header .top_bar .container {
  padding: 0;
}
header#header .top_bar .date,
header#header .top_bar .navigation {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 0;
}
header#header .top_bar .date span {
  line-height: 40px;
}
header#header .top_bar .navigation {
  text-align: right;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  header#header .top_bar .navigation {
    margin-top: 5px;
  }
}
header#header .top_bar .navigation span {
  line-height: 40px;
  display: inline-block;
  padding: 0 0 0 28px;
}
header#header .top_bar .navigation span a {
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  header#header .top_bar .navigation span a {
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  header#header .top_bar .date {
    padding-left: 8px;
  }
}
.banner li img {
  width: 100%;
}
.select-wrapper input.select-dropdown {
  color: #000;
}
.select-wrapper input.select-dropdown[value="Seleccione uno"] {
  font-weight: 300;
  font-size: 16px;
  color: #8c8c8c;
  height: 40px;
  margin-top: 26px;
}
label[for="selectTipo"] {
  transform: translateY(-14px) scale(0.8);
  top: -10px;
}
.file-field .btn {
  height: 40px;
  margin-top: 5px;
}
.input-field label {
  font-weight: 300;
  font-size: 16px;
  color: #8c8c8c;
}
.input-field label span {
  color: #ed1b23;
}
.input-field textarea.materialize-textarea {
  height: 6rem !important;
  overflow: visible;
}
[type="checkbox"]+label {
  padding-left: 25px;
}
.home,
.page_noticias,
.page_noticia,
.page_contacto,
.page_docs {
  float: left;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .home,
  .page_noticias,
  .page_noticia,
  .page_contacto,
  .page_docs {
    width: 100%;
    float: left;
    padding: 0;
  }
}
.home .container,
.page_noticias .container,
.page_noticia .container,
.page_contacto .container,
.page_docs .container {
  padding: 0;
}
.login_cont {
  padding: 0;
}
.login_cont .login {
  padding: 0;
}
.login_cont .login .wrapper_input {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .login_cont .login {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
}
.login_cont .login .form-signin-heading {
  font-family: 'Roboto', Arial, sans-serif;
  color: #00529e;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.form-signin-heading {
  font-family: 'Roboto', Arial, sans-serif;
  color: #00529e;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .login_cont .login .form-signin-heading {
    font-size: 16px;
    margin: 2px 0;
  }
}
.login_cont .login p {
  font-size: 14px;
  color: #00529e;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .login_cont .login p {
    font-size: 12px;
    line-height: 1;
  }
}
.login_cont .login .checkbox {
  font-size: 14px;
  font-weight: normal;
  width: 230px;
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 768px) {
  .login_cont .login .checkbox {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.login_cont .login .boton_ingresar {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  background-color: #00529e;
  float: none;
  clear: both;
  display: block;
  margin: 30px auto 0;
  width: 196px;
  height: 40px;
}

.boton_ingresar{
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  /* background-color: #00529e; */
  background-color: #ff007f;
  float: none;
  clear: both;
  display: block;
  margin: 30px auto 0;
  width: 196px;
  height: 40px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .login_cont .login .boton_ingresar {
    padding: 5px;
    font-size: 14px;
  }
}
.login_cont .login .forget,
.login_cont .login .forget:hover,
.login_cont .login .forget:active,
.login_cont .login .forget:focus {
  color: #8c8b8b;
  font-size: 14px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

.forget{
  color: #8c8b8b;
  font-size: 14px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

.login_cont .login .wrapper_forget {
  text-align: right;
}
.main_content {
  margin: 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .main_content {
    float: left;
  }
}
.main_content .main_title {
  margin-bottom: 50px;
}
.main_content .main_title h2 {
  color: #00529e;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 36px;
}
.main_content .main_title h3 {
  color: #00529e;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .main_content .main_noticia,
  .main_content .ultimas_noticias {
    width: 100%;
    padding: 0;
  }
}
.main_content .listado_noticias,
.main_content .main_contacto,
.main_content .main_docs {
  padding: 0;
}
.main_content .listado_noticias .date,
.main_content .main_contacto .date,
.main_content .main_docs .date {
  margin: 0;
  font-size: 12px;
  color: #4d4f53;
  font-style: italic;
}
.main_content .listado_noticias .title h2,
.main_content .main_contacto .title h2,
.main_content .main_docs .title h2 {
  color: #00529e;
}
.main_content .listado_noticias .title a,
.main_content .main_contacto .title a,
.main_content .main_docs .title a {
  font-size: 20px;
  font-weight: bold;
  color: #00529e;
  margin: 5px 0;
}
.main_content .listado_noticias .bajada,
.main_content .main_contacto .bajada,
.main_content .main_docs .bajada {
  font-size: 16px;
  color: #4d4f53;
  font-style: italic;
  font-weight: bold;
  margin: 5px 0;
}
.main_content .listado_noticias .noticia_texto,
.main_content .main_contacto .noticia_texto,
.main_content .main_docs .noticia_texto {
  margin-top: 20px;
  font-size: 14px;
  color: #4d4f53;
  line-height: 1.2;
  padding-right: 60px;
}
.main_content .ultimas_noticias .noticia {
  margin-bottom: 15px;
  padding: 0px 25px 15px;
  border-right: 1px solid #00529e;
}
.main_content .ultimas_noticias .noticia:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .main_content .ultimas_noticias .noticia {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.main_content .ultimas_noticias .noticia .date {
  font-size: 10px;
  margin-bottom: 0;
  margin-top: 10px;
  font-style: italic;
  display: none;
}
.main_content .ultimas_noticias .noticia h4.title {
  margin-top: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #00529e;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}
.main_content .ultimas_noticias .noticia h4.title a {
  color: #00529e;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.main_content .ultimas_noticias .noticia .noticia_texto {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  padding-right: 0;
}
.main_content .ultimas_noticias .noticia .noticia_texto p {
  margin-bottom: 0;
  margin-top: 6px;
  color: rgba(0,82,158,0.66);
  text-align: center;
  font-style: normal;
  line-height: 1.3;
  height: 55px;
}
.main_content .ultimas_noticias .noticia .noticia_texto a {
  display: block;
  max-width: 150px;
  margin: 10px 0;
  color: #fff;
  font-style: normal;
  background-color: #00529e;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 500;
  margin: 35px auto 0;
  width: 156px;
  height: 33px;
  text-transform: uppercase;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.37);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.37);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.37);
}
.main_content .boton_ver_noticias {
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #00529e;
  width: 100%;
  padding: 10px;
  outline: 0 !important;
  border: 0 !important;
}
@media screen and (max-width: 767px) {
  .main_content .boton_ver_noticias {
    display: block !important;
    float: left;
    margin-bottom: 20px;
  }
}
.main_content .listado_noticias .row {
  margin: 20px 0;
}
.main_content .listado_noticias .row .noticia_latest .noticia,
.main_content .listado_noticias .row .noticias_wrapper .noticia {
  min-height: 180px;
  padding-bottom: 20px;
}
.main_content .listado_noticias .row .noticia_latest .noticia .date,
.main_content .listado_noticias .row .noticias_wrapper .noticia .date {
  font-size: 14px;
}
.main_content .listado_noticias .row .noticia_latest .noticia .title a,
.main_content .listado_noticias .row .noticias_wrapper .noticia .title a {
  font-size: 24px;
}
.main_content .listado_noticias .row .noticia_latest .noticia .noticia_texto,
.main_content .listado_noticias .row .noticias_wrapper .noticia .noticia_texto {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main_content .listado_noticias .row .noticia_latest .noticia .noticia_texto,
  .main_content .listado_noticias .row .noticias_wrapper .noticia .noticia_texto {
    font-size: 14px;
  }
}
.main_content .listado_noticias .row .noticia_latest .noticia .noticia_texto .more,
.main_content .listado_noticias .row .noticias_wrapper .noticia .noticia_texto .more {
  max-width: 200px;
}
.main_content .listado_noticias .row .noticia {
  min-height: 160px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a3a3a3;
  padding: 0;
}
.main_content .listado_noticias .row .noticia .title {
  margin: 0;
}
.main_content .listado_noticias .row .noticia .title a {
  font-size: 18px;
}
.main_content .listado_noticias .row .noticia .noticia_texto {
  margin-top: 10px;
  padding-right: 20px;
}
.main_content .listado_noticias .row .noticia .noticia_texto p {
  margin-bottom: 20px;
}
.main_content .listado_noticias .row .noticia .noticia_texto .ver_mas {
  background-color: #00529e;
}
@media screen and (max-width: 768px) {
  .main_content .listado_noticias .row .noticia .noticia_texto .ver_mas {
    display: block;
  }
}
.main_content .main_noticia.single .title {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
  color: #00529e;
  margin: 6px 0 15px;
}
.main_content .main_noticia.single .noticia_texto span {
  font-family: 'Roboto', Arial, sans-serif !important;
}
.main_content .main_noticia.single .ver_mas {
  background-color: #00529e;
}
.main_content .main_contacto.single .title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 300;
  color: #00529e;
  margin-bottom: 0;
  text-transform: none;
}
.main_content .main_noticia .date {
  margin-bottom: 0;
  margin-top: 10px;
  font-style: italic;
}
.main_content .main_noticia h4.title a {
  color: #ff5800;
}
.main_content .main_noticia h6.bajada {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 18px;
}
.main_content .descargas .adjuntar_archivos {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .main_content .descargas {
    float: left;
    width: 100%;
  }
}
.main_content .descargas .listado_descargas .descarga {
  border: 1px solid #e5e5e5;
  background-image: url("../img/file.png"), url("../img/download.png");
  background-position: 11px center, 95% center;
  background-repeat: no-repeat;
  padding: 9px 70px;
  margin-bottom: 25px;
  background-color: #fff;
  display: block;
}
.main_content .descargas .listado_descargas .descarga .title {
  margin: 0;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 6px;
}
.main_content .descargas .listado_descargas .descarga .filename p {
  margin: 0;
}
.main_content .descargas .listado_descargas .descarga .filename span {
  color: #757575;
  text-decoration: none;
  font-weight: 300;
  position: relative;
}
.page_noticia .main_content .content {
  margin-bottom: 40px;
}
.page_noticia .main_content .content div,
.page_noticia .main_content .content img {
  max-width: 100%;
  width: auto !important;
  margin: 0 !important;
}
.page_noticia .main_content .boton_ver_noticias {
  display: inline;
}
.page_contacto {
  background: url("../img/bg-body-contacto.jpg") no-repeat top center;
  background-size: 100% auto;
}
.page_contacto .main_contacto {
  float: none;
  background: #fcfdfe;
  padding: 30px 65px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.page_contacto .main_contacto h2 {
  color: #00529e;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Roboto', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
}
.page_contacto .main_contacto label {
  font-weight: 300;
}
.page_contacto .main_contacto .isRequired {
  color: #f00;
}
.page_contacto .main_contacto .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.page_contacto .main_contacto .form-control:focus {
  border-color: #ccc;
}
.page_contacto .main_contacto .boton_enviar {
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  background-color: #00529e;
  outline: 0 !important;
  border: 0 !important;
  font-family: 'Roboto', Arial, sans-serif;
  width: 196px;
  height: 40px;
  margin: 30px auto 20px;
  display: block;
}
footer.footer {
  background-color: #00529e;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
footer.footer .logos_footer {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
footer.footer .logos_footer li {
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  footer.footer .logos_footer li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
footer.footer .footnote {
  background-color: #313131;
  padding: 8px 0;
}
footer.footer .footnote .farma_logo_footer {
  display: inline-block;
  text-align: left;
  opacity: 0.75;
}
footer.footer .footnote .farma_logo_footer:hover {
  opacity: 1;
}
footer.footer .footnote .tg_logo {
  display: inline-block;
  float: right;
  opacity: 0.75;
  position: relative;
  top: 5px;
}
footer.footer .footnote .tg_logo:hover {
  opacity: 1;
}
.home .container {
  width: 100%;
}
.home .main_content {
  max-width: 1030px;
  float: none;
  margin: 30px auto 40px;
}
@media screen and (max-width: 767px) {
  .home .ultimas_noticias {
    margin-top: 40px;
  }
}
.page_contacto .transparentBorder {
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: rgba(189,205,223,0.4);
  margin: 110px auto;
  max-width: 815px;
  float: none;
}
.page_contacto .main_contacto {
  width: 100%;
  margin: 0;
  box-shadow: 0 3px 3px 0 rgba(140,140,140,0.14);
  -webkit-box-shadow: 0 3px 3px 0 rgba(140,140,140,0.14);
  -moz-box-shadow: 0 3px 3px 0 rgba(140,140,140,0.14);
}
.page_contacto .main_contacto form {
  margin-top: 20px;
}
.page_docs {
  background: url("../img/bg_documentacion.jpg") no-repeat top center;
  background-size: 100% auto;
}
.page_docs .main_content .transparentBorder {
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: rgba(189,205,223,0.4);
  margin: 110px auto;
  max-width: 825px;
  float: none;
}
.page_docs .main_content .main_docs {
  float: none;
  background: #fafafa;
  padding: 22px 65px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.page_docs .main_content .main_docs .title {
  font-size: 13px;
  font-family: 'Roboto', Arial, sans-serif;
  color: #212121;
  font-weight: 300;
}
.page_docs .main_content .main_title {
  margin-bottom: 15px;
}
.page_docs .main_content .main_title h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
}
.page_docs .main_content .date {
  color: #8c8c8c;
  font-size: 13px;
  margin-bottom: 8px;
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1051px) {
  .home .unslider {
    width: 200% !important;
  }
  .home .login {
    left: 0;
    right: 0;
    margin: auto;
  }
  .home .container_wrapper {
    overflow: hidden;
  }
  header#header .logo_header {
    padding: 0 15px;
    background-position: 98% center;
  }
  header#header .top_bar .navigation span {
    padding: 0 0 0 15px;
  }
  header#header .top_bar .date {
    padding-left: 15px;
  }
  header#header .top_bar .navigation {
    padding-right: 15px;
  }
}
.modal {
  max-height: none;
}
.modal .modal-footer {
  padding: 0 20px 12px;
  height: auto;
}


#footer{
    background: #19303c;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;    
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(25, 48, 60);
    
}
#footer a {
    color: white;
}