html,
body {
font-family: 'polysansslim';
overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.text-int-1 {
letter-spacing: 0.05rem;
}

.text-gunmetal {
    color: #0d2d33!important;
}

.text-viridian {
    color: #2ea082!important;
}

.text-mint {
    color: #dbf0ec!important;
}

.text-tiffany {
    color: #acdcd1!important;
}

.text-alabaster {
    color: #f2f2e6!important;
}

.bg-transparent {
    background-color: transparent!important;
}

.bg-gunmetal {
    background-color: #0d2d33!important;
}

.bg-viridian {
    background-color: #2ea082!important;
}

.bg-mint {
    background-color: #dbf0ec!important;
}

.bg-tiffany {
    background-color: #acdcd1!important;
}

.bg-alabaster {
    background-color: #f2f2e6!important;
}

#navbar {
    background: #0d2d33;
}


.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

@media (min-width: 768px) { 
#navbar {background: transparent;}
#navbarNav .nav-item {margin-left: 40px!important;}
#navbarNav .nav-item .active {background-image: url(../images/navbar-active.png);
    background-position: center 32px;
    background-repeat: no-repeat;}

}

#inicio {
    background: #0d2d33 url(../images/bg-inicio-mobile.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 100vh;
}


@media (min-width: 768px) { 
    #inicio {
        background-image: url(../images/bg-inicio-desktop.jpg);
        background-size: cover!important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-attachment: fixed;
    }
 }


 .bg-ventajas {
    background: #0d2d33 url(../images/bg-ventajas-mobile.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: auto;
}


@media (min-width: 768px) { 
.bg-ventajas {
    background-image: url(../images/bg-ventajas-desktop.jpg);
    background-size: cover!important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-attachment: fixed;
}
}

.bg-mision {
    background-image: url(../images/bg-mision-mobile.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
}

@media (min-width: 768px) { 
    .bg-mision {
        background-image: url(../images/bg-mision-desktop.jpg);
        background-size: cover;
    }
 }

 .bg-mision {
    position: relative;
    overflow: hidden;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform-origin: center;
    transition: transform 0.3s ease; /* Agregar una transición suave */
}

.box-reciclaje {
    height: auto;
}






.bg-reciclaje {
    background-image: url(../images/bg-reciclaje-desktop.jpg);
}

.bg-biochar {
    background-image: url(../images/bg-biochar-desktop.jpg);
}

.bg-carbono {
    background-image: url(../images/bg-carbono-desktop.jpg);

}

.bg-reciclaje, .bg-biochar, .bg-carbono   {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    z-index: -10;  
}

.box-reciclaje, .box-biochar, .box-carbono {
    padding: 50px;
}

@media (min-width: 768px) { 
    .bg-reciclaje, .bg-carbono {
        margin-left: -16.66666667%;
        height: 500px;
    }

    .bg-biochar {
        margin-right: -16.66666667%;
        height: 500px;
    }



    .box-reciclaje, .box-biochar, .box-carbono {
        margin:40px 0;
    }
}


.ico-servicios {
    width: 120px;
}

.counter {
    font-size: 8rem;
}

.counter_plus {
    font-size: 8rem;
    margin-left: -50px;
}

.logos-ventajas {
    width: 200px;
    height: auto;
}

.logos-confianza {
    width: 140px;
    height: auto;
}

@media (min-width: 768px) { 
    .logos-confianza {
        width: 200px;
    }
}

.logo_c {
    width: 200px;
    height: auto;
}

.modal-header {
    margin-right: -25px;
    border:none!important
}

::placeholder {
    color: #368471!important;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #368471!important;
  }


  .flag {
    width: 30px;
    height: auto;
  }

  .dropdown {
    margin-top: 5px;
    
  }

  .dropdown-toggle::after {
    color: #fff;
    
  }

  .dropdown-menu {
    min-width: inherit!important;
    left: -15px!important;
    border:none!important;
    
  }

  .dropdown-item {
    padding:5px 0px!important;
  }

  @media (min-width: 768px) { 
  .dropdown-item {
    padding:10px 15px!important;
  }
  }
  