@import url('/irmarfer/fonts/fonts.css');

/*_______________________________________________________________________________Desktop__________________________________________________________________*/
h1{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: 'TT Norms';
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 114.286% */
    }
    
    h2{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 120% */
    }
    
    h3{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
    }
    
    h4{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    }
    
    h5{
    color: #000;
    font-feature-settings: 'liga' off;    
    font-family: TT Norms;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    }
    
    h6{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    
    }
    
    .texto{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    }
    
    button{
    color: var(--White);
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    background: transparent;
    border:none;
    display: inline-block;
    }
    
    .caption{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    }
    
    .Overline{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 180% */
    }
    
    
    
    /*_____________________________________________Colors_________________________________________________*/
    
    :root{
        /*________Colors______*/
        --Primary: #F4731D;
        --Secondary: #4D4D4F;
        --Secondary_Primary: #BCBDC0;
        --Tertiary: #E5A712;
        --Quaternary: #E21075;
        --White:#FFF;
    
        --Orange: #A34D14;
        
        --Eventos: #7A0F1A;
        --Desportos: #00508F;
        --Industrial: #B84316;
        --Humanitarian: #617A22;
        
    
        /*________Background_______*/
        --Background-Dark: #292929;
        --Background-Light: #FAF4F0;
        
        --primary-background-primary: #FACAAA;
        --primary-background-secondary: #FABE96;
        --primary-background-tertiary: #FA8E46;
    
        --secondary-background-primary: #EBEBEB;
        --secondary-background-secondary: #E0E0E0;
        --secondary-background-tertiary: #CCC;
        
        --tertiary-background-primary: #FAE6BE;
        --tertiary-background-secondary: #FAD996;
        --tertiary-background-tertiary: #FACB6E;
    
        --quaternary-background-primary: #FABEDA;
        --quaternary-background-secondary: #FA96C6;
        --quaternary-background-tertiary: #FA6EB1;
    
        --Eventos-Background: #FA96A0;
        --Sports-Background: #96CEFA;
        --Industrial-Background: #FAB296;
        --Humanitarian-Background: #C6E087;
    
        /*________Text__________*/
        --Text-White: #FFF;
        
        --primary-text-primary: #E06A1B;
        
        --secondary-text-primary: #3D3D3D;
        --secondary-text-secondary: #A3A3A3;
        --secondary-text-tertiary: #B8B8B8;
    }


    /*___________Distance____________*/

    .p-12 {
        padding: 12px !important;
    }

    .p-16 {
        padding: 16px !important;
    }

    .p-32 {
        padding: 32px !important;
    }

    .p-64 {
        padding: 64px !important;
    }

    .pl-04 {
        padding-left: 4px !important;
    }

    .pl-08 {
        padding-left: 8px !important;
    }

    .pl-12 {
        padding-left: 12px !important;
    }

    .pl-16 {
        padding-left: 16px !important;
    }

    .pl-32 {
        padding-left: 32px !important;
    }

    .pl-40 {
        padding-left: 40px !important;
    }

    .pl-64 {
        padding-left: 64px !important;
    }

    .pr-04 {
        padding-right: 4px !important;
    }

    .pr-16 {
        padding-right: 16px !important;
    }

    .pr-32 {
        padding-right: 32px !important;
    }

    .pr-64 {
        padding-right: 64px !important;
    }

    .px-04 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .px-08 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .px-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .px-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .px-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .px-48 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }

    .px-64 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    .px-96 {
        padding-left: 96px !important;
        padding-right: 96px !important;
    }

    .px-128 {
        padding-left: 128px !important;
        padding-right: 128px !important;
    }

    .py-08 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .pb-16 {
        padding-bottom: 16px !important;
    }

    .pb-32 {
        padding-bottom: 32px !important;
    }

    .pb-64 {
        padding-bottom: 64px !important;
    }

    .pb-128 {
        padding-bottom: 128px !important;
    }

    .pt-16 {
        padding-top: 16px !important;
    }

    .pt-20 {
        padding-top: 20px !important;
    }

    .pt-64 {
        padding-top: 64px !important;
    }

    .pt-200 {
        padding-top: 200px !important;
    }

    .m-04 {
        margin: 4px !important;
    }

    .m-08 {
        margin: 8px !important;
    }

    .m-16 {
        margin: 16px !important;
    }

    .my-08 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }

    .my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }

    .my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }

    .mt-08 {
        margin-top: 8px !important;
    }

    .mt-16 {
        margin-top: 16px !important;
    }

    .mt-20{
        margin-top: 20px !important;
    }

    .mt-24 {
        margin-top: 24px !important;
    }


    .mt-32 {
        margin-top: 32px !important;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .mt-48 {
        margin-top: 48px !important;
    }

    .mt-56{
        margin-top: 56px !important;
    }

    .mt-64 {
        margin-top: 64px !important;
    }

    .mt-66{
        margin-top: 66px !important;
    }

    .mt-72{
        margin-top: 72px !important;
    }

    .mt-96 {
        margin-top: 96px !important;
    }

    .mt-100{
        margin-top: 100px !important;
    }

    .mt-128 {
        margin-top: 128px !important;
    }

    .mt-144 {
        margin-top: 144px !important;
    }

    .mt-192 {
        margin-top: 192px !important;
    }

    .mt-208 {
        margin-top: 208px !important;
    }

    .mt-272 {
        margin-top: 272px ;
    }

    .mt-143{
        margin-top: 143px !important;
    }

    .mb-08 {
        margin-bottom: 8px !important;
    }

    .mb-16 {
        margin-bottom: 16px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mb-24 {
        margin-bottom: 24px !important;
    }

    .mb-32 {
        margin-bottom: 32px !important;
    }

    .mb-64 {
        margin-bottom: 64px !important;
    }

    .mb-96 {
        margin-bottom: 96px !important;
    }

    .mb-128 {
        margin-bottom: 128px !important;
    }

    .ml-04 {
        margin-left: 4px !important;
    }

    .ml-08 {
        margin-left: 8px !important;
    }

    .ml-16 {
        margin-left: 16px !important;
    }

    .ml-21{
        margin-left: 21px !important;
    }

    .ml-32 {
        margin-left: 32px !important;
    }

    .ml-52 {
        margin-left: 52px !important;
    }

    .ml-64 {
        margin-left: 64px !important;
    }

    .ml-111 {
        margin-left: 111px !important;
    }


    .ml-127 {
        margin-left: 127px !important;
    }

    .mr-08 {
        margin-right: 8px !important;
    }

    .mr-16 {
        margin-right: 16px !important;
    }
    .mr-64 {
        margin-right: 64px !important;
    }


@media (max-width: 991px) {

    .m-xs-0{
        margin: 0 !important;
    }

    .p-xs-0 {
        padding: 0px !important;
    }
    .p-xs-8 {
        padding: 8px !important;
    }
    .p-xs-16 {
        padding: 16px !important;
    }
    .p-xs-32 {
        padding: 32px !important;
    }
    .px-xs-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .px-xs-08 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .px-xs-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .px-xs-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .py-xs-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    .py-xs-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    .mt-xs-128 {
        margin-top: 128px !important;
    }
    .mt-xs-80 {
        margin-top: 80px !important;
    }
    .mt-xs-64 {
        margin-top: 64px !important;
    }
    .mt-xs-32 {
        margin-top: 32px !important;
    }
    .mt-xs-16 {
        margin-top: 16px !important;
    }
    .mt-xs-0 {
        margin-top: 0px !important;
    }
    .mb-xs-32 {
        margin-bottom: 32px !important;
    }
    .mb-xs-16 {
        margin-bottom: 16px !important;
    }
    
    .mb-xs-0 {
        margin-bottom: 0px !important;
    }

    .ml-xs-18 {
        margin-left: 18px !important;
    }

    .ml-xs-32 {
        margin-left: 32px !important;
    }

    .border-t-xs-1 {
        border-top: 1px solid var(--background-primary);
    }
    .pd-xs-17{
        padding: 17px !important;
    }
    .pd-xs-32{
        padding: 32px !important;
    }
}

/*_________Body__________*/

    
    body{
        background: var(--Background-Dark);
        padding-right: 0 !important;
    }

    #rectangle1{
        width: 100%;
        height: 100dvh;
/*        opacity: 0.8*/
    }
    
   

    #logo{
        width: 130.69px;
        height: 56px;
        top: 64px;
        left: 152px;
        flex-shrink: 0;
        position: absolute;
    }

    #titulo h1{
        
        color: var(--White);
        font-feature-settings: 'liga' off; 
        position: relative; 
    }

    .word{
        color: var(--primary-text-primary);
    }

    .texto{
        position: absolute;
        width: 402px;
        height: 112px;       
    }

    .texto p{
        font-family: TT Norms;
        color: var(--Text-White);
    line-height: 28px;
    }

    .texto button{
        width: 141px;
        height: 22px;
        top: 543px;
        left: 905px;
        font-family: TT Norms;
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
    }

    #video{
        position: absolute;
        margin: 0;
        max-width: 100%;
        height: 100vh;
        flex-shrink: 0;
