.fullpage-wrapper {
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.fullpage-wrapper .fp-section {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.fullpage-wrapper .fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}



/* .background-image{
    width:100%;
    max-height:100vh;
} */

.logoBrandHOVER:hover > .border-project{
    border-bottom: solid 2px rgb(12, 187, 6)!important;
}

.carousel-item{
    margin-left: 30px;
    margin-top: 15vh;
}

.carousel-inner{
    margin-left: -15.5px;
}

.carousel-inner img{
    background-color: rgba(0,0,0,0.8);
    filter:brightness(0.5);
}

.background-image{
	background-image: url('/images/Content/home-background.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.section-title{
    color:black;
    font-weight:bold;
    margin-top:0.1em;
}
.project-image-div{
    background-image: url('/images/Content/projects/engie.jpg');
    background-position:center;
	background-repeat:no-repeat;
    background-size:cover;
    height:100%;
}


.border-project{
    padding-bottom:0.5em;
    border-bottom: solid 2px #D3D3D3;
    width:50%;
}

.dataShow{
    display: none;
}

.border-project-selected{
    padding-bottom:0.5em;
    border-bottom: solid 2px black;
    width:50%;
}

/* Logos Images */
.img-fluid-height{
    height: 50px;
    width: auto;
}

.background-image{
	background-image: url('/images/Content/home-background.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .imgProjects{
        max-height: 15em;
        width: 100%;
    }
    /* Section 1 CSS Styles */
    .logo-section{
        /*margin-top: 2em;*/
        /*margin-left: 2em;*/
    }
    .logo-description{
        color: white;
        font-size: 0.9em;
        margin-top:1em;
    }

    /* Section 3 CSS Styles */
    .img_div_projects{
        padding: 0px;
        height:5em;
    }
    .sections_project_div{
        display: none!important;
    }
    .card{
        background-color: transparent!important;
    }
    .projects_div_gaseco{
        background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("/images/Content/projects/gaseco.jpg");
        /* background-image: url('/images/Content/projects/gaseco.jpg'); */
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        height: 25em;
        margin-top: 5em;
    }
    .projects_div_engie{
        background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("/images/Content/projects/engie.jpg");
        /* background-image: url('/images/Content/projects/engie.jpg'); */
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        height: 25em;
        margin-top: 5em;
    }

    /* Section 4 CCS Styles */
    .company_description{
        color: white;
        font-size: 0.8em;
        padding: 1.2em;
    }
    .img_logo_footer{
        margin-top:0.5em;
        padding:0.2em;
    }
    .our_partners_title{
        color: white;
        font-size: 0.8em;
        font-weight: bold;
        letter-spacing:1em
    }
    .logo_img_footer{
        height: 1em;
        width: auto;
        margin-left: 0.5em;
    }
    .footer_text{
        color: white;
        font-size: 0.8em;
    }
    .footer_text_locations{
        color: white;
        font-size: 0.9em;
        font-weight: 700;
    }
    .img_logo_aijo{
        height: 2em;
        width: auto;
    }
    .locations_title{
        color: white;
        font-weight: 600;
        margin-left: 1em;
    }
    .maps_icon{
        height:2.5em;
        width: auto;
        margin-right: 1em;
    }
    .contact_tile{
        color: white;
        font-size: 1.3em;
    }

    /* Section 3 CSS Styles */
   
    /* services */
    .image_back {
        display: inline-block;
        overflow: hidden;
        height: 20vh;
        padding: 0px;
    }
    .image_back img {
        display: block;
        background-size: cover;
        background-position: center;
        transition: transform .4s;   /* smoother zoom */
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        filter:brightness(0.5);
    }
    .image_back label {
        display: block;
        color: white;
        font-weight: bold;
        margin-top: -9em;
        text-align: center;
        position: absolute;
        font-size: 0.7em;
    }
    .image_back:hover img {
        transform: scale(1.1);
        transform-origin: 50% 50%;
        z-index: -999!important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .imgProjects{
        max-height: auto;
        width: 100%;
    }
    /* Section 1 CSS Styles */
    .logo-section{
        /*margin-top: 2em;*/
        /*margin-left: 2em;*/
    }
    .logo-description{
        color: white;
        font-size: 0.9em;
        margin-top:1em;
    }

    /* Section 3 CSS Styles */
    .imageEngie{
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        width: 100%;
        height:auto;
    }
    .imageGaseco{
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        width: 100%;
        height:auto;
    }
    .card{
        background-color: transparent!important;
    }
    .projects_div_gaseco{
        background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("/images/Content/projects/gaseco.jpg");
        /* background-image: url('/images/Content/projects/gaseco.jpg'); */
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        height: 25em;
        margin-top: 5em;
    }
    .projects_div_engie{
        background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("/images/Content/projects/engie.jpg");
        /* background-image: url('/images/Content/projects/engie.jpg'); */
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        height: 25em;
        margin-top: 5em;
    }
    .sections_project_div{
        display: none!important;
    }

    /* Section 4 CCS Styles */
    .company_description{
        color: white;
        font-size: 0.8em;
        padding: 1.2em;
    }
    .img_logo_footer{
        margin-top:2em;
        padding:0.2em;
    }
    .our_partners_title{
        color: white;
        font-size: 2em;
        font-weight: bold;
        letter-spacing:1em
    }
    .logo_img_footer{
        height: 2em;
        width: auto;
        margin-left: 0.5em;
    }
    .footer_text{
        color: white;
        font-size: 0.8em;
    }
    .footer_text_locations{
        color: white;
        font-size: 0.9em;
        font-weight: 700;
    }
    .img_logo_aijo{
        height: 4em;
        width: auto;
    }
    .locations_title{
        color: white;
        font-weight: 600;
        margin-left: 1em;
    }
    .maps_icon{
        height:2.5em;
        width: auto;
        margin-right: 1em;
    }
    .contact_tile{
        color: white;
        font-size: 1.3em;
    }

    /* Section 3 CSS Styles */

    /* services */
    .image_back {
        display: inline-block;
        overflow: hidden;
        height: 20vh;
        padding: 0px;
    }
    .image_back img {
        display: block;
        background-size: cover;
        background-position: center;
        transition: transform .4s;   /* smoother zoom */
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        filter:brightness(0.5);
    }
    .image_back label {
        display: block;
        color: white;
        font-weight: bold;
        margin-top: -9em;
        text-align: center;
        position: absolute;
        font-size: 0.7em;
    }
    .image_back:hover img {
        transform: scale(1.1);
        transform-origin: 50% 50%;
        z-index: -999!important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
    /* Section 1 CSS Styles */
    .logo-section{
        /*margin-top: 3em;*/
        /*margin-left: 2em;*/
    }
    .logo-description{
        color: white;
        font-size: 0.9em;
        margin-top:2em;
    }

    /* Section 3 CSS Styles */
    .imageEngie{
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        width: 100%;
        height:100%;
    }
    .imageGaseco{
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        width: 100%;
        height:100%;
    }
    .projects_div{
        position:absolute;
        /* bottom:2em; */
    }
    .sections_project_div{
        display: block!important;;
    }
    
    /* Section 4 CCS Styles */
    .company_description{
        color: white;
        font-size: 0.9em;
        padding: 1.2em;
    }
    .img_logo_footer{
        margin-top:2em;
        padding:0.2em;
    }
    .our_partners_title{
        color: white;
        font-size: 2em;
        font-weight: bold;
        letter-spacing:1em
    }
    .logo_img_footer{
        height: 2.5em;
        width: auto;
        margin: 2em;
    }
    .footer_text{
        color: white;
        font-size: 0.8em;
    }
    .footer_text_locations{
        color: white;
        font-size: 0.9em;
        font-weight: 700;
    }
    .img_logo_aijo{
        height: 4em;
        width: auto;
    }
    .locations_title{
        color: white;
        font-weight: 600;
        margin-left: 1em;
    }
    .maps_icon{
        height:2.5em;
        width: auto;
        margin-right: 1em;
    }
    .contact_tile{
        color: white;
        font-size: 1.3em;
    }
    .div_content_service{
        height: 12em;
        width: 100%;
    }

    /* services */
    .image_back {
        display: inline-block;
        overflow: hidden;
        height: 25vh;
        padding: 0px;
    }
    .image_back img {
        display: block;
        background-size: cover;
        background-position: center;
        transition: transform .4s;   /* smoother zoom */
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        filter:brightness(0.5);
    }
    .image_back label {
        display: block;
        color: white;
        font-weight: bold;
        margin-top: -9em;
        text-align: center;
        position: absolute;
        font-size: 0.7em;
    }
    .image_back:hover img {
        transform: scale(1.1);
        transform-origin: 50% 50%;
        z-index: -999!important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* Section 1 CSS Styles */
    .logo-section{
        /*margin-top: 3em;*/
        /*margin-left: 2em;*/
    }
    .logo-description{
        color: white;
        font-size: 0.9em;
        margin-top:2em;
    }

    /* Section 3 CSS Styles */
    .imageEngie{
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        width: 100%;
        height:auto;
    }
    .imageGaseco{
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        width: 100%;
        height:auto;
    }
    .projects_div{
        position:absolute;
        /* bottom:0; */
    }
    
    /* Section 4 CCS Styles */
    .company_description{
        color: white;
        font-size: 1.1em;
        margin-top:2em;
        padding:1em;
    }
    .img_logo_footer{
        margin-top: 5em;
        padding: 0.2em;
    }
    .our_partners_div{
        margin-top: 2em;
    }
    .our_partners_title{
        color: white;
        font-size: 2em;
        font-weight: bold;
        letter-spacing:1em
    }
    .div_content_service{
        font-size: 1.1em;
        color:white;
        height: 15em;
        width: 100%;
    }

    /* Services */
    .image_back {
        display: inline-block;
        overflow: hidden;
        height: 25vh;
        padding: 0px;
    }
    .image_back img {
        display: block;
        background-size: cover;
        background-position: center;
        transition: transform .4s;   /* smoother zoom */
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        filter:brightness(0.5);
    }
    .image_back label {
        display: block;
        color: white;
        font-weight: bold;
        margin-top: -9em;
        text-align: center;
        position: absolute;
        font-size: 0.8em;
    }
    .image_back:hover img {
        transform: scale(1.1);
        transform-origin: 50% 50%;
        z-index: -999!important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* Section 1 CSS Styles */
    .logo-section{
        /*margin-top: 3em;*/
        /*margin-left: 2em;*/
    }
    .logo-description{
        color: white;
        font-size: 0.9em;
        margin-top:2em;
    }

    /* Section 3 CSS Styles */
    .imageEngie{
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        width: 100%;
        height:auto;
    }
    .imageGaseco{
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        width: 100%;
        height:auto;
    }
    .projects_div{
        position:absolute;
        /* bottom:0; */
    }

    /* Section 4 CCS Styles */
    .company_description{
        color: white;
        font-size: 1.3em;
        margin-top:2em;
        padding:1em;
    }
    .img_logo_footer{
        margin-top: 5em;
        padding: 0.2em;
    }
    .our_partners_div{
        margin-top: 1em;
    }
    .our_partners_title{
        color: white;
        font-size: 2em;
        font-weight: bold;
        letter-spacing:1em
    }

    /* Services */
    .image_back {
        display: inline-block;
        overflow: hidden;
        height: 25vh;
        padding: 0px;
    }
    .image_back img {
        display: block;
        background-size: cover;
        background-position: center;
        transition: transform .4s;   /* smoother zoom */
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        filter:brightness(0.5);
    }
    .image_back label {
        display: block;
        color: white;
        font-weight: bold;
        margin-top: -9em;
        text-align: center;
        position: absolute;
        font-size: 0.8em;
    }
    .image_back:hover img {
        transform: scale(1.1);
        transform-origin: 50% 50%;
        z-index: -999!important;
    }
}