#splash {
    position: absolute;
    display: flex;
    background: rgba(0, 0, 0, 0.973);
    z-index: 1;
    margin: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

  /*@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 0.7rem solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    animation: spin 1s infinite linear;
  }*/

  .loading {
    background: #b52e2c !important;
    width: 100%;
  }

header{
  background: linear-gradient(180deg, rgba(240, 238, 228,0.7) 0%, rgba(240, 238, 228,0) 100%);
  position: fixed;
  margin: 0px;
  height: 120px;
  width: 100%;
  top: 0;
  padding: 0px;
}

#logo {
  background-image: url("/Sources/UI/logo_oscuro.svg");
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  display: block;
  top: 20px;
  left: 50px;
  position: fixed;
}

#menu {
  background-image: url("/Sources/UI/menu_icono.svg");
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  display: block;
  top: 35px;
  right: 50px;
  position: fixed;
}
footer{
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.7) 0%, rgba(29, 29, 29,0) 100%);
  position: fixed;
  margin: 0px;
  height: 200px;
  width: 100%;
  bottom: 0px;
  padding: 0px;
}
#CCText {
  display: none;
 /* background-image: url("/Sources/UI/CCText.png");*/
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  height: 130px;
  width: 100%;
  bottom: 30px;
}
#backbutton {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/Sources/UI/back.svg");  
  background-size: 100%;
  background-color: transparent;
  z-index: 10;
  display:  none; 
  height: 35px;
  width: 55px;
  position: fixed;
  top: 2.5em;
  right: 3.7em;
  border: none;
}
#ContainerInfo
{
  pointer-events:none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
}
#ContainerInfo .btnVerMas{
  pointer-events:all;
  cursor: pointer;
}
#imgBank{
  display: none;
  bottom: 6em;
  right: 7em;
  position: inherit;
  width: 40%;
}
#imgCredit{
  display: none;
  bottom: 8em;
  left: 7em;
  position: inherit;
  width: 40%;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
  #imgCredit{
    left: 0;
  }
  #imgBank{
    right: 0;
  }
  #imgIgss {
     right: 0 !important; 
     width: 100% !important; 
  }
}
#imgIgss{
  display: none;
  bottom: 8em;
  right: 7em;
  position: inherit;
  width: 43%;
}

#izqlogo{
  width: 30%;
  height: 100%;
}
#logoanim{
  width: 40%;
  height: 100%;
  align-items:center;
  display: flex;  
}
#derlogo{
  width: 30%;
  height: 100%;
}
#ContainerAnim img {
  vertical-align:middle;
}

#logoanim img {
  vertical-align:middle;
}

#ContainerAnim{
  height: 100%;
  display: flex;
  position: inherit;
}

#Initlogo {
  display: none;
  pointer-events:none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
}

#Initlogomovile {
  display: none;
  pointer-events:none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
}


#ContainerAnimMovil{
  height: 100%;
  display: flex;
  position: inherit;
  flex-direction: column;
  align-content:center;
  justify-content:center;
  
}


.fullsc .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-header{
  border: none !important;
}
.fullsc .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: #faf6ed !important;
}
.fullsc .modal-dialog.modal-lg {
    min-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.modal-backdrop{
    opacity:0.5 !important;
}

div#ModalIgss{
  padding: 0 !important;
}
.ttiluo3g{
    font-size: 30px;
    font-weight: bold;
    font-family: 'gravesend-sans' !important;
}
.btnVerMas {
    font-size: 19px;
    font-family: 'gravesend-sans' !important;
} 
.textos p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: normal;
}
.iconRealidad {
    font-size: 12px;
    display: inline-flex;
}
p.textEscan {
    line-height: 12px;
    font-size: 13px;
    font-family: 'gravesend-sans' !important;
    margin: 5px 5px 10px;
}

.backqr{
  background: #e8e4dc !important;
}
.container-fluid.dav3d {
    height: auto;
}

.text-inicio-3d {
    text-transform: uppercase;
    font-family: 'gravesend-sans' !important;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    padding: 0 5%;
}
a.nav-link.titulo-menu-sup {
    padding-left: 22px;
}