html, body {
    height: 100%;
    margin: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dd,dt {
    font-family: "Montserrat", sans-serif !important;
}
img {
    pointer-events: none;
}
a {
    text-decoration: none !important;
}
.uk-animate {
    animation-timing-function: cubic-bezier(0.2, 1, 0.2, 1) !important;
    animation-duration: 3s !important;
}
.hide {
    display: none;
}
img {
    pointer-events: none;
}

/* Padding */
  
.p-0 {
padding: 0px !important;
}
.p-5s {
padding: 5px !important;
}
.plr-5s {
padding: 0 5px !important;
}
.p-10 {
padding: 10px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.p-15 {
padding: 15px !important;
}
.p-20 {
padding: 20px !important;
}
.p-25 {
padding: 25px !important;
}
.plr-25 {
padding: 0 25px !important;
}
.pl-0 {
padding-left: 0px !important;
}
.pr-0 {
padding-right: 0px !important;
}
.pl-10 {
padding-left: 10px !important;
}
.pr-10 {
padding-right: 10px !important;
}
.pl-15 {
padding-left: 15px !important;
}
.pl-50 {
padding-left: 50px !important;
}
.pr-15 {
padding-right: 15px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pt-10 {
padding-top: 10px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pt-40 {
padding-top: 40px !important;
}
.pt-50 {
padding-top: 50px !important;
}
.pt-60 {
padding-top: 60px !important;
}
.pt-70 {
padding-top: 70px !important;
}
.pt-80 {
padding-top: 80px !important;
}
.pt-90 {
padding-top: 90px !important;
}
.pt-100 {
padding-top: 100px !important;
}
.pt-110 {
padding-top: 110px !important;
}
.pt-120 {
padding-top: 120px !important;
}
.pt-130 {
padding-top: 130px !important;
}
.pt-140 {
padding-top: 140px !important;
}
.pt-150 {
padding-top: 150px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pb-90 {
padding-bottom: 90px !important;
}
.pb-100 {
padding-bottom: 100px !important;
}
.pb-110 {
padding-bottom: 110px !important;
}
.pb-120 {
padding-bottom: 120px !important;
}
.pb-130 {
padding-bottom: 130px !important;
}
.pb-140 {
padding-bottom: 140px !important;
}
.pb-150 {
padding-bottom: 150px !important;
}

/* Boton de menu */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 30px !important;
	height: 27px !important;
	position: relative !important;
	margin: 1px 0 0 !important;
	-webkit-transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	-webkit-transition: .5s ease-in-out !important;
	-moz-transition: .5s ease-in-out !important;
	-o-transition: .5s ease-in-out !important;
	transition: .5s ease-in-out !important;
	cursor: pointer !important;
}
  
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block !important;
	position: absolute !important;
	height: 3px !important;
	width: 100% !important;
	background: #5f8244 !important;
	border-radius: 3px !important;
	opacity: 1 !important;
	left: 0 !important;
	-webkit-transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	-webkit-transition: .25s ease-in-out !important;
	-moz-transition: .25s ease-in-out !important;
	-o-transition: .25s ease-in-out !important;
	transition: .25s ease-in-out !important;
}
  
#nav-icon3 span:nth-child(1) {
	top: 0px !important;
}
  
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px !important;
}
  
#nav-icon3 span:nth-child(4) {
	top: 20px !important;
}
  
#nav-icon3[aria-expanded="true"] span:nth-child(1) {
    top: 18px !important;
    width: 0% !important;
    left: 50% !important;
}
  
#nav-icon3[aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
  
#nav-icon3[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}
  
#nav-icon3[aria-expanded="true"] span:nth-child(4) {
    top: 18px !important;
    width: 0% !important;
    left: 50% !important;
}

.navbar-toggler {
    border: none !important;
}

/* Header */

.header-landing {
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: top 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	z-index: 999;
}

.header-landing .navbar {
	width: 100%;
	max-width: 1000px;
	padding: 9px 10px;
	margin: 0 auto;
	z-index: 1;
}

.header-landing .brand {
	width: 350px;
	height: 30px;
	overflow: hidden;
	position: relative;
	transition: .3s;
}

.header-landing .brand .logo {
	width: 170px;
	height: 98%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../images/connecta-belleza-natural-logo-2.png);
	background-size: auto 100%;
	background-position: center left;
	background-repeat: no-repeat;
	transition: .3s;
}

.header-landing .brand2 {
	width: 350px;
	height: 30px;
	overflow: hidden;
	position: relative;
    display: block;
    margin: 0 auto;
	transition: .3s;
}

