:root{

    --font-bree-light : "Bree Lt";
}

body{
    background-repeat: repeat;
    font-family: 'Gandhi Sans';
    font-weight: normal;
    font-style: normal;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
h1{
    color: #09B0EB;
    font-family: 'FortQuinsyRegular';
    font-size: 80px;
}
h2{
    font-family: 'Bree Rg';
    font-weight: bold;
}
p{
    font-family: 'Gandhi Sans';
    font-weight: normal;
}

.text-subtitle{
    font-family: 'Bree Rg';
    font-weight: bold;
    color: #97C11E;
}
.text-title{
    font-family: 'Bree Rg';
    font-weight: bold;
    color: #97C11E;
    font-size: 42px;
    margin: 10px 0;
}

.color-1{
    color: #09B0EB;
}
.color-2{
    color: #97C11E;
}
.color-3{
    color: #0E3751;
}
.color-4{
    color: #363636 !important;
}
h2 span {
    margin: auto 10px auto 0px;
}



/* header */

header{
    /* background: linear-gradient(180deg, rgba(18,34,49,1) 0%, rgba(18,34,49,0) 100%); */

    background: rgb(18,34,49);
    background: linear-gradient(0deg, rgba(18,34,49,0) 0%, rgba(18,34,49,1) 80%);

    -webkit-box-shadow: 0px 1px 13px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 13px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 13px -2px rgba(0,0,0,0.75);
}
header.down{
    position: fixed;
    width: 100%;
    background: linear-gradient(180deg, rgba(18,34,49,1) 100%, rgba(18,34,49,0) 100%);
    z-index: 99999;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* .nav-item{
    text-align: center;
    max-width: 160px;
    display: flex;
} */
.nav-item{
    text-align: center;
    max-width: 230px;
    display: flex;
    padding: 11px 20px;
}


.nav-link{
    font-family: 'Bree Rg';
    font-weight: bold;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    margin: auto 5px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
/* .nav-link:focus, .nav-link:hover {
    color: #97C11E;
} */
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #09B0EB; 
}
.dropdown-item.active, .dropdown-item:active {
    color: #09B0EB; 
    background-color: transparent;
}
.nav-link:focus {
    color: #09B0EB; 
}
.logo{
    width: 150px;
}
.logo-resirene{
    border-radius: 45px;
    background: #fff;
    position: absolute;
    margin: auto;
    width: 400%;
    z-index: 0;
    height: 78px;
    top: -16px;
    right: -25px;
}
.wrapper-logo{
    position: relative;
}
.wrapper-logo img{
    position: relative;
    z-index: 2;
}
.navbar-menu-i {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
}
 
.icon-menu{
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 9px 0;
}
.icon-menu::after{
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 1px;
    left: 0;
}
.icon-menu::before{
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn-close{
    opacity: 1;
    background: none;
    line-height: 0;
}
.dropdown-menu{
    top: 60px;
    border-top: 5px solid #09B0EB ;
    border-radius: 0;
    background-image: url(../img/back.jpg);

}
.dropdown-item:hover, .dropdown-item:focus {
    color: #09B0EB;
    background-color: transparent;
}
.dropdown-menu .dropdown-item{
    font-family: 'Bree Rg';
    font-weight: bold;
    text-align: center;
}
.nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
.line{
    width: 80%;
    height: 2px;
    background-color: #DADADA;
    margin: auto;
}




/* Banner */
.banner{
    background-image: url(../img/banner.png);
    background-position :top center;
    background-size: cover;
}

.banner-home{
    padding: 50px 0 50px 0;

}
.banner-l{
    margin: auto 0;
    padding-left: 10px;
}

.btn-prim{
    font-family: 'Evander';
    color: #fff;
    background: #97C11E;
    padding: 12px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    border: 0;
}
.banner h2{
    color: #09B0EB;
    font-family: 'FortQuinsyRegular';
    font-size: 55px;
}
.banner p{
    font-family: 'Gandhi Sans';
    font-weight: normal;
    color: #fff;
}
.banner-img1{
    position: absolute;
    width: 740px;
    top: 0;
}
.banner-img2{
    height: 500px;
}
.banner-img2 img{
    position: absolute;
    right: 0;
    top: 15px;
}

.txt_sust span{
color: #09B0EB;
  font-family: 'FortQuinsyRegular';
  font-size: 28px;
}
.banner-text-wrapper{
    max-width: 470px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -62px;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
    background: transparent;
    opacity: 1;
    border: 1px solid #fff;
}
.swiper-button-next::after, .swiper-button-prev::after{
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
}
.swiper-button-next-2{
    right: -60px;
}
.swiper-button-prev-2{
    left: -60px;
}
.swiper-pagination-2{
    text-align: center;
}
#video{
    height: 500px;
}

/* Home */
#home{
    /* background-image: url(../img/fondo.png); */
    background: rgb(1,41,66);
    background: linear-gradient(180deg, rgba(1,41,66,1) 0%, rgba(18,34,49,1) 100%);
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}
#home p{
    color: #fff;
}
.home-wrapper-1{
    background: rgb(218,218,218);
    background: linear-gradient(180deg, rgba(218,218,218,1) 0%, rgba(245,247,248,1) 100%);
    padding: 30px 40px;
    text-align: center;
    border-radius: 90px;
    max-width: 80%;
    margin: auto;
}
#home .home-wrapper-1 p{
    color: #363636;
}
#home .home-wrapper-1 h5{
    color: #0E3751;
    font-family: 'Bree Rg';
}
.home-wrapper-2{
    padding: 80px 0 0px 0;
}

#home .home-wrapper-2 h2{
    color: #09B0EB;
    font-family: 'Bree Rg';
    font-weight: bold;
}
#home .home-wrapper-3 {
    margin: 120px 0;
    padding: 60px 0;
    position: relative;
}

#home .home-wrapper-3 h2{
    color: #0E3751;
}
#home .home-wrapper-3 p{
    color: #363636;
}
#home .home-wrapper-3::before{
    content: "";
    background-image: url(../img/back.jpg);
    width: 400%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 2;
    right: -270px;
    border-radius: 101px;
    z-index: 1;
}
.home-wrapper-3-1{
    position: relative;
    z-index: 2;
    width: 400px;
}
.home-img-1{
    width: 500px;
    position: relative;
    z-index: 2;
}
.home-wrapper-4{
    padding: 40px 0;
    padding: 70px 80px 0px 0;
}
.home-wrapper-4 h2{
    color: #fff;
}
.home-row-4{
    position: relative;
    margin-top: -40px;
}
.home-img-2{
    width: 600px;
}
.home-img-3{
    width: 150px;
    position: relative;
    left: 9px;
    top: -7px;
}

.gif-resirene{
    width: 135px;
    margin-top: -10px;
}

#banner-section{
    background-size: cover;
    background-position: center;
}

#banner-section.contacto{
    background-image: url(../img/banner-contacto.png);
}
#banner-section.compromiso{
    background-image: url(../img/banner-compromiso.png);
}

#banner-section.trust{
    background-image: url(../img/banner-trust.png);
}

#banner-section.people{
    background-image: url(../img/banner-people.png);
}

#banner-section.planet{
    background-image: url(../img/banner-planet.png);
}

#banner-section.desempeno{
    background-image: url(../img/banner-desempeno.png);
}


.banner-section{
    padding: 40px 0;
    text-align: center;
}

/* contacto */
#contacto{
    background-size: cover;
    background-position: center;
    background-image: url(../img/back.jpg);
    padding: 50px 0;
}


.form-control{
    border: 1px solid #939393;
    background: transparent;
    border-radius: 0;
}
.form-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: #939393;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(18,34,49, 0.25);
}
label{
    color: #0E3751;
    font-family: 'Bree Rg';
}
.btn-sec{
    background: #09B0EB;
}
.contacto-info{
    list-style: none;
    padding: 0;
    padding: 20px 0;
}
.contacto-info li{
    display: flex;
}
 
#contacto h5{
    font-family: 'Bree Rg';
    font-weight: normal;
    color: #0E3751;
}

#contacto li, #contacto li a{
    color: #363636;
    font-family: 'Gandhi Sans';
    font-weight: bold;
}
.contacto-info li{
    padding: 10px 0;
}
.contacto-info li .icon{
    margin: auto 10px auto 0;

}
.contacto-info li .text{
    margin: auto 0;
    width: 340px;
}

.contacto-info li .icon img{
    height: 30px;
}
.contacto-redes {
    padding: 0;
    display: flex;
    list-style: none;
}
.contacto-redes li{
    margin: 0 25px;
}
.contacto-redes li img{
    width: 40px;
}

.contacto-wrapper-1{
    border-top: 1px solid #939393;
    padding: 30px 0;
}
.contacto-redes{
    margin-top: 30px;
}
/* modal contacto */
.modal-header {
    background: #09B0EB;
}
.modal-header {
    border-radius: 35px 35px 0 0;
}
#modal-mail h3 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}
.modal-body {
    background: #fff;
    border-radius: 0 0 35px 35px;
    -webkit-box-shadow: 19px 24px 11px -22px rgba(0,0,0,0.75);
    -moz-box-shadow: 19px 24px 11px -22px rgba(0,0,0,0.75);
    box-shadow: 19px 24px 11px -22px rgba(0,0,0,0.75);
}
#modal-mail .modal-title {
    font-size: 23px !important;
}
.modal-title {
    font-family: 'Bree Rg';
    font-style: normal;
    font-weight: bold;
    color: #fff;
}
.modal-content {
    background: transparent;
    border: 0;
}
.modal.show .modal-dialog {
    margin-top: 120px;
}
.error_input{
    color: red;
}


#compromiso{
    background-position: center;
    background-size: cover;
    background-image: url(../img/back.jpg);
    padding: 60px 0;
}
.compromiso-wrapper-1{
    width: 800px;
    text-align: center;
    margin: auto;
    padding: 20px 0;
}
#compromiso h2{
    color: #0E3751;
}
#compromiso p {
    font-weight: bold;
}
.compromiso-wrapper-2 {
    padding: 30px 0;
}
 
.compromiso-wrapper-2 #video{
    height: auto;
}
.compromiso-wrapper-3{
    padding: 70px 0;
    width: 700px;
    margin: auto;
}

.compromiso-wrapper-3 img{
    height: 180px;
}
.compromiso-wrapper-4, .compromiso-wrapper-2{
    max-width: 1000px;
    margin: auto;
}
.txt-onu{
    color: #363636;
    font-size: 18px;
}


/*  */

#area{
    padding: 60px 0;
    background: rgb(2,40,64);
    background: linear-gradient(180deg, rgba(2,40,64,1) 0%, rgba(18,34,49,1) 100%);
    overflow: hidden;
}
#area p{
    color: #fff;
}
#area h3{
    font-size: 40px;
    font-family: 'FortQuinsyRegular';
}
#area .btn-prim{
    font-size: 12px;
}
.area-wrapper-1{
    width: 580px;
    margin: auto;
    text-align: center;
    padding: 0 0 60px 0;
}
.area-wrapper-1 h2{
    color: #fff;
}
.area-content{
    padding: 85px;
}
.area-img{
    height: 100%;
    width: 130%;
    position: absolute;
    background-size: cover;
    background-position: center;
}
.area-img-left{
    right: 0;
}
.area-img-rigth{
 left: 0;
}

