* {
    margin: 0;
    padding: 0;
    font-size: 12px;
  }

  
body {
    width: 100%;
    height: 100%; 
    font-family: 'Montserrat';
    background-color: black;
    
}


            
@media screen and (max-width: 540px) {
    *{
        font-size: 12px;
        
        
    }
    .container-bienvenida .details{
        top: 20%;
    }
                 
}
  

@keyframes movimiento {
    from {
        background-position: bottom left;
    }

    to {
        background-position: bottom right;
    }
}

.container-bienvenida {
    width: 100%;
    height: 100%;
    position: relative;
    color: white;
    margin: auto;
    background-image: url(../imagenes/Fondobienvenida.jpg);
    background: no-repeat scroll center scroll;
    -webkit-background-size: cover;
    background-size: cover;
    animation: movimiento 70s infinite linear alternate;
       
}

.details {
    width: 90%;
    position: relative;
    top: 20%;
    color: white;
    margin: auto
  
}

.details h1 {
    text-align: center;
    font-size: 2rem;
   /* font-weight: 100;*/
    margin-left: 10px;
    /*margin-right: auto;*/
    font-family: montserrat;
    font-weight: bold;   
    
    }

.details p {
    text-align: center;
    margin-top: 10px;
    font-size: 1.5rem;
   /* font-weight: 100;*/
    margin-left: 10px;
    font-family: montserrat;
    
}

.details button {
    padding: 10px 20px;
    font-size: 1.5rem;
    font-family: montserrat;
    background: #FFC605;
    border-radius: 15px;
    color: black;
    margin-top: 20px;
    transition: background 300ms;
    cursor: pointer;
     
     
}



.details button:hover {
    background: #BF9500;
    color: white;
}


.container-logoctic{
    position:fixed;
    bottom:0;
    left:5%;
         
}


.imagen-logouabcs{
    position:absolute;
    float: left;
    top: 10px;
    left: 5%;
           
}

.imagen-logo360 img{
    position: absolute;
    float: right;
    top: 10px;
    right: 5%;
        
}

.container-boton{
    display: flex;
    justify-content: center;
}

.container-boton_GN{
    display: flex;
    justify-content: center;
}

