@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');



@font-face {
    font-family: "Bangers";
    src: url(../fonts/Bangers-Regular.ttf);
}

*, *::after, *::before {
    box-sizing: border-box;
    line-height: 130%;
	cursor:default;
    -webkit-font-smoothing: antialiased;
}

i, i::after, i::before {
	cursor:inherit;
}



a {
    cursor: pointer;
}

html,body {
    background: #FFF;
    color: #595959;
    font-size: 17px;
	font-family: "Manrope", serif;
	font-weight: 400;
}

div {
    display: block;
    overflow: hidden;
}

h2 {
    font-weight: 300;
}

a,a:hover {
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.wrap {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    height: auto;
}

.wrap .float {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    height: auto;
    /* text-align: center; */
    max-width: 1140px;
    margin: auto;
}

.wrap .float2 {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    height: auto;
    text-align: center;
    max-width: 940px;
    margin: auto;
}

li {
    display: inline-block;
}

ul {
    margin: 0;
    text-align: center;
}

ul li {
    margin: 0;
}

ul li, ul li img {
    vertical-align: middle;
}

.home .floatvideo {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 53.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
    color: #FFF;
    max-width: 1140px;
    right: 0;
    margin: auto;
}

.block50 {
    width: 50%;
    float: left;
}

.block33 {
    width: 33.3%;
    float: left;
}

.block50 {
    margin-top: 30px;
}

.block50 .inner {
    margin: 23px 31px;
    background-color: #e8eff1;
    padding: 35px 20px;
    font-size: 20px;
    color: #595959;
}

.block50 .inner h2 {
    color: #2fbbea;
    font-size: 25px;
    margin: 20px 0;
}

.wrap.four {
    padding: 70px;
}

.block33 {
    margin-top: 50px;
    font-size: 20px;
    padding: 0 16px;
}

.block33 h2 {
    font-weight: bold;
    margin: 10px 0;
    margin-top: 20px;
}
.wpcf7-response-output.wpcf7-display-none{
	display:none;
}
.wrap.footer {
    color: #FFF;
    font-size: 12px;
    background: url('../img/bg.jpg') no-repeat center center;
    background-color: #000;
    background-size: cover;
    padding-top: 0!important;
}

.footer {
    text-align: left;
    padding-bottom: 0!important;
}

.footer .small {
    display: block;
    overflow: hidden;
    font-size: 14px;
    background-color: #0e002a;
    padding: 40px;
    text-align: center;
    margin-bottom: 0;
    color: #FFF;
}

.footer a {
    display: block;
    overflow: hidden;
    font-size: 16px;
}

.footer a {
    /* padding: 2px 5px; */
    padding-left: 20px;
    background: url('../img/svg/ic_flecha_footer.svg') no-repeat left center;
    background-size: 8px;
}
.footer  a:hover {
   color: #FFEB3B;
}

.footer .telf a{
    padding: 11px 5px;
    padding-left: 53px;
    background: url('../img/svg/ic_whats.svg') no-repeat left center;
    background-size: 38px;
}

.footer .mail a{
    padding: 16px 5px;
    padding-left: 53px;
    background: url('../img/svg/ic_mail.svg') no-repeat left center;
    background-size: 38px;
}
.footer .instagram a{
    padding: 16px 5px;
    padding-left: 53px;
    background: url('../img/svg/ic_instagram.svg') no-repeat left center;
    background-size: 38px;
}
.footer  .facebook a{
    padding: 16px 5px;
    padding-left: 53px;
    background: url('../img/svg/ic_facebook.svg') no-repeat left -6px center;
    background-size: 50px;
}

.footer div {
    /* margin-bottom: 20px; */
    display: block;
    overflow: hidden;
    text-align: left;
    /* margin-top: 39px; */
    z-index: 5;
}

.slick-dots {
    margin: 0;
}

.slick-dots li button {
    font-size: 0;
    cursor: pointer;
    line-height: 0;
    width: 20px;
    height: 20px;
    border: none;
    background: url('../img/79.png') no-repeat center center;
}

.slick-dots li.slick-active button {
    background: url('../img/13.png') no-repeat center center;
}

.close, .open {
    width: 58px;
    height: 58px;
    position: fixed;
    top: 30px;
    overflow: hidden;
    cursor: pointer!important;
    right: 30px;
    z-index: 45;
    background: url('../img/svg/ic_menu_hamburguesa.svg') no-repeat center center;
    background-size: contain;
}

.open {
    display: none;
}

.scrolled .open {
    display: block;
    z-index: 55;
}

.close {
    background: url('../img/svg/ic_aspa_cierre.svg') no-repeat center center;
    background-size: contain;
}

.wrap.menu {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 50;
    color: #FFF;
    padding: 30px 0;
    background: rgba(14, 0 ,42, 0.7);
}

.wrap.menu.overmenu {
    display: none;
    position: fixed;
    z-index: 555;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.cookies {
    background: #1e2325;
    color: #4e5152;
}

.cookies {
    text-align: left;
    overflow: hidden;
    padding: 10px;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: none;
    line-height: 13px;
    font-size: 10px;
    position: fixed;
    z-index: 9;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #292d2f;
}

.cookies .enlace_cookies {
    display: block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: url(../img/close.png) no-repeat center center;
    background-size: 100%;
}

.cookies a {
    display: inline;
    color: inherit;
    text-decoration: underline;
}

a.enlace_cookies {
    float: right;
}

.cookies .wrapper {
    max-width: 960px;
    margin: auto;
}

.footer .small a {
    display: inline;
    text-decoration: underline;
    line-height: 30px;
}

.wrap.hero {
    height: 100vh;
    overflow: hidden;
    background-size: cover;
}

.wrap.hero video {
    /* opacity: 0.4; */
    /* margin-top: -150px; */
}

.hero h1 {
    font-size: 98px;
    font-weight: normal;
    font-family: 'Bangers';
    line-height: 120%;
    margin: 10px 0;
    text-shadow: 3px 0px 28px #c7139d,3px 0px 28px #c7139d,3px 0px 7px #c7139d !important;
    color: #f9fde4;
    animation: fadeInUpSD 0.5s ease-in-out;
	animation-delay: 0s;
	animation-fill-mode: both;
	overflow:visible;
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0; 
	transform:scale(0.5);
  }

  100% {
    opacity: 1; 
	transform:scale(1);
  }
}

.hero h2 {
    font-size: 38px;
    font-weight: bold;
    font-family: 'Bangers';
    line-height: 60px;
    letter-spacing: -1px;
    text-shadow: 3px 0px 28px #c7139d,3px 0px 28px #c7139d,3px 0px 7px #c7139d !important;
    color: #f9fde4;
}

.wrap h2 {
    font-size: 68px;
    font-weight: normal;
    font-family: 'Bangers';
    line-height: 60px;
    letter-spacing: -1px;
    /* color: #5c006e; */
    margin-bottom: 60px;
    text-shadow: 1px 5px 28px #56495d;
    color: #f9fde4;
}

.wrap.one {
    padding: 75px 0;
    padding-bottom: 103px;
}

.wrap.one li {
    width: 23%;
    vertical-align: top;
    margin: 0 10px;
    padding: 0 10px;
}

.wrap.one li h3 {
    margin: 0;
    font-size: 34px;
    color: #5c006e;
    font-family: 'Bangers';
    letter-spacing: -1px;
    margin-top: 38px;
    margin-bottom: 9px;
    font-weight: normal;
}

.wrap.one li img {
    height: 92px;
}

.wrap.one_two h2 {
    color: #FFF;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 40px;
    margin: 0;
}

.wrap.one_two {
    height: 334px;
    background: url('../videos/video_sabrias.png') no-repeat center center #595959;
    background-size: cover;
}

.wrap.one_two .floatvideo {
    max-width: 950px;
    top: 49%;
}

.wrap.one_three div {
    text-align: left;
    /* padding-bottom: 5px; */
    /* padding-right: 5px; */
}

.wrap.one_three h2 {
    margin-top: 99px;
    margin-bottom: 49px;
}

.wrap.one_three p {
    margin-bottom: 20px;
    line-height: 19px;
}

.wrap.one_three h3 {
    font-size: 28px;
    margin-bottom: 49px;
    font-family: 'Bangers';
    font-weight: normal;
    color: #5c006e;
    line-height: 38px;
}

.wrap.one_three small {
    display: block;
    overflow: hidden;
    font-weight: normal;
    font-size: 30px;
    margin: 20px 0;
}

.wrap.one_three .last {
    padding-left: 50px;
    padding-right: 20px;
}

.wrap.one_three img {
    width: 100%;
}

.wrap.one_three .float {
    max-width: 1156px;
}

.wrap.one_three {
    padding: 50px 0;
    padding-bottom: 68px;
}

.wrap.two li {
    width: 37%;
    margin: 0 5px;
    background: #F3F3F3;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 18px solid #5c006e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    vertical-align: top;
    min-height: 512px;
    transition: all 0.3s ease;
    margin: 1%;
}

.wrap.two li img{
    transition: all 0.3s ease;
}
.wrap.two h2 {
    margin-bottom: 45px;
}

.wrap.two li img {
    width: 100%;
    object-fit: cover;
    height: 270px;
    border-radius: 10px;
}

.wrap.two li h3 {
    font-size: 34px;
    font-family: 'Bangers';
    font-weight: normal;
    color: #5c006e;
    border-bottom: 1px solid #5c006e;
    padding-bottom: 7px;
    margin-bottom: 26px;
    line-height: 40px;
}

.wrap.two li div {
    padding: 25px 30px;
}

.wrap.three {
    padding: 70px 0;
    background: #5c006e;
    color: #FFF;
    margin-top: 79px;
    padding-bottom: 56px;
}

.wrap.three h2 {
    color: #FFF;
}

.wrap.three li {
    width: 583px;
    vertical-align: top;
}

.wrap.three li img {
    margin-bottom: 49px;
}

.wrap.three li h3 {
    font-size: 36px;
    margin-bottom: 21px;
    font-family: 'Bangers';
    font-weight: normal;
}

.wrap.three li p {
    margin: 0 100px;
    line-height: 24px;
}

.wrap.four .block50 {
    border: 2px solid #5c006e;
    border-radius: 10px;
    width: 480px;
    margin: auto 44px;
    float: none;
    display: inline-block;
    vertical-align: top;
    height: 586px;
    padding: 47px 40px;
    /* text-align: left; */
}

.wrap.four .block50 li {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 24px;
    line-height: 21px;
    background: url('../img/svg/ic_check.svg') no-repeat left -6px;
    background-size: 28px;
}

.wrap.four .block50 img {
    margin-bottom: 39px;
}

.wrap.four {
    background: url('../img/bg_beneficios.png') no-repeat center bottom;
    background-size: 80%;
}

.wrap.four .block50 h3 {
    margin-bottom: 51px;
    font-size: 36px;
    font-family: 'Bangers';
    font-weight: normal;
    color: #5c006e;
}

.wrap.five {
    padding: 40px 0;
    background: #f3f3f3;
}

.prodgrilla li {
    width: 23%;
    vertical-align: top;
    border-radius: 10px;
    padding: 10px;
    /* height: 530px; */
    overflow: hidden;
    margin: 0 10px;
    background: #FFF;
    text-align: left;
    /* margin-bottom: 40px; */
    border: 2px solid #FFF;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    padding-top: 0;
}

.prodgrilla li:hover {
    transition: all 0.3s ease;
    border: 2px solid #5c006e;
}

.addtocart,
.price {
    background: #5c006e;
    color: #FFF;
    padding: 10px 20px;
    font-size: 29px;
    font-family: 'Bangers';
    font-weight: normal;
    text-align: left;
    padding-right: 0;
    font-weight: 600;
    letter-spacing: -0.4px;
    /* padding-bottom: 44px; */
    font-weight: normal;
}

.prodgrilla h3.small {
    padding: 20px 20px;
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 26px;
}



.wrap.five img {
    /* margin-bottom: 21px; */
    width: 100%;
    height: 280px;
    object-fit: contain;
    margin: 0;
    height: 260px;
}

.wrap.five p {
    padding-bottom: 25px;
    display: block;
    overflow: hidden;
}

.wrap.five h3.small strong {
    display: block;
    font-weight: 600;
}

.wrap.six {
    padding: 60px 0;
    padding-bottom: 87px;
}

.wrap.six .blocks {
    background: #F3F3F3;
    margin-bottom: 70px;
    border-right: 18px solid #5c006e;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.wrap.six .blocks .block50 {
    margin: 0;
    text-align: left;
}

.wrap.six .float {
    /* max-width: 1160px; */
}

.wrap.six h2 {
    margin-bottom: 45px;
}

.wrap.six .block50.left {
    width: 41%;
}

.wrap.six .block50.right {
    width: 59%;
    padding: 44px 54px;
}

.wrap.six h3 {
    font-size: 36px;
    font-family: 'Bangers';
    font-weight: normal;
    padding-right: 20px;
    line-height: 41px;
    margin-bottom: 40px;
    color: #5c006e;
}

.wrap.six .date {
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 14px;
}

.wrap.six p {
    line-height: 21px;
    padding-right: 60px;
}

.wrap.six div a {
    padding: 11px 20px;
    border: 1px solid #5c006e;
    color: #FFF;
    background: #FFF;
    border-radius: 5px;
    padding-right: 48px;
    display: inline-block;
    overflow: hidden;
    /* margin-top: 106px; */
    background: url(../img/svg/ic_flecha_footer.svg) no-repeat right 20px center;
    background-size: 9px;
    background-color: #0e002a;
}

.wrap.six div a:hover {
    color: #FFF;
    background: url(../img/svg/ic_flecha_footer.svg) no-repeat right 20px center;
    background-size: 9px;
    background-color: #5c006e;
}

.footer .right a {
    margin: 10px 0;
}

.footer .right p {
    margin-bottom: 26px;
}

.footer .small a {
    font-size: inherit;
    padding: 7px;
    display: inline-block;
    background: none;
}

.footer .block33.left {
    /* text-align: right; */
    padding-left: 0;
}

.footer .block33.right {
    width: 33%;
    /* padding-top: 18px; */
    padding-left: 27px;
    margin-bottom: 40px;
}

.footer .block33.center {
    /* width: 29%; */
    /* padding-left: 152px; */
    padding-right: 0;
}

.footer .block33.right p {
    font-size: 17px;
}

.wrap.menu img {
    display: inline-block;
    float: none;
    clear: none;
}

.wrap.menu ul {
    display: inline-block;
    float: right;
    vertical-align: middle;
    /* margin-top: 8px; */
}

.wrap.menu li {
	display: inline-block;
	overflow: hidden;
    transition: all 0.3s ease;
}
.wrap.menu li a:hover{
    text-shadow: 1px 5px 28px #ccd729;!;
    color: #FFEB3B;
}

.wrap.menu .float {
    max-width: 1120px;
    overflow: visible;
}

.overmenu {
    background: #5c006e;
}

.sabanaover,
.sabana {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1;
} 
video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; 
    object-fit: cover;
    width: 100%;
    height: 100%;
}


