.text-center {
text-align: center;
}
.text-light {
color: #fff;
}
.text-light h1, .text-light h3 {
color: #fff;
}
.wd-logo img {
border-radius: 12px;
}
.wd-header-html h3 {
color: #fff;
}
.category-grid-item .wd-entities-title {
background: #152f60;
color: #fff;
padding: 2px 5px;
}
.category-grid-item .more-products a {
opacity: 0;
}
.zoom {
transition: transform 0.6s; }
.zoom:hover {
transform: scale(1.1);
}
.lightgraybg {
background: #f5f5f5;
}
.graybg {
background: #f5f5f5;
}
h1 {
color: #152F60;
}
h2, h3 {
color: #1A366E;
}
h2 {
font-size: 29px;
}
h3.title {
font-size: 28px;
text-transform: uppercase;
color: #1A366E;
}
h3.wd-entities-title {
text-transform: uppercase;
color: #152f60;
}
h4.woodmart-title-container.title.wd-font-weight-600.wd-fontsize-xl {
color: #1A366E;
}
.product_title {
color: #152f60;
}
ul.custom__list {
list-style-image: url(https://lav.w365.xyz/wp-content/uploads/2022/04/right-chevron.svg) !important;
}
.wd-sub-menu li a {
color: #292828;
}
.border img {
border-radius: 9px;
}
.single-product-page .woocommerce-tabs strong, .single-product-page .woocommerce-tabs b {
color: #152f60;
}
.single-product-page .woocommerce-tabs table {
border: 1px solid #ccc;
}
.single-product-page .woocommerce-tabs tr:nth-child(odd) {
background: #fffdfd;
}
.single-product-page .woocommerce-tabs tr:nth-child(even) {
background: #f5f5f5;
}
.sumando {
background: #152f60;
border-radius: 8px;
}
.sumando h3 {
padding: 12px;
}
.quimicos img.vc_single_image-img.attachment-full {
max-width: 250px;
}
.nosotros .valores h3 {
line-height: 3.5em;
margin-bottom: 40px;
}
.nosotros ul.custom__list {
margin-bottom: 10px;
}
.catalogo img {
max-width: 200px;
border-radius: 2px;
box-shadow: 0px 1px 4px #1a366e;
}
.contacto input[type="text"], .contacto input[type="email"], .contacto textarea.wpcf7-textarea {
margin-bottom: 9px;
border-radius: 11px !important;
background: #fff !important;
}
.contacto textarea {
min-height: 130px;
}
.contacto input.wpcf7-submit {
transition: transform 0.6s; background: #1a366e;
color: #fff;
}
.contacto input.wpcf7-submit:hover {
transform: scale(1.1);
color: #fff;
background: #1a366e;
}
.contacto h3 {
text-transform: uppercase;
}
footer a:hover {
color: #fbedc6 !important;
}
.wd-prefooter {
padding-bottom: 0 !important;
background-color: #f5f5f5;
}
.wd-prefooter p {
font-weight: bold;
}
.copyrights-wrapper {
background: #1a366e;
}
footer a, footer small, footer small a, footer small a:hover {
color: #fff;
}
.btn-whatsapp-pulse {
z-index: 999;
background: #ffffff;
color: white;
position: fixed;
bottom: 20px;
left: 20px;
font-size: 40px;
display: flex;
justify-content: center;
align-items: center;
width: 0;
height: 0;
padding: 2px;
text-decoration: none;
border-radius: 50%;
animation-name: pulse;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
width: 55px;
height: 55px;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
}
80% {
box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
}
}
.btn-whatsapp-pulse-border {
bottom: 40px;
right: 20px;
animation-play-state: paused;
}
a.btn-whatsapp-pulse-border:hover {
color: #fff !important;
}
.btn-whatsapp-pulse-border::before {
content: "";
position: absolute;
border-radius: 50%;
padding: 25px;
border: 5px solid #25d366;
opacity: 0.75;
animation-name: pulse-border;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
}
@keyframes pulse-border {
0% {
padding: 25px;
opacity: 0.75;
}
75% {
padding: 50px;
opacity: 0;
}
100% {
opacity: 0;
}
}