/*
COLORS
Primary color:
Active color: #7EB22A
headers: Poppins #374047
body: Noto Sans 
*/

/*+++++++++++GENERAL+++++++++++*/

html body {
    font-size: 16px;
    line-height: 22px;
    /*    background: #C3DED7;*/
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

/*Hero titles*/
h1 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    color: #374047;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/*Page titles*/
h2 {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    color: #374047;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

/*Page subtitles*/
h3 {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    color: #374047;
    line-height: 30px;
    margin-top: 1.3em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

/*Paragraph ssubtitles*/
h4 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #374047;
    font-weight: 500;
    line-height: 23px;
    padding-top: 1em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

p,
label {
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    color: #374047;
    font-weight: 200;
    line-height: 23px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

li.footer-spacing {
    padding-bottom: 0
}

li {
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    color: #374047;
    font-weight: 200;
    padding-bottom: .8em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    color: #7EB22A;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.link-size a {
    font-size: 14px;
    margin-left: -10px;
}

a:hover {
    color: #374047;
    text-decoration: none;
}

.type {
    color: #000;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    padding-top: 5em;
}

.title-spacing {
    padding-bottom: .5em;
}

.footer-links {
    color: #ffffff;
}

.navbar-default {
    margin-bottom: 2em;
}

/*this changes the background color when active state*/
.navbar-default .navbar-nav > .active > a:hover {
    background-image: none;
    background-color: #7EB22A;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a {
    background-image: none;
    background-color: #7EB22A;
    color: #fff;
}

.logo {
    margin-top: -.6em;
    padding-left: 3em;
}

.push-dwn {
    padding-top: 0.7em;
}

.push-up {
    margin-top: .5em;
}

/*+++++++++++CALL OUT+++++++++++*/

.call-out {
    border: .5px #7EB22A;
    border-style: groove;
    padding: 30px;
    color: #7EB22A;
    margin: 40px 0;
    border-radius: 30px
}

.call-out-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: .4em
}

.call-out-body {
    font-size: 18px;
    color: #666;
    line-height: 1.3em
}

.call-out-btn {
    margin-top: 1em;
    border: #7EB22A;
    border-radius: 5px;
    padding: 8px 24px;
    color: #fff;
    background: #7EB22A
}

.call-out-btn:hover {
    color: #fff;
    background: #6F9C27
}


/*+++++++++++HOME PG+++++++++++*/

#hero {
    display: table;
    position: relative;
    width: 100%;
    height: 730px;
    text-align: center;
    background: url(../img/hero-image.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#hero h1 {
    font-size: 2.7em;
    margin-top: 7em;
    padding: 1.7em 2em 0 2em;
    line-height: 1.4em;
    width: 100%;
    color: white;
}

#hero .strip {
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 3em;
    max-height: 100%;
}

#hero .btn-primary {
    background-color: #7EB22A;
    background-image: none;
    border-color: #7EB22A;
    padding: .8em 3em;
    text-shadow: none;
    box-shadow: none;
}

#hero .btn-primary:hover {
    background-color: #fff;
    border-color: #7EB22A;
    color: #7EB22A;
}

#myModal {
    text-align: left;
}

.btn-success {
    margin-top: 1em;
    background-color: #7EB22A;
    color: #fff;
    border-color: #7EB22A;
    background-image: none;
    text-shadow: none;
    padding: .7em 2.5em;
}

.btn-success:hover {
    background-color: #fff;
    color: #7EB22A;
    border-color: #7EB22A;
    background-image: none;
    padding: .7em 2.5em;
}

#noticias {
    padding-top: 3em;
}


#noticias i {
    padding-top: .8em;
    color: #006B4F;
}

.navbar-brand {
    margin-bottom: .7em;
}

/*+++++++++++LAB+++++++++++*/
.lab-special {
    margin-top: 2em
}

/*
@media only screen and (min-width:100px) and (max-width: 300px) {
    .lab-special {
        margin-top: -.5em
    }*/

/*+++++++++++ANALISIS+++++++++++*/

.note-cuadro {
    font-size: 14px;
    font-style: italic;
    font-family: 'arial', sans-serif;
    color: #636C5D;
    margin: -2.5em 0 2em 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/*+++++++++++METODOS QUIMICOS+++++++++++*/

.table-spacing {
    padding-bottom: 2em
}

/*+++++++++++Pasos+++++++++++*/
li.list-space {
    line-height: 1.5em;
    padding-bottom: 1.2em
}

.footnote {
    margin: -2.4em 0 .6em 0;
    font-size: .8em;
    line-height: 1.3em;
    font-style: italic;
    font-family: 'arial', sans-serif;
    color: #636C5D;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/*+++++++++++MUESTREO+++++++++++*/

.img-space {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1em 0 3em 0;
}

.link-space {
    padding: 1em 0
}

@media only screen and (min-width:100px) and (max-width: 770px) {
    h4 {
        margin: -.2em 0 .5em 0;
    }

    h3 {
        margin: 1em 0 .4em 0;
    }

    .m-spacing {
        margin-top: 1em
    }
}


/*+++++++++++BLOG+++++++++++*/

.post,
.widget,
#comments {
    position: relative;
    padding-top: .8em;
    border: solid 1px #ddd;
    background: white;
    margin: 0 0 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
    padding: 10px 20px 20px 20px;
}

.post header h3 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: solid 1px #ddd;
}

.post header h1 {
    padding: 0 0 15px;
    border-bottom: solid 1px #ddd;
    font-size: 24px;
}

.post-image {
    height: auto;
}

