/*start common css for all theme*/ 
.headersection { 
    margin-left: 0px; 
    margin-right: 0px; 
    display: block !important; 
} 
body { 
    padding-top: 0px; 
    font-family: "Lato", sans-serif !important; 
} 
.footer-top, .footer-bottom { 
    margin-left: 0px; 
    margin-right: 0px; 
}  
.container2 { 
    margin-top: 0px; 
} 
.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 { 
    margin: 0; 
    padding: 0; 
} 
div.outsideframe > div.row.hidden-lg.hidden-md { 
    display: none !important; 
} 
footer{
	margin-top: 0px;
}
/*end common css for all theme*/ 
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

.theme_raicesdebienestar {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	display: block;
	width: 100%;
}

.theme_raicesdebienestar header:after,
.theme_raicesdebienestar .menudiv:after,
.theme_raicesdebienestar footer:after {
	content: "";
	display: table;
	clear: both;
	width: 100%;
}

.theme_raicesdebienestar nav.menudiv {
	margin-bottom: 0 !important;
	border: 0;
	min-height: auto;
	padding: 1.5rem 2.5rem;
	border-radius: 0;

}

.theme_raicesdebienestar nav.menudiv .navbar-brand {
	height: auto;
	padding: 0;
	/* margin-left: 2rem */
}

.theme_raicesdebienestar nav.menudiv .navbar-brand .logo-main {
	max-width: 215px;
	transition: all 0.3s ease-in-out 0s;
}

.theme_raicesdebienestar .navbar-nav {
	text-align: center;
	margin-top: 1.2rem;
}

.theme_raicesdebienestar .navbar-nav>li {
	float: none;
	display: inline-block;
}

.theme_raicesdebienestar .navbar-nav>li a {

	padding: 1.6rem 19px;

	position: relative;
	cursor: pointer;
	font-family: 'Lato', sans-serif !important;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	font-style: normal;

}

.theme_raicesdebienestar .navbar-nav>li a.donate_btn,
.theme_raicesdebienestar .navbar-nav>li a.donate_btn:hover {
	background: rgba(244, 142, 31, 1) !important;
	padding: 8px 0;
	min-width: 180px;
	border-radius: 10px;
	color: #fff;
	border: 0;
	margin-left: 1rem;
}

.theme_raicesdebienestar .navbar-nav>li a:hover,
.theme_raicesdebienestar .navbar-nav>li a:focus {
	background: none;
}

.theme_raicesdebienestar .menudiv span.phone-number {
	padding: 12px 0;
	display: block;
}

.theme_raicesdebienestar ul.navbar-nav li.dropdown ul.dropdown-menu li a {
	padding: 5px 20px;
	transition: all 0.3s ease-in-out 0s;
	color: rgba(9, 41, 52, 1);
	font-size: 12px;
	line-height: 100%;
	font-weight: 700;
	white-space: normal;
	line-height: 1.8;
}



.theme_raicesdebienestar .navbar-nav>li.open:focus {
	background: none;
}

.theme_raicesdebienestar header {
	background-color: rgba(66, 132, 155, 1);
	top: 0;
	position: relative;
	z-index: 9;
}

.theme_raicesdebienestar header ul.nav li a,
.theme_raicesdebienestar header ul.nav li a:hover,
.theme_raicesdebienestar header ul.nav li a:focus {
	background-color: transparent;
	outline: none;
}


/* footer start css */
.theme_raicesdebienestar footer {
	background-color: rgba(9, 41, 52, 1);
	padding: 5.5rem 0;
	color: #fff;
	font-size: 14px;
}


.theme_raicesdebienestar .footerlogo {
	width: 148px;
	height: 148px;
	border-radius: 150px;
	background: #fff;
	display: flex;
	padding: 3.5rem;
	justify-content: center;
	align-items: center;
}

.theme_raicesdebienestar footer h2 {
	/* font-family: 'DM Serif Text', serif; */
	font-size: 26px;
	margin-bottom: 1.7rem;
	margin-top: 0;
}

.theme_raicesdebienestar .our_links li a {
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.1em;
	font-size: 12px;
	/* text-align: center; */
	background-color: transparent;
	font-weight: 700;
	font-style: normal;
}

.theme_raicesdebienestar .our_links li a:focus,
.theme_raicesdebienestar .our_links li a:hover {
	background-color: transparent;
	box-shadow: none;
}



.theme_raicesdebienestar footer .social_icons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 0;
	justify-content: flex-end;
}

.theme_raicesdebienestar footer .social_icons li:not(:last-child) {
	margin-right: 1.2rem;
}

.theme_raicesdebienestar footer .social_icons a {

	height: 50px;
	width: 50px;
	font-size: 2.5rem;
	line-height: 50px;
	padding: 0;
	color: #092934;
	background-color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	border-radius: 50px;
	text-align: center;
}

