h1 {
    font-size   : 2vmax;
    /* line-height : 1vmax; */
    }
h2 {
    font-size   : 1vmax;
    /* line-height : 1vmax; */
    }
    
.ptb-100 { /* ASTUR */
padding-top    : 40px;
padding-bottom : 40px;
    }

/*Navigation*/
@media screen and (max-width : 768px) {

.navbar-default {
        background    : #008700 !important;
        padding       : 10px 0;
        border-bottom : none;
        }
    }

.sticky-nav.navbar-default {
        background-color : #008700;
        padding          : 15px 0;
        }
        
.navbar-default .navbar-nav > li > a {
    color          : #ffffff;
    font-size      : 1.5vmax;
    font-weight    : 700;
    padding        : 8px 10px;
    border         : 2px solid transparent;
    border-radius  : 2px;
    text-transform : uppercase;
	text-shadow	   : 1px 1px 1px #000000;
    }
    
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color            : #02ACEA;
    background-color : transparent;
    border           : 2px solid #ffffff;
    }
    
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color :   #41CD41; /* Rollover color Main menu */
    }

.navbar-brand img {
	height:auto; 
	max-width:75%;
    }


@media screen and (max-width : 768px) {

.navbar-brand img {
	height:auto; 
	max-width:55%;
    }

    }


/* MEGA MENU */
.dropdown-header {
    font-size      : 11px;
    line-height    : 30px;
    font-weight    : 600;
    color          : #313131;
    text-transform : uppercase;
    }

.dropdown-menu li a {
    display     : block;
    font-size   : 13px;
    line-height : 30px;
    color       : #969595;
    padding     : 3px 20px;
    }

.dropdown-menu li a:hover {
    color            : #008700;
    background-color : #f5f5f5;
    padding-left     : 25px;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color            : #008700;
    background-color : #f5f5f5;
    padding-left     : 25px;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color            : #000000;
    background-color : transparent;
    }
/* FIN MEGAMENU */

/*-------------------
    HERO SLIDER
--------------------*/
.hero-slide .carousel-caption {
    bottom      : 50%;
    text-shadow : none;
    transform   : translateY(50%);
	top			: 15%;
    }
.hero-slide .carousel-caption h1 {
    font-size      : 4vmax;
    line-height    : 1;
    font-weight    : bold;
    text-transform : uppercase;
    color          : #ffffff;
    }
.hero-slide .carousel-caption p {
    font-size   : 2vmax;
    color       : #ffffff;
    font-weight : normal;
    }

/*Media Query*/
@media screen and (max-width : 768px) {
    .hero-slide {
        margin-top : 60px;
        }
        
    .hero-slide .carousel-caption h1 {
        margin-top:  -3vmax;
    	font-size :  2vmax;
        }
        
    .hero-slide .carousel-caption p {
    	margin-top:  -0.5vmax;
        font-size :  1.5vmax;
    	line-height: 1;
        }
      }        
/*---------------------------
 Service section
 ---------------------------*/