.header-landing .brand2 .logo {
	width: 170px;
	height: 98%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url(../images/connecta-belleza-natural-logo-2.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s;
}

@media (max-width: 992px) {
	.header-landing .brand {
		width: 250px;
	}
    .header-landing .brand2 {
		width: 250px;
	}
}

.header-landing .nav-link, .header-landing .nav-link:focus {
    color: #405449;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 10px !important;
    border-radius: 30px;
    margin: 0 0 0 3px;
    transition: .3s;
}

.header-landing .nav-link:hover {
	color: #405449;
    background-color: #e5edd5;
}

.header-landing .nav-link.active {
	color: white !important;
    background-color: #5f8244 !important;
}

@media (max-width: 992px) {
	.header-landing .navbar-nav {
		margin: 10px 0 5px;
	}
	.header-landing .nav-link, .header-landing .nav-link:focus, .header-landing .nav-link:hover {
		text-align: center;
		padding: 8px 15px !important;
    	border-radius: 20px;
		margin: 0 0 0 0;
	}
}

/* Slider */
  
.bannercarousel {
    padding: 48px 0px 0px;
    position: relative;
    transition: .3s;
}

@media (max-width: 767px) {	
.bannercarousel {
    padding: 48px 10px 0 10px;
}
}

.carousel-fade .carousel-inner .carousel-item {
    background-color: #e5edd5;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}


.bannercarousel .carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.bannercarousel .carousel-inner {
    height: 100%;
}

.bannercarousel .carousel-control-next,
.bannercarousel .carousel-control-prev {
    width: 45px;
    transition: .3s;
}

.bannercarousel .carousel-control-next svg,
.bannercarousel .carousel-control-prev svg {
    font-size: 30px;
}

.bannercarousel .carousel-control-prev-icon,
.bannercarousel .carousel-control-next-icon {
    /*filter: sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(85%);*/
}
@media (max-width: 767px) {
.bannercarousel .carousel-control-next svg,
.bannercarousel .carousel-control-prev svg {
    display: none;
}
.bannercarousel .carousel-control-prev-icon,
.bannercarousel .carousel-control-next-icon {
    display: none;
}
}

.bannercarousel .carousel-indicators {
    margin: 0 0 5px 0;
    left: 70px;
    right: auto;
}

@media (max-width: 1200px) {
.bannercarousel .carousel-indicators {
    left: 50px;
}
}
@media (max-width: 767px) {
.bannercarousel .carousel-indicators {
    left: 30px;
}
}
@media (max-width: 576px) {
.bannercarousel .carousel-indicators {
    left: 20px;
}
}

.bannercarousel .carousel-indicators [data-bs-target] {
    /*background-color: #b7b7b7;*/
    height: 5px;
    border-radius: 5px;
    transition: .3s;
}
@media (max-width: 767px) {
.bannercarousel .carousel-indicators [data-bs-target] {
    width: 20px;
}
}

.bannercarousel .carousel-item {
    height: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}
  
/* Banner */
  
.bannercarousel .back {
    width: 70%;
    height: 100%;
    position: absolute;
    bottom: 50%;
    left: 67%;
    transform: translate(-50%,50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*animation: backzoom 15s infinite;*/
}

/*@keyframes backzoom {
    0% { transform: scale(1); }
    50% { transform: scale(1.25) }
    100% { transform: scale(1) }
}*/

@media (max-width: 992px) {
.bannercarousel .back {
    width: 100%;
    height: 150%;
    bottom: -230px;
    left: 50%;
    transform: translate(-50%,0%);
    background-size: 1100px auto;
    background-position: center bottom;
}
}

.bannercarousel .caption {
    max-width: 1000px;
    padding: 125px 10px;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 992px) {
.bannercarousel .caption {
    padding: 40px 10px 420px;
    text-align: center;
}
}

.bannercarousel .title1 {
    color: #405449;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 25px;
}

.bannercarousel .title1 strong {
    color: #5f8244;
    font-weight: 700;
}

.bannercarousel .desc1 {
    color: #405449;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0;
}

@media (max-width: 767px) {
.bannercarousel .title1 {
    font-size: 30px;
}
.bannercarousel .desc1 {
    font-size: 13px;
}
}

.bannercarousel .listc {
    margin: 30px 0 0;
    list-style: none;
    padding-left: 0;
}

.bannercarousel .listc li {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0;
}

.bannercarousel .listc li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;  
    content: "\f00c";
    margin-right: 5px;
    color: #5f8244;
    vertical-align: middle;
}

@media (max-width: 767px) {
.bannercarousel .listc li {
    font-size: 11px;
}
}

/* Boton de compra */

.lbtn, .lbtn:focus {
    color: white;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    background-color: #5f8244;
    border: none;
    outline: none;
    padding: 20px 25px 20px 60px;
    border-radius: 40px;
    margin: 30px 0 0;
    transform: scale(1);
    transform-origin: center;
    position: relative;
    animation: zoombtn 2s infinite;
    transition: .3s;
}

@keyframes zoombtn {
    0% { transform: scale(1); }
    50% { transform: scale(1.1) }
    100% { transform: scale(1) }
}

.lbtn i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

.lbtn:hover {
    color: white;
    background-color: #405449;
    /*transform: scale(1.05);*/
}

@media (max-width: 992px) {
.lbtn, .lbtn:focus {
    text-align: center;
}
}
@media (max-width: 767px) {
.lbtn, .lbtn:focus {
    font-size: 19px;
    padding: 20px 25px 20px 55px;
}
.lbtn i {
    font-size: 25px;
    left: 25px;
}
}

/* Listado de errores */

.errlistsec {
    background-color: #f7fcf3;
}
.errlistsec .container {
    max-width: 700px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.errlistsec .container {
    padding: 40px 17px;
}
}

.errlistsec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 5px;
}

.errlistsec .title1 {
    color: #405449;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 25px;
}

.errlistsec .title1 strong {
    color: #5f8244;
    font-weight: 700;
}

.errlistsec .desc1 {
    color: #405449;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 0;
}

.errlistsec .title2 {
    color: #405449;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.1;
    text-align: center;
    margin: 35px 0 0;
}

.errlistsec .desc2 {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0 0;
}

@media (max-width: 767px) {
.errlistsec .titlep {
    font-size: 10px;
}    
.errlistsec .title1 {
    font-size: 25px;
}
.errlistsec .desc1 {
    font-size: 13px;
}
.errlistsec .title2 {
    font-size: 20px;
}
.errlistsec .desc2 {
    font-size: 11px;
}
}

.errlistsec .listx {
    margin: 35px 0 0;
    list-style: none;
    padding-left: 0;
}

.errlistsec .listx li {
    color: #405449;
    background: white;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    padding: 15px 15px;
    margin: 0 0 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.errlistsec .listx li:last-child {
    margin: 0 0 0;
}

.errlistsec .listx li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;  
    content: "\f00d";
    margin-right: 5px;
    color: red;
    vertical-align: middle;
}

@media (max-width: 767px) {
.errlistsec .listx li {
    font-size: 11px;
}
}

/* Antes y despues */

.avslistsec {
    background-color: #e5edd5;
    overflow: hidden;
}
.avslistsec .container {
    max-width: 1000px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.avslistsec .container {
    padding: 40px 17px;
}
}

.avslistsec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 5px;
}

