@charset "utf-8";
* {
    outline: none !important
}

html {
    height: 100%;
}

body {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #616161;
    min-width: 320px;
    margin: auto;
    background: #fff;
    line-height: 19px;
}

.align-leaf img {
    align-self: baseline;
}

.h-100 {
    height: 100% !important;
}

.to-upper {
    text-transform: uppercase;
}

.bold {
    font-weight: 700;
}

.extra-bold {
    font-weight: 800;
}

body p {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: normal
}

.container {
    margin: auto;
    line-height: 23px;
    text-align: justify;
    position: relative;
    color: #757575;
    max-width: 1126px;
}

.animar {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#header {
    background: white;
    width: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
}

#darkTop {
    position: relative;
}

.contentDarkTop {
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

#logo a {
    display: block;
    position: relative;
}

#logo img {
    display: block;
    width: 100%;
    height: auto;
}

#redes {
    width: auto;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 15px;
    display: flex;
    align-items: center;
}

#redes a {
    color: #ffffff;
    height: 32px;
    width: 32px;
    text-align: center;
    display: inline-block;
    margin-right: 16px;
}

#redes a:last-child {
    margin-right: 0;
}

#redes a .fa {
    display: none;
}

#redes .fb {
    background: url(../images/social-icons/facebook.png) center center no-repeat;
}

#redes .tr {
    background: url(../images/social-icons/twitter.png) center no-repeat;
}

#redes .in {
    background: url(../images/social-icons/instagram.png) center center no-repeat;
}

#redes .lk {
    background: url(../images/social-icons/linkedin.png) center center no-repeat;
}


#redes a:hover, #redes a:focus {
    transform: scale(1.1);
}

#topMenu {
    height: 74px;
    width: 100%;
    position: relative;
    background: url(../images/banner/menu.png);
}

#menu {
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

#menu ul {
    margin: 0;
    position: relative;
}

#menu ul:before,
#menu ul:after {
    display: block;
    content: "";
    clear: both;
}

#menu li {
    position: relative;
}

#menu li:before {
    content: '';
    position: absolute;
    top: calc(50% - 8.5px);
    right: -0.5px;
    width: 1.1px;
    height: 17px
}

#menu li a {
    display: block;
    position: relative;
    background: transparent;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.25px;
    font-weight: 700;
}

#menu li:first-child {
}

#menu li:last-child {
    float: right;
    background: transparent;
}

#menu li:last-child:before {
    width: 0;
    height: 0;
    border-radius: 0;
}

#menu li.active a, #menu li a:hover, #menu li a:focus {
    color: #ffffff;
}

#menu li.active a:before, #menu li a:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: #ffffff;
}


/*Footer*/
#datFooter {
    background: #002C13;
}

#datFooter a {
    color: #616161;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.25px;
    font-size: 16px;
}

#datFooter ul {
    display: inline-block;
}

#datFooter li {
    list-style: none;
}

#datFooter .tit {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000101;
    line-height: 23px;
    padding-bottom: 20px;
}


#footer {
    text-align: center;
    font-size: 11px;
    color: #FFF;
    background: #1B1B1B;
    line-height: 18px;
    font-family: 'Arial', sans-serif;
    min-height: 44px;
}

#footer .container {
    font-family: inherit;
    font-size: inherit;
}

#footer .tfooter {
    color: #FFF;
    line-height: 16px;
    text-align: left;
}

#footer #powered {
    color: #FFF;
    line-height: 16px;
    width: auto;
    text-align: right;
}

#footer a {
    color: #FFF;
}

#footer #powered a {
    background: url(../images/iconGlobal.png) no-repeat center left;
    padding: 3px 0 3px 20px
}

#footer a:hover {
    text-decoration: underline;
}

#footer #powered a {
    color: #FFF;
}


#footer .tfooter,
#footer #powered {
    text-align: center;
}

#footer .tfooter span {
    display: block;
    text-align: center;
    line-height: 18px
}

/*Footer*/


/*==================     ToTop     ======================*/
a.toTop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 37px;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    background: #000;
    border: solid 1px #fff;
    left: 21px;
    bottom: 65px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 20;
    opacity: .75
}

a.toTop:hover,
a.toTop:active {
    color: #000;
    text-decoration: none;
    opacity: 1;
    background: #fff
}

a#toTop
a#toTop .fa {
    color: #FFF !important;
}

