
@import url(../webfonts/opensans/opensans.css);
@import url(../webfonts/fontello-hautoria/css/fontello.css);
@import url(../webfonts/icomoon/style.css);

:root {
    --bg1: #EDF0F6;
    --bg2: #FFF;
    --bg3: #FFF;
    --bg4: #EDF0F6;
    --bg5: #F5F9FF;
    --corPrimaria: #562E9C;
    --corSegundaria: #576081;
    --btAtivo: #e21111;
    --colorFont1: #562E9C;
    --colorFont2: #E5DCEE;
    --colorFont3: #5A607F;
    --auxBgWhite: #FFFFFF;
    --auxBgColor: #562E9C;
  
  
    --paleta1: #1E0150;
    --paleta2: #2F1164;
    --paleta3: #644897;
    --paleta4: #F1FF19;
    --paleta5: #EDF0F6;
    --paleta6: #5A607F;
    --paleta7: #212C37;
    --paleta8: #562E9C;
    --paleta9: #53397E;
  
    --text1: #FFF;
    --text2: #F1FF19;
    --text3: #1E0150;
    --text4: #562E9C;
  
    --fontFamilyDefault: 'Open Sans'
  
  }

html, body{
    padding: 0px;
    margin: 0px;
}

.modal-preview-custom{
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: rgba(0, 0,  0 , 0.8); 
    z-index: 99999;
    flex-direction: column;
    border: none;
  }
  
  .wrapper-iframe-preview
  {
    width: 100%;
    height: 100%;
    background-color: #FFF;
  
     transition: .45s;
    -webkit-transition: .45s;
    -moz-transition:  .45s;
    font-size: 16px;
    display:block; 
    border: none;
  }
  
  
  .modal-preview-custom[data-device="Mobile"] .wrapper-iframe-preview{
    width: 414px;
    max-width: 389px;
  }
  
  
  .modal-preview-custom[data-device="Desktop"] .btn-desktop-preview{
    display: none;
  }
  
  .modal-preview-custom[data-device="Mobile"] .btn-modbile-preview{
    display: none;
  }
  .container-controles-preview:hover{
    opacity: 1;
  }
  
  .btn-troca-device-preview{
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    /*opacity: .5;*/
    cursor: pointer;
    color: var(--text2);
    height: 100%;
    width: 52px;
  }
  
  .btn-troca-device-preview:hover{
    opacity: 1;
    background-color: var(--paleta5);
    color: var(--text3);
  }
  
  .modal-preview-custom.fechado
  {
    display: none;
  }
  
  .iframe-preview-custom
  {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  .container-controles-preview{
      width: 100%;
      height: 50px;
      background-color: var(--paleta1);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0 0px 10px 10px;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      border-radius: 0 0px 10px 10px;
      top: 0;
      position: relative;
  }

.modal-preview-custom[data-device="Desktop"] .btn-desktop-preview {
    display: none;
}

.modal-preview-custom[data-device="Mobile"] .btn-modbile-preview {
    display: none;
}


.wrapper-iframe-preview-backup{
  height: calc(100% - 53px) !important;
}

body[data-teste-video-interativo] .modal-preview-custom,
body[data-teste-video-interativo] .wrapper-iframe-preview{
  background-color: transparent !important;
}