/*        mix-blend-mode: multiply;*/
        object-fit: cover;
    }

    #iconplay{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;       
        border: 1px solid white
    }

    #iconplay img{
        width: 20px;
        height: 20px;
    }
    
    .rectangle2{
        padding-top: 128px ;
        width: 100%;
        height: 100dvh;
   }

   
   .logo2{
    width: 130.69px;
    height: 56px;
    margin-bottom: 128px;
   }
    
   .informacao{
    margin-top: 64px;
    margin-bottom: 24px;
   }

   .informacao h5{
    
    color: var(--Primary);
   }

   .localidade{
    font-family: TT Norms;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
   }

   .localidade
   button{
    font-family: TT Norms;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--White);
   }
   .localidade img{
    width: 20px;
    height: 20px;
   }

   .tlm{
    width: 256px;
    height: 42px;
   }

   .first{
        display: flex;
        height: 100dvh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 2;
   }
   .second{
        display: flex;
        height: 100dvh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 2;
   }

   .playvideo{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
   }

   .four h6{
        color: var(--White);
   }

   .donwloads{
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 128;
   }

   
   .donwloads h5{
    margin-bottom: 48px;
    color: var(--Primary);
   }
   .donwloads .topicos{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 22px;
   }

   .donwloads .topicos .info{
    display: flex;
    flex-direction: row;
    gap: 24px;
   }

   .donwloads .topicos .donwloadicon{
    
    display: flex;
    flex-direction: row;
    gap: 16px;;
    
   }

   .info .iconsobreposto{
    width: 18.50px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    left: 1px;
   }

   .contactos{
    display: flex;
    flex-direction: column;
    gap: 32px;
   }

   .contactos .localidade{
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 24px;
   }