.area-people h3{ color: #FFC130; }
.area-people .btn-prim{ background: #FFC130; }
.img-people{ background-image: url(../img/people.png); }

.area-planet h3{ color: #97C11E; }
.area-planet .btn-prim{ background: #97C11E; }
.img-planet{ background-image: url(../img/planet.png); }

.area-trust h3{ color: #09B0EB; }
.area-trust .btn-prim{ background: #09B0EB; }
.img-trust{ background-image: url(../img/trust.png); }

.area-wrapper-2{
    margin: auto 0;
    padding: 40px;
}

.area-wrapper-2 h4{
    color: #fff;
    font-family: 'Bree Rg';
}


/* trust */
#trust{
    background-position: center;
    background-size: cover;
    background-image: url(../img/back.jpg);
    padding: 60px 0; 
}
.trust-wrapper-1{
    margin: auto;
    width: 700px;
    text-align: center;
    padding-bottom: 45px;
}
.trust-wrapper-1 h2{
    margin-bottom: 20px;
}
.trust-wrapper-2{
    margin: auto;
    width: 600px;
}
.trust-wrapper-2 p{
    font-weight: normal;
    font-family: 'Gandhi Sans';
}
.trust-wrapper-2 p span{
    font-weight: lighter;
}
.trust-wrapper-3{
    position: relative;
    padding: 40px 0;
    margin: auto 0;
}
.trust-wrapper-3 h4{
    color: #fff;
    font-family: 'Bree Rg';
    font-weight: bold;
    font-size: 30px;
    width: 460px;
}
.trust-wrapper-3 h4 span.forty{
    font-family: 'FortQuinsyRegular';
}
.trust-wrapper-3 h4 span.regular{
    font-weight: normal;
}
.trust-wrapper-3 ul li{
    color: #fff;
    font-weight: bold;
    font-family: 'Gandhi Sans';
}
.trust-wrapper-3 p{
    color: #fff;
    font-weight: normal;
    font-family: 'Gandhi Sans';
}
.trust-wrapper-3::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 150%;
    background: rgb(27,169,217);
    background: linear-gradient(180deg, rgba(27,169,217,1) 0%, rgba(26,193,215,1) 100%);
    top: 0;
    left: -20%;
    border-radius: 0 190px 190px 0;
}
.trust-img-1{
    position: relative;
}
.banner-desc{
    background-image: url(../img/banner-desc.png);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.banner-desc h5{
    color: #fff;
    font-family: 'Bree Rg';
    font-weight: bold;
    font-size: 30px;
    margin: auto 0;
}
.banner-desc .btn-prim{
    background: #09B0EB;
}
.trust-img-2{
    width: 166px;
}



/* people */

.people h1{
    color: #FFC130;
} 
#people{
    background-image: url(../img/back.jpg);
    padding: 50px 0;
}
.people-wrapper-1 h2{
    display: flex;
    color: #0E3751;
    margin-bottom: 20px;
}
.people-wrapper-1 h2 span{
    margin: auto 10px auto 0px;
}
.people-wrapper-1 {
    padding: 40px 0 30px 0;
}
.people-wrapper-1 p{
    text-align: justify;
}

.accordion-button{
    background: transparent;
}
.accordion-item{
    margin-bottom: 30px;
    background: transparent;
    border-radius: 30px !important;
    border: 2px solid #FFC130 !important;
}
.accordion-button{
    color: #363636;
    font-size: 20px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #FFC130;
    outline: 0;
    box-shadow: #FFC130;
}
.accordion-button:not(.collapsed) {
    color: #363636;;
    background-color: transparent;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

#people2{
    background: rgb(1,41,66);
    background: linear-gradient(180deg, rgba(1,41,66,1) 0%, rgba(18,34,49,1) 100%);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

#people2 p,#people2 .accordion-button{
    color: #fff;
}


/* planet */
.planet h1{
    color: #97C11E;
}
.p-page{
    background-image: url(../img/back.jpg);
    overflow: hidden;
}
.p-content{
    width: 75%;
}
.p-page{
    position: relative;
}
#planet-meta{
    padding: 50px 0 0px 0;
}
.planet-wrapper-1-1{
    text-align: center;
    margin-bottom: 25px;
}
.planet-wrapper-1-1 h3{
    font-family: 'Bree Rg';
    font-weight: bold;
    color: #97C11E;
    font-size: 34px;
}
.planet-wrapper-1-2 h2{
    display: flex;
    color: #0E3751;
    margin-bottom: 20px;
}
.planet-wrapper-1-2 h2 span{
    margin: auto 10px auto 0px;
}
.planet-wrapper-1-2 {
    padding: 20px 0 20px 0;
    width: 300px;
    text-align: justify;
}
.planet-wrapper-1-2 p{
    font-family: 'Gandhi Sans';
    font-weight: bold;
}
.planet-btn-modal{
    margin: 30px 0;
}

/* sidebar */
.sidebar{
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
    position: absolute;
    top: 261px;
    right: 0;
    width: 25%;
    min-height: 1000px;
    height: 100%;
    background: rgb(11,71,37);
    background: linear-gradient(180deg, rgba(11,71,37,1) 0%, rgba(22,79,24,1) 50%, rgba(2,13,2,1) 100%);
    padding: 80px 20px;
}
.p-menu h5{
    color: #97C11E;
    font-family: 'Evander';
    font-weight: bold;
    margin-bottom: 20px;
}
.p-menu ul li a{
    color: #fff;
    font-family: 'Evander';
    font-weight: bold;
    padding: 15px;
    display: block;
}
.p-menu ul li a.active{
    color: #97C11E;
}
.p-menu ul {
    padding: 0;
    list-style: none;
}
/* .p-menu ul li{
    display: flex;
} */
.p-menu ul li img {
    margin: auto 0 auto 15px;
}
.p-menu .separador{
    width: 80%;
    height: 1px;
    background: #fff;
}
.p-submenu{
    padding-left: 30px !important;
}
.p-submenu ul li a.active{
    color: #97C11E;
}



.btn-menu{
    background: rgb(11,71,37);
    /* background: linear-gradient(0deg, rgba(11,71,37,1) 0%, rgba(22,79,24,1) 50%, rgba(2,13,2,1) 100%); */
    position: relative;
    text-align: center;
    border: 0;
    padding: 2px 12px;
    display: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.icon-menu-1{
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 7px 0;
}
.sidebar.open .btn-menu{
    left: initial;
    background: transparent;
    right: 0;
}
.btn-menu .close{
    display: none;
}
.sidebar.open .btn-menu .close{
    display: block;
}

.btn-menu .icon-menu-1{
    display: block;
}
.sidebar.open .btn-menu .icon-menu-1{
    display: none;
}



/* planet economia */
#planet-economia{
    padding: 0px 0 50px 0;
}
#planet-economia .titulo{
    font-family: 'Bree Rg';
    font-weight: bold;
    color: #97C11E;
    text-align: center;
    margin-bottom: 30px;
    font-size: 34px;
}
#planet-economia .subtitulo{
    font-family: 'Bree Rg';
    margin-bottom: 40px;
    color: #0E3751;
    font-size: 26px;
}
#planet-economia .p-content, #planet-meta .p-content{
    padding: 0 70px;
}
.box-recicla{
    text-align: center;
    margin: 20px 0 50px 0;
    padding: 0 25px;
}
.box-recicla img{
    width: 135px;
}
.box-recicla h4{
    font-family: 'Bree Rg';
    font-weight: bold;
    color: #363636;
    margin-bottom: 15px;
    font-size: 26px;
}
.box-recicla h6{
    font-family: 'Bree Rg';
    font-weight: normal;
    color: #363636;
    font-size: 18px;
}


