
* {
    box-sizing: border-box;
  }

body {
    height: 100%;
    font-family: 'Lato', sans-serif;
}

.form-group{
    height: calc(2.19rem + 30px);
}

.gce-bg{
    background-image: url("../images/header_1-600x386.jpg");
    height: 20vh;
     /* Center and scale the image nicely */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
    
}

.gce-bg::before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.6);
}



.gce-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 18vh;
    height: auto;
}

.gce-subtitles{
    color: #012683;
    line-height: 0.8;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    font-weight: 1900;

}

.gce-centrar-image{
   text-align: center;
}

/* Navbar */
nav{
    height: 5vh;
    background-color: #9A9A99;  
}

.active-gce{
    color: #012683 !important;  
    text-decoration: underline !important;
}


.gce-nav{
    top: 0px;
    z-index: 5;
    width: 100%;
}

.gce-nav-fixed{
    position:fixed;
	z-index:1000;
	top:0;
}


.gce-nav-links {
    color:white;
    display: flex;
    list-style: none;
    justify-content: space-around;
    height: 100%;
    align-items: center;
    transition: 1s;
}



.gce-nav a:hover{
    color: #012683;
    text-decoration: underline;
}

.gce-nav a:active{
    color: #012683;
    text-decoration: underline;
}



.gce-nav-links-item{
    text-decoration: none;
    color: white;  
   
}

/* Footer */
.gce-foot{
    background-color:#E7E7E5;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    
}

.gce-logo-footer{
    max-height: 150px;
    height: auto;
    position: relative;
    top: 25%;
    left: 0%;
    
}

.gce-txt-footer{
    text-align: center;
    color: #012683;
    line-height: 0.8;
    padding-top: 2.5%;

}

.gce-txt-footer-tit{
    text-decoration: solid;
    font-weight: 200;
    
}



.gce-title-txt{
    position: absolute;
    color: white;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 20px;

}

.gce-title-txt h2{
    font-size: 80px;
    font-weight: bold;
    font-stretch: expanded;
}


.gce-title-txt p{
    font-size: 24px;
    font-stretch: expanded;
    font-weight: lighter;
    letter-spacing: 0px;
}

.gce-banner{
    padding: 0%;
}

.fullscreen-modal .modal-dialog{
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}



/* ---------------------------------Home --------------------------------- */

.gce-home-bg{
    background-image: url("../images/fondos/home.jpg")  ;
    height: 60vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0%;  
    
}

.gce-home-bg::before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
}

 .gce-tag{
    position: absolute;
    letter-spacing: 0px;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 50%;
    height: 30%;
    
    
} 

#gce-tag-cuadro{
    background-color: rgba(152,152,152,0.7);
    background-size: cover;
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
    animation-name: tag-bgnd;
    animation-duration: 3s;
}

@keyframes tag-bgnd {
   from {clip-path: polygon(0 0, 0% 0%, 0% 0%, 0% 0%);
   }
   to {clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
   }
}


h4:nth-child(1){
    padding-left: 20%;
    padding-top: 2%;
    color: white;
    text-transform: uppercase;
}

h4:nth-child(2){
    text-align: center;
    color:white;
    text-transform: uppercase;
}

h4:nth-child(3){
    padding-right: 20%;
    
    text-align: right;
    color: white;
    text-transform: uppercase;
}

.gce-home-about-txt{
    text-align: center;
    padding-top: 3%;
    padding-left: 5%;
    padding-right: 5%;
}

.gce-img-home{
    max-width: 80%;
    border-radius: 3%;
    box-shadow: 10px 10px 5px grey;
}

.gce-img-big{
    width: 100%;
    height: auto;

}

.gce-about-home{
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
}

.gce-about-home-img{
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
}

.gce-proy-home{

    width: 300px;
    height: 300px;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0,0,0,0.8)  20px 10px 20px 0px;
    -moz-box-shadow: rgba(0,0,0,0.8)  20px 10px 20px 0px;
    box-shadow: rgba(0,0,0,0.8) 20px 10px 20px 0px;
   
    
}

.gce-txt-proy{
    text-align: center;
    padding-top: 5%;
    font-size: 24px;
}

.gce-txt-proy a{
    color: black;
    text-decoration: none;
    font-size: large;
    font-weight: bold;
}

.gce-card{
    border: none;
    margin: auto;
}