.avslistsec .title1 {
    color: #405449;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 25px;
}

.avslistsec .title1 strong {
    color: #5f8244;
    font-weight: 700;
}

.avslistsec .desc1 {
    color: #405449;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 0;
}

.avslistsec .title2 {
    color: #405449;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.1;
    text-align: center;
    margin: 35px 0 0;
}

.avslistsec .desc2 {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0 0;
}

@media (max-width: 767px) {
.avslistsec .titlep {
    font-size: 10px;
}     
.avslistsec .title1 {
    font-size: 25px;
}
.avslistsec .desc1 {
    font-size: 13px;
}
.avslistsec .title2 {
    font-size: 20px;
}
}

.avslistsec .grid {
    height: 100%;
    padding: 30px 30px 315px;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media (max-width: 767px) {
.avslistsec .grid {
    padding: 20px 15px 235px;
    border-radius: 20px;
}
}

.avslistsec .grid.g1 {
    background-color: white;
}

.avslistsec .grid.g2 {
    background-color: #5f8244;
}

.avslistsec .grid .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 15px;
}

.avslistsec .grid.g1 .title {
    color: #405449;
}

.avslistsec .grid.g2 .title {
    color: white;
}

.avslistsec .grid .img {
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 30px;
}

.avslistsec .grid.g1 .img {
    border: 10px solid white;
}

.avslistsec .grid.g2 .img {
    border: 10px solid #5f8244;
}

@media (max-width: 767px) {
.avslistsec .grid .img {
    border-radius: 20px;
}      
.avslistsec .grid .img {
    height: 225px;
    background-size: cover;
}
}

.avslistsec .grid .listx, .avslistsec .grid .listc {
    margin: 0 0 0;
    list-style: none;
    padding-left: 0;
}

.avslistsec .grid .listx li, .avslistsec .grid .listc li {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0;
}

.avslistsec .grid.g1 .listx li, .avslistsec .grid.g1 .listc li {
    color: #405449;
}

.avslistsec .grid.g2 .listx li, .avslistsec .grid.g2 .listc li {
    color: white;
}

.avslistsec .grid .listx li:last-child, .avslistsec .grid .listc li:last-child {
    margin: 0 0 0;
}

.avslistsec .grid .listx li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;  
    content: "\f00d";
    margin-right: 3px;
    vertical-align: middle;
}