/* planet economia */
#planet-blue{
    padding: 50px 0 50px 0;
}
#planet-blue .titulo{
    font-family: 'Bree Rg';
    font-weight: bold;
    color: #09B0EB;
    text-align: center;
    margin-bottom: 30px;
    font-size: 34px;
}
.planet-wrapper-3-1 h2{
    display: flex;
    color: #0E3751;
    margin-bottom: 20px;
}
.planet-wrapper-3-1 h2 span{
    margin: auto 10px auto 0px;
}
.planet-wrapper-3-3{
    max-width: 735px;
}
.planet-wrapper-3-3-1{
    max-width: 570px;
}
.planet-wrapper-3-3 img{
    margin-top: 15px;
    margin-bottom: 45px;
    width: 85%;
}
.planet-wrapper-3-4 h6, .planet-wrapper-3-5 h6{
    font-family: 'Bree Rg';
    font-weight: normal;
    color: #0E3751;
    font-size: 18px;
}
.planet-wrapper-3-6{
    text-align: center;
}
.planet-wrapper-3-4 ul, .planet-wrapper-3-5 ul{
    list-style: none;
    padding: 0;
}
.planet-wrapper-3-4 ul li span{
    color: #09B0EB;
    font-weight: bold;
}
.planet-wrapper-3-5 ul li span{
    color: #97C11E;
    font-weight: bold;
}
.divisor{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.divisor img{
    height: 100%;
}
.planet-wrapper-3-4{
    margin-right: 10px;
} 



#desempeno{
    background-position: center;
    background-size: cover;
    background-image: url(../img/back.jpg);
    padding: 60px 0;  
}
.desempeno-wrapper-1{
    padding: 45px 160px 45px 0;
}


/* ViRo */
#planet-viro{
    padding: 50px 0 50px 0;
}
#planet-viro .p-content {
    padding: 0 100px;
}

.planet-wrapper-4-1 h5{
    color: #0E3751;
    font-family: 'Bree Rg';
    font-weight: 400;
    display: flex;
    font-size: 28px;
}
.planet-wrapper-4-1 img{
    width: 58px;
    margin: auto 5px;
}


/* Biorene */
#planet-biorene{
    padding: 50px 0 50px 0;
}
#planet-biorene .p-content {
    padding: 0 98px;
}
#planet-biorene .text-subtitle{
    font-size: 28px;
    margin-bottom: 15px;
}
.planet-wrapper-5-1 h4 span, .planet-wrapper-5-4 h4 span{
    margin: auto 0 0 0;
}
.planet-wrapper-5-1 h4 img, .planet-wrapper-5-4 h4 img{
    margin: 0 10px;
    top: -5px;
    position: relative;
    width: 100px;
}
#planet-biorene h6{
    color: #0E3751;
    font-family: 'Bree Rg';
    font-style: italic;
    font-size: 20px;
    margin-bottom: 15px;
}
.planet-wrapper-5-2{
    padding: 0 60px;
}
.bio-img{
    width: 130px;
    position: relative;
    bottom: 10px;
}
.planet-wrapper-5-3 ul{
    list-style: none;
}
.planet-wrapper-5-3 ul li span{
    color: #97C11E;
    font-weight: 700;
}

/* QrPS */
#planet-qrps{
    padding: 50px 0 50px 0;
}
#planet-qrps .p-content {
    padding: 0 98px;
}
#planet-qrps .text-subtitle{
    font-size: 28px;
    margin-bottom: 15px;
}
#planet-qrps h3{
    color: #082132;
    font-family: 'Bree Rg';
    font-weight: 700;
}
.qrps-tit{
    margin-left: 15px;
}

.logo-qrps::after{
    content: "";
    /* background: #363636; */
    background: rgba(54, 54, 54, .4);
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;

}
.tit-p{
    color: #082132;
    font-family: 'Bree Rg';
    font-weight: 700; 
    margin-left: 15px;
}

.planet-wrapper-6-1 h4 span{
    margin: auto 0 0 0;
}
.planet-wrapper-6-1 h4 img{
    margin: 0 10px;
    top: -5px;
    position: relative;
    width: 140px;
}
.planet-wrapper-6-2 h5{
    font-size: 26px;
    color: #0E3751;
    font-family: 'Bree Rg';
    font-weight: 700;
    font-style: italic;
}
.planet-wrapper-6-2 h5 span{
    color: #97C11E;
}
.planet-wrapper-6-2 {
    padding-top: 18px;
}
.planet-wrapper-6-3{
    height: 290px;
    position: relative;
}
.planet-wrapper-6-3 img{
    position: absolute;
    width: 490px;
    max-width: initial;
    right: 0;
}
.planet-wrapper-6-4{
    padding: 40px 24px 40px 0px;
}
.planet-wrapper-6-5 {
    position: relative;
    height: 100%;
}
.planet-wrapper-6-5 img{
    position: absolute;
    width: 265px;
    max-width: initial;
    right: 0;
}

.planet-wrapper-6-6 h4 span{
    margin: auto 0 0 0;
}
.planet-wrapper-6-6 h4 img{
    margin: 0 10px;
    top: -5px;
    position: relative;
    width: 140px;
}
.planet-wrapper-6-7 ul, .planet-wrapper-6-8 ul{
    padding: 0;
    list-style: none;
}
.planet-wrapper-6-7 ul span, .planet-wrapper-6-8 ul span{
    color: #97C11E;
    font-weight: 700;
}
.planet-wrapper-6-7 h6{
    color: #363636;
    font-size: 22px;
    font-family: 'Bree Rg';
}
.txt-ben-1{
    color: #09B0EB;
    font-family: 'Bree Rg';
    font-style: italic;
}
.txt-ben-1 span{
        color: #97C11E;
        font-size: 28px;
}
.ul-b li {
    display: flex;
    color: #363636;
    font-family: 'Gandhi Sans';
    font-weight: bold;
    font-size: 15px;
}
.ul-b li p{
    
    font-weight: normal;
}
.sp-g{
    font-weight: bold;
    margin-right: 5px;
    color: #97C11E;
 
}
/* .hg{
    height: 390px;
    position: relative;
}
*/
.hg img{
    position: relative;
    width: 400px;
    max-width: 400px;
    top: -48px;
    left: -40px;
} 