@keyframes showhide {
	0% {
		z-index: 55555;
		opacity: 1;
	}
	99% {
		z-index: 55555;
		opacity:0;
	}
	100% {
		display:none;
	}
}



.tablet .wrap.four .block50{
	/* width:40%; */
	margin-bottom: 50px;
}
.tablet .wrap.two li {
    width: 31%;
    margin-bottom: 30px;
}

.tablet .wrap.three li {
    margin-bottom: 80px;
    width: 49%;
}

.tablet .wrap.four {
    padding-left: 0;
    padding-right: 0;
}

.tablet .wrap.four li {
    height: auto;
}


.tablet .wrap.one_three h2 {
    margin-top: 25px;
}

.tablet .footer .block33.center {
    padding-left: 30px;
}

.tablet .wrap.six .block50.right {
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 0;
}

.tablet .wrap.five li {
    margin-bottom: 20px;
    width: 42%;
    height: 570px;
}

.tablet .wrap.one li {
    margin-bottom: 40px;
}

.tablet .wrap.one li {
    width: 48%;
    float: left;
}

.tablet .wrap.one_two h2 {
    padding: 0 30px;
}

.tablet .wrap.three li p {
    margin: 0 50px;
}

.tablet .wrap.five li img {
    width: 100%;
}



/* CSS Whatsapp Chat */
#whatsapp-chat {
    position: fixed;
    background: #fff;
    width: 350px;
    border-radius: 10px;
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
}