.theme_raicesdebienestar footer .social_icons a:hover {
	-webkit-animation-name: pulse-shrink-on-hover;
	animation-name: pulse-shrink-on-hover;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

@-webkit-keyframes pulse-shrink-on-hover {
	to {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes pulse-shrink-on-hover {
	to {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

/* footer end css */
@media only screen and (min-width: 991px) and (max-width: 1200px) {

	.theme_raicesdebienestar .navbar-nav {
		margin-top: 1rem;
	}

	.theme_raicesdebienestar ul.navbar-nav li.dropdown ul.dropdown-menu {
		margin-top: 1.5rem;
	}

	.theme_raicesdebienestar nav.menudiv .navbar-brand .logo-main {
		max-width: 150px;
	}

	.theme_raicesdebienestar .navbar-nav>li a {
		padding: 0 7px;
	}

	.theme_raicesdebienestar .navbar-nav>li a.donate_btn,
	.theme_raicesdebienestar .navbar-nav>li a.donate_btn:hover {
		min-width: 120px;
	}
}

@media only screen and (min-width:992px) {

	.theme_raicesdebienestar #navbarCollapse .mobile_dls {
		display: none;
	}

	.theme_raicesdebienestar header.headerfixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: #3333331a 0 0 7px;
	}


	.theme_raicesdebienestar ul.navbar-nav li.dropdown ul.dropdown-menu {
		transition: all 0.3s ease-in-out 0s;
		padding: 10px 0;
		background: #ffffff;
		border-radius: 3px;
		border: 0;
		/* border-top: 3px solid #8bb26e; */
		min-width: 214px;
		max-width: 214px;
		box-shadow: none;
		left: -54px;
		outline: none;
		box-shadow: rgb(18 18 18 / 9%) 0 0 10px;
	}

}

@media only screen and (max-width:991px) {
	.theme_raicesdebienestar header.headerfixed {
		position: fixed;
		width: 100%;
		top: 0;
	}

	.theme_raicesdebienestar .top_links li a {
		color: #666;
		font-weight: 600;
	}

	.theme_raicesdebienestar .navbar-header {
		float: none;
	}

	.theme_raicesdebienestar .navbar-collapse.collapse {
		display: none !important;
	}

	.theme_raicesdebienestar .navbar-toggle {
		display: block;
	}

	.theme_raicesdebienestar nav.menudiv .navbar-brand .logo-main {
		max-width: 128px;
	}

	.theme_raicesdebienestar .navbar-collapse.collapse.in {
		display: block !important;
		height: 100% !important;
	}

	.theme_raicesdebienestar nav {
		justify-content: space-between;
		display: block;
	}


	.theme_raicesdebienestar .navbar-toggle {
		padding: 0;
		min-height: 40px;
		margin: 0;
		border-radius: 0;
		border: 0;
		outline: none;
		width: 25px;
	}

	.theme_raicesdebienestar #navbarCollapse {

		position: fixed;
		padding: 0;
		background: rgb(255 255 255 / 90%);
		margin: 0 auto;
		left: 0;
		right: 0;
		max-width: 100%;
		margin-top: 0;
		top: 0;
		/* height: 100% !important; */

	}

	.theme_raicesdebienestar #navbarCollapse .mobile_dls {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		padding: 1.2rem 2rem;
		margin-bottom: 3rem;
		position: -webkit-sticky;
		/* Safari */
		position: sticky;
		top: 0;
		z-index: 999;
	}

	.theme_raicesdebienestar #navbarCollapse .mobile_dls .logo_sidebar {
		margin-left: auto;
	}

	.theme_raicesdebienestar #navbarCollapse .mobile_dls .logo_sidebar img {
		max-width: 128px;
	}

	.theme_raicesdebienestar #navbarCollapse .mobile_dls .navbar-toggle {
		margin-left: auto;
	}


	.theme_raicesdebienestar #navbarCollapse ul {
		margin: 0;
		padding: 0;
		position: relative;
		display: block;
		border: 0;
		min-width: 100%;
		box-shadow: none;
		outline: none;
		border-radius: 0;
		background-color: transparent;
		z-index: 1;

	}

	.theme_raicesdebienestar .navbar-nav>li {
		float: none;
		display: inline-block;
		width: 100%;
		margin-bottom: 1.5rem;
		text-align: center;
	}

	.theme_raicesdebienestar ul.navbar-nav li.dropdown ul.dropdown-menu li a {
		white-space: normal;
	}

	.theme_raicesdebienestar .nav .open>a,
	.theme_raicesdebienestar .nav .open>a:focus,
	.theme_raicesdebienestar .nav .open>a:hover {
		background: none;
	}

	.theme_raicesdebienestar ul.navbar-nav li.dropdown ul.dropdown-menu li a {
		color: rgba(9, 41, 52, 1);
		font-weight: 400;
		margin-bottom: 0;
		padding: 2px 10px;
	}

	.theme_raicesdebienestar .navbar-nav>li>a {
		font-weight: 700;

		border-bottom: rgba(9, 41, 52, 1) solid 1px;
		display: inline-block;
		padding: 2px 10px
	}

	.theme_raicesdebienestar .navbar-nav>li.dropdown>.dropdown-menu {
		padding-left: 1.3rem !important;
	}

	.theme_raicesdebienestar .navbar-nav>li a {

		color: rgba(9, 41, 52, 1);
		padding: 0;
		font-weight: 700;
		margin-bottom: 0.3rem;

	}

	.theme_raicesdebienestar .bar {
		width: 24px;
		height: 2.2px;
		background: #fff;
		border-radius: 1px;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
		background-color: #121212;
	}

	.theme_raicesdebienestar .bar:nth-child(1) {
		margin-top: -7px;
	}

	.theme_raicesdebienestar .bar:nth-child(2) {
		margin-top: 0px;
	}

	.theme_raicesdebienestar .bar:nth-child(3) {
		margin-top: 7px;
	}

}

@media only screen and (max-width:767px) {

	.theme_raicesdebienestar footer .social_icons {
		justify-content: center;
		margin-top: 3rem;
	}

	.theme_raicesdebienestar .our_links li a {
		text-align: center;
	}

	.theme_raicesdebienestar .footerlogo {
		margin: 0 auto;
	}

	.theme_raicesdebienestar footer {
		padding: 3.5rem 2rem;
		white-space: normal;
		word-break: break-word;
	}

	.theme_raicesdebienestar footer .left_footer {
		margin-bottom: 4.5rem;
	}
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #42849b !important;color:white !important;}.event_icon_4{color: #42849b !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#42849b;color:white !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }