/* .header-dark.header-transparent #header:not(.scrolled) {background: rgba(111,174,70,5);}*/

/* #header {background-image: linear-gradient(180deg, rgba(111, 174, 70, 1) 50%, rgba(23, 23, 23, 0) 100%); border:0;} */

.gp-banner .gp-sentences { 
    display: none;
} /* gp notifications */

@media screen and (min-width: 1081px) {
.header-dark.header-transparent #header:not(.scrolled){background-image: linear-gradient(#FFFFF, #FFFFF, #FFFFF);}
#header {background-image: linear-gradient(#FFFFF, #FFFFF, #FFFFF);
}
}


body {
  background-color: #EEEEEE;
}

#header a {
    color: #00923F;
}
.header-dark #header:not(.scrolled) a.active {
    color: #0a9b68 !important;
}
.header-dark #header:not(.scrolled) a {
    color: #00923F !important;
}

/* color fuentes de barra menu horizontal */
#header a {color: #00923F; text-shadow: 1px 1px 1px #0a9b68;}
#header a.active {color: lightgreen !important; text-shadow: 1px 1px 1px #0a9b68;}
.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {color: #00923F !important;}
.header-dark #header:not(.scrolled) .dropmenu ul ul a { color: #00ff5c !important; }


/* .header-dark.header-transparent #header:not(.scrolled){background-image: linear-gradient(180deg, rgba(111, 174, 70, 1) 50%, rgba(23, 23, 23, 0) 100%); border:0;} */

.header-dark.header-transparent #header:not(.scrolled){
  background-color: #ffffff; 
/*  background-image: linear-gradient(#ffffff, #ffffff, #ffffff); */
}


/* Logo size */
#header .logo img, #header .logo svg {
  height: 62px;
}

/* INICIO LightSlider Styles */
.bannerppl {
    width:100%;
	margin-top: 3.2rem;
}
.bannerppl ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.bannerppl li {
    display: block;
    margin-right: 0px;
    cursor:pointer;
}
.bannerppl img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lightSlider > li {
    position: relative;
}
.caption {
    height: 5vh;
    position: absolute;
    top: 7.5vw;
    left: 0;
    padding: 20px;
    color: white !important;
    width: 100%;
    text-align: center;
	margin:0 auto;
    font-weight: normal;
	text-transform: uppercase;
    text-shadow: 2px 2px 2px black;
}
.caption p {
    margin:0;
}

.caption h1 {
    color: white;
	font-size: 6.5vh;
}

.caption h2 {
    color: white;
	font-size: 6vh;
}

.caption a {
    text-align: center;
}

.caption strong {color: #00ff5c; text-shadow: 2px 2px 1px black;}

.caption .button {
color: #00ff5c;
padding: 3vh;
background: rgba(255, 255, 255, 0);
border: 2px solid #ED145B;
border-radius: 5vw;
box-shadow: 1px 1px 1px #000;
font-size: 2.5vw;
font-weight: 900;
text-shadow: 1px 1px 1px black;
margin: 4vh auto;
text-align: center;
width: 24vw;
height: auto;
}

/* change slightSlider Next-Prev buttons */
.lSAction > a {
    opacity: 1;
 filter: brightness(0) saturate(100%) invert(0%) sepia(57%) saturate(444%) hue-rotate(53deg) brightness(88%) contrast(84%);
}

.lightSlider img {width: 100%;}

@media screen and (max-width: 1080px) {
.header-dark.header-transparent #header:not(.scrolled) #header{
 background-color: transparent !important;/* For browsers that do not support gradients */
  background-image: none;
}

}
.caption {
    height: 2vw;
    top: 4.5vw;
    left: 0;
    padding: 1vh;
}
.caption h1 {
    color: white;
    font-size: 3.5vw;
}
.caption h2 {
    color: white;
    font-size: 3vw;
	margin-top: 1rem;
}
.caption .button {
padding: 1vw;
border-radius: 4vw;
margin: 0vw auto;
}

.caption strong {color: #00ff5c; text-shadow: 1px 1px 1px black;}

.lightSlider img {width: 100%; height:30%}
}


/* change of LightSlider button colors on png file with css filter */


/* FIN LightSlider Styles */

/* Home top margin too big so set to 0rem */
.header-fixed #body-wrapper {padding-top: 0rem !important;}