.contactos .tlm{
    display: flex;
    flex-direction: row;
    gap: 24px;
    font-family: TT Norms;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--White);
    margin-top: 24px;
}

.contactos .tlm span{
    font-family: TT Norms;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--secondary-background-tertiary);
}


.contactos .tlm .caption{
    font-family: TT Norms;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--White);
}

.contactos .email{
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 24px;
}

.contactos .media{
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 48px;
}

.playvideo #videofull{
    display: none;
}

.modal-body{
    padding: 0;
}

.modal-body video{
width: 100%;
height: 100%;
object-fit: cover;
}

.modal-content{
    align-items: center;
   width: 100vw;
   height: 100vh;
   background: none;
}

.modal-dialog{
    display: flex;
    align-items: center;
    justify-content: center; 
}

.modal-header{
    padding: 0;
    z-index: 2;
}

.modal-header button{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 24px;
    position: fixed;
    left: 50%;
    top: 64px;
    transform: translate(-50%, 50%);
}

.modal-header h5{
    font-family: TT Norms;
    font-weight: 300;
    color: var(--White);
    font-size: 14px;
}

.modal-header .leaveVideo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;       
    border: 1px solid white;
}

.modal-header img{
    align-items: center; 
    width: 20px;
    height: 20px;
    color: var(--White);
}

.modal-fullscreen {
    width: calc(100vw - 17px);
}


.overline{
    display: flex;
    align-items: center;
    margin-top: 144px;
    margin-bottom: 24px;
    margin-left: 65px;
}

.overline .overBold{
    font-family: TT Norms;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--White);
}

.overline .over{
font-family: TT Norms;
font-size: 10px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
color: var(--White);
}

.overline .overBold,
.overline .over {
    margin-right: 2px;
}

.over a{
    text-decoration: none;
    color: var(--White);
}