.gce-card-home{
    border: none;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.gce-card-txt{
    text-decoration: none;
    color: aqua;
    text-align: center;
}

.gce-card-txt a{
    text-decoration: none;
}

.gce-calidad{
    background-image: url("../images/fondos/calidad.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0%;  
}

.gce-calidad::before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.6);
}

.calidad-title{
    text-transform: uppercase;
    color: #012683;
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    margin: 5%;
    position: relative;
    border: #012683 5px;  
}



.calidad-circulo-txt{
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-size:medium;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 15%;
    padding-right: 15%;
    color: white;
    font-size: medium;
}

.calidad-circulo{
    text-align: center;
    
}

.gce-box-calidad{
    position: relative;
    display: inline-block;
    margin-block: 10%;
}


.gce-calidad-img{
    height: 200px;
    width: auto;
    padding: 3%; 
}

.gce-box-cal{
    text-align: center;
    width: 100%;
}

#gce-galeria{
  float: left;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.gce-galeria{
    width: 5000px;
    position: absolute;

}

.gce-item-con{
    text-align: center;
}


 
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}
.item:not(.prev) {visibility: visible;}
.item.right:not(.prev) {visibility: hidden;}
.rightest{ visibility: visible;} 


.gce-img-con{
    border-radius: 50%;
    margin: auto;
    width: 200px;
    height: 200px;
}

.gce-txt-con{
    color: aqua;

}

.btn-consejo{
    border: none;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: transparent;
}

#prevBtn{
    /* position: absolute; */
    top: 50%;
    left: 0%;
}

.carrousel-item{
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ---------------------------------Bolsa --------------------------------- */

.gce-bolsa-bg{
    background-image: url("../images/fondos/bolsa.jpg")  ;
    height: 40vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0%;   
}

.gce-bolsa-bg::before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}

.gce-bolsa-seccion{
    margin: 3%;
}

.gce-bolsa-link  {
    text-align: center;
    background-color: #9A9A99;
    border-radius: 1%;
    padding: 1%;
    transition: 2s;
    margin: 1%;
}

.gce-bolsa-link a {
    text-decoration: none;
    color: white;
    transition: 2s;
}

.gce-bolsa-link:hover{
    background-color: #012683;
    
    transition: 2s;
}

.obligatorio{
color: red;
}

.gce-bolsa-formulario{
    margin: 2%;
}

.gce-txt-bolsa{
    text-align: center;
    margin: 1%;
}

.gce-txt-middle{
    vertical-align: middle;
}


/* --------------------------------- Empleo --------------------------------- */
.gce-postular{
    text-align: center;
    margin: 2%;
}

/* --------------------------------- Aviso de privacidad --------------------------------- */
.gce-aviso{
    margin: 2%;
}


/* ---------------------------------Company --------------------------------- */

.gce-about-bg{
    background-image: url("../images/fondos/empresa_bg.jpg")  ;
    height: 40vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0%;   
}

.gce-about-bg::before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}

.gce-image-company{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    opacity: 0.7;
}

.gce-about-company{
    text-align: center;

}

.gce-company-txt-left{
text-align: left;
padding-right: 5%;
}

.gce-company-txt-right{
    text-align: right;
    padding-right: 5%;
}

.gce-company-txt-right h3{
    text-align: right;
    color: #012683;
    font-weight: bolder;
}

.gce-company-txt-left h3{
    text-align: left;
    color: #012683;
    font-weight: bolder;
}

.gce-img-85{
    
    width: 400px;
    height: auto;
    padding: 2.5%;
    left: 20%;
}

.gce-values{
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.gce-img-center{
    text-align: center;
}

.gce-pdf-link
{
    margin: 5%;
    text-align: center;
}

.gce-pdf-link button
{
    background-color: #9B999E;
    border-color: black;
}

.gce-pdf-link button:hover
{
    background-color: #012683;
}

/* ---------------------------------Contact --------------------------------- */
.gce-cto-bg{
    background-image: url("../images/fondos/contacto_bg.jpg")  ;
    height: 40vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0%;   
}

.gce-cto-bg::before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}



.gce-txt-contact{
    text-align: left;
    color: #012683;
    line-height: 0.8;
    padding-top: 2.5%;
}

.gce-map{
    padding: 3%;

}

.gce-form-bg{
    background-color: #DEE1E6;
    border-radius: 0%;
     
}

.gce-form-txt{
    color: #9B999E; 
}

.gce-contact-btn{
    margin-top: 10%;
    text-align: right;
    }
