/*
  Theme Name: Mi tema
  Theme URI: http://mitema.com
  Author: Nombre autor
  Author URI: https://www.misitio.com/
  Description: Tema para Nombre de proyecto
  Version: 1.0
*/


/*Fonts*/
@import url('css/fonts.css');


/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.overlay {
    position: relative;
}

.overlay:before{
    position: absolute;
    content:" ";
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background-image: linear-gradient(to right, #284af9 , #4272ff);
    opacity: .92;
}

/*================================ LANDING ======================================= */


/*================================ LANDING ======================================= */