a.toTop:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.mobile .toTop,
.tablet .toTop {
    display: none !important;
}


#sliderTop {
    height: 330px;
    margin-top: 0px;
}

#sliderTop .slides li {
    height: 330px;
    position: relative;
    background-position: center center !important
}

#sliderTop .slides li img {
    display: none;
}

.contSlider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contSlider .container {
    height: 100%;
}

.contSlider .container .caption {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #ffffff;
    position: absolute;
    right: 15px;
    bottom: 53px;
    line-height: 50px;
    text-align: right;
    text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.35);
}

.contSlider .container .caption strong {
    display: block;
}

.flex-direction-nav a {
    width: 34px;
    height: 35px;
}

.flex-direction-nav .flex-prev {
    margin-left: -360px;
    opacity: 1;
    background: url(../images/slider/prev.png);
}

.flex-direction-nav .flex-next {
    margin-left: -320px;
    opacity: 1;
    background: url(../images/slider/next.png);
}

#main {
    overflow: hidden
}

.desktop .wow {
    visibility: hidden;
}

#formTop {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    background: #005C00;
}

#frmContacto {
    overflow: hidden;
}

#frmContacto .tit {
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    text-align: center;
}

#frmContacto .row {
    margin: 0 -4px;
}

#frmContacto div[class*="col-"] {
    padding: 0 8px;
}

#frmContacto .form-group {
    margin-bottom: 13px;
}

#frmContacto .form-control {
    display: block;
    height: 51px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: "Verdana", serif;
    font-size: 11px;
    font-weight: 400;
    color: #949494;
    box-shadow: inset 0 1px 1px transparent !important;
    border: 1px solid #d5d5d5;
}

#frmContacto .textarea {
    height: 112px;
    padding-top: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset] {
    display: inline-block;
    height: 42px;
    background: #00CF67;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 11px;
    width: 83px;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
}

#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover {
    opacity: .8
}

#frmContacto .error input,
#frmContacto .error textarea {
    border: solid 1px #000;
    background: rgba(255, 216, 217, 1.00);
    color: #000
}

.frmContacto input::-webkit-input-placeholder {
    color: #959595;
    opacity: 1;
}

.frmContacto input:-moz-placeholder {
    color: #959595;
    opacity: 1;
}

.frmContacto input::-moz-placeholder {
    color: #959595;
    opacity: 1;
}

.frmContacto input:-ms-input-placeholder {
    color: #959595;
    opacity: 1;
}

.frmContacto textarea::-webkit-input-placeholder {
    color: #959595;
    opacity: 1;
}

.frmContacto textarea:-moz-placeholder {
    color: #959595;
    opacity: 1;
}

.frmContacto textarea::-moz-placeholder {
    color: #959595;
    opacity: 1;
}

.frmContacto textarea:-ms-input-placeholder {
    color: #959595;
    opacity: 1;
}

.frmContacto input:focus::-webkit-input-placeholder {
    opacity: 0.5
}

.frmContacto input:focus:-moz-placeholder {
    opacity: 0.5
}

.frmContacto input:focus::-moz-placeholder {
    opacity: 0.5
}

.frmContacto input:focus:-ms-input-placeholder {
    opacity: 0.5
}

.frmContacto textarea:focus::-webkit-input-placeholder {
    opacity: 0.5
}

.frmContacto textarea:focus:-moz-placeholder {
    opacity: 0.5
}

.frmContacto textarea:focus::-moz-placeholder {
    opacity: 0.5
}

.frmContacto textarea:focus:-ms-input-placeholder {
    opacity: 0.5
}

#frmContacto .has-error .form-control-feedback {
    line-height: 36px;
    height: 100%;
}

#frmContacto .has-error input {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#dirMap {
    background: #464646;
}

#dirMap .tit {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 26.5px 0;
}


#textHome1 {
    padding: 150px 0;
    background: #3C3A41;
}

.titleHome1 {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    color: #00CF68;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    line-height: 40px;
}

.titleHome1 .first-text {
    font-size: 43px;
}

.titleHome1 .second-text {
    font-size: 33px;
}

.home2 a {
    display: block;
    width: 178px;
    height: 45px;
    border-radius: 5px;
    background: #fcfcfc;
    margin-left: auto;
    color: #6e6e6e;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

#textNos1 {
    padding-top: 137px;
    padding-bottom: 121px;
}

.contentNos1 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #616161;
}

.contentNos1 span {
    display: block;
}