.avslistsec .grid .listc li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;  
    content: "\f00c";
    margin-right: 3px;
    vertical-align: middle;
}

.avslistsec .grid.g1 .listx li::before {
    color: red;
}

.avslistsec .grid.g2 .listc li::before {
    color: white;
}

@media (max-width: 767px) {
.avslistsec .grid .listx li, .avslistsec .grid .listc li {
    font-size: 11px;
}
}

/* Beneficios */

.benefsec {
    background-color: #f7fcf3;
}
.benefsec .container {
    max-width: 1000px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.benefsec .container {
    padding: 40px 17px;
}
}

.benefsec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 5px;
}

.benefsec .title1 {
    color: #405449;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 25px;
}

.benefsec .title1 strong {
    color: #5f8244;
    font-weight: 700;
}

.benefsec .desc1 {
    color: #405449;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 0;
}

.benefsec .title2 {
    color: #405449;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.1;
    text-align: center;
    margin: 35px 0 0;
}

.benefsec .desc2 {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0 0;
}

@media (max-width: 767px) {
.benefsec .titlep {
    font-size: 10px;
}
.benefsec .title1 {
    font-size: 25px;
}
.benefsec .desc1 {
    font-size: 13px;
}
.benefsec .title2 {
    font-size: 20px;
}
}

.benefsec .grid {
    background-color: white;
    height: 100%;
    padding: 30px 25px;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media (max-width: 767px) {
.benefsec .grid {
    padding: 20px 15px;
    border-radius: 10px;
}
}

.benefsec .grid .icon {
    width: 40px;
    height: 40px;
    background-color: #5f8244;
    border-radius: 50%;
    margin: 0 0 15px;
    position: relative;
}

.benefsec .grid .icon i {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.benefsec .grid .title {
    color: #405449;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 15px;
}

.benefsec .grid .desc {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0;
}

@media (max-width: 767px) {
.benefsec .grid .icon {
    width: 35px;
    height: 35px;
}
.benefsec .grid .icon i {
    font-size: 20px;
}
.benefsec .grid .title {
    font-size: 13px;
}
.benefsec .grid .desc {
    font-size: 11px;
}
}

/* Incluye */

.includesec {
    background-color: #e5edd5;
}
.includesec .container {
    max-width: 1000px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.includesec .container {
    padding: 40px 17px;
}
}

.includesec .cont {
    padding: 0 0 0 30px;
}
@media (max-width: 767px) {
.includesec .cont {
    padding: 0 0 0 0;
}
}

.includesec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    margin: 0 0 5px;
}

.includesec .title1 {
    color: #405449;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin: 0 0 25px;
}

.includesec .title1 strong {
    color: #5f8244;
    font-weight: 700;
}

.includesec .desc1 {
    color: #405449;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    margin: 30px 0 0;
}

.includesec .title2 {
    color: #405449;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.1;
    text-align: center;
    margin: 35px 0 0;
}

.includesec .desc2 {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0 0;
}

@media (max-width: 767px) {
.includesec .titlep {
    font-size: 10px;
    text-align: center;
}    
.includesec .title1 {
    font-size: 25px;
    text-align: center;
}
.includesec .desc1 {
    font-size: 11px;
    text-align: center;
}
.includesec .title2 {
    font-size: 20px;
    text-align: center;
}
.includesec .desc2 {
    font-size: 11px;
    text-align: center;
}
}

.includesec .listc {
    margin: 30px 0 0;
    list-style: none;
    padding-left: 0;
}

.includesec .listc li {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0;
}

.includesec .listc li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;  
    content: "\f00c";
    margin-right: 5px;
    color: #5f8244;
    vertical-align: middle;
}

@media (max-width: 767px) {
.includesec .listc {
    text-align: center;
}    
.includesec .listc li {
    font-size: 11px;
}
}

.includesec .img {
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    margin: 0 0 0;
}
@media (max-width: 767px) {
.includesec .img {
    height: 200px;
    border-radius: 20px;
    margin: 30px 0 0;
}
}

/* Bonos */

.bondsec {
    background-color: #f7fcf3;
}
.bondsec .container {
    max-width: 1000px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.bondsec .container {
    padding: 40px 17px;
}
}

.bondsec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 5px;
}

.bondsec .title1 {
    color: #405449;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 25px;
}

.bondsec .title1 strong {
    color: #5f8244;
    font-weight: 700;
}

.bondsec .desc1 {
    color: #405449;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 25px;
}

.bondsec .desc2 {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 30px 0 0;
}

@media (max-width: 767px) {
.bondsec .titlep {
    font-size: 10px;
}
.bondsec .title1 {
    font-size: 25px;
}
.bondsec .desc1 {
    font-size: 13px;
}
.bondsec .desc2 {
    font-size: 11px;
}
}