.sombradiv {
 filter: drop-shadow(0px 0px 10px rgba(0,75,0,1));
}
.x-services .thumbnail a > img,
.x-services .thumbnail > img {
    position: relative;
    transition: 1.5s ease;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

@media (min-width : 768px) {
    .x-services .thumbnail a > img,
    .x-services .thumbnail > img {
        float : left;
		width: 50%;
		/* box-shadow: 3px 3px 9px 1px rgba(0, 0, 0, 0.40); */
		/* box-shadow: 2px 2px 4px 2px rgba(77, 126, 204, 0.85); */
        }
    }
    
@media (max-width : 767px) {
    .x-services .thumbnail a > img,
    .x-services .thumbnail > img {
        width : 100%;
		max-width : 400px;
		height: auto;
		/* box-shadow: 3px 3px 9px 1px rgba(0, 0, 0, 0.40); */
		/* box-shadow: 2px 2px 4px 2px rgba(77, 126, 204, 0.85); */
        }
    }
    
/*--------------------------------------------------
features start
-----------------------------------------------------*/
.x-features {
    background : #02a502;
    padding    : 100px 0 85px;
    }
    
.x-features .promo-icon {
    float        : left;
    margin-right : 25px;
    font-size    : 30px;
    color        : white;
    }
.x-features .promo-content {
    color          : white;
    overflow       : hidden;
    border-bottom  : 1px solid rgba(157, 209, 246, 0.4);
    margin-bottom  : 20px;
    padding-bottom : 10px;
    }
.x-features img {
box-shadow: 3px 3px 9px 1px rgba(0, 0, 0, 0.40);
max-height: 100%; /* responsive & proportional */
max-width: 97vw; /* responsive */
}
    
.testimonial {
    padding    : 100px 0px;
    color      : #ffffff;
    /* gradient: #0c0fce+0,e000e0+100 */
    background : #0c0fce; /* Old browsers */
    background : -moz-linear-gradient(-45deg,  #0004ff 0%, #dc0202 100%); /* FF3.6-15 */
    background : -webkit-linear-gradient(-45deg,  #0004ff 0%, #dc0202 100%); /* Chrome10-25,Safari5.1-6 */
    background : linear-gradient(135deg,  #0004ff 0%, #dc0202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0004ff', endColorstr='#dc0202', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    }

/*-------------------------------------------
    Page Title
----------------------------------------------- */
.single-page-title::before {
    position: absolute;
    content: "";
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: rgba(10,13,196,1);
    }
    
.single-page-title h2 {
    display        : inline-block;
    font-size      : 72px;
    text-transform : uppercase;
    font-weight    : 700;
    margin-bottom  : 0;
    color          : #fff;
    position: relative;
    z-index: 1;
		text-shadow: 2px 2px 2px #000000;
    }
    
.footer .copyright-section {
    background-color : #02a502;
    color            : #6b6b6b;
    padding          : 20px 0;
    }

/* AS custom styles */
.textchanges {
    text-transform: uppercase;
}
.imgshadow {
box-shadow: 3px 3px 9px 1px rgba(0, 170, 255, 0.40);
}
.imgsombra {
box-shadow: 3px 3px 9px 1px rgba(0, 0, 0, 0.40);
max-height: 100%; /* responsive & proportional */
max-width: 97vw; /* responsive */
}
.imgfiltros {
filter: brightness(1.1) contrast(1.3) hue-rotate(2deg) saturate(1.47);
}
.textbox {
max-width: 80%;
height: auto;
margin: 0 auto;
text-align: justify;
  color: white;
  text-shadow:2px 2px 3px #000000, 1px 1px 3px #FFFFFF;
  padding:30px 50px;
border: 5px groove #3F7DB0;
border-radius: 0px 30px 0px 30px;
box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.7);
background: linear-gradient(135deg, #84CBDF 0%, #1C6EA4 50%, #34BDE3 100%);
}
.list-blog-header img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.logo h3 {
margin-top:15px;
}
.hex {
  position: relative;
  transition: .5s ease;
}
img.hex {
max-width:320px; 
height:313px;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.imghex {  /* <<  No se uso ASTUR */
/* max-width:320px; 
height:313px; */
    height: 10.1rem;
    width: 16.73rem;
    position: absolute;
    z-index: 1;
    margin-top: 0.8rem;
    margin-left: 0.8rem;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
background: transparent;
}
.hex {
filter: drop-shadow(0px 0px 10px rgba(0,170,255,1));
}
.icon {
  color: black;
  font-size: 100px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.texthover {
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
}
.hex:hover .texthover, .hex:hover img.hex {
    opacity: 0.6;
}
.portfoliohexa {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 20px;
margin-bottom:150px;
}
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
@media screen and (max-width: 1024px) {
.portfoliohexa {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 30px;
grid-row-gap: 20px;
margin-bottom:150px;
}
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 2 / 1 / 3 / 2; }
.div3 { grid-area: 3 / 1 / 4 / 2; }
 }
/* MENU PARA PANTALLAS MENORES DE 768 PIXELES */
ol.tree li {
	list-style-type: none;
    position: relative;
}
ol.tree li ol {
    display: none;
}
ol.tree li.open > ol {
    display: block;
}
/* ol.tree li.parent:after {
    content: '[+]';
}
ol.tree li.parent.open:after {
    content: '';
} */
#menum {
margin : 50px 0px;
}
#menum > li {
    text-transform : uppercase;
    }
#menum > li:last-child {
    border-bottom : 0;
    }
#menum > li ol li {
    margin-left : 0;
    color       : #999999;
    }
#menum li a {
    display         : block;
    text-decoration : none;
    color           : #fff;
    padding         : 10px 0;
    font-size: 16px;
    border-bottom: 1px dotted #444;
    }
#menum li a:hover, #menum li.active a {
    color : #ffbf00;
    }
