@import url('https://fonts.googleapis.com/css?family=Oswald:200&display=swap');
body {
    font-size: 16px;
}
#sp-header {
    height: 120px;
    -webkit-transition: all 0.s; 
    transition: all 0.s;
    box-shadow: 0 3px 3px rgba(77,186,59,0.4)
    
}
#sp-header .logo {
    height: 120px;
    width: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#sp-header .logo img {
    max-height: 115px;
}
#sp-header.menu-fixed {
    z-index: 111;
    height: 90px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
#sp-header.menu-fixed .logo {
    height: 90px;
    transform: scale(0.7);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    transform-origin: left top;
}
a.flag {    
    margin: 0 8px;
}
#sp-header a.flag {
    line-height: 120px;   
}
#sp-header.menu-fixed  a.flag {
    line-height: 90px;
}

#sp-top-bar {
    padding: 0;
    height: 0;
    border-bottom: 10px solid #4dba3b;
}
.sp-megamenu-parent {
    margin-top: 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span{
    color: #788f97;
    font-size: 11px;
    line-height: 50px;
    padding: 0 10px;
}
.sp-megamenu-parent > li > a.active, 
.sp-megamenu-parent > li > span.active{
    color: #fff;
    background: #4dba3b;
    
}

#sp-header.menu-fixed .sp-megamenu-parent {
    margin-top: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#offcanvas-toggler {
    line-height: 120px;;
}
#sp-hero {
    position: relative;
    overflow: hidden;
}
#sp-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 0;
   
}
#sp-hero1 {
    position: relative;
}
#sp-hero1 ._hero-service h2.moduleItemTitle {
    color: #fff;
    text-align: left;
}
#sp-hero .moduleItemIntrotext ul > li {
    color: #fff;
    font-size: 50px;
    text-shadow: 1px 2px 0px #000;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
        
}

._hero-service .btn {
    border: 2px solid #fff;
    padding: 0px 24px;
    border-radius: 20px;
    color: #fff;
    text-align: left;
    display: inline-block;
}
._hero-service ul > li > a.btn::before {
    content: " \f04b";
   /* font: normal normal normal 14px/1 FontAwesome;*/
    margin-right: 5px;
}
.modal-content {
    background: #000;
}
.modal-footer {
    padding-top: 0;
    border: none;
}
.k2ItemsBlock._datos {
    border: 1px solid #fff;
    padding: 25px;
}

#sp-header.menu-fixed .info_top {
    opacity: 0;
    visibility: hidden;

}

.sp-module ul > li > a::before {
    
    content: "";
    margin-right: 0px;
}

#sp-footer {
    background: #212121;
    padding: 80px 0;
}
#sp-footer a:hover {
    color: #999;
}
.wap {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}
.scrollup {
    right: auto;
    left: 30px;
}
#sp-medioambiente .moduleItemIntrotext {
    columns: 2;
    column-gap: 25px;
}
.amp {
    display: none;
}


div.itemBackToTop {
    display: none;
}
b.fancyboxCounter {
    display: none;
}

section {
    padding-top: 100px;
}
section.dark-bg {
    background: #4dba3b;
    color: #fff;
}
.dark-bg a {
    color: #fff;
}
.dark-bg a:hover {
    color: #212121;
}
.dark-bg .btn-primary {
    background-color: #212121;
}
/*
section#sp-hero {
    padding-top: 240px;
    margin-top: -130px;
    height: 612px;
}*/
#sp-servicios {
    font-size: 20px;
    line-height: 28px;
    text-shadow: 1px 1px 1px #000;
}

section#sp-hero .moduleItemIntrotext {
    max-width: 90%;
    margin: 0 auto;
    width: 1100px;
}
.sp-module ul > li {
    border: none;
}
h2.moduleItemTitle,
div.itemHeader h2.itemTitle {
    text-align: left;
    margin: 40px 0;
    text-transform: uppercase;
    font-size: 50px;
}
.dark-bg h2.moduleItemTitle {
    color: #fff;
}
#sp-servicios-mod {
    position: relative;
}

/*gridder*/
.gridder-list { 
    display: inline-block!important; 
    width: 20%!important; 
    position: relative; 
    cursor:pointer; 
    padding: 0 10px!important;
}
.gridder-list .moduleItemImage {
    width: 100%;
    height: 180px;
    object-fit: cover;
    
}
.gridder-show { 
    background: #cfcfcf; 
    border: 1px solid ccc;
    padding: 20px;
    margin-bottom:1%;  
    width: 99%!important;
    margin-left: 16px;  
    max-width: 1100px;  
}
.gridder-expanded-content {
    text-align: center;
}
.gridder-list:nth-child(n){
    margin-bottom:10px!important;
    margin-right:0!important;
}
.gridder-list::before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    border: 5px solid #4dba3b;
}
.gridder-list:hover{
    opacity:0.8;
}
.hasSelectedItem .gridder-list{
    opacity:0.2;
}
.hasSelectedItem .gridder-list.selectedItem{
    opacity:1;
}
.gridder-close { 
    display: block; 
    float: right; 
    
}

