@media print {
  body * {
    visibility : hidden;
  }

  #solicitudInscripcion,
  #solicitudInscripcion * {
    visibility : visible;
  }

  #solicitudInscripcion {
    position : absolute;
    top      : 0;
    left     : 0;
  }
}
.text-center {
  text-align: center;
}
.consent-price {
  color : #13335C;
}

.consent-checkbox {
  display      : inline;
  margin-right : 0.5em !important;
}
.play-video-custom {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -45px;
}
.play-video-custom img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.play-video-custom:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
section.section.section-overlay-opacity {
    position: relative;
}
section.section.section-background {
    background-repeat: repeat;
    border: 0;
}
section.section.section-overlay-opacity:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
    background: rgba(0, 0, 0, 0.4);
}
/* Add here all your CSS customizations */

/* Redifinimos */

#header .header-nav-top {
  float       : right;
  margin-top  : -6px;
  margin-left : 0;
  font-size   : 20px;
  font-weight : 100;
}

#header .header-nav-top .flag {
  margin-right   : 2px;
  vertical-align : initial;
}

html section.section-primary.scongress-home {
  border-color     : #483527 !important;
  background-color : #523C2E !important;
}

/* Fin Redifinimos */

/* General */

a:focus,
a:hover {
  text-decoration : none;
}

/* Fin General */

p {
  margin      : 0 0 10px;
  color       : #777;
  line-height : 22px;
}

.bimg {
  border : 3px solid #13335C;
}

.pjustify {
  text-align : justify;
}

b {
  color : #13335C;
}

input[type=date],
input[type=email],
input[type=tel],
input[type=text] {
  display     : block;
  width       : 100%;
  height      : 4.8rem;
  padding     : 0 1.2rem 0 1.2rem;
  border      : 0.1rem solid #c9c9c9;
  font-size   : 1.8rem;
  line-height : 2.4rem;
}

.form-group label {
  font-size : 1.4rem;
}

.aeds-asterisk {
  color : #13335C;
}

/* Infromación > Junta directiva */

.img-board {
  border : 1px solid #133360;
}

#informationTabs .tab-content p {
  margin      : 8px 0 0px;
  color       : #13335C;
  line-height : 17px;
}
#informationTabs #estatutos p {
  color: #777;
}

#informationTabs .tab-content {
  padding-top : 0;
  border-left : 1px solid #EEE;
}

#containerOutstanding .bimg {
  margin-top: -80px;
  width: 100%;
}

#informationTabs .tab-content .content-title {
  margin           : 0 -15px;
  background-color : #13335C;
}

#informationTabs .content-title h4 {
  margin-left : 15px;
  color       : white;
  line-height : 50px;
}

ul.files {
  list-style-image : url('../img/aeds/icons/docs.png');
}

ul.files li {
  margin-bottom : 15px;
  line-height   : 19px;
}

.awards .featured-box-quaternary h4 {
  color : #13335C;
}

.awards .btn-quaternary {
  color            : #ffffff;
  border           : none;
  border-radius    : 3px;
  background-color : #13335C;
  text-shadow      : 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.awards .featured-box h4 {
  margin-top     : 16px;
  margin-bottom  : 5px;
  font-size      : 1.3em;
  font-weight    : 400;
  line-height    : 18px;
  letter-spacing : 1px;
}

#congressAwardHome h2 {
  text-transform : uppercase;
}

.img-table-training {
  min-width : 50px;
}

.img-legislation {
  width : 70px;
}

.container-legislation {
  width      : 400px;
  min-height : 50px;
  margin     : 8px;
}

.title-flag {
  margin-left : 85px;
  padding-top : 13px;
}

.section-legislation {
  margin     : 30px 0;
  padding    : 15px;
  border-top : 5px solid #f1f1f1;
  background : #f4f4f4;
}

.submenu-legislation {
  padding-right : 40px !important;
  padding-left  : 40px !important;
}

.icon-aeds-congress-list {
  max-width      : 23px;
  margin-right   : 8px;
  vertical-align : bottom;
}

.same-images {
  width  : 100%;
  height : 120px;
  border : 2px solid #F5F5F5;
}

.same-images img {
  width        : auto;
  max-height   : 100px;
  margin-right : auto;
  margin-left  : auto;
}

/*.sections {
  display : none;
}*/

.sections-open {
  display : initial;
}

.congress h4 {
  color : #13335C;
}

#estatutos p {
  line-height : 19px !important;
}

#estatutos table tr td {
  padding : 5px 10px;
}

#estatutos .title-section {
  cursor : pointer;
}

#asociacionesInternacionesDerechoSanitario img {
  float        : left;
  margin-right : 10px;
}

#asociacionesInternacionesDerechoSanitario h5 {
  padding-top : 0;
}

.title-estatuses {
  margin           : 25px 0;
  padding          : 15px;
  border-top       : 4px solid #13335C;
  background-color : #F4F4F4;
}

.title-estatuses h4 {
  font-size : 1.8em;
}

.year-biography {
  color     : #13335C;
  font-size : 12px;
}

.editorial-biography {
  margin-bottom : 0;
  color         : #607D8B;
  font-size     : 14px;
  line-height   : normal;
}

.img-bibliography {
  max-width : 130px;
  padding   : 15px;
}

.description-biography {
  display     : block;
  display     : -webkit-box;
  max-width   : 100%;
  height      : 77px;
  margin      : 0 auto;
  font-size   : 11px;
  line-height : 1.8em;
}

/* Media querys */
@media(max-width:1200px) and (min-width:991px) {
  #header .header-logo img {
    max-width: 500px;
    height: auto;
  }
}

@media (max-width: 991px) {
  #containerOutstanding .bimg {
    margin-top: 0;
  }

  #header .header-nav-bar .header-btn-collapse-nav {
    margin-top   : -64px;
    margin-right : 15px;
  }
  #header .header-logo img {
    max-width: 500px;
    height: auto;
  }

  #containerOutstanding img {
    margin: 15px auto;
  }
  section.section.section-background {
    background-image: none !important;
  }
}

@media (max-width: 768px) {


  #header {
    width            : 100%;
    height           : 80px;
    background-color : #13335C;
  }

  #header .header-logo img {
    max-width: 250px;
    height: auto;
    margin-top: 20px !important;
    margin-left: 25px !important;
  }

  #header .header-body,
  #header .header-row {
    min-height : 80px;
  }

  #header .header-logo {
    width      : 100%;
    text-align : center;
  }

  #header .header-logo img {
    width      : auto;
    max-height : 80px;
    margin     : 0;
  }

  #header .header-nav-bar .header-btn-collapse-nav {
    position         : absolute;
    top              : 0;
    left             : -15px;
    margin-top       : -79px;
    background-color : #ffffff;
    font-size        : 45px;
  }

  #header .header-nav-bar .header-btn-collapse-nav .fa {
    color : #13335C;
  }

  .dropdownLanguage {
    position   : initial;
    width      : 100%;
    border     : none;
    box-shadow : initial;
  }

  .tabs-vertical .nav-tabs {
    display : initial;
  }

  #informationTabs .tab-content {
    width       : 100%;
    float       : left;
    padding-top : 0;
    border-left : 1px solid #EEE;
  }
}

.main-awards {
  background-color: #13335c;
}

.main-awards .container{
  background-color: white;
}
