/*
font-family: 'Anton', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

/* All Buton Start */
    .buttons-social button{
        cursor: pointer;
        outline-style: none;
    }
    .buttons-social button:focus{
        outline-style: none;
    }
    .btn-spotlight-all{
        border-radius: 10px;
        color:white;
        background-color: black;
        width: 15%;
        height: 40px;        
        border: none;             
        cursor: pointer;
        outline-style: none;
    }
    .btn-spotlight-all:focus{
        outline-style: none;
    }
    .btn-spotlight-all img{
        height: 70%;
        margin-top: 5px;
        float: left;
        margin-left: 10px;
    }
    .btn-spotlight-all span{
        font-family: 'komika_Axis';
        font-size: 20px;
        margin-right: 15px;
    }
/* All Buton End */

/*Button Plus Start*/    
    .btn-plus{
        display: flex;
        background-color: black;
        cursor: pointer;
        outline-style: none;
        border-radius: 20px;
        color: white;
        border-style: none;
        height: 30px;
        align-items: center;        
        justify-content: space-between;
    }
    .btn-plus img{        
        width: 25px;
        height: 25px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .spacs{
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
   
/*Button Plus End*/

/* Button Matricule-se Start*/

/*Button Matricule-se end*/

/*Button Plus home Start*/    
.button-plus-home{
    width: 80%;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #009933;
    border-radius: 10px;
    border-style: none;
    color: white;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    outline-style: none;
}
.button-plus-home:focus{
    outline-style: none;
}
.button-plus-home img{
    float:right;
    height: 30px;
    margin-right: 10px;  
}
.button-plus-home span{
    margin-left: 10%;
    font-size: 20px;
}
/*Button Plus End*/

/* Botão padrao inicio*/
.bt-padrao{
    border-radius: 10px;        
    border: none;             
    cursor: pointer;
    outline-style: none;
}
.bt-padrao:focus{
    outline-style: none;
}

/* Botão padrao fim*/

/* Botão Social Networks*/
.btn_Networks button span{
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 768px){
    /* All Buton Mobile Start */
        .btn-spotlight-all{
            width: 50%;
            font-size: 20px;
        }
    /* All Buton Mobile End */

    /*Button Plus Mobile Start*/     
        .button-plus img{
            float:right;
            height: 35px;
            margin-top: 3px;
        }
        .button-plus span{           
            margin-left: 25px;
            font-size: 30px;
            
        }
    /*Button Plus Mobile End*/
      /*Button Plus Mobile Start*/ 
      .button-plus-home{
          height: 30px;
      }    
      .button-plus-home img{
        float:right;
        height: 20px;
        margin-top: 3px;
    }
    .button-plus-home span{           
        margin-left: 10px;
        font-size: 15px;        
    }
/*Button Plus Mobile End*/
}