@charset "UTF-8";
/**
* Diseño del evento anual de premios Edelvives.
* @author: Julio A. Gilete
* @year: 2022
* @copyrigth: e-SORT
*/
html {
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  html {
    font-size: 18px;
  }
}
html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.42857143;
  color: #FFF;
  position: fixed;
  background-size: cover;
  background-position: center center;
}

.outer-bg {
  background-color: #d70a31;
  background-size: cover;
}

.contenedor-global {
  background-size: cover;
  position: relative;
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
}
#recuadro {
  position: absolute;
  width: 400px;
  top: 30%;
  left: 50%;
  margin-top: -172px;
  margin-left: -250px;
  padding: 40px 50px;
  text-align: center;
  color: white;
}

.pag-form {
  max-width: 460px;
  margin: 0 auto;
}
.pag-form .form-title {
  color: black;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.form-input {
  max-width: 100%;
  height: 40px;
  padding: 9px 15px;
  background-color: white;
}

.ck {
  padding: 5px;
  background-color: transparent;
  height: auto;
}
.z-index-100 {
  position: relative;
}

.modal-header,
.modal-footer {
  border: 0;
}

.form-input.ck .ch-btn {
  width: 30px;
  border-radius: 2px;
  height: 30px;
  display: inline-block;
  background-color: #fff;
  border: 0px dotted #00f;
  float: left;
}
.form-input.ck .ch-btn:hover {
  cursor: pointer;
}
.form-input.ck .ch-btn.checked {
  background: #fff url(../img/btn-check.png) no-repeat center center;
}

.form-input.ck .ch-text {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  display: flex;
  max-width: 100%;
  margin-left: 10px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #fff !important;
}
.form-input.ck .ch-text a {
  text-decoration: underline;
  color: #fff;
}

.form-button {
  margin-top: 10px;
  display: block;
}

.form-input .input-pre {
  margin-right: 10px;
  color: white;
}
.form-input .input-lbl {
  color: black;
  font-weight: 600;
  font-size: 0.8rem;
}
.form-input .input-inp {
  padding: 0 10px;
  color: black;
  font-weight: 400;
  font-size: 0.8rem;
}
.form-input .input-inp input:focus {
  outline: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.form-input.rc .input-inp input {
  max-width: 70%;
  min-width: 50%;
}

.form-input.rc .input-inp {
  padding: 0 0px;
}

@media screen and (max-width: 480px) {
  .form-input .input-inp input {
    max-width: 50%;
    min-width: 50%;
  }

  .form-input.rc .input-inp input {
    max-width: 25%;
    min-width: 25%;
  }
}
.navbar-premios {
  height: 140px;
  background-color: #560000;
}
.navbar-premios .img-footer {
  height: 50px;
  width: 250px;
  margin-top: 15px;
  display: inline-block;
  background: transparent url(../img/footer.png) no-repeat top left;
}

.background-invitation {
  background-color: white;
  padding: 15px;
  margin: 135px 0 150px 0;
}

.pag-log {
  padding-bottom: 9px;
}
.pag-log img {
  max-width: 90%;
}

.elcodigo {
  height: 50px;
}

.txt-invitation h2 {
  color: #560000;
}

.personal-data {
  text-align: left;
  color: black;
  padding: 20px 0;
  font-size: 20px;
}

.logo-edv {
  height: 40px;
  width: 300px;
  display: inline-block;
  background: transparent url(../img/logo_edv.png) no-repeat top left;
  margin-top: 35px;
}

.notice {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
}

.padding-20 {
  padding: 20px;
}

.pt-12 {
  font-size: 12pt;
}

.pag-form.nm {
  width: 460px;
  margin-bottom: 0;
}

.wpr-fixed {
  position: fixed;
  width: 100%;
}

.bt-0 {
  bottom: 0;
}

.msg-bienvenida {
  margin-top: 25px;
}
@media (max-width: 540px) {
  .msg-bienvenida {
    padding: 0 25px;
  }
}
.msg-bienvenida p {
  color: #fff;
  line-height: 1.2;
  font-size: 21.4px;
  margin: 20px 0;
}

.hide {
  display: none !important;
}

.m-registro-contenido {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.no-margin {
  margin: 0 !important;
}

.m-registro-succes-head {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.m-registro-succes-head h3 {
  display: inline-block;
}

.datos-registro .m-registro-line label {
  display: inline-block;
  width: 20%;
  text-align: right;
}
.datos-registro .m-registro-line span {
  display: inline-block;
  width: 75%;
  text-align: left;
}

button.btn.btn-default.btn-close-modal-registro {
  font-size: 15px;
}

/* .formulario {


    label {
        display: block;
        text-align: left;
    }

    input {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        color: black;
    }

    select {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        color: black;
    }
} */
.boton {
  text-align: right;
  padding-top: 15px;
}

.margin-l-35 {
  margin-left: 35px;
}

.margin-r-35 {
  margin-right: 35px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.margin-0-auto {
  margin: 0 auto;
}

.img-responsive {
  display: inline-flex;
}

.input-inp {
  height: 75px;
  font-size: 1rem;
  border-radius: 0px;
  border: white;
}

.error {
  border: 1px solid #df087c;
}

.white-back {
  background-color: white;
}

.data-item {
  margin-bottom: 10px;
}

.invitation-text {
  font-size: 45px;
  font-weight: 700;
  color: black;
  font-family: "Titillium Web", sans-serif;
}

.thecode {
  margin-left: -20px;
  margin-bottom: 20px;
  overflow: hidden !important;
}
.thecode div {
  background-color: transparent !important;
}

.address-text {
  text-align: left;
  font-family: "Titillium Web", sans-serif;
}
.address-text p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.address-text p.info {
  font-size: 13px !important;
}

.cerrado {
  margin: 50px auto 0px auto;
  float: none;
}

.alert-danger {
  border: 1px solid #000;
}
.alert-danger:focus {
  border: 1px solid #000;
}

.padding-lr-15 {
  padding: 10px 15px;
}

.invisible {
  visibility: hidden;
}

.padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.notice a {
  color: black;
  font-weight: 700;
  text-decoration: underline;
}

.mt-35 {
  margin-top: 35px;
}

.notice.xs-version {
  text-align: left;
}

@media (max-width: 517px) {
  .form-input.ck .ch-btn {
    margin-top: 10px;
  }

  .xs-nopadding-lr {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 720px) {
  .invitation-text {
    font-size: 40px;
  }

  .data-item {
    font-size: 15px;
  }

  .padding-lr-65 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-input.ck .ch-text {
    max-width: 80% !important;
  }

  .container-invitacion {
    padding: 0 50px !important;
  }
}
@media (max-width: 430px) {
  .container-invitacion {
    padding: 0 25px !important;
  }
}
@media (min-width: 767px) {
  .padding-lr-center {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media print {
  #cabecera-inv {
    display: none;
  }

  #pie-inv {
    display: none;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .mb-100 {
    margin-bottom: 2px;
  }

  .invisible {
    visibility: visible;
    margin-top: 50px;
  }

  .contenedor-global {
    height: 980px;
    overflow: hidden;
  }
}
.form-control {
  color: #fff;
  border-radius: 2px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}
.form-control :focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.m-registro-succes-head p {
  color: #000;
}

p {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.text-black {
  color: black !important;
}

.text-white {
  color: white !important;
}

.white-bg {
  background-color: white;
}

.modal-body p {
  color: black !important;
}

.input-error {
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
}

@media (max-width: 1240px) {
  #invitacion {
    margin-top: 40px;
    border: 1px solid black;
  }
}
.form-btn:hover {
  border: none;
}

.copyright {
  margin-top: 150px;
  margin-bottom: 20px;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.6rem;
  color: #fff;
}
.copyright a {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}

.cerrado .notice a {
  color: #fff;
}

.reg-form .form-group input,
.reg-form .form-group select {
  background-color: #000000;
  color: #ffffff;
  /* &:focus {
      color: $font-color-input-focus;
      background-color: $background-input-focus;
      box-shadow: none;
  } */
}
.reg-form .form-group input::-webkit-input-placeholder,
.reg-form .form-group select::-webkit-input-placeholder {
  color: #ffffff !important;
  font-weight: bold;
}
.reg-form .form-group input::-moz-placeholder,
.reg-form .form-group select::-moz-placeholder {
  color: #ffffff !important;
  font-weight: bold;
}
.reg-form .form-group input::-moz-placeholder,
.reg-form .form-group select::-moz-placeholder {
  color: #ffffff !important;
  font-weight: bold;
}
.reg-form .form-group input::-ms-input-placeholder,
.reg-form .form-group select::-ms-input-placeholder {
  color: #ffffff !important;
  font-weight: bold;
}
.reg-form .form-group.input-active {
  padding: 4px;
}
.reg-form .form-group.input-active input,
.reg-form .form-group.input-active select {
  color: #000000 !important;
  background-color: #ffffff;
}
.reg-form .form-group.input-active input::-webkit-input-placeholder,
.reg-form .form-group.input-active select::-webkit-input-placeholder {
  color: #000000 !important;
  font-weight: bold;
}
.reg-form .form-group.input-active input::-moz-placeholder,
.reg-form .form-group.input-active select::-moz-placeholder {
  color: #000000 !important;
  font-weight: bold;
}
.reg-form .form-group.input-active input::-moz-placeholder,
.reg-form .form-group.input-active select::-moz-placeholder {
  color: #000000 !important;
  font-weight: bold;
}
.reg-form .form-group.input-active input::-ms-input-placeholder,
.reg-form .form-group.input-active select::-ms-input-placeholder {
  color: #000000 !important;
  font-weight: bold;
}
.reg-form .form-btn {
  width: 100%;
  height: 50px;
  background-color: #000000;
  border-radius: 2px;
  padding: 11px 10px;
}
.reg-form .form-btn.imp {
  height: 95px;
  width: 104px;
}
.reg-form .form-btn:hover {
  cursor: pointer;
  color: #cccccc;
}
.reg-form .form-btn.disabled:hover {
  cursor: default;
  color: black;
  border: 0px solid #cccccc;
}
.reg-form .form-btn .btn-text {
  padding-right: 10px;
  font-size: 1rem;
  color: #fff;
  float: right;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

.r-message {
  font-size: 29px;
}

.rg-error {
  padding: 5px;
  background-color: gray;
}

.rg-success {
  padding: 5px;
  background-color: #8bb800;
}

.fade-to-t {
  background-color: rgb(255, 255, 255);
}

/* #img_cabecera {
    padding-top: 30px;

    img {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
} */
.backgroundlogo {
  background: url("../img/logo-principal-23.png");
  min-height: 552px;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 50px;
}
@media (max-width: 540px) {
  .backgroundlogo {
    background: url("../img/logo-principal-23.png");
    min-height: 400px;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.backgroundlogo.noplazas, .backgroundlogo.caducada, .backgroundlogo.politica-privacidad, .backgroundlogo.politica-cookies, .backgroundlogo.cerrada {
  background-image: url("../img/logo-principal-noplazas-23.png");
  min-height: 365px;
}
@media (max-width: 540px) {
  .backgroundlogo.noplazas, .backgroundlogo.caducada, .backgroundlogo.politica-privacidad, .backgroundlogo.politica-cookies, .backgroundlogo.cerrada {
    background-size: 85%;
  }
}

#btn-check {
  vertical-align: top;
}

.imp img {
  width: 60px;
  margin-top: 20px;
}

.border-cut {
  height: 32px;
  margin: 10px 0 30px 0px;
}

.container-invitacion {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 0 75px;
}

.concurso {
  margin-bottom: 30px;
}
.concurso p {
  font-size: 14px;
}
.concurso hr {
  border-color: black;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

.ver-invitacion {
  margin-top: 25px;
  display: block;
}

.showinvitation {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.showinvitation .show-print {
  display: none;
}
.showinvitation .imprimir {
  cursor: pointer;
}
.showinvitation .logo-invitacion div {
  margin-top: 25px;
  text-align: left;
}
@media print {
  .showinvitation .show-print {
    display: block !important;
  }
  .showinvitation .logo-invitacion * {
    text-align: center;
  }
  .showinvitation .container-invitacion {
    margin-left: 20px;
  }
  .showinvitation .concurso {
    margin-bottom: 0px !important;
  }
  .showinvitation .concurso p:last-child {
    font-size: 16px;
    margin: 0px !important;
  }
  .showinvitation .address-text p {
    font-size: 14px !important;
    font-weight: 600;
  }
  .showinvitation .address-text p.info {
    font-size: 12px !important;
  }
  .showinvitation .pag-header img {
    height: 400px !important;
    width: auto !important;
  }
}
@media (min-width: 942px) {
  .showinvitation .container.md-model, .showinvitation #invitacion {
    width: 600px;
  }
}

.noplazas .notice {
  font-size: 34px;
  line-height: 1.2;
  margin: 40px 0;
  font-weight: bold;
}

.caducada .notice {
  font-size: 34px;
  line-height: 1.2;
  margin: 40px 0;
  font-weight: bold;
}

.wrapperContainerCookies {
  min-height: 100px;
  width: 100%;
  color: #ffffff;
  background: #000000;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
.wrapperContainerCookies .row {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .wrapperContainerCookies .row {
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
  }
}
.wrapperContainerCookies .cookiesTitle {
  padding: 10px 15px;
  float: left;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  min-width: 206px;
}
.wrapperContainerCookies .cookiesText * {
  color: #ffffff;
  padding: 10px 15px;
  text-align: left;
  font-size: 12px !important;
  margin-bottom: 0px;
  padding: 0px;
  background: none;
}
@media (max-width: 767px) {
  .wrapperContainerCookies .cookiesText * {
    text-align: center;
  }
}
.wrapperContainerCookies .cookieCloseLink {
  height: 22px;
  background: #000000;
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  line-height: 22px;
  text-align: center;
}
.wrapperContainerCookies a {
  color: #ffffff;
  background: #000000;
  cursor: pointer;
}
.wrapperContainerCookies a:not(.btn) {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wrapperContainerCookies .cookiesBtn {
    margin-top: 8px;
  }
}
.wrapperContainerCookies .btn {
  border-color: #d70a31;
}
.wrapperContainerCookies .btn:hover {
  background-color: #d70a31;
}

@media (max-width: 767px) {
  .mt-15 {
    margin-top: 5px;
  }

  .wrapperContainerCookies {
    height: 160px;
  }
  .wrapperContainerCookies .cookiesTitle {
    padding: 5px 0;
    font-size: 18px;
  }
  .wrapperContainerCookies .cookiesText {
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  .wrapperContainerCookies .cookiesTitle {
    padding: 5px 0;
    font-size: 18px;
  }
  .wrapperContainerCookies .cookiesText {
    padding: 5px 0;
  }
}
.home .form-input.ck p {
  cursor: pointer;
  font-size: 17px;
  margin-left: 15px;
}
.home select, .home select:focus {
  overflow: hidden;
  overflow-y: hidden;
}
.home select::-webkit-scrollbar {
  display: none !important;
}
.home option {
  font-size: 18px;
  line-height: 15px;
  overflow: hidden;
}
.home .no-scroll::-webkit-scrollbar {
  display: none;
}
.home .no-scroll::-moz-scrollbar {
  display: none;
}
.home .no-scroll::-o-scrollbar {
  display: none;
}
.home .no-scroll::-google-ms-scrollbar {
  display: none;
}
.home .no-scroll::-khtml-scrollbar {
  display: none;
}