.bondsec .grid {
    background-color: white;
    height: 100%;
    padding: 30px 175px 30px 25px;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media (max-width: 767px) {
.bondsec .grid {
    padding: 20px 15px 170px;
    border-radius: 10px;
}
}

.bondsec .grid .icon {
    width: 40px;
    height: 40px;
    background-color: #5f8244;
    border-radius: 50%;
    margin: 0 0 15px;
    position: relative;
}

.bondsec .grid .icon i {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bondsec .grid .title {
    color: #405449;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 5px;
}

.bondsec .grid .price {
    color: #5f8244;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
}

.bondsec .grid .price span {
    color: #405449;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 1.2;
    margin: 0 0 15px;
}

.bondsec .grid .desc {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0;
}

.bondsec .grid .img {
    width: 150px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
.bondsec .grid .icon {
    width: 35px;
    height: 35px;
}
.bondsec .grid .icon i {
    font-size: 20px;
}
.bondsec .grid .title {
    font-size: 13px;
}
.bondsec .grid .price {
    font-size: 10px;
}
.bondsec .grid .desc {
    font-size: 11px;
}
.bondsec .grid .img {
    width: 100%;
    height: 150px;
}
}

/* Precio */

.pricesec {
    background-color: #e5edd5;
}
.pricesec .container {
    max-width: 700px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.pricesec .container {
    padding: 40px 17px;
}
}

.pricesec .grid {
    background-color: white;
    height: 100%;
    padding: 50px 70px;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 4px dotted #5f8244;
    overflow: hidden;
}

@media (max-width: 767px) {
.pricesec .grid {
    padding: 40px 15px;
    border-radius: 20px;
}
}

.pricesec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 5px;
}

.pricesec .title1 {
    color: #405449;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 25px;
}

.pricesec .price {
    width: 100%;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
}

.pricesec .price .p1 {
    color: #405449;
    background-color: #e5edd5;
    font-size: 30px;
    text-decoration: line-through;
    flex: 0.6;   
    display: flex;  
    align-items: center;
    justify-content: center;
    padding: 20px; 
}
.pricesec .price .p2 {
    color: white;
    background-color: #5f8244;
    font-size: 55px;
    font-weight: 700;
    flex: 1;   
    display: flex;  
    align-items: center;    
    justify-content: center; 
    padding: 20px; 
}
.pricesec .price .p2 span {
    font-size: 30px;
    margin-left: 10px;
}

.pricesec .desc1 {
    color: #405449;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 30px 0 0;
}

.pricesec .title2 {
    color: #405449;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    position: relative;
    margin: 10px 0 0;
}

.pricesec .title2 i {
    color: #5f8244;
    font-size: 35px;
    vertical-align: middle;
}

.pricesec .desc2 {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 10px 0 0;
}

@media (max-width: 767px) {
.pricesec .titlep {
    font-size: 10px;
    text-align: center;
}    
.pricesec .title1 {
    font-size: 25px;
}
.pricesec .price .p1 {
    font-size: 17px;
    padding: 10px; 
}
.pricesec .price .p2 {
    font-size: 30px;
    padding: 10px; 
}
.pricesec .price .p2 span {
    font-size: 17px;
    margin-left: 7px;
}
.pricesec .desc1 {
    font-size: 13px;
}
.pricesec .title2 {
    font-size: 18px;
}
.pricesec .title2 i {
    font-size: 30px;
}
.pricesec .desc2 {
    font-size: 11px;
}
}

/* Opiniones */

.opinionsec {
    background-color: #f7fcf3;
}
.opinionsec .container {
    max-width: 1040px;
    padding: 80px 30px 45px;
    overflow-x: hidden;
}
@media (max-width: 767px) {
.opinionsec .container {
    padding: 45px 0px 10px;
}
}

.opinionsec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 5px;
}

.opinionsec .title1 {
    color: #405449;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 -5px;
}

.opinionsec .title1 strong {
    color: #5f8244;
    font-weight: 700;
}

.opinionsec .desc1 {
    color: #405449;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 0;
}

.opinionsec .title2 {
    color: #405449;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.1;
    text-align: center;
    margin: 35px 0 0;
}

.opinionsec .desc2 {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0 0;
}

@media (max-width: 767px) {
.opinionsec .titlep {
    font-size: 10px;
}
.opinionsec .title1 {
    font-size: 25px;
}
.opinionsec .desc1 {
    font-size: 13px;
}
.opinionsec .title2 {
    font-size: 20px;
}
}

.opinionsec .grid {
    background-color: white;
    height: 100%;
    padding: 30px 25px 20px;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    user-select: none;  
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
    overflow: hidden;
}

@media (max-width: 767px) {
.opinionsec .grid {
    padding: 5px 0px 0px 15px;
    border-radius: 20px;
}
}

