
a:link { text-decoration: none; }

/*MODIFICANDO ANCHURA TOTAL*/
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1525px;}
.card {
    float:left;
    background-color: rgb(0, 0, 0);
    margin-top: 20px;
  }
  .row{
    justify-content: center!important;
  }
/*FONDO DE PÁGINA*/
  body {
    background-color: rgb(0, 0, 0);
  }
  #pagination_controls {
      clear: both;
  }
 /*TEXTO CONTADOR DE VELAS*/
  #textStats{
    color: rgb(255,51,212);
    font-size: 16pt;
    
  }
  
 /*NUMERO CONTADOR DE ROSAS GRATIS Y ETERNAS*/
  #totalcandles, #totalcandleson{
    color: rgb(255,51,212);
    font-size: 20pt;
  }
/*TEXTO NOMBRE DE LA ROSA */
  .textNameCandle{
    color: rgb(255, 102, 102);
    font-size: 16pt;
  }
  .pagination {
      justify-content: center;
  }
  /*PAGINACION LINK*/
  .page-item.active .page-link {
      background-color: #ff33D4;
      border-color: #ffd500;
  }
  .page-link {
      font-weight: bold;
      color: #000000;
      background-color: #dedede;
      border: 1px solid #b3b3b3;
  }
  /*BOTÓN AÑADIR ROSA GRATIS*/
  #add_candle_button{
    color: #fff;
    background-color: #ff00CC;
    border-color: #ffd500;
    font-size: x-large;
    margin: 2px;
  }
  
    #add_candle_button:hover{
    color: #000;
    background-color: #ff33D4;
    border-color: #ffd500;
    font-size: x-large;
    margin: 2px;
  }
  
    /*BOTÓN AÑADIR ROSA ETERNA*/
  #add_candle_button1{
    color: #000;
    background-color: #99ff33;
    border-color: #ff0000;
    font-size: x-large;
    margin: 3px;
  }
  
  
  /*BOTON UCRANIA */
  #add_candle_button_ucrania{
    color: #000;
    border-color: #ffef00;
    font-size: x-large;
    margin: 3px;
    background: -webkit-linear-gradient(90deg, rgba(255,213,0,1) 50%, rgba(0,91,187,1) 50%);
  }
  .btn-tercero-ucrania{
      padding: 30px 10px 0px 10px;
      color: #000;
  }
  
  /*BOTON DEL MODAL PARA ENVIAR ROSA*/
  .btn-primary {
    color: #fff;
    background-color: #ff33D4;
    border-color: #ffd500;
  }
  .btn-primary:hover{
    background-color: #00bb2d;
    border-color: #e6000f;
  }

  #buttonstop{
    text-align: center;
    /*padding-bottom: 5px;*/
  }
     /* BOTÓN ARRIBA */

  .icon-arrow-up2:before {
    content: "\ea3a";
  }
  .goup {
    background: #ff33D4;
    bottom: 5px;
    border: 2px solid #ffc576;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px;
    position: fixed;
    right: -100px;
    transition: 0.4s all;
  }
  .goup:hover {
    background: #ffc576;
    border-color:#54006a;
    transition: 0.4s all;
  }
  .goup:hover > i {
    color: #690697;
  }
  .goup i {
    color: #ffffff;
  }
  .goupshow {
    right: 10px;
    transition: 0.4s all;
  }
  
    /* MENU PRINCIPAL */
  
  .imenu {
      width: 100% !important;

  }
  
   /* VIDEO CABECERA PARA EL VELARIO. Para tener un ancho máximo debemos de establecer el width del DIV.delimitador */
  

   .video-container {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* height: 700px; */
}

.video-container video {
    position: relative;
    /* max-height: 80%; */
    bottom: 0;
    width: 100%;
    height: auto;
    left: 55%;
    transform: translateX(-55%);
    margin-top: 20px;
}
/*
  .video-container video{
    max-height: 50%;
  }
  video {
    width: 100%;
    height: auto;
  }
*/
/*COMPARTIR POR WHATSAPP*/
.redes{ margin:auto !important;
	margin-left: 10px;

}

/*MODAL FOOTER
.modal-footer  {
	margin: .25rem;
	display: block;
}
*/

@media only screen and (max-width: 450px) {
  #mythumb {
    width: 95px !important;
    height: 125px !important;
  }
  .card{
    width: 7rem !important;
    height: 8rem !important;
  }
.textNameCandle {
  font-size: 11pt !important;
}
img, svg {
  vertical-align: middle;
}
.red_image{ margin-left:5px !important;
vertical-align: middle;}
.redes{ margin:auto !important}
.ucrania{
font-size: 16px;
}
.emoji {
	list-style-type: none;
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: auto;
	/* position: absolute; */
	top: 8px;
	/* opacity: 0; */
	transform: scale(1, 1);
	transition: opacity .5s ease-in-out 1s, transform .07s ease-in-out 0s, top .07s ease-in-out 0s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
}
/*MODIFICANDO ANCHURA TOTAL
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 100%;}*/