/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-feb-2022, 11:46:29
    Author     : usuario
*/

body {   
    background: #00002d;
    font-size: 2.4rem;
    font-family: Verdana;
}
h2 { 
    text-align: center;
    color: #ffec47;
    font-family: Verdana;
    background-image: url(../images/portadaorion1.jpg);
    height: 150px;
    padding-top: 60px;
   
  
}


  p { color: #42ccee; 
  font-size: 2.4rem;
  font-family: Verdana;
  margin:10px;
  text-align: center;
  
  }
  
  .nick {
      color: rgb(16, 218, 207);
      font-size: 2rem;
      
  }
  
 
  .block {
      font-size:2.4rem;
      color: #ffbe9f;
      border:4px solid #ff6c3f;
      height: 3.4rem;
      border-radius: 12px;
      background-color: black;
  }
  
  .navbar {
      
      font-size: 16px;
      padding-left:  30px;
  }
  
  
  .datos {
      font-size: 2.4rem;
     
  }
  b {
      color: yellow;
  }
  .d-block {
      display:block;

margin-left: auto;

margin-right: auto;
  }
  .parrafo1 {
      text-align: center;
  }
  .enlace {
      text-align: center;
      color: palevioletred;
      font-size: 2rem;
  }
  .carousel-item {
      padding-top: 50px;
  }
  
  
  
  
  .ajuste{
            width: 300px;
            margin-left: auto;
            margin-right: auto;

            margin-bottom: 10px;
  }
  
  .boton{
                
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 300px;
                margin: 0 auto;
                height: 80px;
                background: darkcyan;
                color: gold;
                font-family: verdana;
                font-size: 24px;
                font-weight: bold;
                
                
                border: none;
                
                text-transform: uppercase;
                transition: .3s ease all;
                border-radius: 5px;
                position: relative;
                overflow: hidden;
                
                
            }
            
            .boton span {
                
                position: relative;
                z-index: 2;
                transition: .3s ease all;
                
            }
            .boton span:hover{
                color: #00002d;
            }
            
            
            .boton.dos::after{
                
                content: "";
                width: 380px;
                position: absolute;
                z-index: 1;
                top: 0;
                left: -380px;
                border-bottom: 80px solid #50aaf3;
                border-right: 80px solid transparent;
                transition: .5s ease-in-out all;
                overflow: hidden;
                
            }
            
            
            .boton.dos:hover::after{
                left: 0px;
                
            }
  
            .aa {
                color: gold;
            }