html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}
@font-face {
  font-family: 'DINCond-Bold';
  src: url('/web/font/DINCond-Bold.eot');
  src: url('/web/font/DINCond-Bold.eot?#iefix') format('embedded-opentype'),
    url('/web/font/DINCond-Bold.svg#DINCond-Bold') format('svg'),
    url('/web/font/DINCond-Bold.ttf') format('truetype'),
    url('/web/font/DINCond-Bold.woff') format('woff'),
    url('/web/font/DINCond-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINCond-Light';
  src: url('/web/font/DINCond-Light.eot');
  src: url('/web/font/DINCond-Light.eot?#iefix') format('embedded-opentype'),
    url('/web/font/DINCond-Light.svg#DINCond-Light') format('svg'),
    url('/web/font/DINCond-Light.ttf') format('truetype'),
    url('/web/font/DINCond-Light.woff') format('woff'),
    url('/web/font/DINCond-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MovementBold';
  src: url('/web/font/MovementBold.svg#MovementBold') format('svg'),
    url('/web/font/MovementBold.ttf') format('truetype'),
    url('/web/font/MovementBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.background-cover {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.color-theme-primary {
  color: #A85C3A !important;
}

.color-theme-secondary {
  color: #11516b !important;
}
.custom-control-label::before{
  border: #a85c3a solid 2px;
  top: 1px;
}

.custom-checkbox .custom-control-label::before{
  border-radius: 0;
}
.bg-theme-primary {
  background-color: #A85C3A !important;
}

.bg-theme-secondary {
  background-color: #11516b !important;
}

.btn-colors:hover,
.btn-color:hover {
  color: #fff;
  text-decoration: none;
}
.btn {
  font-family: Lato, Helvetica, sans-serif;
  padding: 5px 45px;
}
.btn-colors,
.btn-color {
  display: inline-block;
  border-radius: 25px;
  font-family: Lato, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  color: white;
  border: 2px solid #11516b;
}

.btn-colors {
  background-color: #f4266e;
}
.btn-color {
  background-color: #11516b !important;
}
.btn-border-blue {
  border: 2px solid #11516b;
  border-radius: 30px;
  color: #11516b;
  font-size: 16px;
  font-weight: bold;
}

.btn-icon {
  padding-left: 60px;
}

.btn-video {
  padding-right: 60px;
  background: url('/web/themes/lexicmed/img/btn-video.png') no-repeat right 22px
      center / auto 28px,
    linear-gradient(-16.39deg, rgb(162, 53, 133) 0%, rgb(185, 54, 69) 100%);
}
.separator{
  position: relative;
  
}
.separator:after{
  content: "";
  height: 1px;
  border-top: 4px solid #A85C3A;
  position: absolute;
  top: 81px;
  width: 183px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  border-radius: 19px;

  }
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: unset;
  border: 0;
  border-bottom: 2px solid #11516b;
}
.custom-control-label::after{
  top: 1px;
}
.form-control::-webkit-input-placeholder {
  color: #6A6A6A !important;
}
.form-control:-moz-placeholder {
  color: #6A6A6A !important;
}
.form-control::-moz-placeholder {
  color: #6A6A6A !important;
}
.form-control:-ms-input-placeholder {
  color: #6A6A6A !important;
}
.form-control::-ms-input-placeholder {
  color: #6A6A6A !important;
}
.prehome__medialuna {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 70vh;
}
.prehome__medialuna-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0 auto;
    height: 60vh;
}
input.required,
textarea.required {
  background-color: #fff;
  /* background-image: url(/web/images/icon-required.png); */
  background-size: 24px 24px;
  background-repeat: no-repeat;

  background-position-x: calc(100% - 20px);
  background-position-y: center;
}

textarea.form-control.required {
  background-position-y: 16px;
  background-color:rgba(17, 81, 107, 0.1) ;
}
textarea.form-control {
  padding: 24px;
  min-height: 160px;
  resize: none;
}

input.icon-code {
  background-image: url(/web/images/icon-code.png);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position-x: 14px;
  background-position-y: center;
  text-indent: 32px;
}

form label {
  color: #6A6A6A;
  font-size: 18px;
}

form label.error {
  color: #bd3735;
  font-size: 12px;
  padding-left: 18px;
  padding-top: 4px;
  width: 100%;
}

form .custom-checkbox label.error {
  padding-left: 0px;
}

footer {
  background-color: rgba(17, 81, 107, 0.15);
  font-family: 'Open Sans', sans-serif;
  color: #9c9c9c;
  font-size: 11px;
}
footer img {
  height: 90px;
  width: auto;
}
footer .patrocinado {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #6a6a6a;
}

footer a {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #11516b;
}
footer a:hover {
  color: #a85c3a;
  text-decoration: none;
}
footer ul {
  display: flex;
  flex-direction: column;
}
#st-register-form,
#st-login-form {
  display: flex;
  flex-direction: column;
}
.register-submit {
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}
.modal-header {
  border-bottom: 0;
  align-self: center;
}
.modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.inputs-big input[type='text'],
.inputs-big input[type='password'],
.inputs-big input[type='mail'],
.inputs-big select,
.input-big {
  height: 40px;
  padding-bottom: 25px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}

.rounded-gray {
  background-color: #ebebeb;
  border-radius: 20px;
}

.title-1 {
  font-family: Lato, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 46px ;
  color: #344d77;
}

.w-max-600 {
  max-width: 600px;
}

