html { scroll-behavior: smooth; }
.anchor:target {
    padding-top: 150px;
}
ul.dropdown-multicol2{
  width: 55em;
}
ul.dropdown-multicol2>li.dropdown-col{
  display:inline-block;
  width: 32%;
}
li.dropdown-col span {
	line-height:50px;
}
li.dropdown-col .dropdown-titulo{
	height:70px;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px;
}
li.dropdown-col p {
	font-weight:900;
	text-align:center;
	line-height: 22px;
    
}
.producto {min-height: 550px;}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.g-5, .gy-5 {
    --bs-gutter-y: 3rem;
}
.g-5, .gx-5 {
    --bs-gutter-x: 3rem;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-2 {
    margin-bottom: 4rem !important;
}
.bg-light {
    background-color: #f4f7fe !important;
}
.social {padding:20px;text-align: right;}

.col2 {position: relative;top: -50px;}
.col3 {position: relative;top: -100px;}
.desktop {display: none;}
@media (max-width: 767px) {
.desktop {display: block;}
}