a.blantershow-chat {
    background: #095e54;
    /* background: #fff; */
    color: #FFF;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
    padding: 14px 20px;
    border-radius: 10px;
}
a.blantershow-chat:hover {
	background-color:#5c006e;
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: -3px 13px 0 0;
}

.header-chat {
    background: #095e54;
    color: #fff;
    padding: 20px;
    transition: all 0.3s ease;
}

.header-chat:hover {
    transition: all 0.3s ease;
	background-color:#5c006e;
}
.header-chat h3 {
    margin: 0 0 10px;
}
.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
.info-avatar {
    position: relative;
    padding-bottom: 10px;
}
.info-avatar img {
    border-radius: 100%;
    width: 52px;
    float: left;
    margin: 0 10px 0 0;
}
.info-avatar:before {
    content: "\f232";
    z-index: 1;
    font-family: "Font Awesome 5 Brands";
    background: #23ab23;
    color: #fff;
    padding: 4px -5px;
    border-radius: 100%;
    position: absolute;
    top: 27px;
    left: 43px;
}

.info-chat span {
    display: block;
}
#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}
#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}
#get-label,
#get-nama {
    color: #fff;
}
span.my-number {
    display: none;
}
.blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
}
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 74%;
    height: 80px;
    outline: none;
    resize: none;
    border-radius: 10px;
}
a#send-it {
    color: #FFF;
    width: 80px;
    margin: -5px 0 0 5px;
    font-weight: 700;
    padding: 8px;
    background: #095e54;
    border-radius: 10px;
    position: absolute;
    right: 10px;
}

a#send-it:hover {
	background-color:#5c006e;
}
.first-msg {
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
}
.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}
.start-chat .blanter-msg {
    display: flex;
}
#get-number {
    display: none;
}
a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}
@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}
.hide {
    display: none;
}
.show {
    display: block;
}


.wrap.menu li a {
    padding: 20px 8px;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    font-weight: bold;
}
form {
    display: block;
    text-align: left;
}

 form label {
    font-weight: bold;
    padding: 10px 0;
    margin-top: 20px;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    display: block;
    cursor: pointer;
}

input, 
select,
textarea {
	font-family: "Manrope", serif;
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    transition: all 0.3s ease;
	border:2px solid #ccc;
	outline:none;
	cursor:pointer;
}

input:focus, 
select:focus,  
textarea:focus {
    transition: all 0.3s ease;
	border-color:#5c006e;
	border:2px solid #5c006e;
	background:#5c006e;
	color:#FFF;
}

.foro.single p a,
.form-submit input,
form button, .btn {
	cursor:pointer;
	margin: 10px 0;
	background: #0e002a;
	color: #FFF;
	display: inline-block;
	width: auto;
	font-size: 19px;
	padding: 20px 40px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s ease;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.4);
}

.foro.single p a:hover,
.form-submit input:hover,
form button:hover, .btn:hover {
    transition: all 0.3s ease;
	color: #FFF;background: #5c006e;
}
form input[type='radio'],
form input[type='checkbox'] {
    display: inline-block;
    width: 30px;
    margin: 20px;
    height: 30px;
    margin-left: 0;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 6px;
}


.wrap.hero img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.wrap.hero .btn {
    margin-top: 40px;
}
.wrap.hero.sectionhero {
    height: auto;
    background-attachment: fixed;
    position: relative;
    padding: 190px 0;
    padding-bottom: 100px;
}
.wrap.hero{
    background-attachment: fixed;
}
.get-new {
    position: absolute;
    top: 62px;
    left: 97px;
}