.titleNos1 {
    color: #2b2b2b;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.titleNos1 strong {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 0 5px;
}

.titleNos1:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #2594bf;
}

.contentNos1 a {
    display: block;
    width: 284px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background: #2594bf;
    border-bottom: solid 2px #05b9ff;
    border-radius: 5px;
    line-height: 48px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

#textNos2 {
    background: url(../images/nosotros/fondo1.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

#textNos2:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 100%;
    background: #ffffff;
}

.contentNos2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.itemNos1 {
    width: 50%;
    height: 536px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 25px;
}

.itemNos2 {
    width: 50%;
    height: 536px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 25px;
}

.cntNos2 {
    background: url(../images/nosotros/bg.png);
    padding-top: 33px;
    padding-bottom: 33px;
    padding-right: 34px;
    max-width: 445px;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
}

.cntNos22 {
    text-align: right;
    padding-right: 0px;
    padding-left: 34px;
}

.cntNos2:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 100%;
    background: url(../images/nosotros/bg.png);
}

.cntNos22:before {
    left: auto;
    right: -50px;
}

.titleNos2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 19px;
}

.subtitleNos1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.25;
    padding-bottom: 15px;
}

#textNos3 {
    padding: 52px 0;
}

#textProductos1 {
    background: #3a3a3a;
}

.contentProductos1 {
    line-height: 101px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
}

.contentProductos1 a {
    position: absolute;
    right: 0;
    top: calc(50% - 25px);
    line-height: normal;
}

.contentProductos1 a:hover {
    opacity: 0.85;
}

#textProductos2 {
    padding-top: 68px;
    padding-bottom: 29px;
}

#textProductos2 .row {
    margin: 0 -11.33px;
}

#textProductos2 div[class*="col-"] {
    margin-bottom: 29px;
    padding: 0 11.33px;
    width: 33.333%;
}

.contGaleria {
    margin: auto;
    max-width: 233px;
    padding: 9.5px;
    border: solid 1px #9e9e9e;
}

.contGaleria figure {
    position: relative;
}

.contGaleria a:hover figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/galeria/hover.png?v2) center no-repeat;
    background-size: cover;
}

.noHayImg {
    padding-bottom: 39px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.noHayProd, .noHaycats {
    padding-bottom: 45px;
    padding-top: 45px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.noHaycats {
    padding-top: 0;
    padding-bottom: 17px;
}

.todoProds {
    cursor: pointer;
}

.contentCats {
    background: #2594bf;
    margin-bottom: 62px;
}

.contentCats ul:before,
.contentCats ul:after {
    display: block;
    content: "";
    clear: both;
}

.contentCats ul {
    list-style: none;
    margin: 0;
    position: relative;
}

.contentCats ul li {
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 55px;
    height: 55px;
    float: left;
    padding: 0 12px;
    margin-right: 1px;
    margin-top: 5px;
}


.contentCats ul li.active, .contentCats ul li:hover {
    color: #535353;
    background: #ffffff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.contentCats ul li.active, .contentCats ul li:hover {
    color: #535353;
    background: #ffffff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.productosRsp {
    padding-bottom: 45px;
}

.colfProd1 {
    padding-right: 50px;
}

.colfProd2 {
    padding-left: 0;
}

.productosRsp ul {
    margin-left: 18px;
}

.productosRsp li {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 11px;
    color: #616161;
    text-align: left;
}


#textCont1 {
    padding-top: 62px;
    padding-bottom: 11px;
}

/**
Start Merge
 */

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
    background-color: #8ec542;
}

.rd-mobilepanel .rd-mobilepanel_title {
    top: 0;
    bottom: 0;
}

.rd-mobilepanel .rd-mobilepanel_title #logoMovil {
    height: 100%;
}

.rd-mobilepanel .rd-mobilepanel_title #logoMovil img {
    -o-object-fit: contain;
    object-fit: contain;
}

.rd-mobilemenu_ul {
    background: #8ec542;
}

#menu {
    display: none;
}

#menu .container {
    display: flex;
}

#menu .container #logo {
    display: flex;
    align-items: center;
}

#menu .container #logo a img {
    width: 150px;
}

#menu .container .nav {
    display: flex;
    align-items: center;
}

#menu .container .nav li:last-of-type {
    margin-right: 0;
}

#menu .container .nav li a {
    font-size: 16px;
    color: #5f3811;
    padding: 5px 10px;
}

