@font-face {
    font-family: "crimson-regular";
    src: url("../font/crimson/TTF/Crimson-Roman.ttf");
}
@font-face {
    font-family: "crimson-bold";
    src: url("../font/crimson/TTF/Crimson-Semibold.ttf");
}
@font-face {
    font-family: "montserrat-semibold";
    src: url("../font/montserrat/Montserrat-SemiBold.otf");
}
@font-face{
    font-family: "montserrat-regular";
    src: url(../font/montserrat/Montserrat-Regular.otf)
}
@font-face {
    font-family: "montserrat-light";
    src: url("../font/montserrat/Montserrat-ExtraLight.otf");
}
@font-face {
    font-family: "montserrat-lightitalic";
    src: url("../font/montserrat/Montserrat-LightItalic.otf");
}
.crimson-r{
    font-family: "crimson-regular";
}
.crimson-b{
    font-family: "crimson-bold";
}
.montserrat-sb{
    font-family: "montserrat-semibold";
}
.montserrat-l{
    font-family: "montserrat-light";
}
.montserrat-r{
    font-family: "montserrat-regular";
}
.montserrat-li{
    font-family: "montserrat-lightitalic";
}
.verde-claro{
    color: #262725;
}

a{
    color: #6db84b;
}
p, li{
    line-height: 1.7;
    color: #616d5b;
}
.gris{
    color: #4d564b;
}
.bg-gris{
    background-color: #d0d3d1;
}
.bg-verde-claro{
    background-color: #82887f; 
}
.logo-brown-text{
    background-image: url(../../assets/img/logo/logo-metropoli-trans-text-250.png) ;
    background-size: contain;
    height: 54px;;
    width: 109px;
}
.logo{
    background-image: url(../../assets/img/logo/logo-metropoli-trans-250.png) ;
    background-size: contain;
    height: 54px;;
    width: 109px;
}
.logo-white{
    background-image: url(../../assets/img/logo/logo-metropoli-trans-white250.png);
    background-size: contain;
    height: 54px;;
    width: 109px;
}