.head-home {
    float: left;
}
.footer .block33.center a, .footer .block33.center li {
    display: block;
    overflow: hidden;
    width: 100%;
    float: none;
    text-align: left;
    font-weight: bold;
}
.logo {
	cursor:pointer;
	/* position: absolute; */
	font-family: Bangers;
	font-size: 44px;
	padding-right: 10px;
	transition: all 0.3s ease;
	text-shadow: 0px 0px 20px #ccd729, 0px 0px 20px #ccd729!important;
	!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.logo:hover{
    transition: all 0.3s ease;
    text-shadow: 0px 0px 10px #ccd729, 0px 0px 10px #ccd729!important;
    color: #FFEB3A;
}

.overmenu .logo ,
.heromenu .logo {
    position: absolute;
    overflow: visible;
}
.placer {
    border: 2px solid #5c006e7a;
    border-radius: 10px;
    cursor: pointer!important;
    position: relative;
}
.wrap.two {
    padding: 80px 0;
}
.wrap.two  {
    display: flex;
    justify-content: space-evenly;
}
.slick-initialized   button {
    position: absolute;
    left: -70px;
    top: calc(50% - 20px);
    z-index: 5;
    font-size:0;
    width:40px;
    height:40px;
    cursor:pointer;
    border-radius: 40px;
    background: url('../img/svg/ic_flechablanca_izq.svg') no-repeat center center;
    background-color: #5c006e;
    background-size: 10px;
}

.slick-initialized   button.slick-next {
    right: -70px;
    left: auto;
    background-image: url('../img/svg/ic_flechablanca_der.svg');
    background-color: #5c006e;
    background-size: 10px;
}

.wrap.five .float {
    overflow: visible;
}
.logos .slick-track{
	display:flex;
}
.logos .slick-track dt{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	margin:0 5%;
	width:90%;
}
label.radiolabel {
    margin: 0;
}
.prodgrilla {
   display: flex;
   flex-wrap: wrap;  /* Permite que los elementos se ajusten en varias filas */
   width: calc(100% + 20px);
   margin-left: -10px;
}

.prodgrilla li {
    flex: 1 1 23%; /* Ocupa el 25% del ancho del contenedor */
    box-sizing: border-box; /* Asegura que los bordes y el padding no afecten el ancho total */
    margin-bottom: 20px;
    position:relative;
    text-align: center;
}
.insideAccount .prodgrilla li {
    flex: 1 1 23%; /* Ocupa el 25% del ancho del contenedor */
}
.addtocart,
.price{
	position:absolute;
	bottom:0;
	display: block;
	margin: 10px;
	overflow: hidden;
	width: calc(100% - 20px)!important;
	border-radius: 10px!important;
	text-align: center;
	display: block;
}
.prodgrilla li p{
	padding:20px;
	min-height: 70px;
	margin:0;
	margin-bottom: 60px;
	font-size: 15px;
	padding-top: 0;
}
.prodgrilla li h2{
	text-shadow:none;
	margin:0;
	padding: 10px 20px;
	color:#000;
	font-size: 20px;
	line-height:120%;
	font-weight:bold;
	display:block;
}
.wrap.menu li.cart a,
.wrap.menu li.search a,
.wrap.menu li.account a{
	font-size:0;
	line-height:0;
	width:30px;
	height:30px;
	position:relative;
	bacgkround:#FFF;
	margin-left: 0px;
	margin-top:7px;
	backkground-position:center center;
	background-repeat:no-repeat;
}
.wrap.menu li.cart:hover,
.wrap.menu li.search:hover ,
.wrap.menu li.account:hover {
    transition: all 0.3s ease;
    filter: brightness(0.5);
}	
.wrap.menu li.cart a{
    background-image: url('../img/svg/ic_cart.svg');
}
.wrap.menu li.search a{
    background-image: url('../img/svg/ic_search.svg');
}
.wrap.menu li.account a{
    background-image: url('../img/svg/ic_account.svg');
}
.memberGremio .wrap.menu li.account a:before{
    content: "&nbsp";
    width: 25px;
    height: 25px;
    background: url('../img/svg/ic_verified.svg') no-repeat center center;
    background-size:contain;
    display: block;
    position: absolute;
    right: -1px;
    top: 5px;
    cursor: pointer;
}
.memberGremio .wrap.menu li.account a {
    padding-right: 31px;
    background-size: 30px;
}
.forosearch,
.prodsearch {
    font-size: 30px;
    padding: 25px 40px;
    border-radius: 20px;
    width: 100%;
    transition: all 0.3s ease;
    /* border:3px solid #5c006e ; */
    outline:none;
    position:relative;
    background-repeat:no-repeat;
    background-position:right center;
    cursor:pointer;
    text-align:center;
}

input.forosearch:focus,
input.prodsearch:focus {
    transition: all 0.3s ease;
    /* border:3px solid #FFF; */
    background:#5c006e;
    background-image: url('../img/svg/ic_search.svg');
    background-repeat:no-repeat;
    background-position:right 20px center;
    background-size:42px;
    color:#FFF;
}

input::placeholder,
textarea::placeholder {
	color:#000;
	opacity: 1; /* Firefox */
}

select:focus::placeholder,
input:focus::placeholder,
textarea:focus::placeholder {
	color: #FFF;
	opacity: 1; /* Firefox */
}

input.forosearch:focus::placeholder,
input.prodsearch:focus::placeholder {
  color: #FFF;
  opacity: 1; /* Firefox */
}
.store h2 {
    font-family: inherit!important;
    color: #5c006e!important;
}
.wrap.five.store {
    padding-top: 0;
    text-align: center;
}

.logos li {
    background: #FFF;
    border-radius: 10px;
    margin: 0 10px;
    margin-bottom: 4px;
}
.tercios ul{
	display:flex;
}
.sectionhero.presus p{
	font-size: 23px;
	font-weight: bold;
	line-height: 180%;
}
.sectionhero.presus h2{
	font-size: 80px;
	padding: 10px 0;
}

.icon_mail,
.icon_place,
.icon_clock,
.icon_whats{
    width: 58px;
    height: 58px;
    background: url('../img/svg/ic_whats.svg') no-repeat center center;
    background-size: 40px;
    float: left;
    background-color: #5c006e;
    border-radius: 10px;
    margin-right: 15px;
}
.icon_mail{
    background-image: url('../img/svg/ic_mail.svg');
    background-size: 35px;
}
.icon_place{
    background-image: url('../img/svg/ic_location.svg');
}
.icon_clock{
    background-image: url('../img/svg/ic_clock.svg');
}
.icon_whats{
    background-image: url('../img/svg/ic_whats.svg');
}
.contactlinks a:hover{
    transition: all 0.3s ease;
    color: #5c006e;
}
.contactlinks a, .contactlinks a *{
	cursor: pointer;
	transition: all 0.3s ease;
}
.center.mapa{
	padding: 0!importan;
	margin-top: 35px;
}
.wrap.hero.sectionhero.presus{
	padding: 99px 0;
}
.floatvideo {
    position: relative;
    text-align: center;
    color: #FFF;
    max-width: 1140px;
    margin: auto;
    width: 100%;
    z-index: 5;
}
.block33.left p {
    line-height: 160%;
    font-size: 18px;
}

.footer .small a:hover {
    color: #FFEB3B;
}
.wrap.two li:hover img {
    transition: all 0.3s ease;
    filter: brightness(1.5);
}

.wrap.two li:hover {
	border-color:#000;
    transition: all 0.3s ease;
}
p.req{
	font-weight:bold;
	font-size:12px;
	margin: 0;
	padding: 0!important;
}
.sabanaSearch input {
    max-width: 1140px;
    margin: auto;
    margin-top: calc(50vh - 80px);
    position: relative;
    z-index: 5;
}

.sabanaWait,
.sabanaComment,
.sabanaZoom,
.sabanaSearch {
	position:fixed;
	z-index: 55555;
	opacity: 1;
	width: 100%;
	height: 100%;
	display: none;
	top:0;
}

.sabanaWait .sabana,
.sabanaComment .sabana,
.sabanaZoom .sabana,
.sabanaSearch .sabana{
	background-color:#0e002a;
	opacity: 0.8;
}
.prodgrilla li a, 
.prodgrilla li a * {
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.fichaprod h2{
	margin:0!important;
	color:#5c006e;
	text-shadow:none;
	font-size:40px;
	font-family: "Manrope", serif;
	font-weight:bold;
}
.addtocart,
.fichaprod .price{
	position:relative;
	display:block;
	margin:20px 0;
	text-shadow:none;
	font-size:40px;
	color: #FFF;
	padding: 10px 20px;
	font-size: 39px;
	font-family: 'Bangers';
}
.fichaprod p{
	color:#000;
	font-size:20px;
	line-height: 160%!important;
}
.addtocart{
	margin-top: 25px;
	background:#0e002a;
	text-align:left;
	/* width: auto!important; */
	display: inline-block;
	padding: 14px 50px;
	padding-left: 20px;
	background-image: url('../img/svg/ic_cart.svg');
	background-position: right 20px center;
	background-size:30px;
	background-repeat:no-repeat;
	padding-bottom: 9px;
}
.addtocart:hover{
	color:#FFF;
	background-color:#5c006e;
	
}
.fichaprod hr{
	border:0;
	height:2px;
	background:#5c006e;
	width: calc(100% - 25px)!important;
}

.fichaprod .zoom {
	cursor:pointer;
    background: url('../img/svg/lupa.svg') no-repeat center center;
    background-size: 30px;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    background-color: #5c006e;
    z-index: 5;
    position: absolute;
	border-bottom-left-radius:15px;
}

.sabanaZoom .containImg{
	position:relative;
	background:#FFF;
	position:relative;
	z-index:2;
	width: 50%;
	height: 80%;
	transform: translate(50%, 10%);
	border-radius:20px;
}
.sabanaZoom img{
	margin: auto!important;
	object-fit: contain;
	width:100%;
	height:100%;
}
.whatshare:hover{
	color:#5c006e;
}



.fichaprod a.mail,
.fichaprod a.telf {
	display:inline-block;
	float:left;
	padding: 11px 15px;
	padding-left: 53px;
	color:#FFF;
	background: url('../img/svg/ic_whats.svg') no-repeat left 10px center;
	background-size: 24px;
	background-color: #5c006e;
	border-radius:10px;
	font-size: 13px;
	overflow: hidden;
}

.fichaprod a.mail {
	margin-left: 25px;
	background-image: url('../img/svg/ic_mail.svg');
}

.fichaprod .zoom:hover,
.fichaprod a.mail:hover,
.fichaprod a.telf:hover {
	background-color:#0e002a;
}
.presus .block50{
	padding-right:40px;
}
.presus h3{
	color:#5c006e;
	padding-bottom:10px;
	border-bottom:2px solid #5c006e;
	margin-bottom:30px;
	font-size:30px;
}
.wrap.hero.sectionhero.short {
    padding: 61px 0;
}
li .price {
	text-indent:-25px;
}
.servicios img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 370px;
    border-radius: 10px;
}
.wrap.six .blocks h3 {
    border-bottom: 2px solid #5c006e;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.wrap.six .blocks:hover {
    transition: all 0.3s ease;
    border-color: #000;
}
.wrap.six .blocks:hover img {
    transition: all 0.3s ease;
    filter: brightness(1.5);
}
.wrap.six .blocks img {
    transition: all 0.3s ease;
    float: left;
}
.cart_totals,
.cart_header,
.cart_body{
	display:flex;
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
}
.cart_header,
.cart_body{
	/* border-bottom: 1px solid #000; */
}
.cart_totals > div,
.cart_header > div,
.cart_body > div{
	text-align:left;
	padding:10px;
	width:100%;
	/* border:1px solid #000; */
}
.cart_header > div{
	font-weight:bold;
	font-size: 13px;
	text-transform: uppercase;
}
.cart_body  > div{
	font-weight:bold;
	font-size: 19px;
	color:#5c006e; 
}
.cart .block33{
	padding:0;
}
.cart .remove{
	width:250px;
}
.cart .thumbnail img{
	width: 120px;
	height: 110px;
	background: #FFF;
	object-fit: cover;
	border: 1px solid #5c006e;
	border-radius: 10px;
	margin: 0;
}

.cart .remove a{
    text-align: center;
    line-height: 25px;
    font-size: 21px;
    font-weight: bold;
    border-radius: 30px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer !important;
    color: #FFF;
    background-color: #5c006e;
    line-height: 27px;
}

.btn.checkout {
	float:right;
}
.cart_totals > div:nth-child(1){
	font-size: 19px;
	font-weight:bold;
}
.cart_totals > div:nth-child(2){
	color:#5c006e; 
	font-size:27px;
	font-weight:bold;
	text-align:right;
}

.cart .block33{
	float:right;
	margin-top: 10px;
	clear: both;
}
.cart .block33 .btn{
	margin-top:50px;
}
.cart .tright{
	text-align:right;
}
.cart_totals a.addtocart {
    text-align: right!important;
}

.cart_totals a.addtocart {
    text-align: right;
}

.cart a.addtocart {
    background-position: right 20px center;
    text-align: left;
    padding-left: 20px;
    width: 100%!important;
}
.col2-set,
#order_review{
	width:40%;
	float:left;
}
.col2-set,
#order_review{
    margin-top: 0;
}