#menu .container .nav li a:before {
    background: #8cc241;
    width: 3rem;
    margin: 0 auto;
}

#menu .container .nav li a.bg-link {
    background: #8ec542;
    color: #fff;
    border-radius: 50px;
}

#menu .container .social-networks {
    display: flex;
    align-items: center;
}

#menu .container .social-networks .social-network:last-of-type {
    margin-left: 10px;
}

#menu .container .social-networks .social-network a {
    display: flex;
}

#menu .container .social-networks .social-network a:hover:before {
    display: none;
}

.footer-information {
    background-color: #2c2c2c;
    padding: 2rem 0 2rem 0;
    border-bottom: 3px solid #8ec542;
}

.footer-information .container .menu h3,
.footer-information .container .contact h3,
.footer-information .container .direction h3 {
    color: #8ec542;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.footer-information .container .menu ul,
.footer-information .container .contact ul,
.footer-information .container .direction ul {
    list-style: none;
}

.footer-information .container .menu ul li,
.footer-information .container .contact ul li,
.footer-information .container .direction ul li {
    margin-top: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.footer-information .container .menu ul li img,
.footer-information .container .contact ul li img,
.footer-information .container .direction ul li img {
    margin-right: 3px;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-information .container .menu ul li img.direction-image,
.footer-information .container .contact ul li img.direction-image,
.footer-information .container .direction ul li img.direction-image {
    align-self: flex-start;
    padding-top: 4px;
    margin-right: 3px;
}

.footer-information .container .menu ul li a,
.footer-information .container .contact ul li a,
.footer-information .container .direction ul li a {
    display: flex;
    color: #fff;
}

.footer-information .container .contact {
    margin-top: 1rem;
}

.footer-information .container .direction {
    margin-top: 1rem;
}

#footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    background-color: #2c2c2c;
}

@media (max-width: 767px) {
    #footer {
        margin-bottom: 42px;
    }

    .asesoria-info .asesoria .container,
    .asesoria-info .capacitacion .container,
    .asesoria-info .sector .container {
        position: relative;
        padding: 3rem 2rem 3rem 2rem;
    }

    .asesoria-info .asesoria.asesoria .container,
    .asesoria-info .capacitacion.asesoria .container,
    .asesoria-info .sector.asesoria .container {
        padding: 3rem 2rem 0 2rem;
    }

    .asesoria-info .asesoria.asesoria .text .row2 p,
    .asesoria-info .capacitacion.asesoria .text .row2 p,
    .asesoria-info .sector.asesoria .text .row2 p {
        max-width: 450px;
        margin: 0 auto;
    }

    .asesoria-info .asesoria.capacitacion:before,
    .asesoria-info .capacitacion.capacitacion:before,
    .asesoria-info .sector.capacitacion:before {
        content: "";
        position: absolute;
        background-image: url("../images/textures/2.png");
        width: 100%;
        height: 100%;
        background-position: center;
    }
}

#footer #powered {
    margin-top: 5px;
}

.splide {
    margin-top: 56px;
    position: relative;
}

.splide .slider-message {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 20px;
    width: 100%;
}

@media (max-width: 499px) {
    .splide .slider-message {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: auto;
        left: 0;
        right: 0;
    }
}

.splide .slider-message:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 20px;
}

.splide .slider-message h1 {
    font-weight: 700;
}

.splide .slider-message h2 {
    font-weight: 400;
}

.splide .slider-message h1,
.splide .slider-message h2 {
    color: #8ec542;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    line-height: 18px;
}

.splide__list {
    height: 200px;
}

.splide__list .splide__slide {
    height: 100%;
}

.splide__list .splide__slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.splide__pagination__page {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: #fff;
}

.splide__pagination__page.is-active {
    background: #90c444;
    transform: scale(1);
}

.splide__pagination li:last-of-type {
    margin-right: 0;
}

#datFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #8ec542;
    z-index: 10;
}

#datFooter .redes-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#datFooter .redes-list .redes-list-item {
    width: 100%;
}

#datFooter .redes-list .redes-list-item a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background: #8ec542;
    transition: background-color .5s;
}

#datFooter .redes-list .redes-list-item a:hover {
    transition: background-color .5s;
    background: #fff;
}

.banner-title {
    background-color: #82c800;
    padding: 1rem 0;
}

.banner-title.v2 {
    background: #70c000;
}

.banner-title.v2 .title-text {
    font-size: 14px;
}