.blog-img-spacing-wn {
    margin-top: 1.2em;
}

.blog-img-spacing-nn {
    margin: 1.3em 0 2em 0
}

.post-details {
    font-size: 12px;
    width: 90%;
}

.post-details i.fa {
    padding-left: 10px;
}

#content .post-comments-badge i {
    color: #fff;
    margin-top: 20px;
}

.post-details i.fa:first-child {
    padding: 0;
}

.blog-title {
    padding-right: 2em
}


.subtitle-blog {
    font-size: 18px;
    line-height: 16px;
    font-weight: 800;
    font-family: 'arial', sans-serif;
    color: #333;
    padding: 1em 0 .7em 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.note-blog {
    font-size: .8em;
    line-height: 1.3em;
    font-style: italic;
    font-family: 'arial', sans-serif;
    color: #636C5D;
    padding: 2em 0 1em 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.references {
    font-size: .9em;
    font-style: oblique;
    line-height: 1.3em;
    margin-left: -3em;
}

.widget {
    padding: 1em;
}

@media only screen and (min-width:100px) and (max-width: 770px) {
    .widget {
        margin-top: 3em;
    }
}

.widget ul {
    list-style: none;
}

.widget ul {
    padding-left: 0px;
}

i:hover {
    color: #ffffff;
}

.post-comments-badge {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 25px;
    right: 20px;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #006B4F;
    text-align: center;
    display: table;
}

.post-comments-badge i.fa {
    display: block;
    font-size: 15px;
    padding: 0;
    margin-bottom: 4px;
}

.pagination {
    margin: 10px 0 50px 0;
}

/*Blog comments*/
body {
    margin-top: 20px;
}

.comment-wrapper .panel-body {
    max-height: 650px;
    overflow: auto;
}

.comment-wrapper .media-list .media img {
    width: 64px;
    height: 64px;
    border: 2px solid #e5e7e8;
}

.comment-wrapper .media-list .media {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 25px;
}

/*+++++++++++CONTACTENOS+++++++++++*/

iframe {
    padding-top: 2em;
}

#contact-form li {
    list-style-type: none;
    font-size: .9em;
    text-align: left;
    color: #8d3131;
    margin-top: .6em;
}

.alert-success {
    background-color: #f8ecec;
    border: #f8ecec;
    color: #666;
    padding-left: 3.2em;
}

form .btn-default {
    font-size: 1.2em;
    background-color: #7EB22A;
    color: #fff;
    border-color: #7EB22A;
    padding: .6em 2.3em;
    background-image: none;
    text-shadow: none;
    filter: none;
    background-repeat: none;
}

form .btn-default:hover {
    background-color: #446591;
    color: #fff;
    border-color: #7EB22A;
    background-image: none;
    padding: .6em 2.3em;
}

form .btn-default.disabled {
    color: #7EB22A;
    background-color: #fff;
    cursor: default;
}

form .btn-default.disabled:hover {
    color: #7EB22A;
    background-color: #fff;
    border-color: #7EB22A;
}


/*+++++++++++FOOTER+++++++++++*/

.quienes-somos-now {
    margin-top: 25em;
}

footer {
    background-color: #006B4F;
    margin-top: 7em;
    padding-bottom: 6em;
}

footer ul {
    padding: 3em 0 0 0;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    line-height: 1.9em;
    list-style-type: none;
}

.social-icons i {
    font-size: 1.6em;
    float: left;
    padding-right: 2em;
    display: inline;
    color: rgba(255, 255, 255, 0.8);
    /*    outline: solid .1em red;*/
}

.social-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}


/*++++++++++++++++++++++ MEDIA QUERIES *++++++++++++++++++++++*/

@media only screen and (min-width:200px) and (max-width: 5000px) {
    .post header h1 {
        margin-right: 40px;
    }

    .post header h3 {
        margin-right: 80px;
    }
}

@media only screen and (min-width:200px) and (max-width: 991px) {
    .post header h1 {
        margin-right: 80px;
    }
}

@media only screen and (min-width:200px) and (max-width: 991px) {
    .post header h3 {
        margin-right: 80px;
    }
}

@media only screen and (min-width:200px) and (max-width: 990px) {
    .intro h3 {
        border-bottom: solid .1em #d7dbdc;
    }
}

@media only screen and (min-width:200px) and (max-width: 540px) {
    .note-blog {
        margin: -8px 0 15px 0;
    }
}

@media only screen and (min-width:1198px) and (max-width: 2500px) {
    .note-blog {
        margin: -15px 0 15px 0;
    }
}


@media only screen and (min-width:992px) and (max-width: 1157px) {
    .note-blog {
        margin: -15px 0 15px 0;
    }
}

@media only screen and (min-width:200px) and (max-width: 1199px) {
    .blog-title {
        padding-right: 4em
    }
}


@media only screen and (min-width:686px) and (max-width: 815px) {
    #hero h1 {
        padding: 1.7em 2.6em 0 2.6em;
    }
}

@media only screen and (min-width:200px) and (max-width: 620px) {
    .mapouter {
        max-width: 300px
    }
}

@media only screen and (min-width:200px) and (max-width: 767px) {
    #noticias i {
        padding-bottom: 3.8em;
    }

    #noticias h2 {
        padding-bottom: .5em;
    }

    video {
        margin-top: 1em;
    }

    .video-ctr {
        text-align: center;
    }
}

@media only screen and (min-width:200px) and (max-width: 574px) {
    #hero h1 {
        font-size: 2.3em;
        padding: 1.7em 1em 0 1em;
        line-height: 1.3em;
    }
}
