.header{
  background-color: #fff;
  margin-bottom: 10px;
}
.header img {
  height: 40px;
  margin: 10px;
  margin-top: 10px;
}

.video-chat{
  display:none;
}

.div_share{
    border-radius: 50px;
    padding: 10px 50px;
    
}

.btn_share{
    color: #fff;
    background-color: #2c6fb5;
    border-color: transparent;
    border-radius: 50px;
    padding: 10px 50px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.btn_share > i {
    margin-right: 10px;
    font-size: 25px;
}

.nombre_evento {
    color: #efefef;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 17px;
    text-align: left;
    margin-left: 10px;
}

.cuerpo{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    margin-top: 17px;
}

h2{
    font-size: 17px;
    color: #888888;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    height: 40px;
}
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.bg-img{
  background-image: url("https://www.videology.es/sharing/assets/img/computer-2982270_1920.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.tarjeta{
    padding: 30px;
    /*background-color: #ffffff9e;*/
    border-radius: 10px;
}

.display-4{
  color: #fff;
}

#flash:target {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-ms-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;       
}
@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-ms-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

.herramientas {
    font-size: 15px;
    padding-top: 25px;
    margin-bottom: -10px;
    color: #2b6fb5;
    text-align: right;
    font-family: 'Poppins', sans-serif;
}

.herramientas > span > a {
  color: #2b6fb5;
  text-decoration: none;
}
.herramientas > span > a > i {
  margin-right: 10px;
}

.mensaje{
  background-color: #2c6fb5c9;
    color: #ffffff;
    padding: 20px 100px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
}
.conectados{
    display: block;
    text-align: left !important;
    float: left !important;
    font-size: 15px !important;
    line-height: 2 !important;
    color: green !important;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal !important;
    margin-bottom: 0px !important;
}

.captura{
    background-color: #f5f5f5;
    background-image: url(monitor.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20%;
    background-blend-mode: color-burn;
}

.webcamText{
    text-align: center;
    margin-top: 80px;
}

.webcamText img{
  width: 150px;
}

.msgVcall {
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    color: #ff4f6f;
    text-align: center;
  font-weight: 300;
}


.urlVcall{
   text-align: center;
}


.urlVcall a{
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-style: normal;
    color: #ff4f6f;
  font-weight: 600;
   
}