.generic-content {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.generic-content h1 {
  font-size: 26px;
}
.generic-content h2 {
  margin-top: 24px;
}

.generic-content p {
  font-size: 16px;
  text-align: justify;
}

::marker {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.simple-modal .modal-content {
  background: transparent;
  border: none;
}

#legal-modal .modal-body,
#terms-modal .modal-body {
  height: 90vh;
}
#legal-modal,
#terms-modal {
  z-index: 9999999;
}

form .btn-colors,
form .btn-color {
  font-family: 'Open Sans', sans-serif;
}

.header img.logo {
  width: 235px;
}

section.header {
  padding-top: 8px;
  padding-bottom: 8px;
}

section.header ul.navbar-nav {
  position: absolute;
  right: 0;
}
@media(max-width:767px){
  section.header ul.navbar-nav{
    position: relative;
    flex-direction: row;
    gap: 15px;
    margin-top: 10px;
    justify-content: center;
  }
}

section.subheader {
  background-color: #11516b;
}
.header .header-user-name,
.header .header-logout {
  color: #4e4e4e !important;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12.8px;
  font-weight: 700;
  
}
.subheader .navbar-light .navbar-nav .nav-link{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Lato, Helvetica, sans-serif;
}
.subheader .streaming-link.disabled {
  display: none;
}
.subheader .streaming-link {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: Lato, Helvetica, sans-serif;
}
.subheader .live {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.subheader .streaming-link .round {
  font-size: 20px;
  margin-right: 5px;
}
.subheader .streaming-link.streaming-status-E div {
  background-color: #d12e40;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 0 20px;
}

.header #headerMenu .nav-link {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  position: relative;
}

.header #headerMenu .nav-link.disabled {
  color: #dadada;
}

.header #headerMenu .navbar-nav .active > .nav-link {
  color: #f4266e;
}

.header #headerMenu .navbar-nav .active > .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -43px;
  border-bottom: 5px solid #f4266e;
  display: inline-block;
  width: 100%;
}

.header #headerMenu .dropdown-item {
  font-size: 14px;
}

.header #headerMenu .dropdown-item.active {
  color: #f4266e;
  text-decoration: none;
  background-color: transparent;
}
.header #headerMenu .dropdown-item:hover {
  background-color: transparent;
}

.header #headerMenu .nav-link.header-register,
.header #headerMenu .nav-link.header-login,
.header #headerMenu .nav-link.header-user-name,
.header #headerMenu .nav-link.header-logout,
.header #headerMenu .nav-link.header-codes {
  font-weight: 500;
  text-transform: none;
}

.header #headerMenu .nav-link.header-register img,
.header #headerMenu .nav-link.header-login img,
.header #headerMenu .nav-link.header-user-name img,
.header #headerMenu .nav-link.header-logout img,
.header #headerMenu .nav-link.header-codes img {
  max-height: 14px;
  margin-right: 5px;
}

.recaptcha-field > div > div {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .header #headerMenu .navbar-nav .active > .nav-link::after {
    bottom: 0;
  }

  .form-group.mb-3 {
    margin-bottom: 0.6rem !important;
  }
}

.modal h5 {
  font-family: Lato, Helvetica, sans-serif;
  font-size: 38px;
  color: #a85c3a;
  font-weight: bold;
}
.modal a {
  text-decoration: none;
  color: #333333;
}

.custom-control-label,
.required-fields-info,
#btn-remember a,
.custom-control-label a {
  font-size: 16px;
  color: #000;
}

@media (min-width: 768px) and (max-height: 1010px) {
  .inputs-big input[type='text'],
  .inputs-big input[type='password'],
  .inputs-big input[type='mail'],
  .inputs-big select,
  .input-big {
    height: 30px;
    font-size: 12px;
  }

  .custom-control-label,
  .required-fields-info,
  #btn-remember a,
  .custom-control-label a {
    font-size: 12px;
  }

  input.required,
  textarea.required {
    background-size: auto 20px;
  }

  input.icon-code {
    background-size: auto 24px;
  }

  form label.error {
    margin-bottom: 1px;
  }
}

@media (min-width: 992px) {
  .header #headerMenu .navbar-nav .active > .nav-link::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #f4266e;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

select.form-control:invalid {
  color: #6A6A6A;
}
select.form-control option {
  color: #595959 !important;
}

.accept-conditions-profile .form-group {
  display: none;
}

.video-modal .modal-dialog {
  max-width: 1000px;
  margin-top: 21vh;
  margin-bottom: 30px;
}
.video-modal .modal-body {
  position: relative;
  padding: 0px;
}
.video-modal .close {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 9999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  color: #f4266e;
  border: 3px solid #f4266e;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-weight: 600;
  outline: none !important;
}
.video-modal .modal-content {
  border: none;
}
@media (max-width: 1050px) {
  .video-modal .modal-dialog {
    max-width: calc(100% - 16px);
  }
}


/* NEW STREAMING */

.list-streamings .element{
  padding: 10px 0;
  border-bottom: 3px solid #D8D8D8;
}

.list-streamings .element:last-child{
  border: 0;
}

.list-streamings .element .image img{
  display: block;
  width: 100%;
}

.list-streamings .element .image .play{
  width: 30px;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}


.list-streamings .element .content{
  display: grid;
  grid-template-rows: 1fr auto;
}

.list-streamings .element .content .bottom{
  align-self: bottom;
}

.list-streamings .element .content .bottom p{
  color: #11516b;
  margin: 0;
  line-height: 1.5;
}

.list-streamings .element .content .top h3{
  color: #11516b;
  font-size: 18pt;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
}
.list-streamings .element .content .top p{
  margin: 0;
  line-height: 1.5;
}

.list-streamings .element .content .top p span{
    color: #A85C3A;
    
}

.list-streamings .element .content .top p b{
  color: #A85C3A;
}