.opinionsec .grid .icon {
    width: 40px;
    height: 40px;
    background-color: #5f8244;
    border-radius: 50%;
    margin: 0 0 15px;
    position: relative;
}

@media (max-width: 767px) {
.opinionsec .grid .icon {
    width: 35px;
    height: 35px;
}
.opinionsec .grid .icon i {
    font-size: 20px;
}
.opinionsec .grid .title {
    font-size: 13px;
}
.opinionsec .grid .desc {
    font-size: 11px;
}
}

/* Acceso */

.accesssec {
    background-color: #e5edd5;
}
.accesssec .container {
    max-width: 1000px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.accesssec .container {
    padding: 40px 17px;
}
}

.accesssec .cont {
    padding: 0 30px 0 0;
}
@media (max-width: 767px) {
.accesssec .cont {
    padding: 0 0 0 0;
}
}

.accesssec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    margin: 0 0 5px;
}

.accesssec .title1 {
    color: #405449;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin: 0 0 25px;
}

.accesssec .title1 strong {
    color: #5f8244;
    font-weight: 700;
}

.accesssec .desc1 {
    color: #405449;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    margin: 30px 0 0;
}

.accesssec .title2 {
    color: #405449;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.1;
    text-align: center;
    margin: 35px 0 0;
}

.accesssec .desc2 {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0 0;
}

@media (max-width: 767px) {
.accesssec .titlep {
    font-size: 10px;
    text-align: center;
}    
.accesssec .title1 {
    font-size: 25px;
    text-align: center;
}
.accesssec .desc1 {
    font-size: 11px;
    text-align: center;
}
.accesssec .title2 {
    font-size: 20px;
    text-align: center;
}
.accesssec .desc2 {
    font-size: 11px;
    text-align: center;
}
}

.accesssec .listc {
    margin: 30px 0 0;
    list-style: none;
    padding-left: 0;
}

.accesssec .listc li {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0;
}

.accesssec .listc li i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: middle;
    color: #5f8244;
}

@media (max-width: 767px) {
.accesssec .listc {
    text-align: center;
}    
.accesssec .listc li {
    font-size: 11px;
}
}

.accesssec .img {
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    margin: 0 0 0;
}
@media (max-width: 767px) {
.accesssec .img {
    height: 200px;
    border-radius: 20px;
    margin: 30px 0 0;
}
}

/* FAQs */

.faqssec {
    background-color: #f7fcf3;
}
.faqssec .container {
    max-width: 700px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.faqssec .container {
    padding: 40px 17px;
}
}

.faqssec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 5px;
}

.faqssec .title1 {
    color: #405449;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 25px;
}

.faqssec .title1 strong {
    color: #5f8244;
    font-weight: 700;
}

.faqssec .desc1 {
    color: #405449;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 35px;
}

.faqssec .desc2 {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 30px 0 0;
}

@media (max-width: 767px) {
.faqssec .titlep {
    font-size: 10px;
}
.faqssec .title1 {
    font-size: 25px;
}
.faqssec .desc1 {
    font-size: 13px;
}
.faqssec .desc2 {
    font-size: 11px;
}
}

/* Advertencia up */

.warnsec {
    background-color: #f7fcf3;
}
.warnsec .container {
    max-width: 650px;
    margin-top: 48px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.warnsec .container {
    padding: 40px 17px;
}
}

.warnsec .title1 {
    color: #5f8244;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 25px;
}

.warnsec .desc1 {
    color: #405449;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 0;
}

@media (max-width: 767px) {
.warnsec .title1 {
    font-size: 30px;
}
.warnsec .desc1 {
    font-size: 17px;
}
}

/* Acerca del up */

.upabosec {
    background-color: #e5edd5;
}
.upabosec .container {
    max-width: 1000px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.upabosec .container {
    padding: 40px 17px;
}
}

.upabosec .cont {
    padding: 0 30px 0 0;
}
@media (max-width: 767px) {
.upabosec .cont {
    padding: 0 0 0 0;
}
}

.upabosec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    margin: 0 0 5px;
}

.upabosec .title1 {
    color: #405449;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    margin: 0 0 25px;
}

.upabosec .title1 strong {
    color: #5f8244;
    font-weight: 700;
}

.upabosec .desc1 {
    color: #405449;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    margin: 30px 0 0;
}

@media (max-width: 767px) {
.upabosec .titlep {
    font-size: 10px;
    text-align: center;
}    
.upabosec .title1 {
    font-size: 30px;
    text-align: center;
}
.upabosec .desc1 {
    font-size: 14px;
    text-align: center;
}
}

.upabosec .img {
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    margin: 0 0 0;
}
@media (max-width: 767px) {
.upabosec .img {
    height: 200px;
    border-radius: 20px;
    margin: 30px 0 0;
}
}

