

/*----------------------------------------
	Navbar
----------------------------------------*/
.bg-header{
    background-color: rgba(25, 34, 33, 0.4);
}

.dropdown-menu.show {
    border: none;
    background-color: rgba(25, 34, 33, 0.4);
}

.dropdown-menu.show a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
}

.dropdown-menu.navbar-solid {
    min-height: 65px;
    background-color: #105f20;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(204,214,3,.7);
    text-decoration: none;
    background-color: transparent;
}

.bullet{
    font-size: 1.5rem;
    color: #f39200;
}

.navbar {
    min-height: 55px;
    margin-bottom: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}

.navbar.navbar-solid {
    min-height: 65px;
    background-color: #105f20;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: 1rem;
    margin-left: 1rem;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.9);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #FFFFFF;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link i {
    color: #2ba6ff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(204,214,3,.7);
}

/*----------------------------------------
	Banner
----------------------------------------*/

#banner img {
    width: 100%;
}



/*----------------------------------------
	Quienes Somos
----------------------------------------*/


#quieneSomos{
    background: url("../images/bg-nosotros.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}

#quieneSomos p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    text-align:justify;
    color: #FFFFFF;
}

#quieneSomos .btn-qs{
    background: #1c8525;
    border: 2px solid #1c8525;
    color: #ffffff;
    display: inline-block;
    width: 40%;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 20px;
    border-radius: 5px;
}


#quieneSomos .btn-qs:hover{
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}


#nosotros {
    background: url("../images/bg-sec-nosotros.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

#nosotros .list-group-item {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #4c4c4c;
    position: relative;
    display: block;
    padding: .75rem 4.25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
}

#nosotros h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #126119;
}

#nosotros p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: justify;
    word-spacing:-2px;
    color: #4c4c4c;
}

#nosotros .custom-border-aboutUs{
    border: 2px solid #1c8525;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/*----------------------------------------
	Reforestacion
----------------------------------------*/
#reforestacion{
    background: url("../images/bg-reforestacion.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}


#reforestacion h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #1c8525;
}

.bg-grupos-interes {
    background: url("../images/img-grupos-interes.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.bg-g-i-txt {
    background-color: #eeecef;
}

.bg-g-i-txt h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #1c8525;
}

.bg-g-i-txt h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #434343;
}

.bg-g-i-txt p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #434343;
}

.project-ref-info h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #1c8525;
}

.project-ref-info h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #767676;
}

.project-ref-info p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #767676;
}

/*----------------------------------------
	APADRINA
----------------------------------------*/
#apadrina {
    background: #ffffff;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}


#apadrina p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: justify;
    color: #4c4c4c;
}

#box-apardina{
    background: #ffffff;
    position: relative;
    padding-bottom: 4%;
}


#box-apardina .custom-border-aboutUs{
    background-color: #dcf4d2;
    border: 2px solid #dcf4d2;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}



#box-apardina h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

#box-apardina p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

/*----------------------------------------
	Empresa
----------------------------------------*/


#empresa{
    background: url("../images/bg-empresa.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

#empresa h2{
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    color: #ffffff;
}

#empresa ul {
    list-style-image: url("../images/leaf.png");
    margin-top: 30px;
    margin-left: 30px;
}

#empresa ul li {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: #ffffff;
}




/*----------------------------------------
	Project-indx
----------------------------------------*/

#project-indx{
    background: url("../images/bg-proyectos.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}



#project-indx p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    font-size: 1.35rem;
    margin-top: 30px;
}

.info-proj-p{
    margin-bottom: 46px;
}

#project-indx .btn-project-indx{
    background: #1c8525;
    border: 2px solid #1c8525;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 20px;
    border-radius: 5px;
}

#project-indx .btn-project-indx:hover{
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}

/*----------------------------------------
	Biorrefinacion
----------------------------------------*/

#banner-capomo{
    background: url("../images/bg-tittle-biorrefinacion.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 5%;
    padding-bottom: 9%;
}

.box-tittle-banner{
    background-color: #0a7b34;
    border: 2px solid #0a7b34;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 21%;
    padding: 10px;
}

.box-tittle-banner h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}


#banner-capomo h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #429649;
}

#banner-capomo p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #626262;
}


#biorrefinacion{
    background: url("../images/bg-biorrefinacion.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 10%;
    padding-bottom: 4%;
}

#biorrefinacion p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align:justify;
    color: #ffffff;
}

/*----------------------------------------
	GALERIA INTERIOR
----------------------------------------*/

#bg-tittle-galeria{
    background: url("../images/bg-tittle-galeria.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 14%;
    padding-bottom: 4%;
}

#bg-tittle-galeria h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: justify;
    color: #0a7b34;
}

#bg-tittle-galeria p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    font-size: 0.9rem;
    margin: 0;
    padding: 5px;
}

