.carousel-inner img 
  {
   width: 100%;
  }
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after 
  {
   background-color: #05be00;
   border-radius: 50%;
  }

.custom-radio .custom-control-label::before 
  {
   background-color: #bcbcbc;
  }

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after 
  {
   background-color: #05be00;
  }
  
.custom-checkbox .custom-control-label::before 
  {
   background-color: #bcbcbc;
  }	
  
.img_revista
  {
   width: 100%;
   height: auto;		
  }
  
.img_video
  {
   width: 600px;
   height: auto;		
  }  

.page-link
  {
   color: #000;		
  }

@media only screen and (max-device-width: 350px) 
  {   
  }

@media only screen and (min-device-width: 351px) and (max-device-width: 600px) 
  {
   .img_video
     {
      width: 100% !important;
      height: auto;		
     }	 
   .texto
     {
	  font-size: 13px !important;	 
	 }   
  }

.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;
  }
.btn-primary
  {
   background: #042255 !important;	  
  }  
.tabla_login
  {
   width: 300px !important;	  
  }  