/* FIN MENU */
/* ACTIVAR CAROUSEL */
@media (max-width:767px) {
 .hidden-xs {
  display:block!important; 
 }
}
@media (min-width:768px) and (max-width:991px) {
 .hidden-sm {
  display:block!important
 }
}
@media (min-width:992px) and (max-width:1199px) {
 .hidden-md {
  display:block!important
 }
}
@media (min-width:1200px) {
 .hidden-lg {
  display:block!important
 }
}

/* h2 TITLE ON MOBILE DEVICES */
  @media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait) {
.single-page-title h2 {
  font-size: 35px;
  }
}
  @media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
.single-page-title h2 {
  font-size: 30px;
  }
}

/* UPER NAVBAR BACKGROUND */
/* MENU ON CARROUSEL TRANSPARENT */
@media (min-width: 768px)
.navbar-default {
    background-color: transparent;
    padding: 30px 0;
    border-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.single-page-title::before {
  background: #02a502;
}

/* BACKGROUND MOBILE MENU */
.slide-along .uc-offcanvas-container {
    background         : #008700; /* Will Change */
    }

/* FIN ACTIVAR CAROUSEL */

/* O-F-S-C-T */
span.cusml b {display: none;}   
/* FIN O-F-S-C-T */

/* FOOTER TEXT COLOR SHADOW */
.footer .copyright-section .copytext {
  text-transform: uppercase;
  color: lightgray;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000000;
}
.footer .copyright-section li a {
  display: block;
  font-size: 13px;
  color: lightgray;
}
/* HOVER HOME SERVICES */
.x-services .thumbnail .caption h3 a:hover {
    color :   #41CD41; /* Rollover color Main menu */
    }

/* BUTTON HOME END */
.click-btn {
  display: flex;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: white;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
}

.btn-style-clic {
  position: relative;
  background-color:#008700;
  border-color:  #41CD41;
  color: #fff;
  overflow: hidden;
  &::before {
    width: 25px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f054";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    text-indent: 5px;
    border-radius: 0 50% 50% 0;
    background-color: #41CD41;
    transform: translate(-20%, 0) scale(0, 1);
    transform-origin: left center;
    transition: all 0.25s;
    z-index: 1;
  }
  &:hover {
    text-indent: 20px;
        color: #92EA92;
       /*  background-color: #41CD41; */
    &::before {
      transform: translate(-20%, 0) scale(1, 1);
    }
  }
}

/* MAPA PRODUCTOS */
.mapaproductos a {
margin-left: 15px;
color: #008700;
}
.mapaproductos a:hover {color: #41CD41}

/* CONTACTO */
.contacto-text {
background-image: url(/user/pages/05.contact/_contacto/FondoTecho3.jpg); 
background-size: cover;
color: black;
}

.contacto-text .section-title {
    margin-bottom: 0px;
}