.checkout label {
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
    margin-top: 14px;
    text-transform: uppercase;
}
.col-2,
#order_review {
	padding-left:30px;
}
.checkout label input[type="radio"],
.checkout label input[type="checkbox"]{
	float:left;
}
.checkout .custom-checkbox label{
	line-height:30px;
}
.checkout .custom-checkbox a{
	color:#5c006e;
	text-decoration:underline;
}
.checkout_items > div,
.checkout_subtotal > div{
	display:flex;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	align-items: center;
	overflow: visible;
}
.checkout_subtotal{
	margin: 0 0;
	margin-bottom: 20px;
	overflow: visible;
}
.checkout_items p,
.checkout_subtotal p{
	vertical-align:middle;
	padding: 0!important;
}


.checkout_subtotal > div > p:nth-child(1){
	font-size: 19px;
	font-weight:bold;
}
.checkout_subtotal > div > p:nth-child(2){
	color:#5c006e;
	font-size:27px;
	font-weight:bold;
	text-align:right;
	min-width: 145px;
}
.personaldata > div{
	width:100%;
	float:none;
	clear:both;
}
.personaldata > div.half{
	width:48%;
	clear:none;
	float:left;
}
.personaldata > div.half.right{
	margin-left:3%;
}
.payments .custom-checkbox label {
    margin: 0;
}
.personaldata select{
    padding: 8px 10px;
	padding-bottom:9px;
}
.payments .addtocart{
    width: 100% !important;
}
.checkout .secured{
	width: 320px!important;
	margin: 0!important;
	height: 120px!important;
	margin-left:-5px!important;
}
.paymethod .toggle {
	display:none;
	line-height: 180%;
}
.paymethod .toggle input[type='file'] {
    margin-bottom: -15px;
    margin-top: 5px;
    background-color: #5c006e;
    color: #FFF;
}

	
.wrap.menu a.telf,
.wrap.menu a.mail {
	display:none;
}
p.footerweb img {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    margin-bottom: -15px;
    margin-right: 10px;
    border: 2px solid rgba(255,255,255,0.3);
    cursor: pointer;
}

p.footerweb a {
    display: block;
    overflow: hidden;
}
span.wpcf7-list-item {
    cursor: pointer;
}
span.wpcf7-list-item label {
    margin: 0;
}
.footer  li.noicon a {
    margin:  0;
}

.small .nolink {
    display: block;
}

.small .nolink a {
    text-decoration: none;
    padding: 0;
}
.wrap.one_three img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left;
}
.checkout .col-2 {
    padding: 0;
}
.checkout p {
    padding: 0!important;
    text-align: left;
}
.checkout label img {
	display:none;
}
.col2-set,
#order_review{
	width:50%;
	float:left;
}
#order_review {
    padding-left: 30px;
    overflow: visible;
    background: #FFF;
    border-radius: 10px;
    background: #FFF;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: 48%;
    margin-left: 2%;
}
p#billing_country_field {
    display: none;
}

.thanks .order_details,
.woocommerce-error,
.woocommerce-message {
    padding: 20px;
    text-align: center;
    background: #5c006e;
    color: #FFF;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.wrap.one_three.fichaprod .block50 {
    padding-bottom: 10px;
    padding-right: 10px;
}

.footer .block33.center
    iframe {
    border-radius: 10px; 
};
}
.cart .block33 .addtocart {
    width: 100%!important;
    margin: 0;
}
.emptycart {
    text-align: center;
}

p.cart-empty {
    font-size: 50px;
    font-weight: normal;
    font-family: 'Bangers';
    color: #5c006e;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 10px!important;
}