.p-menu  li div{
    border-bottom: 1px solid #fff;
}

.planet-wrapper-6-10 .btn-prim:hover {
    cursor: pointer;
}


.txt-sub{
    background: #09B0EB;
}


/* model reciclaje  */

.modal{
    z-index: 99999;
}
.modal-header{
    background: #97C11E;
}

.modal-body{
    border-radius: 0 0 35px 35px;
    -webkit-box-shadow: 19px 24px 11px -22px rgba(0,0,0,0.75);
    -moz-box-shadow: 19px 24px 11px -22px rgba(0,0,0,0.75);
    box-shadow: 19px 24px 11px -22px rgba(0,0,0,0.75);
}
.modal-body ul li{
    color: #000000;
    font-size: 14px;
}
.modal-body ul li span{
    color: #97C11E;
}
.modal-st .accordion-item{
    margin-bottom: 10px;
}
.modal-st .accordion-item{
    border: 2px solid #97C11E !important;
    border-radius: 35px !important;
}
.modal-st .accordion-button{
    background: transparent !important;
}
.modal-st .accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}
.icon-reciclaje{
    background: #97C11E;
    position: absolute;
    left: 0;
    margin: auto;
    padding: 10px;
    border-radius: 50%;
    right: 0;
    width: 80px;
    top: -55px;
}
.icon-reciclaje img{
    width: 100%;
}
.back-reci{
    background: #fff;
    border-radius: 50%;
    padding: 10px;
} 

.modal-st ul {
    list-style: none;
    padding: 0;
}

/* ------------------------------- */
.error-404{
    background: rgb(1,41,66);
    background: linear-gradient(180deg, rgba(1,41,66,1) 0%, rgba(18,34,49,1) 100%);
}
.content404{
    padding: 200px 0;
}
.content404 h2{
    font-size: 70px;
    color: #fff;
}
.content404 h1{
    font-size: 100px;
}


.subrayado{
    color: #fff;
    background: #09B0EB;
    padding: 5px 10px;
}

/* .p-page{
    display: grid; 
    grid-template-columns: 2fr 1fr;  
}

.p-menu{
    height: 800px;
    background: rgb(11,71,37);
    background: linear-gradient(0deg, rgba(11,71,37,1) 0%, rgba(22,79,24,1) 50%, rgba(2,13,2,1) 100%);
} */



/* Footer */

footer{
    padding: 0px 0 0 0;
    background: #122231;
    position: relative;
}
footer::before{
    content: "";
    width: 90%;
    border-top: #fff solid 0.25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}   

.menu-footer, .img-footer{
    padding: 0;
    list-style: none;
    display: flex;
}
.menu-footer{
    padding: 20px 0;
}
.menu-footer >li {
    padding: 20px 20px;
}
.menu-footer li a:hover{
    text-decoration: underline;
}

.img-footer{
    padding-top: 10px;
}
.menu-footer a{
    font-family: var(--font-bree-light);
    color: #fff;
    font-size: 12px;
}
.copy{
    color: #fff;
    font-size: 12px;
}

.img-footer > li {
    display: flex;
    padding: 0 45px;
}

.img-footer > li > div{
    margin: auto;
}

.li-blue-desc{
    display: none !important;
}
.menu-footer > li {
    line-height: 1;
}
/* 122231 */



.menu-sidebar-fixed .p-menu{
    position: fixed;
    top: 110px;
    width: 22%;
}


.wrapper-carucel .swiper-button-prev{
  left: -60px !important;
}
.wrapper-carucel .swiper-button-next{
  right: -60px !important;
}



@media (max-width: 1400px) {
    .menu-footer > li {
        padding: 20px 12px;
    }

    .banner-img2 img{
        width: 630px;
    }
    .banner-img1 img{
        width: 650px;
    }
    .banner-desc h5 {
        font-size: 26px;
    }
    .li-copy{
        padding: 0 !important;
        width: 380px;
    }
    .planet-wrapper-2-1{
        padding-right: 14px;
    }
    #planet-viro .p-content {
       padding: 0 35px;
    }
    #planet-biorene .p-content {
       padding: 0 30px;
    }
    #planet-qrps .p-content {
       padding: 0 46px;
    }
}

@media (min-width: 1200px) and (max-width: 1200px) {
    .sidebar{
        top: 259px;
    }
}