.gridder-nav {  margin: 0 20px 0 0;}
.gridder-nav.disabled {
    display: none;
}
.gridder-navigation {
    background: #4dba3b;
    padding: 8px;
}
.gridder-navigation a {
    color: #fff;
}

h2.grid-title { 
    position: absolute; 
    top: 50%;
    transform: translateY(-50%); 
    left: 0px; 
    right: 0px; 
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 10px;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    width: calc(100% - 32px);
    margin: 0 0 0 16px;
    
}



ul.sigProResponsive li.sigProThumb {
    padding: 15px;
}
ul.sigProResponsive li.sigProThumb a.sigProLink {
    border: 2px solid #ccc;
    background-color: #ccc;
    border-radius: 6px;
}
ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
    border: 2px solid #333;
    background-color: #333;

}
ul.sigProSleek li.sigProThumb a.sigProLink {
    overflow: hidden;
}
.sigProSleek {
    max-width: 1000px;
}

/*Formulario*/
.contact_form form {
    max-width: 600px;
    margin: 40px auto;
   
}
.jd-simple-contact-form .d-block {
    color: #fff;
}
.thanks {
    background: #ececec;
    padding: 30px;
    width: 100%;
    overflow: hidden;
}
.logos_clientes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.channel-wrapper {
    flex-basis: 25%; 
    margin-bottom: 30px;
}
.channel-wrapper img {
    max-width: 80%;
    margin: 0 auto;
}



@media only screen and (max-width: 1199px) {
    .sp-megamenu-parent > li > a, 
    .sp-megamenu-parent > li > span {
        font-size: 13px;
        padding: 0 8px;
    }
    #sp-slider {
        margin-top: 0;
    }
    .gridder-list {
        width: 50%!important;       
        margin-bottom: 60px!important;
    }
    .gridder-show {
        max-width: 900px;
        margin-top: -30px;
    }
    .gridder-list:nth-child(n) {
        margin-bottom: 40px !important;
       
    }

}
@media only screen and (max-width: 991px) {
    
    #sp-main-body{
        margin-top: -50px;
        padding-bottom: 0;
    }

}
@media only screen and (max-width: 767px) {
    
    #sp-header {
        height: 90px;
    }
    #sp-header .logo {
        height: 90px;
    }
    #sp-header .logo img {
        max-width: 180px;;
    }
        
    #sp-header.menu-fixed .logo {
        height: 90px;
        transform: none;
        
    }
    h2.moduleItemTitle, div.itemHeader h2.itemTitle {
        font-size: 22px;
        line-height: 26px;
    }
    #sp-hero::before {
        margin-top: 0;
    }
    #sp-medioambiente .moduleItemIntrotext {
        columns: 1;
        column-gap: 0;
    }
    #sp-header a.flag {
        line-height: 90px;   
    }
    #offcanvas-toggler {
        line-height: 90px;
    }
    #sp-menu {
        float: right;
    }
    #sp-hero .moduleItemIntrotext ul > li {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    #sp-servicios {
        background-size: cover!important;
        position: relative;
    }
    #sp-servicios::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.7);
        z-index: 0;
        
    }
    .channel-wrapper {
        flex-basis: 50%; 
        
    }
   
    

}
@media only screen and (max-width: 600px) {
    
    
    
}
@media only screen and (max-width: 480px) {
    .gridder-list {
       width: 100%!important;
        padding: 0 8px!important;
        
    }
    .gridder-list::before {
        width: calc(100% - 16px);
    }
    .gridder-show { 
        
        width: calc(100% - 16px) !important;
        margin-left: 8px;  
         
    }
    .preview-intro {
        display: none;
    }
    h2.grid-title {
        padding: 0 20px;
        font-size: 16px;
    }
   
    
    ul.sigProResponsive li.sigProThumb {
        padding: 5px;
    }
    .channel-wrapper {
        flex-basis: 100%; 
        
    }
    /*
    section#sp-hero {
        padding-top: 70px;
        height: 300px;

    }*/
    
}
@media only screen and (min-width: 1199px) {
    #sp-header > .container {
        max-width: 1199px;
    }

}