.block100.cartbuttons .addtocart {
    width: auto!important;
    vertical-align: top;
    padding-right: 99px;
}
.block100.cartbuttons {
    width: 100%;
    text-align: right;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.cart .cart_header {
    margin-top: 50px;
}

input.input-text.qty.text {
    width: 80px;!important;
    float: right;
    text-align: center;
    padding-right: 0;
}
.woocommerce-message .button {
    display: none;
}
.woocommerce-info {
    padding: 20px;
    background: #5c006e;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
}
.paymethod .toggle {
    font-weight: normal;
    background: #0e002a;
    color: #FFF;
    padding: 10px 20px;
    clear: both;
    border-radius: 10px;
    
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.personaldata .clear {
    display: none;
}
.personaldata .form-row {
	display:block;
	clear:both;
	float:none;
	width:100%;
}
.checkout p#billing_phone_field,
.checkout p#billing_dni_field,
.checkout p#billing_piso_dpto_field,
.checkout p#billing_address_2_field,
.checkout p#billing_state_field, 
.checkout p#billing_postcode_field, 
.checkout p#billing_first_name_field, 
.checkout p#billing_last_name_field {
    width: 48%;
    float: left !important;
    clear: none !important;
}
.checkout #billing_phone_field,
.checkout #billing_piso_dpto_field,
.checkout #billing_postcode_field, 
.checkout #billing_last_name_field {
	margin-left:3%;
}
.paymethod .toggle p {
    text-transform: math-auto;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 20px;
}
.blockUI.blockOverlay {
    background-color: #f3f3f3!important;
    opacity: 0.8!important;
    background-size: 300px!important;
    background-position: center center!important;
    background-image: url('../img/svg/loadinganimation.svg')!important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-repeat: no-repeat;
    display: none!important;
}
textarea#order_comments {
    height: 100px;
}
ul.woocommerce-error li {
    display: block;
    line-height: 33px;
}
.woocommerce-error{
	background-color: #930032;
}

input.button.addtocart[name='apply_coupon'] {
    margin-top: 0;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    background-image: none;
    text-align: right;
    padding: 5px 15px;
    font-size: 25px;
    border: none;
    width: 100%!important;
}
span.havecoupon {
    text-align: right!important;
    float: right;
    margin-bottom: 10px;
}
input#coupon_code {
    text-align: right;
}
.cart .block33.couponblock div {
    padding-right: 0;
}
a.woocommerce-remove-coupon {
    position: absolute;
    background: #5c006e;
    width: 30px;
    height: 30px;
    font-size: 0;
    border-radius: 20px;
    margin-left: 15px;
    margin-top: 5px;
	cursor:pointer;
}

a.woocommerce-remove-coupon:after {
    content: "x";
    color: #FFF;
    font-size: 17px;
    position: absolute;
    left: 0;
    z-index: 77777;
    top: 0;
    width: 30px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    font-weight: bold;
}
.checkout_coupon input.button.addtocart[name='apply_coupon'], 
.checkout_coupon input[name='coupon_code'] {
    text-align: center!important;
}
.woocommerce {
    overflow: visible;
}
p.block100.lost_password {
    clear: both;
    display: block;
    overflow: hidden;
}
.checkout form.login{
	display:none;
}
p.block100.lost_password a {
    display: block;
    overflow: hidden;
    margin: 20px 0;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 40px!important;
    margin-top: 0;
}

input.button.loginchkout.addtocart {
    margin-top: 10px;
    width: 100%!important;
}
.custom-checkbox.remember {
    display: block;
    clear: both;
}
p.block100.lost_password a:hover {
    color: #5c006e;
}
.checkout input#password {
    margin-left: 4%;
}
.paymethod .toggle p {
    margin: 0;
    overflow: visible;
    line-height: 170%;
}
.footer .left > a {
    padding: 0;
    background: none;
}
.desktop{
	display:block;
}
.mobile{
	display:none;
}
.borderbacs {
    background: #FFF;
    color: #000;
    font-weight: bold;
    padding: 10px 10px;
    font-size:20px;
    margin: 10px 0;
    border-radius:5px;
    font-family: monospace;
    font-weight: bold;
}
ul#menu-menu-redes {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.comprobante_upload {
	margin-bottom: 20px;
}

.comprobante_upload input {
    display: none;
}
.dropupload .btn:hover {
    background: #FFF!important;
    color: #5c006e!important;
}
.dropupload .btn {
    width: 100%;
    font-size: 15px;
    background-color: #5c006e;
    text-decoration: none!important;
    padding: 15px;
    color: #FFF!important;
    margin-bottom: 20px;
}

.checkout_coupon .blockUI.blockOverlay {
    width: 40px!important;
    height: 41px!important;
    left: calc(50% + 100px)!important;
    background-color:transparent!important;
    background-size: 30px!important;
    top: 44px!important;
}

.thanks ul {
    margin-bottom: 40px;
    display: block;
    overflow: hidden;
}

.thanks .block33,
.thanks .block50 {
    margin: 0;
}

.thanks ul.order_details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
ul.ord_body li {
    display: block;
    text-align: left;
    border-bottom: 2px dotted #000;
    overflow: hidden;
    padding: 10px 0;
}

.ord_body span.product-name, ul.ord_body li span[scope='row'] {
    font-weight: bold!important;
    width: 50%;
    display: block;
    overflow: hidden;
    float: left;
    clear: both;
    text-align: left!important;
}

ul.ord_body li.order_item {
    font-size: 30px;
}

ul.ord_body li.order_item .product-total {
    float: right;
}

ul.ord_body li span {
    text-align: right!important;
    width: 50%!important;
    display: block;
    overflow: hidden;
    float: left;
}
ul.ord_body li span a {
    color: #5c006e;
}
ul.ord_body li span span {
    display: block;
    overflow: hidden;
    width: 100%!important;
    margin: 0;
    padding: 0;
}

address,
.block50.address {
    background: #FFF;
    padding: 20px;
    line-height: 193%;
    border-radius: 10px;
    width: calc(50% - 40px);
    margin-right: 40px;
    font-style: normal;
    margin-bottom: 6px;
}

.myaccount h2,
.thanks h2{
	font-family: "Manrope", serif;
	text-shadow:none;
	font-size:27px;
	margin:0;
	padding:0;
	color:#000;
	border-bottom:1px solid #000;
	margin-bottom:20px;
}

.thanks .resumen h2{
    margin-top: 24px;
}
ul.ord_body li span span {
    width: auto!important;
    font-size: inherit;
    float: right;
}
#order_review .woocommerce-error {
    margin-top: 70px;
}

.thanks small {
    margin-right: 10px;
    font-size: 13px;
}
.block50.address .btn {
    display: block;
    width: 100%;
    padding-left: 20px;
    margin-top: 20px;
}
p.myaccount_user {
    padding: 20px 150px;
    text-align: center;
    background: #5c006e;
    color: #FFF;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}
strong.myaccount_address {
    display: block;
    margin-bottom: 15px;
}
strong.myaccount_address {
    display: block;
    margin-bottom: 15px;
}

.shop_table.my_account_orders .order {
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
}

.myaccount .resumen h2 {
    margin-top: 24px!important;
}

.actorders {
    position: absolute;
    right: 0;
    top: 0;
    overflow: visible;
}

.actorders a {
    margin: 0;
}
a.btn.status {
    padding: 9px 10px;
    font-size: 14px;
    margin: 0;
    float: left;
    margin-right: 10px;
    background-color: #666;
}

.myaccount .resumen span.amount {
    font-weight: bold;
    font-size: 23px;
    color: #5c006e;
}
.myaccount .block50 {
    margin-top: 0;
    overflow: visible;
}

.shop_table.my_account_orders .order strong {
    color: #5c006e;
}
p.myaccount_user a {
    text-decoration: underline;
}
.myaccount small {
    margin-right: 10px;
    line-height: 29px;
}
.myaccount .block50.login {
    padding-right: 20px;
}

.editaddress div{
	width:50%;
	float:left;
	height: 120px;
}
.editaddress form label {
    padding: 0!important;
}


.editaddress p#billing_address_2_field::before {
    content: "Número o depto";
	font-weigh:bold;
	display:block;
}
.editaddress p#billing_address_2_field{
	padding-top:30px;
	font-weight:bold;
}
.editaddress p#billing_address_2_field input{
	margin-top:10px;
}
.editaddress div:nth-child(odd) {
    margin-left: 15px;
    width: calc(50% - 15px);
}