/* Beneficios up */

.upbensec {
    background-color: #f7fcf3;
    overflow: hidden;
}
.upbensec .container {
    max-width: 1000px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.upbensec .container {
    padding: 40px 17px;
}
}

.upbensec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 5px;
}

.upbensec .title1 {
    color: #405449;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 25px;
}

.upbensec .title1 strong {
    color: #5f8244;
    font-weight: 700;
}

.upbensec .desc1 {
    color: #405449;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 0;
}

@media (max-width: 767px) {
.upbensec .titlep {
    font-size: 10px;
}     
.upbensec .title1 {
    font-size: 25px;
}
}

.upbensec .grid {
    height: 100%;
    padding: 30px 30px 30px;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media (max-width: 767px) {
.upbensec .grid {
    padding: 20px 15px 20px;
    border-radius: 20px;
}
}

.upbensec .grid.g1 {
    background-color: white;
}

.upbensec .grid.g2 {
    background-color: #5f8244;
}

.upbensec .grid .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 15px;
}

.upbensec .grid.g1 .title {
    color: #405449;
}

.upbensec .grid.g2 .title {
    color: white;
}

.upbensec .grid .listx, .upbensec .grid .listc {
    margin: 0 0 0;
    list-style: none;
    padding-left: 0;
}

.upbensec .grid .listx li, .upbensec .grid .listc li {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0;
}

.upbensec .grid.g1 .listx li, .upbensec .grid.g1 .listc li {
    color: #405449;
}

.upbensec .grid.g2 .listx li, .upbensec .grid.g2 .listc li {
    color: white;
}

.upbensec .grid .listx li:last-child, .upbensec .grid .listc li:last-child {
    margin: 0 0 0;
}

.upbensec .grid .listx li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;  
    content: "\f00d";
    margin-right: 3px;
    vertical-align: middle;
}

.upbensec .grid .listc li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;  
    content: "\f00c";
    margin-right: 3px;
    vertical-align: middle;
}

.upbensec .grid.g1 .listx li::before {
    color: red;
}

.upbensec .grid.g2 .listc li::before {
    color: white;
}

@media (max-width: 767px) {
.upbensec .grid .listx li, .upbensec .grid .listc li {
    font-size: 11px;
}
}

/* Cierre */

.closingsec {
    background-color: #5f8244;
}
.closingsec .container {
    max-width: 700px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.closingsec .container {
    padding: 40px 28px;
}
}

.closingsec .logo {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto 25px;
}

.closingsec .title1 {
    color: white;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 25px;
}

.closingsec .title1 strong {
    color: #c6e191;
    font-style: italic;
    font-weight: 700;
}

.closingsec .desc1 {
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 0;
}

@media (max-width: 767px) {
.closingsec .logo {
    width: 35px;
}    
.closingsec .title1 {
    font-size: 22px;
}
.closingsec .desc1 {
    font-size: 13px;
}

}

.closingsec .lbtn, .closingsec .lbtn:focus {
    color: #405449;
    background-color: #c6e191;
}

.closingsec .lbtn i {
    color: #5f8244;
}

.closingsec .lbtn:hover {
    background-color: white;
}

/* Confirmacion de compra */

.purchconfsec {
    background-color: #e5edd5;
}
.purchconfsec .container {
    max-width: 700px;
    margin-top: 48px;
    padding: 80px 17px;
}
@media (max-width: 767px) {
.purchconfsec .container {
    padding: 40px 17px;
}
}

.purchconfsec .grid {
    background-color: white;
    height: 100%;
    padding: 50px 70px;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 4px dotted #5f8244;
    overflow: hidden;
}

@media (max-width: 767px) {
.purchconfsec .grid {
    padding: 40px 15px;
    border-radius: 20px;
}
}

.purchconfsec .titlep {
    color: #5f8244;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 5px;
}

.purchconfsec .title1 {
    color: #405449;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 25px;
}

.purchconfsec .desc1 {
    color: #405449;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0 0;
}

.purchconfsec .warndesc {
    color: #405449;
    background-color: #e5edd5;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    padding: 20px;
    margin: 20px 0 0;
    border-radius: 15px;
}

.purchconfsec .desc2 {
    color: #405449;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0 0;
}

@media (max-width: 767px) {   
.purchconfsec .title1 {
    font-size: 25px;
}
.purchconfsec .desc1 {
    font-size: 13px;
}
.purchconfsec .warndesc {
    font-size: 11px;
    padding: 15px;
    border-radius: 10px;
}
.purchconfsec .desc2 {
    font-size: 11px;
}
}

/* Footer */

footer {
    font-size: 11px;
    color: #405449;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    background-color: white;
    padding: 30px 15px;
}

