﻿.instagram {
    color:white !important;
    border:none;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(80deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );*/
}
.instagram:hover, .whatsapp:hover{
    color:white !important;
}

.whatsapp {
    color: white;
    border: none;
    background-image: linear-gradient(80deg, #6dd03f 0, #4bc83c 25%, #02bd38 50%, #00b236 75%, #00a937 100%);
}
/*#region Mobile Genérico*/
@media only screen and (max-width: 575px) {
    #col-checkboxInfo {
        display: grid;
        grid-template-columns: 30px auto;
    }
}
/*#endregion Mobile Genérico*/
/*#region Início mobile 576 a 767px*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
    #col-checkboxInfo {
        display: grid;
        grid-template-columns: 30px auto;
    }
}
/*#endregion*/


/*#region Início mobile 768 a 800px*/
@media only screen and (min-width: 768px) and (max-width: 800px) {
    #col-checkboxInfo {
        display: grid;
        grid-template-columns: 30px auto;
    }
}
/*#endregion*/

/*#region Início mobile 800 a 959px*/
@media only screen and (min-width: 800px) and (max-width: 959px) {
    #col-checkboxInfo {
        display: grid;
        grid-template-columns: 30px auto;
    }
}
/*#endregion*/

