/* CSS - AGÊNCIA TIPO */

.produto-mobile{
    display: none !important;
}

.produto-desktop{
    display: block !important;
}

@media screen and (max-width:479px) {
	.produto-mobile{
        display: block !important;
    }

    .produto-desktop{
        display: none !important;
    }
}

/*BOTÃO LATERAL*/

/*------------------------------------------------------------

- Whatsapp Lateral

--------------------------------------------------------------*/

.btn-whats {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999999999;
    display: block;
}

button.pulse-button {
    position: relative;
    width: 51px;
    height: 51px;
    padding: 0 15px;
    border: none;
    text-align: left;
    box-shadow: 0 0 0 0 #69da83;
    border-radius: 50px;
    background: #2f2c86;
    background-image: -webkit-linear-gradient(top, #28a745, #23582f);
    background-image: -moz-linear-gradient(top, #28a745, #23582f);
    background-image: -ms-linear-gradient(top, #28a745, #23582f);
    background-image: -o-linear-gradient(top, #28a745, #23582f);
    background-image: linear-gradient(to bottom, #28a745, #23582f);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

button.pulse-button:hover {
    width: 201px;
    border-radius: 50px;
    background: #28a5e1 !important;
    background-image: -webkit-linear-gradient(top, #23582f, #28a745) !important;
    background-image: -moz-linear-gradient(top, #23582f, #28a745) !important;
    background-image: -ms-linear-gradient(top, #23582f, #28a745) !important;
    background-image: -o-linear-gradient(top, #23582f, #28a745) !important;
    background-image: linear-gradient(to bottom, #23582f, #28a745) !important;
}

button.pulse-button i {
    color: #ffffff;
    font-size: 25px;
    vertical-align: middle;
    line-height: 52px;
}

button.pulse-button strong {
    visibility: hidden;
    color: #FFF;
    font-size: 0px;
    font-weight: normal!important;
    margin: 2px 0 0 5px;
    line-height: 25px;
    -webkit-transition: font-size .15s ease-in-out;
    transition: font-size .15s ease-in-out;
    transition-delay: .05s;
}

button.pulse-button:hover>strong {
    font-size: 14px;
    visibility: visible;
}

button.pulse-button:focus {
    outline: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@media screen and (max-width: 479px) {
    .btn-whats {
        position: fixed;
        bottom: 15px;
        right: 15px !important;
        left: inherit !important;
        z-index: 999999999;
        display: block;
    }
}



/*//BOTÃO LATERAL*/


@media screen and (max-width: 980px) {
	#slide-01 {
		background-image: url(https://ik.imagekit.io/4he50fvbk/RD/banner-rd-borracha-mobile.png) !important;
		background-position: center center;
		background-size: 125% !important;
		background-repeat: no-repeat !important;
	}

    #slide-02 {
		background-image: url(https://ik.imagekit.io/4he50fvbk/RD/banner-rd-compositos-mobile.png) !important;
		background-position: center center;
		background-size: 125% !important;
		background-repeat: no-repeat !important;
	}

     #slide-03 {
		background-image: url(https://ik.imagekit.io/4he50fvbk/RD/banner-rd-excelencia-mobile.png) !important;
		background-position: center center;
		background-size: 125% !important;
		background-repeat: no-repeat !important;
	}
}

#slide-01 {
	background-image: url(https://ik.imagekit.io/4he50fvbk/RD/banner-rd-borracha.png);
	/* background-position: center center; */
	background-size: cover;
	background-repeat: no-repeat;
} 

#slide-02 {
	background-image: url(https://ik.imagekit.io/4he50fvbk/RD/banner-rd-compositos.png);
	/* background-position: center center; */
	background-size: cover;
	background-repeat: no-repeat;
} 

#slide-03 {
	background-image: url(https://ik.imagekit.io/4he50fvbk/RD/banner-rd-excelencia.png);
	/* background-position: center center; */
	background-size: cover;
	background-repeat: no-repeat;
} 

.banner-1366{
    display: none !important;
}

.banner-desk{
    display: block !important;
}

@media screen and (max-width:1366px) {
	.banner-1366{
        display: block !important;
    }

    .banner-desk{
        display: none !important;
    }
}