.editaddress .btn {
    float: right;
    margin-top: 20px;
}
ul.myaccount.tabs {
    position: relative;
    z-index: 5;
    margin-top: -77px;
    margin-bottom: -11px;
}

ul.myaccount.tabs .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}
.editaddress h2 {
    margin-bottom: 0;
}
.wpcf7-response-output {
    background: #5c006e;
    color: #FFF;
    padding: 20px;
    border-radius: 10px; 
    margin: 20px 0;
}
form.presu {
    text-align: center;
}

form.presu .btn {
    padding-top: 25px;
}
.sabanaWait img {
    width: 300px;
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
}
.screen-reader-response {
    display: none;
}
.generica li{
	text-align:left;
	display:block
}
.generica strong{
	font-weight:bold;
}
.generica p{
	padding-bottom:15px!important;
}
.generica ul{
	list-style: circle;
	list-style-position: inside;
	margin-bottom:20px;
}
.attachInstructions li,
.generica ul li{
    list-style-position: inside;
    padding: 10px 0;
    padding-left: 26px;
    background: url(../img/svg/ic_verified.svg) no-repeat left center;
    background-size: 19px;
    border-bottom: 1px solid #efefef;
} 
.generica a{
	color:#5c006e;
	text-decoration:underline;
}
.cookies {
	display:none;
	background: rgba(49,5,47,0.9);
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
	line-height: 120%;
	position: fixed;
	z-index: 99999;
}
.cookies.show{
	display:block;
}

.cookies p {
	font-size:12px;
	max-width: 80vw;
	margin: auto
}
.cookies .btn{
	display:inline-block;
	overflow:hidden;
	margin:0 5px;
	margin-top:10px;
	text-decoration:none;
	font-size:10px;
	padding:7px 20px;
	padding-top:10px;
	border:none;
}
.fichaprod .generica * {
    font-size: 15px;
    line-height: 100%;
}
.fichaprod .generica p {
    padding-bottom: 15px !important;
    margin-bottom: 0;
}
.fichaprod .generica {
	clear:both;
	margin-top:15px;
}
.fichaprod .price {
    margin-bottom: 0;
}

.fichaprod hr {
    margin-top: 70px;
}
form.login .btn {
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: top;
	text-align:center;
}
div#customer_register {
    margin: 0;
    width: calc(50% - 0px);
    background: #0e002a;
    color: #FFF;
    margin-bottom: 10px;
    margin-right: 0px;
}
form.lost_reset_password p {
    padding-bottom: 0!important;
}
.block50.address.resetlost {
    width: 100%;
}

div#customer_register h2 {
    color: #FFF;
    border-color: #FFF;
}
.classFlex {
	display:flex;
}
.faqs h3 {
    cursor: pointer;
    margin-bottom:0;
    /* letter-spacing: -1px; */
}

.faqs .generica div {
    padding: 10px 0;
    margin-bottom: 20px;
}

.g-recaptcha div, .g-recaptcha iframe {
    background: #222222;
    margin-bottom: -3px;
}

.g-recaptcha {
    margin-top: 10px;
    width: 100%;
    background: #222222;
    border-radius: 10px;
    margin: 17px 0;
}
.rc-anchor-light.rc-anchor-normal, 
.rc-anchor-light.rc-anchor-compact {
    border: none!important;
}
.g-recaptcha > div {
    border-right: 10px solid #222222;
    margin-top: -2px;
    margin-left: -1px;
}
.fright{
	float:right;
}

#customer_register .btn {
    background-color: #5c006e;
    border: none;
}
#customer_register .btn:hover {
    background-color: #FFF;
	color:#5c006e;
}
.woocommerce-error.success{
	background-color:#095e54;
}
.btn.largo{
	text-align:center;
	width:100%;
    margin-bottom: 50px;
}
.payAccount {
    margin: 0 !important;
    margin-bottom: 20px !important;
}
.hero .btn.success{
	cursor:inherit;
	background-color:#095e54;
}
.prodsearch::-webkit-outer-spin-button,
.prodsearch::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.floatvideo.logInfo {
}
.home .floatvideo h2 {
    margin: 5px 0;
    font-family: "Manrope", serif;
    font-weight: bold;
    font-size: 42px;
    text-shadow:3px 0px 28px #0e002a,3px 0px 28px #0e002a,3px 0px 7px #0e002a !important;
    text-transform: uppercase;
}

ul.myaccount.tabs.gremio {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}
ul.myaccount.tabs.gremio a {
    border-radius: 10px;
    background: #095e54;
    margin:0 5px;
    margin-top: 0px;
    border: none;
}

ul.myaccount.tabs.gremio a:hover {
    background: #298477;
}

.filtrosAttr {
    width: 260px;
    text-align: left;
    display: inline-block;
    padding: 30px;
    float: left;
    padding-right: 0;
}

.filtrosAttr li {
    text-align: left;
    width: 100%;
    display: block;
    overflow: hidden;
}
.wrap.five.store .float {
    max-width: calc(100% - 260px);
    width: 100%;
    margin: 0;
    padding: 30px;
    display: inline-block;
}

.filtrosAttrHidden{
	display:none;
}
.filtrosAttr li a {
    text-transform: capitalize;
    padding: 3px 0;
    display: block;
    padding-left: 20px!important; 
    overflow: hidden; 
    font-size: 12px;
	position:relative;
}
.filtrosAttr li a:before {
	content:"○";
	position:absolute;
	width: 15px;
	height: 15px;
	left: 0;
	font-size: 27px;
	top: 0;
	vertical-align: top;
	line-height: 17px;
}
.filtrosAttr li a.activo:before,
.filtrosAttr li a:hover:before {
	content:"●";
	position:absolute;
}

.filtrosAttr ul {
    margin-bottom: 20px;
}
.filtrosAttr li a:hover,
.filtrosAttr li a.activo{
    color: #5c006e;
	font-weight:bold
}
.filtrosAttr h3 {
    /* border-bottom: 1px solid; */
    padding: 5px 0;
    margin-bottom: 7px;
    text-transform: capitalize;
    /* color: #5c006e; */
    font-size: 15px;
}

.filtrosAttr .minMax input{
	width:45%;
	float:left;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #5c006e;
	margin-right: -1px;
}
.filtrosAttr #slider-range{
	margin: 20px 0;
	overflow: visible;
	margin-left: 10px;
	margin-right: 15px;
}
.ui-slider-horizontal .ui-slider-handle {
    width: 25px!important;
    height: 25px!important;
    border-radius: 20px!important;
    margin-top: -2px!important;
    border: none!important;
	cursor:pointer;
}

.priceRange li{
	overflow:visible;
}
.ui-slider-horizontal .ui-slider-range {
    background: #5c006e;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    background: #5c006e;
}

.filtrosAttr .minMax input:first-child {
    margin-right: 10%;
}


.contieneStore {
    /* max-width: 1180px; */
    margin: auto;
}

#slider-range .ui-slider-handle{
	background:url('../img/svg/ic_flechablanca_der.svg') no-repeat center center #5c006e!important;
	background-size:6px!important;
}
#slider-range .ui-slider-handle:last-child{
	background:url('../img/svg/ic_flechablanca_izq.svg') no-repeat center center #5c006e!important;
	background-size:6px!important;
}

a.btn.registerGremio {
    margin-top: -10px;
    text-align: center;
    color: #FFF;
    margin-bottom: 30px;
    cursor: pointer !important;
}
table.phpexcel {
    font-size: 11px;
    white-space: nowrap;
    border: 1px solid;
    width: 100%;
    overflow: auto;
}