.navbar-mobile-open .logo{
    background-image: url(../../assets/img/logo/logo-metropoli-trans-white250.png) ;
    background-size: contain;
}
.menu-verde .nav-item .nav-link, .verde-principal, .btn.active.verde-principal {
    color: #616d5b;
}
.menu-verde .nav-item .nav-link::after, .bg-verde-principal{
    background: #616d5b;
}
nav{
    z-index: 5;
}
.navbar-expand-md .navbar-nav .nav-link {
    margin-right: var(--bs-navbar-nav-link-padding-x);
    margin-left: var(--bs-navbar-nav-link-padding-x);
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav{
    padding-right: 30px;
}
.nav-link{
    margin: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    padding: 0;
    position: relative;
    text-transform: capitalize!important;
    font-size: 19px;
    *color: white
}
.nav-link::after{
    padding: 0;
    content: '';
    height: 0.5px;
    width:0;
    background: #6c6464;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: 0.5s;
}
.nav-link-inicio::after{
    background: #fff;
}
.nav-link:hover::after{
    width: 100%;
}
.navbar-dark-index{
    color: #030303 !important;
}
.active::after{
    width: 100%;
}
.carousel{
    z-index: 0;
    margin-top: -80px;
}
footer{
    position: relative;
    z-index: 5;
    margin: 3.5rem 0px 2.6rem 0;
}
.f-text-links{
    text-decoration: none;
    color:#616d5b !important;
}
.carousel-inner{
    height: 100vh;
}
#navbar-id{
    transition: all .2s;
    position: sticky;
}
#navbar-id-home{
    transition: all .2s;
    position: sticky;
}
.bg-navbar{
    background-color: transparent;
}
.bg-navbar-sticky{
    background-color: #eeeeeee6;
    *color: red;

}
.container-fluid{
    transition: all .2s;
}
.carousel-item img{
    object-fit: cover;
}
.footer-siguenos a{
    text-decoration: none;
}
.carousel-indicators [data-bs-target]{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-left: 7px;
    margin-right: 7px;
}
.texto-slide{
    position: absolute;
    color: white;
    top: 20%;
    left: 75vw;
    transform: translateX(-50%);
    text-align: right;
}
.menu-verde .border-bottom{
    border-bottom-color: #616d5b!important;
}
.raya, .raya-titulo{
    margin-right: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * .5);
    padding-left: 0;
    padding-right: 0;
}
.btn{
    --bs-btn-border-width: 0;
}
.menu-verde {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* apartado nosotros - */
.ver-todos{
    flex-direction: column;
}
.svg-ver-todos{
    margin: auto;
}
.text-ver-todos{
    color: darkgray;
    border-bottom: 2px solid darkgray;
    margin: auto;
}
.cont-nosotros{
    margin: 0 auto;
    padding: 0px;
    text-align: justify;
}
.numeracion{
    width: 95px;
    position: relative;
    font-size: 5rem;
    padding-right: 40px;
    margin-right: 30px;
    float: left;
}
.numeracion::after{
    padding: 0;
    content: '';
    height: 4.5rem;
    width:2px;
    background: #616d5b;
    position: absolute;
    bottom: 25px;
    right: 0px;
}
.text-num{
    padding-top: 20px;
}
.block-text{
    display: inline-block;
    width: 100%;
}
.text-justify{
    text-align: justify;
}
.contenedor-textos{
    max-width: 67%;
    margin: auto;
}
/* apartado proyecto residencia */
.img-portada{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.galeria-residencia{
    padding: 2px;
}
.img-galeria-residencia{
    object-fit: cover;
    width: 230px;
    height: 215px;
}
.filtro-img-slider{
    filter: brightness(0.30);
}
/* font size footer --- */
.footer-info p{
    font-size: 0.9rem;
}
.footer-direccion p{
    font-size: 0.9rem;
}
.footer-siguenos{
    font-size: 1.1rem;
}
.footer-empresa{
    font-size: 0.8rem;
}
.footer-derechos p, .footer-derechos small{
    font-size: 0.9rem;
}
/* end font size footer --- */
.menu-secciones .col{
    position: relative;
}
.menu-secciones .col::after{
    padding: 0;
    content: '';
    height: 0.5px;
    width:0;
    background: #606d5b;
    position: absolute;
    bottom: 10px;
    left: 0px;
    transition: 0.5s;
}
.menu-secciones .col:hover::after{
    width: 100%;
}
.menu-secciones .active::after{
    width: 100%;
}
.menu-secciones .col::before{
    padding: 0;
    content: '';
    height: 8px;
    width:0.5px;
    background: #e5e5e5;
    position: absolute;
    right: -10px;
    top:50%;
    transform: translateY(-50%);
    transition: 0.5s;
}
.menu-secciones .col:last-child::before{
    display: none;
}
.text-overlay{
    top: 15px;
    left: 30px;
}

.ir-arriba {
	display:none;
	padding:5px 15px;
	background:#6DB84B;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}
/*imagenes nosotros -- */
.grayscale{
    filter: grayscale(100%);
}
.img-empleados{
    object-fit: cover;
    height: 100%;
}
/*Responsiv text -- */
/* On screens that are 1400px wide or less(xx-large), container text = 70% */
@media screen and (max-width: 1400px) {
    .responsive-container-text {
        max-width: 70%;
        margin: auto;
      }
  }
  /* On screens that are 1200px wide or less(x-large), container text = 75% */
@media screen and (max-width: 1200px) {
    .responsive-container-text {
        max-width: 75%;
        margin: auto;
      }
  }
/* On screens that are 992px wide or less(large), container text = 85% */
@media screen and (max-width: 992px) {
    .responsive-container-text {
        max-width: 85%;
        margin: auto;
      }
}
  /* On screens that are 768px wide or less(medium), container text = 95% */
  @media screen and (max-width: 768px) {
    .responsive-container-text {
        max-width: 95%;
        margin: auto;
      }
  }
/* On screens that are 576px wide or less(sm), container text = 100% */
@media screen and (max-width: 576px) {
    .responsive-container-text {
        max-width: 100%;
        margin: auto;
      }
  }
/*Responsiv text -- */
/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 768px) {
    /* Styles */
    .navbar-expand-md.navbar-mobile-open .navbar-nav .nav-link{
        font-size: 1.2rem;
    }
    
    #navbar-id.bg-green.navbar-mobile-open,
    #navbar-id-home.bg-green.navbar-mobile-open{
        background-color: #606d5b!important;
        height: 100vh;
        z-index: 50;
        fill: #fff;
    }
    
    .navbar>.container-fluid.navbar-container-mobile{
        height: 100%;
        align-items: flex-start;
    }
    .navbar-close-button{
        margin-top: 20vh;
    }
    /* margin div nosotros*/
    .mobil-margin{
        *margin-left: 4%;
        *margin-right: 4%;
        padding: 0 7%;
        text-align: justify;
    }
    footer{
        margin-top: 1rem;
    }
    .carousel-inner{
        height: 100vh;
    }
    .texto-slide{
        left: 70%;
    }
    .texto-slide br{
        display: inline;
    }
    .texto-slide .mobile-center{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-secciones .active::after, .menu-secciones .col:hover::after, .menu-secciones .col::before{
        display: none;
    }
    .footer-info{
        order: 1;
    }
    .footer-info p{
        font-size: 0.9rem;
    }
    .footer-direccion{
        order: 2;
    }
    .footer-direccion p{
        font-size: 0.9rem;
        font-family: "montserrat-light";
    }
    .footer-siguenos{
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 10px;
        order: 0;
        font-size: 1.2rem;

    }
    .footer-empresa{
        order: 3;
        position: relative;
        font-size: 1rem;
    }
    .footer-derechos{
        order: 4;
    }
    .footer-derechos p, .footer-derechos small{
        font-size: 0.9rem;
        font-family: "montserrat-light";
        
    }
    .footer-empresa:after{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        height: 1px;
        background-color: #616d5b;
    }
    #navbar-id::after{
        content: "";
        position: absolute;
        display: block;
        width: calc(100% - 52px);
        height: 1px;
        background-color: white;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #navbar-id-home::after{
        content: "";
        position: absolute;
        display: block;
        width: calc(100% - 52px);
        height: 1px;
        background-color: white;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .color-menu-resp{
        color: #ffffff8c;
    }
    .color-menu-resp.active{
        color: #fff !important;
    }
    .proyectos-titulo{
        justify-content: center!important;
    }
    .menu-secciones{
        display: flex;
        flex-direction: column;
        margin-top: 2rem;
    }
    .navbar-mobile-open{
        position: fixed!important;
    }
    .navbar-toggler{
        color: #ffffff8c;
    }
    .navbar-mobile-open .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler:focus{
        box-shadow: unset;
    }
    .body-mobile-open{
        position: fixed;
    }
    .menu-verde .navbar-mobile-open .nav-item .nav-link{
        color: white;
    }
    .slider1{
        object-position: 60% 50%;
    }
    .slider2{
        object-position: 65% 50%;
    }
    .slider3{
        object-position: 54% 50%;
    }
    .slider4{
        object-position: 60% 50%;
    }
    .raya{
        border: 0px!important;
    }

}
.text-white{
    font-family: 'montserrat-light';
    *color: #dedede;
}
.title-proyectos{
    text-transform: uppercase;
}

/* IMAGENES SLIDER PRINCIPAL */
.img-degradado{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
}
.img-degradado::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303a3, #0000008f, #00000073, #00000057, #0000002e);
}
.img-degradado-i{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
}
.img-degradado-i::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #0000002e, #00000057, #00000073, #00000091, #030303ae);
}
.img-country{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/comercial/country-plaza/DSC_0090.JPG");
}
.img-country::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}
.img-exito{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/comercial/exito51b/exito51b.jpeg");
}
.img-exito::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}
.img-ocean{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/comercial/ocean-mall-sta-marta/P1030240.JPG");
}
.img-ocean::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}
.img-sanjose{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/educativo/colegio-san-jose/Portada.JPG");
}
.img-sanjose::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}
.img-santalucia{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/educativo/colegio-santa-lucia/mp-proyectos-educativo-santalucia-1.jpeg");
}
.img-santalucia::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}
.img-multiproposito{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/educativo/edificio-multiproposito/UNINORTE-2.jpg");
}
.img-multiproposito::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}
.img-piesdescalzosbq{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/educativo/pies-descalzos-bquilla/portadapiesdescalzos.jpg");
}
.img-piesdescalzosbq::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}
.img-piesdescalzoscgena{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/educativo/pies-descalzos-ctg/portadapdc.jpg");
}
.img-piesdescalzoscgena::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}
.img-unisur{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/educativo/unisur/suanprensa_2.jpg");
}
.img-unisur::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}
.img-altamar{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/residenciales/aguamarina-beach-resort/DJI_0713.jpg");
}
.img-altamar::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}
.img-bcempresarial{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/empresarial/bc-empresarial/8.jpg");
}
.img-bcempresarial::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}
.img-lasamericas1l{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important; 
    background-repeat: no-repeat;
    background: url("../../assets/img/proyectos/empresarial/las-americas1/DSC_0102.JPG");
}
.img-lasamericas1l::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #030303, #000000b8, #00000073, #00000057, #0000002e);
}

/* Display elementos slider */
.carousel-control-prev{
    *display: none;
}

.carousel-control-next{
    *display: none;
}

.carousel-indicators{
    *display: none;
}