.banner-title .title-text {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.banner-title .title-text.font-regular {
    font-weight: 400;
}

.welcome {
    background: #fff;
    padding: 1rem 5px;
}

.welcome .container .text-information h2 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #5f3811;
    padding: .6rem 0;
}

.welcome .container .text-information h2 .text-mark {
    color: #90c444;
    font-weight: 700;
}

.welcome .container .text-information .text-content {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: .8rem;
    line-height: 22px;
    color: #474747;
}

.welcome .container .text-information .text-content:last-of-type {
    margin-bottom: 0;
}

.welcome .container .images {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.welcome .container .images img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 500px;
}

.welcome .container .images img:last-of-type {
    margin-top: -4rem;
    width: 70%;
    max-width: 350px;
    z-index: 1;
}

.projects {
    background-image: url("../images/textures/1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem 5px;
    margin-top: 1rem;
}

.projects .container .project-grid {
    display: flex;
    flex-direction: column;
}

.projects .container .project-grid .project-item {
    text-align: center;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
}

.projects .container .project-grid .project-item h1 {
    font-size: 18px;
    font-weight: 900;
}

.projects .container .project-grid .project-item span.date {
    font-style: italic;
}

.projects .container .project-grid .project-item span.date,
.projects .container .project-grid .project-item span.subtitle {
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
}

.projects .container .project-grid .project-item.first {
    padding-right: 1rem;
    position: relative;
}

.projects .container .project-grid .project-item.first .description {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 10px;
}

.projects .container .project-grid .project-item.first .image {
    margin-top: .5rem;
    width: 7rem;
    margin-left: auto;
    margin-right: auto;
}

.projects .container .project-grid .project-item.first .image.only-desktop {
    display: none;
}

.projects .container .project-grid .project-item.first .image.only-small {
    display: block;
}

.projects .container .project-grid .project-item.second {
    margin-top: 2rem;
    padding-left: 1rem;
}

.projects .container .project-grid .project-item.second ul {
    list-style: none;
    margin-top: 10px;
}

.projects .container .project-grid .project-item.second ul li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.projects .container .project-grid .project-item.second .download-project {
    background: #008d77;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 1rem;
}

.projects .container .project-grid .project-item.second .download-project span {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.projects .container .project-grid .project-item.second .download-project img {
    margin-left: 10px;
}

.mision-vision {
    background-color: #2c2c2c;
    padding: 2rem 0;
}

.mision-vision .mision-vision-container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.mision-vision .mision,
.mision-vision .vision {
    max-width: 500px;
    margin: 0 auto;
}

.mision-vision .mision.vision,
.mision-vision .vision.vision {
    margin-top: 2rem;
}

.mision-vision .mision .container,
.mision-vision .vision .container {
    width: 100%;
}

.mision-vision .mision .container.vision-contaniner p,
.mision-vision .vision .container.vision-contaniner p {
    letter-spacing: 0;
}

.mision-vision .mision img,
.mision-vision .vision img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.mision-vision .mision h1,
.mision-vision .vision h1 {
    padding-top: 1rem;
    padding-bottom: .2rem;
    color: #8ec542;
    font-family: "Source Sans 3", sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.mision-vision .mision p,
.mision-vision .vision p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    line-height: 22px;
}

.valores-ambientales {
    padding: 2rem 0;
}

.valores-ambientales .container .valores-title {
    background-color: #8ec542;
    color: #5f3811;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 40px;
    font-weight: 500;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 15px;
}

.valores-ambientales .container .valores-grid {
    list-style: none;
    margin-top: 2rem;
    display: grid;
    justify-content: center;
    grid-row-gap: 10px;
}

.valores-ambientales .container .valores-grid .valores-item {
    display: flex;
    align-items: center;
}

.valores-ambientales .container .valores-grid .valores-item img {
    width: 35px;
}

.valores-ambientales .container .valores-grid .valores-item span {
    font-family: "Open Sans", sans-serif;
    margin-left: 10px;
    font-size: 15px;
    color: #4c4c4c;
    font-weight: 500;
}

.programs {
    padding: 2rem 0;
    position: relative;
}

.programs .information .program-title {
    font-family: "Source Sans 3", sans-serif;
    color: #5f3811;
    text-align: center;
    font-size: 16px;
}

.programs .information .program-title span {
    color: #82c800;
    font-weight: 900;
}

.programs .information .program-list {
    list-style: none;
    margin-top: 5px;
}

.programs .information .program-list .program-item {
    display: flex;
    align-items: center;
    text-align: left;
}

.programs .information .program-list .program-item:last-of-type {
    margin-bottom: 0;
}

.programs .information .program-list .program-item:nth-of-type(3) img {
    align-self: flex-start;
}

.programs .information .program-list .program-item img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 3px;
}

.programs .information .program-list .program-item span {
    color: #474747;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 500;
}

.programs .image {
    display: none;
}

.ambiental {
    background-image: url("../images/services/3.png");
    padding: 4rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ambiental .container h2 {
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.ambiental .container h2 span {
    color: #82c800;
    font-weight: 900;
}

.ambiental .container p {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ambiental .container .semades {
    background-color: #fff;
    max-width: 370px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
}

.ambiental .container .semades .text {
    color: #404040;
    text-align: center;
    margin-bottom: 10px;
}

.asesoria-info {
    position: relative;
}

.asesoria-info .asesoria,
.asesoria-info .capacitacion,
.asesoria-info .sector {
    position: relative;
}

.asesoria-info .asesoria.asesoria .text .row2 p,
.asesoria-info .capacitacion.asesoria .text .row2 p,
.asesoria-info .sector.asesoria .text .row2 p {
    color: #474747;
}

.asesoria-info .asesoria.asesoria .image,
.asesoria-info .capacitacion.asesoria .image,
.asesoria-info .sector.asesoria .image {
    align-self: end;
}

.asesoria-info .asesoria.capacitacion,
.asesoria-info .capacitacion.capacitacion,
.asesoria-info .sector.capacitacion {
    display: flex;
    flex-direction: column-reverse;
}

.asesoria-info .asesoria.capacitacion .container,
.asesoria-info .capacitacion.capacitacion .container,
.asesoria-info .sector.capacitacion .container {
    z-index: 2;
    width: 100%;
}

.asesoria-info .asesoria.capacitacion .image,
.asesoria-info .capacitacion.capacitacion .image,
.asesoria-info .sector.capacitacion .image {
    display: none;
}

.asesoria-info .asesoria h2,
.asesoria-info .capacitacion h2,
.asesoria-info .sector h2 {
    text-align: center;
    color: #5f3811;
    font-size: 16px;
    font-weight: 500;
}

.asesoria-info .asesoria h2 span,
.asesoria-info .capacitacion h2 span,
.asesoria-info .sector h2 span {
    color: #82c800;
    font-weight: 900;
}

.asesoria-info .asesoria p,
.asesoria-info .capacitacion p,
.asesoria-info .sector p {
    text-align: center;
    line-height: 20px;
}

.asesoria-info .asesoria ul,
.asesoria-info .capacitacion ul,
.asesoria-info .sector ul {
    list-style: none;
    margin-top: 5px;
    display: grid;
    justify-content: start;
}

.asesoria-info .asesoria ul li,
.asesoria-info .capacitacion ul li,
.asesoria-info .sector ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    text-align: left;
    color: #474747;
}

.asesoria-info .asesoria ul li:last-of-type,
.asesoria-info .capacitacion ul li:last-of-type,
.asesoria-info .sector ul li:last-of-type {
    margin-bottom: 0;
}

.asesoria-info .asesoria .row2,
.asesoria-info .capacitacion .row2,
.asesoria-info .sector .row2 {
    margin-top: 15px;
}

.asesoria-info .asesoria .image,
.asesoria-info .capacitacion .image,
.asesoria-info .sector .image {
    width: 100%;
    display: flex;
}

.asesoria-info .asesoria .image img,
.asesoria-info .capacitacion .image img,
.asesoria-info .sector .image img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.section-contacto .container .form-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #5e5e5e;
    text-align: center;
    padding: 12px 0;
    line-height: 20px;
}

.section-contacto #frmContacto .form-control {
    border: 1px solid #b0b0b0;
}

.section-contacto #frmContacto input[type=submit],
.section-contacto #frmContacto input[type=reset] {
    background: #5f3811;
}

.section-contacto .text-center {
    padding: 1rem 0;
}

.section-contacto .text-center .question .data-text {
    margin-bottom: 10px;
    font-family: "Verdana", serif;
    color: #5e5e5e;
}

.section-contacto .text-center .question .data-text .checkboxes label {
    padding-left: 15px;
    font-weight: 400;
}

.map {
    height: 350px;
}