/* INICIO PARA 3 RESUMENES DE PRODUCTOS POR FILA */
.bricklayer-column-sizer {
    width: 100%;
    display: none;
}

@media screen and (min-width: 640px) {
    .bricklayer-column-sizer {
        width: 100%;
    }
}

@media screen and (min-width: 980px) {
    .bricklayer-column-sizer {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
	.bricklayer-column-sizer {
    width: 33.33333%;
    display: none;
	}
}
/* FIN PARA 3 RESUMENES DE PRODUCTOS POR FILA */

#whatsappstyle {
    width: 30%;
    display: block;
    height: auto;
    margin: 0 auto 25px auto;
    text-align: center;
    padding: 3px;
	background-color: white;
    border: 1px solid #6fae46;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#whatsappstyle img {margin: 0 auto;}

/* Color Scheme: Cards (Summaries title, and tags, labels and its background*/
.card h5 a:visited {
    color: darkgreen;
}

.card h5 a: {
    color: #6fae46;
}

.tags a:visited {
    color: darkgreen;
}

.tags a: {
    color: #6fae46;
}

.label.label-secondary {
    color: #6fae46;
    background: #e1edfd;
}
/* Color Scheme: general links and buttons*/
a { 
    text-decoration: none;
    color: #6fae46;
    outline: 0;
}

a:visited {
    color: darkgreen;
}

.btn, .button {
    color:  #6fae46;
    border: .05rem solid  #6fae46;;
}

.sombraimg {
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divsombraimg img  {
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Card (Summaries) image shadows */

.card img  {
    display: block;
    margin: 0 auto;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    /* filter: drop-shadow(0.20rem 0.20rem 0.20rem rgba(0, 0, 0, 0.1)); */ /* Horizonta, Vertical, Blur, Color, Opacity */
    /* box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1); */
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1), -2px -2px 10px 0px rgba(0, 0, 0, 0.1); /* < This set is ONLY for White BG Images: Horizonta, Vertical, Blur, Spread, Color, Opacity - Sombra 2 igual */
}

/* hero image subject must be centered #blog-hero { margin-top: 72px;} */

/* Hero Text Style */
.hero.text-light h1 {
  text-shadow: 2px 2px 2px black;
}
.hero.text-light h2 {
  text-shadow: 2px 2px 2px black;
}

/* Menu mobil symbol */
.mobile-menu .button_container span {
  background: #EEEEEE;
  box-shadow: 2px 2px 2px black;
}

.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {
  color: #00923F !important;
}

/* Footer */
#footer {
    color: #80848c;
}

#footer a: {
    color: green;
}

#footer a:visited {
    color: #00A36C /* emerald green = #50C878  jade =  00A36C */
}

/* FAQ Styles */
.faq details {
  width: 100%;
  margin: 0 auto ;
  background: #f0f0f0;;
  color: #595980;
  margin-bottom: .5rem;
  box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4);
  border-radius: 5px;
  overflow: hidden;
}

.faq details p {padding: 0 10px;}

.faq summary {
  padding: 1rem;
  display: block;
  background: #fff;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
  color: #15A276;
}

.faq summary:before {
  content: '';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #15A276;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s transform ease;
}

/* THE MAGIC ð?§?â??â??ï¸? */
.faq details[open] > summary:before {
  transform: rotate(90deg);
}


.faq details summary::-webkit-details-marker {
  display:none;
}

.faq details > ul {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

/* END FAQ Styles */

/* Customers Carrusel */

.carrusel {
	margin: 0;
	padding: 0;
	background: white;
	height: 50vh;
}
.slider-area h2 {
	text-align: center;
	font-size: 5vh;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #0a9b68;
	letter-spacing: 2px;
	margin: 100px 0px 30px 0;
	color: #15A276;
}
.cwrapper {
	display: flex;
	width: 60vw;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 15px;
	padding: 1.5rem;
	background: #ddd;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.citem {
	animation: animate 15s alternate linear infinite;
	margin-left: 3vw;
}
.citem img{
	width:100%;
	height: auto;
}
.cwrapper:hover .citem {
	animation-play-state: paused;
}
@keyframes animate {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-1100px, 0, 0);
        transform: translateX(-1100.6666%);  
	}
}
@media (max-width:767px) {
	.slider-area h2 {
		font-size: 30px;
	}
	.cwrapper {
		width: 95%;
		border-radius: 0;
		padding: 0;
	}
}


/* END Carrusel */