@keyframes jump {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
  
  @keyframes jumpDiv {
    0%, 20%, 50%, 80%, 100% {
      border-color: white;
    }
    40% {
      border-color: white; 
    }
    60% {
      border-color: white; 
    }
  }
  
  .scroll {
    position: absolute;
    border: 1px solid white;
    width: 48px;
    height: 48px;
    display: flex;
    bottom: 64px;
    left: calc(50% - 24px);
    z-index: 2;
    animation: jump 8s infinite;
cursor: pointer;
}
  
  .scroll img {
    margin: 14px 14px 14px 13px;
    animation: jump 8s infinite, jumpDiv 8s infinite;
    
}

.footerMob{
	display: none;
}



/*______________________________________________________________________Mobile_______________________________________________________________________________*/
    
@media (max-width: 991.98px) {
    h1 {
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 120% */      
    }

    h2{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    }

    h3{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    }

    h4{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    }

    h5{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    }

    h6{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    }

    text{
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TT Norms;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    }

    

    #rectangle1 .container-fluid{
     padding:32px
}

.rectangle2{
     height:auto;
}
    

    #logo {
        position: initial;
    z-index: 2;     
    }
    
    
    #video{
        position: absolute;
        margin: 0;
        max-width: 100%;
        height: 100dvh;
        flex-shrink: 0;
/*        mix-blend-mode: multiply;*/
        object-fit: cover;
    }

#titulo{
	margin-top: 192px;
}

    #titulo h1 {
        height: 96px;
        align-items: center;
        color: var(--White);
        font-feature-settings: 'liga' off; 
        position: relative; 
    }
    
    .texto {
        position: initial;
    z-index: 3;
    width: auto;
    height: auto;
    transform: none; 
    }


    .texto p {
        
        margin: 0;
    padding: 0;
        
  }


  #iconplay{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;       
    border: 1px solid white; 
   
    
}

#iconplay img{
   margin: 0;
}

.playvideo{
   margin: 0;
    margin-top: 48px; 
       
   }

   .playvideo button{
    margin: 0;
   }

   

   .logo2{  
    width: 130.69px;
    height: 56px;
    margin-left: 32px;
   }

   .informacao{display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 64px;
    margin-bottom: 24px;
    margin-left: 33px;
   }

   
   .contactos{
    margin-left: 33px;
    
   }
   
.contactos img{
    width: 22px;
    height: 22px;
}

 

.contactos .tlm p{
        font-family: TT Norms;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
	color: inherit !important;
	text-decoration: none !important;
   }

   .contactos .tlm span{
        font-family: TT Norms;
        font-size: 12px;
        font-weight: 200;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
   }


.first{
height:auto;
align-items: flex-start;
}

.second{
    height: auto;
    margin-top: 24px;
}


   .donwloads h5{
    margin-top: 128px ;
   }
   
   .donwloads{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;
    margin-top: 48px;
    margin-left: 32px;
   }

   .donwloads .topicos{
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    gap: 26px;
   }

   .donwloads .topicos .info{
    display: flex;
    flex-direction: row;
    gap: 26px;
    text-align: left;
   }
   
   .donwloads .topicos .info .iconbola{
    width: 22px;
    height: 22px;
   }

   .donwloads button{
    display: none;
   }
    
   .donwloads .donwloadicon img{
    margin-right: 32px;
   }
   
   .info .iconsobreposto{
    width: 17px;
    height: 22px;
    position: absolute;
margin-left: 1px;
   }
   
   .overline{
    display: flex;
    flex-direction: column;
    width: 183px;
    height: 36px;
    margin-top: 128px;
    padding-bottom: 60px;
    margin-left: 18px;
    margin-right: 160px;

}
.overline .overBold{
    font-family: TT Norms;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    color: var(--White);
    text-align: left;
    padding-right: 43px;
    margin: 0;
}
.overline .over{
    font-family: TT Norms;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: var(--White);
    text-align: left;
    margin: 0;
    }


    
    .over a{
        text-decoration: none;
        color: var(--White);
    }

    .modal-body{
        padding: 0;
    }
    
    .modal-body video{
    width: 100%;
    height: 100dvh;
    object-fit: cover;
    }
    
    .modal-content{
        align-items: center;
       width: 100vw;
       height: 100vh;
       background: none;
    }
    
    .modal-dialog{
        display: flex;
        align-items: center;
        justify-content: center; 
    }
    
    .modal-header{
        padding: 0;
        z-index: 2;
    }
    
    .modal-header button{
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 24px;
        position: fixed;
        left: 50%;
        top: 64px;
        transform: translate(-50%, 50%);
    }
    
    .modal-header h5{
        font-family: TT Norms;
        font-weight: 300;
        color: var(--White);
        font-size: 14px;
    }
    
    .modal-header .leaveVideo{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;       
        border: 1px solid white;
    }
    
    .modal-header img{
        align-items: center; 
        width: 20px;
        height: 20px;
        color: var(--White);
    }
    .modal#videoPrincipal{
        height:100dvh !important;
        }

.modal-fullscreen{
    width: 100%;
	}



}
