/*
Theme Name: Sherwin Williams Child
Theme URI: https://magnex360.com.br/
Template: mr-elementor
Author: Maicon Ramos
Author URI: https://maiconramos.com/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1566572773
Updated: 2019-08-23 12:06:13

*/

/* Cor de fundo quando seleciona um texto */
::-moz-selection {
    background-color: rgba(78 , 163 , 251 , 0.75);
}

::selection {
    background-color: rgba(78 , 163 , 251 , 0.75);
}

/* Barra de Progresso do Scroll */
#_progress {
    --scroll: 0%;
    background: linear-gradient( to right, rgb(236, 104, 28) var(--scroll), transparent 0);
    position: fixed;
    width: 100%;
    height: 2px;
    top: 0px;
    z-index: 999999;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}