#bg-tittle-galeria p i {
    color: #96d269;
}

#galeria-section{
    background: #ffffff;
    position: relative;
    padding-bottom: 4%;
}

.flange{
    background-color: #0a7b34;
    border: 2px solid #0a7b34;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.flange:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0; height: 0;
    border-top: 10px solid #0a7b34;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}


.modal-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #0a7b34;
    margin: 0 auto;
}

.modal-dialog .close {
    position: absolute;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid transparent;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

/*----------------------------------------
	agraalef
----------------------------------------*/

#agroalef img {
    width: 100%;
}


/*----------------------------------------
	Galeria
----------------------------------------*/

#galeria{
    background: url("../images/bg-galeria.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 9%;
    padding-bottom: 9%;
}


#galeria h1 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    color: #0a7b34;
    text-align: center;
}




.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #b7cd96 0%, #2b3d11 100%);
    background: linear-gradient(45deg, #b7cd96 0%,#2b3d11 100%);
}

.hovereffect .overlayy {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 3em;
    text-align: left;
}

.hovereffect .overlayy img{
    width: 35%;
    margin: 0 auto;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    padding: 15% 0 10px 0;
    text-align: left;
}

.hovereffect .overlayy:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 25%;
    text-decoration: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}


.hovereffect:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect:hover .overlayy:before,
.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    text-decoration: none;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*----------------------------------------
	Contact
----------------------------------------*/

#contact {
    background: url("../images/bg-contact.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 6%;
    padding-bottom: 4%;
}

#contact h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #0a7b34;
}

#contact h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #0a7b34;
}

#contact a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #0a7b34;
    font-size: 1.2rem;
}

#contact a:hover {
    text-decoration: underline;
}

#contact a i {
    font-size: 1.3rem;
}

#contact .form-group {
    margin-bottom: 1rem;
}

#contact .form-control {
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b7cd96;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#contact .btn-send {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #0a7b34;
    width: 100%;
    padding: 8px;
    background-color: #d4ed01;
    border: 1px solid #d4ed01;
    cursor: pointer;
    margin-top: 7px;
}

#contact .btn-send:hover {
    color: #fff;
    background-color: #b6cb00;
    border: 1px solid #b6cb00;
}

#contact .successMsg p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #ffffff;
    padding: 0;
    margin-top: -30px;
    text-align: center;
}

/*----------------------------------------
	Mapa
----------------------------------------*/

.map {
    position: relative;
    min-height: 350px;
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #0c4c2b;
}

#map .gm-style-pbt{
    font-family: 'Futura Hv BT', sans-serif;
    color: #ffffff;
}



/*----------------------------------------
	Contacto
----------------------------------------*/

.contacto{
    background: url("../images/bg-footer.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 1%;
}

#contacto i {
    font-size: 1.3rem;
    color: #d4ed01;
}

#contacto a{
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none;
    color: #ffffff;
    margin-top: 10px;
}

#contacto ul{
    margin-left: 30px;
    margin-top: 30px;
    list-style: none;
}

#contacto ul li {
    margin-top: 10px;
}

#contacto ul li i {
    font-size: 1.3rem;
    color: #d4ed01;
}

#contacto ul li a{
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    text-decoration: none;
    color: #ffffff;
}

#contacto ul li a:hover{
    text-decoration: underline;
}

#contacto h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;

}

.contacto .form-group {
    margin-bottom: 1rem;
}

.contacto .form-control {
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b7cd96;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contacto input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.contacto .btn-send {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #0a7b34;
    width: 100%;
    padding: 8px;
    background-color: #d4ed01;
    border: 1px solid #d4ed01;
    cursor: pointer;
    margin-top: 7px;
}

.contacto .btn-send:hover {
    color: #fff;
    background-color: #b6cb00;
    border: 1px solid #b6cb00;
}

.contacto .successMsg p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #ffffff;
    padding: 0;
    margin-top: -30px;
    text-align: center;
}

.contacto div #recaptchaFooter {
    margin: 0 auto;
    width: 304px;
    border: 0;
}

.contacto #recaptchaFooter {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }




/*----------------------------------------
	DEFAULT
----------------------------------------*/

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

.wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 999999;
}



#privacidad-a{
    position:relative;
    padding-top: 6%;
    padding-bottom: 4%;
}

#priv-bod{
    background: url(../images/bg-reforestacion.jpg) center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 4%;
}

#privacidad-b h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #126119;
}

#privacidad-b h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #126119;
}


#privacidad-b p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4c4c4c;
}

#privacidad-b strong {
    color: #0a7b34;
}


#gracias {
    background-color: #105f20;
    padding-top: 4%;
    padding-bottom: 4%;
}

#gracias h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}

#gracias p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    margin-top: 1rem;
}

#gracias .btn-enlaces-thank-you {
    background: transparent;
    border-radius: 4px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer; }