table.phpexcel td {
    border: 1px solid #5c006e;
    padding:5px;
}
table.phpexcel tr:first-child {
	background:#5c006e;
	color:#FFF;
}
.scrollTable{
	width:100%;
	overflow:auto;
}
.customGrid .price{
	position:relative;
	margin-top: auto;
}
.customGrid li a{
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	text-align: center;
}
.customGrid li p{
	margin:0!important;
	padding:0 20px!important;
	min-height: 0!important;
	margin-bottom: 40px!important;
}
.prodgrilla li a img {
    object-fit: contain!important;
    max-width: 80%!important;
    margin: auto!important;
    /* height: 350px!important; */
}

.attachAccount {
    background: #0e002a;
    border-radius: 10px; 
    padding: 0;
    text-align: right;
    /* display: flex; */
    justify-content: space-between;
}
.attachAccount input {
    border: none;
    float: left;
    margin: 0;
    padding: 29px 30px;
}
.attachAccount #delete_catalogo_button {
    margin-left: 10px;
}
.customGrid li h2 {
    border: none;
}

.catalogoExcel a{
	display:block;
	overflow:hidden;
	width:100%;
	border-radius:10px; 
	background-color:#FFF;
	padding:30px 0;
	padding-left:100px;
	margin: 0;
	float:left;
	background: url('../img/svg/excel.svg') no-repeat left 28px center;
	background-size: 50px;
	background-color: #23593e;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

.catalogoExcel{
	display:block;
	position: relative; 
}
.catalogoExcel a:hover{
	color:#FFF;
	background-color: #0d1e16;
}
#delete_catalogo_button:hover {
    transition: all 0.3s ease;
	background: #771b1b;
}
#remove_profile_picture,
#delete_catalogo_button {
    transition: all 0.3s ease;
    background: #B71C1C;
    border: none;
    cursor: pointer;
    padding: 30px;
    float: right;
    position: absolute;
    border-radius: 10px;
    font-size: 19px;
    color: #FFF;
    font-weight: bold;
    right: 0;
    top: 0;
}
.attachAccount button {
    margin: 0;
    padding: 31px 56px;
    background: #0D47A1;
    border: 0;
}
.attachInstructions {
    border-radius: 10px;
    background: #FBC02D;
    padding: 25px;
    margin-bottom: 15px;
    color: #000;
    position: relative; 
    margin-top: 10px;
    margin-bottom: 30px;
}
.attachInstructions li {
    display: block;
    text-align: left;
    padding-left: 25px;
    color: #000;
    position: relative;
    padding-top:5px;
    padding-bottom:5px;
    border: none;
}

.attachInstructions h4 {
    display: block;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.attachInstructions i {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 150px;
    color: #FFE082;
}
.prodgrilla li{
    /* flex: 1 1 31%!important; */
}
a.ptags.btn {
	cursor:default;
    padding: 5px 15px;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.logos .slick-list img {
    height: 150px!important;
    /* width: 80%; */
    margin: auto;
}
.wrap.one_three.fichaprod .block50 {
    padding-bottom: 10px;
    padding-right: 10px;
}

.footer .block33.center iframe {
    border-radius: 10px;
}
.cart_body {
    background: #FFF;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
}
div#order_review {
    margin-top: 20px;
    padding-bottom: 15px;
}

div#order_review label {
    margin-top: 0;
}
.card-body.paymethod {
    margin-top: 30px;
}
.block50 iframe {
    border-radius: 10px;
}
span[role='alert'] {
    background-color: #B71C1C;
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
    display: block;
    padding: 5px;
    text-align: center;
}
.wrap.five.similar .slick-list img {
    /* height: 240px!important; */
}
.shop_table {
   overflow:visible;
}


.similar  h4,
.fichaprod h4 {
    margin-top: 40px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    color: #5c006e;
    border-color: #5c006e;
}
.similar  h4{
	padding-bottom:10px;
	font-size:25px;
	text-align:left;
	margin-bottom:30px;
	display: block;
	width: auto;
}
ul#menu-menu-redes-1 {
    text-align: left;
	margin-top:20px;
}
a.install-link.btn {
	display:none;
    width: 100%;
    text-align: center;
    border-radius: 0;
    margin: 0;
    border: none;
    background: #5c006e;
    margin-bottom: 30px;
} 
a.install-link.btn img{
    width: 20px;
    height: auto;
    vertical-align: text-bottom;
    margin:3px 10px; 
}  
.block50.personaldata {
    margin-top: 0;
}
.headtitle {
    color: #5c006e;
    font-size: 30px;
    border-bottom: 1px solid #5c006e;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
form.login.hidden {
    background: #FFF;
    border-radius: 20px;
    margin: 20px 0;
    padding: 10px 20px;
}
p.block50.form-row.form-row-wide {
    margin-bottom: 30px;
}
form.login.hidden .btn {
    width: 100%;
}
.directorio .introtext{
	font-size: 25px;
	margin-bottom: 50px;
	border-bottom: 2px dotted #5c006e;
	padding-bottom: 20px;
	color: #5c006e;
	font-weight: 500;
	text-align: center;
}
.directorio .block50.left {
    width: 25%!important;
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.directorio .block50.left img {
    width: 100%;
    height: 100%;
}

.directorio .block50.right {
    padding: 30px!important;
    width: 75%!important;
}

.directorio .blocks h3 {
    margin-bottom: 10px;
}

img#profile_preview {
	border:3px solid #5c006e;
    width: 173px;
    height: 173px;
    object-fit: cover;
    float: left;
    margin-right: 20px;
    border-radius: 15px;
}
.editacount .avatar input,
.editacount .avatar button{
	width:100%;
	display:block;
}
.editacount .avatar  {
    margin-bottom: 20px;
    /* padding-right: 20px; */
}
.directorio.wrap.six .blocks{
	border-radius:10px;
	display: flex;
}
.directorio.wrap.six .blocks img{
	border:3px solid #5c006e;
	height: 100%!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
	object-fit: cover;
}

#remove_profile_picture{
	position:relative;
}
.woocommerce-message {
    background: #085d53;
}
input[type=file] {
	position:relative;
	cursor:pointer;
	color: transparent !important;
}
input[type=file]::after {
	left:30px;
	position:absolute;
	cursor:pointer;
	content: "Buscar archivo";
	color: #FFF;
	display: inline-block;
	text-align: left;
	background: #0e002a;
	padding: 10px 0;
	top: 20px;
	transition: all 0.3s ease;
	width: calc(100% - 60px);
	text-align: center;
}

input[type=file]:hover::after {
    transition: all 0.3s ease;
	background: #5c006e;
} 
label[for='profile_picture'] {
    margin: 0;
}
.directorio i {
    color: #5c006e;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    background-color: transparent;
}
.directorio strong.hstrong {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px dotted #5c006e;
    padding-bottom: 5px;
}

h2.solicitagremio {
	border:none;
}

h2.solicitagremio a{
    background: url(../img/svg/ic_verified.svg) no-repeat left 15px center;
    background-size: 70px;
    display: block;
    background-color: #004D40;
    padding: 20px;
    border-radius: 20px;
    font-style: normal;
    margin-bottom: 20px;
    width: 100%;
    border: none;
    color: #FFF;
    line-height: 130%;
    padding-left: 100px;
    margin: 0;
}
h2.solicitagremio a:hover {
    background-color: #FFF;
	color: #004D40;
}

.verde div#customer_register{
	background-color:#004D40;
}

.letter {
	opacity: 0;
	display: inline-block;
}