@font-face {
  font-family: 'MontserratBlack';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-Black.ttf"); }
@font-face {
  font-family: 'MontserratBlackItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-BlackItalic.ttf"); }
@font-face {
  font-family: 'MontserratBold';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-Bold.ttf"); }
@font-face {
  font-family: 'MontserratBoldItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-BoldItalic.ttf"); }
@font-face {
  font-family: 'MontserratItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-Italic.ttf"); }
@font-face {
  font-family: 'MontserratLight';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-Light.ttf"); }
@font-face {
  font-family: 'MontserratLightItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-LightItalic.ttf"); }
@font-face {
  font-family: 'MontserratMedium';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-Medium.ttf"); }
@font-face {
  font-family: 'MontserratMediumItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-MediumItalic.ttf"); }
@font-face {
  font-family: 'MontserratRegular';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-Regular.ttf"); }
@font-face {
  font-family: 'MontserratThin';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-Thin.ttf"); }
@font-face {
  font-family: 'MontserratThinItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Montserrat/Montserrat-ThinItalic.ttf"); }
@font-face {
  font-family: 'RobotoBlack';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-Black.ttf"); }
@font-face {
  font-family: 'RobotoBlackItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-BlackItalic.ttf"); }
@font-face {
  font-family: 'RobotoBold';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-Bold.ttf"); }
@font-face {
  font-family: 'RobotoBoldItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-BoldItalic.ttf"); }
@font-face {
  font-family: 'RobotoItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-Italic.ttf"); }
@font-face {
  font-family: 'RobotoLight';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-Light.ttf"); }
@font-face {
  font-family: 'RobotoLightItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-LightItalic.ttf"); }
@font-face {
  font-family: 'RobotoMedium';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-Medium.ttf"); }
@font-face {
  font-family: 'RobotoMediumItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-MediumItalic.ttf"); }
@font-face {
  font-family: 'RobotoRegular';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-Regular.ttf"); }
@font-face {
  font-family: 'RobotoThin';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-Thin.ttf"); }
@font-face {
  font-family: 'RobotoThinItalic';
  src: url("/themes/custom/usjbootstrap/fonts/Roboto/Roboto-ThinItalic.ttf"); }
body {
  font-family: "RobotoLight";
  background-color: #FFFFFF;
  color: #2f2d30; }
  body h1 {
    font-family: "MontserratRegular"; }
  body h2 {
    font-family: "MontserratRegular"; }
  body h3 {
    font-family: "MontserratRegular"; }
  body .navbar-brand {
    font-family: "MontserratRegular"; }
  body b {
    font-family: "RobotoBold";
    font-weight: normal; }
  body strong {
    font-family: "RobotoBold";
    font-weight: normal; }
  body label {
    color: #858585; }
  body a {
    font-family: "RobotoBold";
    color: #cb0521; }
  button[value="Pagar y completar inscripción"] {
    height: 90px;
    font-size: 3vh;
    font-weight: bold; }
  body .btn-primary {
    color: #cb0521;
    background-color: #FFFFFF;
    border-color: #cb0521; }
    body .btn-primary:hover {
      color: #FFFFFF;
      background-color: #cb0521;
      border-color: #FFFFFF; }
  body .btn-success {
    color: #cb0521;
    background-color: #FFFFFF;
    border-color: #cb0521; }
    body .btn-success:hover {
      color: #FFFFFF;
      background-color: #cb0521;
      border-color: #FFFFFF; }
  body .btn-info {
    color: #cb0521;
    background-color: #FFFFFF;
    border-color: #cb0521; }
    body .btn-info:hover {
      color: #FFFFFF;
      background-color: #cb0521;
      border-color: #FFFFFF; }
  body .region-navigation {
    display: flex;
    align-items: center; }
  body .view-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px; }
    body .view-content ul li {
      width: 49%;
      padding: 5px 0px; }
      body .view-content ul li a {
        border: 2px solid #cccccc;
        font-family: "RobotoBold";
        display: block;
        padding: 10px;
        background-color: #f5f5f5;
        color: #2f2d30;
        width: 100%;
        font-weight: none;
        transition: background-color 1s; }
        body .view-content ul li a:hover {
          text-decoration: none;
          background-color: #cccccc; }
  body .checkout-order-summary table {
    width: 100%; }
    body .checkout-order-summary table tbody tr td:last-child {
      text-align: right;
      padding: 0 10px; }

/* input[type="text"],
input[type="password"],
input[type="email"] {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  padding: 1px 22px 0;
  display: inline-block;
  color: #2f2d30;
  border: none;
  box-shadow: inset 0px 2px 5px #ccc;
  background: #f0f0f0;
  height: 50px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; } */



/* New theme */

@media (min-width: 1200px) {
  .usj-solicitudformulario-filtro-actividades ~ .table-responsive {
    width: 1270px;
    margin-left: -5.5%;
  }
}

/* HEADER */

header#navbar {
  display: flex;
  align-items: center;
}

.region.region-navigation-collapsible {
  display: flex !important;
  align-items: center !important;
  float: right !important;
}

section#block-botonacceso * {
  color: white !important;
}

section#block-botonacceso {
  border: 1px solid white !important;
  border-radius: 4px !important;
}

header#navbar {
  margin-bottom: 0px;
  border-radius: 0px;
}

.container-fluid.logo-usj {
  padding-bottom: 10vh;
  padding-top: 29px;
}

.search-bar.container {
  padding-bottom: 20vh;
}

input#keyword {
  margin: 0px;
  padding: 5px;
  height: 40px;
  border-radius: 0px;
}

.col-sm-10.col-md-8.col-md-offset-1 {
  padding: 0px;
}

.col-sm-2.col-md-2.search-banner-container {
  padding: 0px;
  height: 100%;
  display: block;
}

button.search-banner {
  font-size: 15px;
  height: 40px;
  font-weight: 600;
  border: none;
  width: 159px;
  color: white;
  background: rgb(147, 33, 40);
}

/* Inscripciones listing */

.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-s.js-form-item-s.form-group {
  display: none;
}

.view.view-inscripciones-disponibles {
  margin-top: 80px;
}

.inscripcion-element {
  border: 1px solid #e4e4e4;

  border-bottom: 1px solid #e4e4e4;
}

.inscripcion-element img {
  border-radius: 4px;
  margin-bottom: 20px;
}

.card-text-inscripcion * {
  color: #222222;
}

.card-text-inscripcion {
  padding: 10px;
}

.inscripcion-element {
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.inscripcion-element img {
  border-radius: 4px;
  margin-bottom: 20px;
  height: 175px;
  width: 100%;
  object-fit: cover;
  min-height: 157px;
}

a.Inscribirse-button:hover {
  color: red;
}


.card-text-inscripcion {
  padding: 10px;
}

.inscripcion-element {
  height: 300px;
  max-height: 300px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
}
a.Inscribirse-button {
  position: absolute;
  top: 148px;
  border-radius: 7px;
  right: 25px;
  background: white;
  padding: 10px 15px;
  border: 1px solid red;
}

.card-text-inscripcion {
  font-weight: 600;

}

.card-text-inscripcion {
  display: flex;
  flex-wrap: wrap;
}

.card-text-inscripcion .small {
  margin-top: auto;
}

.inscripcion-element:hover {
  box-shadow: rgb(200, 207, 214) 0px 13px 14px 0px;
  transition: all 0.3s ease 0s;
} 

.card-text-inscripcion > div {
  width: 100%;
}

.view-inscripciones-disponibles div#views-bootstrap-inscripciones-disponibles-page-1 > div > div,
.view-inscripciones-disponibles div.views-view-grid > div > div {
  margin-bottom: 30px;
}

/* Filter */

form#views-exposed-form-inscripciones-disponibles-page-1 > div {
  text-align: center;
}

form#views-exposed-form-inscripciones-disponibles-page-1 > div > div label, 
form#views-exposed-form-inscripciones-disponibles-page-1 > div > div select
{
  display: block;
}

form#views-exposed-form-inscripciones-disponibles-page-1 button {
  display: none;
}

section#block-formularioexpuestoinscripciones-disponiblespage-1 {
  position: relative;
  height: 30px;
}

form#views-exposed-form-inscripciones-disponibles-page-1 {
  position: relative;
  top: -48px;
}

form#views-exposed-form-inscripciones-disponibles-page-1 > div > div {
  background: white;
  padding: 18px;
  border: 1px solid #e4e4e4;
  box-shadow: rgb(200, 207, 214) 0px 13px 14px 0px;
  border-radius: 10px;
}

form#views-exposed-form-inscripciones-disponibles-page-1 div#edit-actions--2 {
  display: none;
}

form#views-exposed-form-inscripciones-disponibles-page-1 label.control-label {
  padding-bottom: 10px;
}

/* FOOTER */

footer.footer {
  border: none;
  background: rgb(23, 23, 23);
  margin-top: 80px;
}

footer.footer * {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.last-footer {
  display: flex;
  height: 40px;
  align-items: center;
  background: black;
}

.last-footer * {
  color: white;
  font-size: 15px;
  font-weight: bold;
}

/* Inscripcion form */

.col-md-7.main-data-inscripcion {
  text-align: center;
}


dl.categories * {display: inline;}

.event-basic-data {
  margin-top: 22px;
}

.col-md-7.main-data-inscripcion h1 {
  font-weight: bolder;
}

.col-md-5.header_image {
  display: flex;
  height: 100%;
  align-items: center;
}

.col-md-5.header_image img {
  height: 250px;
  object-fit: contain;
}


#header-inscripcion{
  background: url(/themes/custom/usjbootstrapnew/assets/square_bg.png) rgb(255, 255, 255)
}

.container-center.info-inscripcion {
  box-shadow: rgb(204 204 192) -8px -7px 7px -4px;
}

div#header-inscripcion {
  padding-bottom: 30px;
}

a#inscripcion-call-to-action-button {
  color: white;
  /* margin-top: 20px; */
  background: #ce0521;
  padding: 15px 32px;
}

.hide-if-not-responsive{
  display: none;
}

div#enrolment-button {
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.nav.nav-tabs.no-border * {
  border: none !important;
}

ul.nav.nav-tabs.no-border {
  border: none !important;
}

.share-container {

  
  width: 100%;

}
#share-icon-list {
  margin: 0px;
  padding: 0px;
}
#share-icon-list li {
  list-style: none;
  float: left;
  margin-right: 26px;
}
#share-networks-parent {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.share-networks-container {
  float: left;
  margin-right: 5px;
  height: 25px;
}
.compartir {
  height: 36px;
  width: 36px;
  background: white;
  float: left;
}
.share-twitter {
  background-image: url("/themes/custom/usjbootstrapnew/assets/twitter.png");
}
.share-facebook {
  background-image: url("/themes/custom/usjbootstrapnew/assets/facebook.png");
}
.share-google {
  background-image: url("/themes/custom/usjbootstrapnew/assets/google.png");
}
.share-linkedin {
  background-image: url("/themes/custom/usjbootstrapnew/assets/whatsapp.png");
}
.share-email {
  background-image: url("/themes/custom/usjbootstrapnew/assets/email.png");
}

/* Fixes july 2022 inycom */

a.inscripcion-element-link {
  width: 100%;
}

button.search-banner:hover {
  background: rgb(147, 33, 40);
}

button.search-banner {
  background: rgb(193 39 49);
}

a.Inscribirse-button:hover {
  text-decoration: unset;
  border: 1px solid rgb(203 5 33);
  color: white;
  background: rgb(203 5 33);
}


.inscripcion-element > a:hover {
  text-decoration: unset;
}

.card-text-inscripcion *:hover {
  text-decoration: unset;
}

img.img-responsive {
  border-radius: 0px;
}

.inscripcion-element {
  min-height: 322px;
  min-width: 275px;
}

footer.footer-small {
  margin-top: 40px;
  /* padding: 20px; */
}

.last-footer {
  height: 54px;
}

section#block-lastelementfooter > div {
  display: flex;
}

section#block-lastelementfooter > div > p {
  flex-grow: 1;
  margin: 0px;
}

.footer-links a {
  padding-left: 20px;
}

input#keyword {
  padding: 20px;
  height: 45px;
  border-radius: 5px 0px 0px 5px;
}

button.search-banner {
  height: 45px;
  border-radius: 0 5px 5px 0px;
}

ul.content-responsables li > * {display: inline-block;}

span.glyphicon {
  color: #5b5b5b !important;
}

div#inicio-section span.glyphicon {
  padding-right: 5px;
}

.views-field.views-field-nothing-2 {
  position: relative;
  top: -120px;
  height: 112px;
  overflow-y: hidden;
}

.advertencia {
  font-size: 12px;
  margin-bottom: 10px;
}

.action-button a {
  color: black;
  padding: 3px;
}

form#usj-solicitudformulario-filtro-actividades {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

form#usj-solicitudformulario-filtro-actividades > * {
  height: 60px;
}

form#usj-solicitudformulario-filtro-actividades > * > * {
  margin: 0px;
}

form#usj-solicitudformulario-filtro-actividades .checkbox {
  margin: 0px;
}

table#edit-modulos-a-realizar-table thead {
  position: unset;
}

form table.sticky-header thead {
    position: unset;
}


@media (max-width: 768px) {
    .form-type-webform-likert table.sticky-header {
        display: table !important;
    }
    .form-type-webform-likert table.sticky-header {
        /*display: block !important;*/
    }
    div#anio-actual {
      display:none;
    }
    div#anio-actual + p {
      display: none;
    }
    .footer-links a { 
      padding-left: 0.5rem;
    }

}