/* Acordeon */

.accordion {
    margin: auto;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.accordion-item {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ddd !important;
    border-left: none !important;
}

.accordion-header {
    color: #405449;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    padding: 15px 50px 15px 15px;
    font-weight: bold;
    position: relative;
}

.accordion-header::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5f8244;
    content: "\f078";
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
}

.accordion-header.active::after {
    transform: rotate(180deg);
}

.accordion-content {
    color: #405449;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    display: none;
    padding: 15px 20px;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 767px) {
.accordion-header {
    font-size: 13px;
}
.accordion-content {
    font-size: 11px;
}
}

/* Facebook */

.social {
    font-family: "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif !important;
    margin: 0;
    display: flex;
    gap: 6px;
    position: relative;
    transform: scale(1);
    transform-origin: 0;
}

.social img {
    width: 56px !important;
    height: 56px !important;
    cursor: pointer;
    border-radius: 50%;
    margin-top: 4px;
    position: relative;
    box-shadow: 0 0 0 3px #fff;
    z-index: 10
}

.social .comment .name {
    font-family: "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif !important;
    line-height: 16px;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
    color: #080809
}

.social .comment .text {
    font-family: "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif !important;
    font-size: 15px;
    line-height: 21.3328px;
    margin: 0;
}

.social .comment .reply u {
    font-size: 12px;
    text-decoration: none;
    color: #65676b
}

@media (max-width: 767px) {
.social {
    transform: scale(.85);
}
}

.social .comment {
    display: flex;
    flex-direction: column;
    z-index: 6
}

.social .comment .profile {
    width: fit-content;
    padding: 8px 12px;
    background: #f0f2f5;
    border-radius: 18px;
    text-align: start
}

.social .comment .reply {
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
    padding: 4px 0 0 12px
}

.social .comment .reply u:hover {
    text-decoration: underline;
    cursor: pointer
}            

.social .comment .reply :nth-child(2){
    font-weight: 700
}  

.social .comment .reply .reaction {
    position: relative;
    top: -5px
}

.social .comment .reply .reaction>span {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 2px #fff;
    top: 4px
}

.social .comment .reply .reaction :nth-child(n+2) {
    z-index: 1001
}

.social .comment .reply .reaction :nth-child(n+3) {
    z-index: 1000;
    left: -6px
}

.social .comment .reply .reaction :nth-child(n+4) {
    z-index: 999;
    left: -12px
}

.social .comment .like {
    background-image: url("../images/social/social-facebook-reaction-like.svg")
}

.social .comment .love {
    background-image: url("../images/social/social-facebook-reaction-love.svg")
}

.social .comment .haha {
    background-image: url("../images/social/social-facebook-reaction-haha.svg")
}

.social .comment .wow {
    background-image: url("../images/social/social-facebook-reaction-wow.svg")
}

@media (max-width: 450px) {
  .social .comment .reply {
    row-gap: 2px
  }
  .social .comment .reply u {
    font-size: 14px
  }
  .social .comment .reply .reaction {
    position: relative;
    top: -2px
  }
  .social .comment .reply .reaction>span {
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 1.5px #fff;
    top: 3px
  }
}

/* Owl Carousel */
  
  .owl-2 {
      padding: 0;
  }
  @media (max-width: 1230px) {
  .owl-2 {
      padding: 0 20px;
  }
  }
  @media (max-width: 1070px) {
  .owl-2 {
      padding: 0;
  }
  }

  .owl-carousel .owl-stage-outer {
    padding: 40px 0;
  }
  
  .owl-stage {
    display: flex;
    position: absolute;
    max-width: 200px;
  }
  .owl-carousel {
  }
  .owl-item {
      display: flex;
    flex: 1 0 auto;
  }
  .owl-item .slide {
  }
  @media (max-width: 576px) {
  .owl-item .slide {
      display: flex;
  }
  }
  
  
  .owl-item .item {
      width: 100%;
  }
  
  .owl-item .slide .item {
      margin-bottom: 10px;
  }
  
  .owl-item .slide .item:last-child {
      margin-bottom: 0px;
  }
  
  @media (max-width: 576px) {
  .owl-item .slide .item {
      margin-right: 10px;
  }
  
  .owl-item .slide .item:last-child {
      margin-right: 0px;
  }
  }
  
  
  .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  
  .owl-prev, .owl-next {
      position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .6;
    transition: .3s;
  }
  .owl-prev.animated, .owl-next.animated {
    animation-duration: .3s !important;
  }
  .owl-prev {
    left: -12px;
  }
  .owl-next {
    right: -12px;
  }
  .owl-prev:hover, .owl-next:hover {
    opacity: 1;
  }
  
  .owl-prev i, .owl-next i {
      color: #5f8244;
      font-size: 25px;
  }