.gce-btn{
    background-color: #9A9A99;
    width: 10%;
    height: 30px;
    box-shadow: #012683;
    border-radius: 5%;
}

.gce-map-canvas{
    width: 100%;
    height: 600px;
}

/* ---------------------------------Proyectos--------------------------------- */

.gce-proy-bg{
    background-image: url("../images/fondos/proy-bg.jpg")  ;
    height: 40vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0%;   
}

.gce-proy-bg::before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}

.gce-link-proy a{
    color: #012683;
    text-decoration: wavy;
}

.gce-proy-pillow{
    padding-top: 5%;
}

.proy-nav{
    text-align: center;
    margin: 3%;
}

.gce-proy-modal{
    display: flexbox;
}

.nav-proy{
    margin: 1%;
}

.gce-galeria-proys{
    text-align: center;
}

.gce-nav-link{
    color:  #012683;
    transition: 1s;
}

.gce-nav-link:hover{
    background-color:  #012683;
    color: white;
    
}

.gce-modal-proy{
    bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 5%;
    color: #9B999E !important;
    font-size: 14px !important;
}
/* ---------------------------------Servicios--------------------------------- */
.gce-serv-grid{
    text-align: center;
}


.gce-serv-img{
    height: 300px;
    width: auto;
    padding: 3%; 
}

.gce-box{
    position: relative;
    display: inline-block;
    margin-block: 10%;
}

.gce-serv-icon {
    position: absolute;
    text-align: center;
    color: rgb(27, 63, 123);
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
}

.gce-serv-txt {
    position: absolute;
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-size:medium;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.gce-servicios-bg{
    background-image: url("../images/fondos/servicios_bg.jpg")  ;
    height: 40vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0%;  
}

.gce-servicios-bg::before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}

.gce-modal-serv{
    color: #012683 !important;
}



/* ---------------------------------Clientes--------------------------------- */
.gce-clientes-bg{
    background-image: url("../images/fondos/clientes-bg.jpg")  ;
    height: 40vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0%;   
}

.gce-clientes-bg::before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}



.gce-clientes-img{
    height: auto;
    width:  200px;
    margin: 1%;
    
}

.gce-cli-centrar{
    margin: auto;
    text-align: center;
}

.gce-bottom-pillow{
    padding-bottom: 5%;
}

/* ---------------------------------Certificaciones--------------------------------- */

.gce-cert-bg{
    background-image: url("../images/fondos/certif_bg.jpg")  ;
    height: 40vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0%;   
}

.gce-cert-bg::before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}

.gce-cert-secc{
    margin: 0%;
}


.gce-cert{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

/* ---------------------------------Carrusel-------------------------------- */
#carrusel {
    float:left;
    overflow:hidden;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

#gce-galeria .left-arrow {
    position:absolute;
    left:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
    margin-left: 2%;
}
 
#gce-galeria .right-arrow {
    position:absolute;
    right:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
    margin-right: 2%;
}

.fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }

 .gce-modal-img{
     max-width: 100%;
     max-height: 50% !important;
 }

 
/* ---------------------------------Media Screen--------------------------------- */