@media (max-width: 1200px) {
    .menu-footer > li {
        text-align: center;
        padding: 20px 7px;
    }

    .copy{
        font-size: 11px;
        text-align: center;
    }

    .banner-img1 img {
        width: 530px;
    }
    .banner-img2 img {
        width: 560px;
        top: 15px;
    }
    .banner-img2, #video {
        height: 440px;
    }

    .home-wrapper-4 {
        padding: 25px 0px 0px 0;
    }

    .trust-wrapper-3::before {
        width: 170%;
        left: -30%;
    }
    .banner-desc h5 {
        font-size: 22px;
    }
    .planet-wrapper-2-1{
        padding-right: 0px;
    }

    .nav-link {
        font-size: 14px;
    }
    /* .nav-item {
        max-width: 120px;
    } */
    .logo-resirene {
        right: -33px;
        height: 96px;
        top: -25px;
    }

    .area-content {
        padding: 76px;
    }
    #planet-biorene .p-content {
        padding: 0 0px;
    }

    #planet-qrps .p-content {
        padding: 0;
    }

    .planet-wrapper-6-10 .btn-prim {
        font-size: 12px;
    }

    .sidebar{
        top: 280px;
    }
    
    #planet-economia .p-content, #planet-meta .p-content {
       padding: 0;
    }
}
@media (min-width: 992px) and (max-width: 992px) {
    .sidebar{
        top: 280px;
    }
}
@media (max-width: 992px) {
    .nav-link{
        color: #363636;
    }
    .offcanvas.show{
        background-image: url(../img/back.jpg);
        background-repeat: repeat;
    }
    .nav-item {
        max-width: 100%;
        display: inline-block;
        width: 100%;
    }
    .navbar-toggler{
        position: fixed;
        right: 20px;
        top: 16px;
        z-index: 9999;
    }
    .navbar-toggler {
        background: #0E3751;
        border: 0;

    }
    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1em;
    }
    .logo-resirene {
 
        height: 62px;
        top: -9px;
    }


    /* banner */
    .banner-img1 img {
        width: 420px;
    }

    .banner-img2 img {
        width: 440px;
        top: 54px;
    }
    .banner-img2, #video {
        height: 390px;
    }

    .banner h2 {

        font-size: 34px;
    }
    .swiper-button-next-2 {
        right: 0;
    }
    .swiper-button-prev-2 {
        left: 0;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 24px;
    }

    /* home */
    .home-wrapper-1 {
        max-width: 100%;
    }
    #home .home-wrapper-3 {
        margin: 50px 0;
        padding: 40px 0;
    }
    #home .home-wrapper-3::before {
        right: -150px;
    }
    .home-wrapper-3-1 {
        width: 350px;
    }
    .home-row-4 > div{
        display: flex;
    }
    .home-row-4 > div > img{
        margin: auto;
    }

    .contacto-redes li {
        margin: 0 20px;
    }
    .contacto-redes li img {
        width: 50px;
    }
    .contacto-info li .icon img {
        height: auto;
    }
    .contacto-info {
        margin-bottom: 5px;
    }

    .compromiso-wrapper-1, .compromiso-wrapper-2, .compromiso-wrapper-3, .compromiso-wrapper-4 {
        width: 100%;
    }

    .area-content {
        padding: 18px;
    }
    .area-wrapper-2 {
        padding: 40px 0;
    }
    .area-wrapper-1 {
        width: 100%;
    }
 
    .trust-wrapper-3::before {
        width: 130%;
        left: -25%;
    }

    .gif-resirene {
        width: 110px;
    }

    .sidebar {
 
        top: 245px;
    }

    .desempeno-wrapper-1 {
        padding: 0;
    }

    #planet-viro .p-content {
       padding: 0px;
    }

    .planet-wrapper-6-3 img {
        position: absolute;
        width: 357px;
    }
    .planet-wrapper-6-5 img {
        width: 205px;
    }

    .hg img{
        position: relative;
        max-width: 100%;
        top: 0;
        left: 0;
    }

    .p-submenu {
       padding-left: 15px !important;
    }

}
@media (max-width: 852px) and (min-width: 768px){
    .logoqr{
        margin-right: 40px;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .img-footer > li {
        padding: 0 20px;
    }
    .menu-footer{
        display: inline;
    }
    .menu-footer > li {
        padding: 20px 23px;
        float: left;
    }

}
@media (max-width: 768px) {

    .menu-footer, .img-footer {
        display: initial;
    }
    .menu-footer > li {
        text-align: center;
        padding: 8px 7px;
    }
    .li-blue-desc{
        display: flex !important;
        padding: 20px 0 !important;
    }
    .li-blue, .li-desc{
        display: none !important;
    }
    .img-blue{
        padding-right: 50px;
    }
    .img-blue{
        max-width: 300px;
    }
    .img-desc{
        max-width: 80px;
    }

    .img-resirene{
        max-width: 200px;
    }

    /* banner */
    .banner-img1 {
        position: relative;
        width: auto;
    }
    .banner-img2 img {
        width: auto;
        top: auto;
        position: relative;
    }
    .banner-img2, #video {
        height: auto;
        padding-top: 20px;
    }

    /* home */
    #home {
        padding: 20px 0;
    }
    .home-wrapper-2 {
        padding: 35px 0 0px 0;
    }
    .home-img-1 {
        width: 259px;
        right: -104px;
        top: -39px;
        margin: auto;
    }
    #home .home-wrapper-3::before {
        right: 0;
    }
    .home-wrapper3-2{
        position: relative;
    }
 
    #home .home-wrapper-3 {
        margin: 0;
    }

    h1 {
        font-size: 60px;
    }
    .contacto-redes li img {
        width: 40px;
    }

    .compromiso-wrapper-3 img {
        height: 150px;
    }

    .area-content {
        padding: 20px;
    }


    .trust-wrapper-1 {
        width: 100%;
        padding-bottom: 20px;
    }
    .trust-wrapper-2 {
        width: 100%;
    }
    .banner-desc .btn-prim{
        padding: 12px 20px;
        font-size: 12px;
        border: 0;
    } 
    .trust-wrapper-3 {
        width: 100%;
        padding: 40px 10px;
    }
    .trust-wrapper-3::before {
        width: 100%;
        left: 0;
        border-radius: 0;
    }
    .trust-wrapper-3 h4 {
        font-size: 24px;
        width: 100%;
    }


    .sidebar {
        right: -30%  ;
        position: fixed; 
        top: 61px;
        z-index: 9;
    }

    #menu-planet{
        position: fixed;
        right: 20px;
        left: inherit;
        top: 70px; 
    }


    .btn-menu{
 
        display: block;
 
    }
    .p-content {
        width: 100%;
    }
    .planet-wrapper-1-2 {
        width: 100%;
    }

    #planet-economia .p-content, #planet-meta .p-content{
        padding: 0 ;
    }

    .box-recicla {
        margin: 25px 0 25px 0;
    }


 
    .content404{
        padding: 150px 0;
    }
    .content404 h2{
        font-size: 50px;
    }
    .content404 h1{
        font-size: 60px;
    }
 
    .dropdown-menu.open{
            display: block;
            
    }

    .salto{
        display: none;
    }

    .sidebar.open {
        right: 0%;
        transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
        width: 80%;
    }

    #planet-economia {
        padding: 25px 0 25px 0;
    }

    #planet-economia .subtitulo {
        margin-bottom: 21px;
        font-size: 24px;
    }
    .planet-wrapper-5-5{
        margin-top: 20px;
    }

    .planet-wrapper-6-5{
        display: none;
    }
    .planet-wrapper-6-3 img {
        position: relative;
    }
    .planet-wrapper-6-3 {
        height: auto;
        position: relative;
        text-align: center;
    }

    #planet-qrps h3 {
        font-size: 18px;
    }
    /* .sidebar {
        top: 61px;
    }
    .p-page {
        position: initial;
    } */

 

}
@media (max-width: 676px) {
    .logoqr{
        margin-right: 40px;
    }
}
@media (max-width: 576px) {
    .banner-img1 {
      width: 300px;
    }

    #compromiso {
        padding: 20px 0;
    }
    .compromiso-wrapper-1 {
        padding: 15px 0;
    }
    .compromiso-wrapper-2 {
        padding: 10px 0;
    }
    .compromiso-wrapper-3 {
        padding: 25px 0;
    }
    .compromiso-wrapper-3 img {
        height: auto;
    }

    .area-img {
        height: 250px;
        width: 100%;
        position: relative;
    }
    .area-img-1 {
        width: 340px;
    }
    #area {
        padding: 50px 0 0 0;
    }
    .area-wrapper-1 {
        padding: 0 0 40px 0;
    }


    .banner-desc h5 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .people-img{
        width: 250px;
        margin: auto;
    }
    .people-wrapper-2{
        margin-bottom: 25px;
    }
    #people {
        padding: 20px 0;
    }

    .home-wrapper-3-1 {
        width: 100%;
        padding-right: 15px;
    }

    .trust-img-1 {
        width: 325px;
        margin: auto;
    }


    .logo {
        width: 110px;
    }
    .logo-resirene {
        height: 53px;
    }
    .logoqr {
        margin-right: 65px;
        width: 105px;
    }
    .navbar-toggler {
        top: 12px;
    }
    .li-copy {
        width: 100%;
    }
    .sidebar {
        top: 52px;
    }

    .divisor{
        display: none;
    }

    .txt-onu {
        color: #363636;
        font-size: 15px;
    }

}
@media (max-width: 410px) {
    .logoqr{
        margin-right: 60px;
    }
}
@media (max-width: 340px) {
    .logoqr{
        margin-right: 60px;
        width: 80px;
    }
    .logo-resirene {
        right: 0;
    }
    .logo {
        width: 85px;
    }
 
}

@media (max-width: 300px) {
    .logoqr {
        margin-right: 60px;
        width: 70px;
    }
    .logo-resirene {
        height: 49px;
    }
    .navbar-toggler {
        top: 10px;
        right: 10px;
    }
}