﻿@charset "utf-8";

@font-face {
  font-family: 'AAARGH';
  src: url('../fonts/AAARGH.woff') format("woff"), 
       url('../fonts/AAARGH.ttf')  format('truetype');
}

@font-face {
  font-family: 'Calibre-Regular';
  src: url('../fonts/Calibre-Regular.woff') format("woff"), 
       url('../fonts/Calibre-Regular.ttf')  format('truetype');
}

html {
  padding: 0;
  margin: 0;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;  
}

body {
    margin: 0;
    height: 100%;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.generalContent {
    width: 100%;
    height: calc(100% - 70px);
    overflow: hidden;
}

.webgl-content {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
    height: calc(100% - 44px);
    flex-direction: column;
    margin-top: 24px;
}
#unityContainer {
    max-width: 1366px;
    max-height: 680px;
    width: 100%;
    height: 100%;
    padding: 0px;
    border: 0px;
    position: relative;
    background: rgb(93, 31, 96);
    margin: auto auto;
    vertical-align: middle;
}

.webgl-content .footer{
  font-family: 'AAARGH';
}

.webgl-content .footer .title{
  font-size: 1.5rem;
  color: #663366;
  font-weight: bold; 
  text-transform: lowercase; 
}

.mifooter {
    font-family: 'Calibre-Regular';
    background: #ffcc33;
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
}

.container-footer {
  font-size: 1.2rem;
  color: #663366;
  margin-top: 20px;
}
.fullscreen{
  cursor:pointer;
}

.webgl-content .footer {
    font-size: 18px;
    width: 100%;
    max-width: 1366px;
    margin-top: 10px;
    display: block;
}

.webgl-content .footer .fullscreen {
    background-image: url(../TemplateData/fullscreen.png);
    width: 38px;
    float: right;
    margin-top: -6px;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}


/************************/




.iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal.in .modal-dialog {
  transform: none;
}
.fulltotal{
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  width: 100%!important;
  height: 100%!important;
}
.off-in-fullscreen{
  display: none!important;
}

#imagemodal .modal-dialog {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: none;
}
#imagemodal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    width: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
    padding: 10px;
}
#imagemodal .modal-dialog {

}
#general{
  display: block;
  width: 100%;
  height: 100%;
}

.modal {
 position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #07070767;
  top: 50%;
  transform: translateY(-50%);

}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    top: 50%;
    transform: translateY(-55%);
}

::placeholder{
  font-style: italic;
}

/* ----- Estilos para modal input URL Video -------*/

#myModalInput .modal-dialog{
  transform: translateY(-70%);
}

#myModalInput .modal-content{
  font-family: 'AAARGH';
  background: rgb(93, 31, 96);
  color: #fff;
}

#myModalInput .modal-content .modal-header{
  border-bottom: none;
}

#myModalInput .modal-content .modal-header img{
  width: 25%;
}

#myModalInput .modal-content .modal-header button{
  margin: -4rem 1rem -1rem auto;
  font-size: 3.5rem;
  color: #fff;
}

#myModalInput .modal-content .modal-body{
  margin-top: -20px;
}

#myModalInput .modal-content .modal-body .form-group.p-4{
  text-align: center;
  padding: 0 !important;
}

#myModalInput .modal-content .modal-body .form-group.p-4 label{
  font-size: 2.5rem;
}

#myModalInput .modal-content .modal-body .form-group.p-4 input{
  width: 85%;
  margin: 15px auto;
  border-radius: 4px;
  font-weight: bold;
}

#myModalInput .modal-content .modal-footer{
  border-top: none;
}

#myModalInput .modal-content .modal-footer .btn-primary{
  background-color: rgb(93, 31, 96);
  border-color: rgb(93, 31, 96);
  color: #fe7823;
  font-size: 2rem;
}

#myModalInput .modal-content .modal-footer .btn-primary:hover{
  background: #ffffff14;
}

#myModalInput .modal-content .modal-footer .btn-primary:focus{
  outline: none;
  border-color: #fff;
}

/* ----- Fin Estilos para modal input URL Video -------*/