@media screen and (max-width: 576px){
    .d-md-block {
        display: block!important;
    }

    .gce-contact-btn {
        margin-top: 15%;
        text-align: right;
    }
    
    .gce-nav{
        padding: 0px;
    }
    .line{
        width: 30px;
        height: 3px;
        background: #012683;
        margin: 5px;
    }

    nav{
        position: relative;
    }

    .gce-collapsed{
        position: absolute;
        cursor: pointer;
        top: 50%;
        right: 38%;
        transform: translate(-50%, -50%);
        z-index: 13;
    }

    .gce-nav-links{
        position: fixed;
        background: #9A9A99;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        padding: 0px;
        clip-path: inset(500px);
        -webkit-clip-path: inset(500px);
        transition: all 1s ease-out;
        pointer-events: none;
        margin-top: 20px;
       
    }

    .gce-nav-links.open{
        clip-path: inset(0px);
        -webkit-clip-path: inset(0px);
        pointer-events: all;
        z-index: 10;
}

.gce-title-txt{
    position: absolute;
    color: white;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 5px;
    

}

.gce-title-txt h2{
    font-size: 2rem;
}

.gce-tag h4{
    font-size: 1rem;
}

.gce-title-txt p{
    font-size: 10px;
    font-stretch: expanded;
    font-weight: lighter;
    letter-spacing: 0px;
}

.gce-tag{
    position: absolute;
    letter-spacing: 0px;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 70%;
    height: 22%;
    
    
} 


.calidad-title{
    font-size: 1.2rem;
}

.gce-calidad-img{
    height: 150px;
    width: auto;
    padding: 3%; 
}

.calidad-circulo-txt{
    font-size: 0.6rem;
}

.gce-subtitles h2{
    font-size: 1.2rem;
}

.gce-logo-footer{
    max-height: 100px;
    height: auto;
    position: relative;
    text-align: center;
    top: 0%;
}

.gce-txt-footer{
    font-size: 0.7rem;
    line-height: 0.2px;
    padding-top: 0.1%;

}

.gce-txt-footer-tit h2{
   font-size: 1.3rem;
    
}

.gce-box-cal{
    width: 100%;
    
}


.gce-image-company{
    width: 200px;
    height: 160px;
    border-radius: 50%;
    opacity: 0.7;
}


.gce-serv-img{
    height: 150px;
}

.gce-serv-icon {
    font-size: 38px;
}

.gce-serv-txt{
    font-size: 10px;
}

.gce-bolsa-link h3{
    font-size: small;
}

.gce-btn{
    width: 30%;
    margin-bottom: 3%;
}

.gce-map-canvas{
    width: 100%;
    height: 300px;
}

.gce-proy-home{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    
}

.gce-cert img{
    width: 130px;
    height: auto;
}

.gce-img-home{
    max-width: 50%;
    margin: 5%;
}
}

@media(min-width: 576px){
    .modal-dialog{
        max-width: 800px !important;
    }
}

/* medium - display 2  */
@media (min-width: 768px) {
.gce-tag{
   height: 30%; 
}

.fullscreen-modal .modal-dialog {
    width: 750px;
  }

.gce-nav-link{
    font-size: 12px;
}

.gce-btn{
    width: 20%;
}
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }
  
    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }

    .gce-about-home{
     top: 20px;
    }

    .gce-about-home-img{
        top:150px;
    }

    .gce-image-company{
        height: 280px;
    }

    .gce-title-txt h2{
        font-size: 44px;
    }

    .gce-title-txt p{
        font-size: 22px;
    }

    .gce-tag h4{
        font-size: 14px;
    }

    .gce-nav-links-item{
        font-size: 12px;
    }    
  }
  
  /* large - display 3 */
  @media (min-width: 992px) {
    .gce-title-txt p{
        font-size: 28px;
    }

    .fullscreen-modal .modal-dialog {
        width: 970px;
      }
 
    .gce-tag{
        height: 28%; 
     }


    .gce-nav-links-item{
       font-size: 16px;  
    }

    .gce-title-txt h2{
        font-size: 70px;
    }
    
.gce-tag h4{
    font-size: 24px;
}

.gce-image-company{
    height: 400px;
}

.gce-nav-link{
    font-size: 18px;
}

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }
  
    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }

    .gce-about-home-img{
        top:10px;
    }

    .fullscreen-modal .modal-dialog{
        width: 970px;
    }
  }
  
  @media (max-width: 768px) {
    .d-md-block {
        display: block!important;
    }

    .gce-txt-footer-tit h2{
        font-size: 20px;
    }

    .gce-logo-footer{
        max-height: 100px;
        margin-bottom: 2%;
        margin-top: 0px;
    }

    .gce-title-txt h2{
        font-size: 28px;
    }
    
    .gce-title-txt p{
        font-size: 14px;
    }
    
    .gce-tag h4{
        font-size: 14px;
    }

    .gce-nav-links{
        font-size: 12px;
    }
  
    .carousel-inner .carousel-item>div {
        display: none;
    }
  
    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .calidad-title{
        font-size: 24px;
    }
  
    .gce-img-con{
        width: 125px;
        height: 125px;}

.gce-tag{
    height: 18%; 
 }
  

 .fullscreen-modal .modal-dialog{
    width: 750px;
}
    .gce-modal-proy h5{
        font-size: 1.05rem ;
    }

}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}  


@media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
       width: 1170px;
    }
}
/* ---------------------------------Modal projects--------------------------------- */



/* The Modal (background) */
.gce-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #gce-modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
  
  .carousel-inner > .carousel-item > img {
    margin: 0 auto;
    width: 60% !important;
  }

  .gce-img-modal{
      width: 50% !important;
      height: auto;
  }

  .modal-bgn{
   width: 100%;
   height: 70vh;
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
  }