@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,400italic');

::selection {
    color: #CDDC39;
}

body {
    background: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #505050;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}

.row {
    margin: 0;
}

/***basics****/
a,
a:hover,
a:focus,
i {
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

p,
li {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    color: #444444;
    line-height: 24px;
}

.section-padding {
    padding-top: 40px;
    padding-bottom: 40px
}

.divided30 {
    width: 100%;
    height: 30px;
}

.padding-bottom30 {
    padding-bottom: 30px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-bottom60 {
    margin-bottom: 60px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}

.colored-text {
    color: #03a9f4;
}

.alo {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
}

.section-title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.section-title h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 40px;
    margin: 0;
    letter-spacing: 1px;
}

.section-title h2 {
    text-transform: uppercase;
    font-weight: 200;
    margin: 0;
    font-size: 30px;
    letter-spacing: 1px;
}

.section-title h3 {
    text-transform: uppercase;
    font-weight: 200;
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
}

.border-line {
    width: 40px;
    height: 1px;
    margin-top: 20px;
    display: block;
    text-align: center;
    background-color: #03a9f4;
    margin-left: auto;
    margin-right: auto;
}

.subtitle-caption {
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
    text-transform: capitalize;
}

.center-title {
    margin-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;
}

.no-padding {
    padding: 0;
}

/****navbar css****/
@media (min-width: 768px) {
    nav.before-color {
        background-color: rgba(255, 255, 255, 0);
        padding: 15px 0;
    }

    nav.after-color {
        background-color: rgba(255, 255, 255, .95);
        padding: 0 0;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.302);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.302);
    }

    nav.before-color.navbar-default .navbar-brand {
        color: #fff;
        font-size: 35px;
        font-weight: 400;
    }

    nav.after-color.navbar-default .navbar-brand {
        color: #000;
        font-size: 35px;
        font-weight: 400;
    }

    nav.before-color .navbar-nav>li>a {
        color: #fff;
    }

    nav.after-color .navbar-nav>li>a {
        color: #333;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 11px;

    }

    nav.before-color .nav>li {
        border-left: 1px solid transparent;
    }

    nav.after-color .nav>li {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.navbar-default {
    background-color: rgba(255, 255, 255, .95);
    border: 0;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 5px 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #03a9f4;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #03a9f4;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #03a9f4;
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #000;
    font-size: 35px;
    font-weight: 400;
}

.navbar-default .navbar-nav>li:hover .dropdown-menu {
    display: block;
}

/*********

BUTTONS

*********/


.btn {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.btn:focus {
    outline: 0;
}

.btn-white {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    background-color: transparent;
}

.btn-white:hover {
    color: #03a9f4;
    border-color: #fff;
    background-color: #fff;
}

.btn-border-black {
    border: 1px solid #333;
    color: #333;
    padding: 10px 25px;
    background-color: transparent;
}

.btn-border-black:hover {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

.btn-border-theme {
    border: 1px solid #03a9f4;
    color: #03a9f4;
    padding: 10px 25px;
    background-color: transparent;
}

.btn-border-theme:hover {
    color: #fff;
    border-color: #03a9f4;
    background-color: #03a9f4;
}

.btn-radius {
    padding: 13px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

/***********

SLIDER REVOLUTION CSS

**************/

.slider-title {
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 70px;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
}

.slider-title span {
    font-weight: 700;
}

.slider-caption {
    color: #f8f8f8;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.slider-button a.btn-white {
    color: #000;
    background-color: #fff;
}

.slider-button a.btn-white:hover {
    color: #fff;
    background-color: transparent;
}

/********

services icons css

********/
.feature-icon-wrap {
    position: relative;
    margin: 0;
}

.feature-icon-wrap .left-side-icon {
    float: left;

}

.feature-icon-wrap .left-side-icon .front-icon {
    font-size: 3em;
    color: #03a9f4;
}

.back-icon {
    z-index: -1;
    color: #F0F0F0;
    position: absolute;
    padding-left: 40px;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 100px;
}

.feature-icon-wrap .features-text-right {
    padding-left: 40px;
    overflow: hidden;
}

.features-text-right h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
}

.services-icons .left-side-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #03a9f4;
}

.slide-items {
    padding: 50px 40px;

}

.slide-items p {
    color: #fff;
}

.slide-items h5 {
    margin-bottom: 0;
    color: #03a9f4;
}


.footer {
    padding: 40px 0 10px 0;
    background-color: #03a9f4;
}

.footer .alo {
    display: block;
    color: #fff;
    font-size: 35px;
}

.footer .social {
    margin: 30px 0;
}

.footer .social li a i {
    color: #f5f5f5;
    display: block;
}

.footer .social li a:hover i {
    opacity: 0.6;
}

.footer .copyright {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

/****pricing****/
.price-box {
    background: #f9f9f9;
}

.price-box .header h3 {
    padding: 12px 10px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    background: #474747;
    color: #fff;
    border-radius: 2px 2px 0 0;
}

.price-box .header .price {
    background: #ebebeb;
    padding: 15px 10px;
}

.header .price h2 {
    color: #4D4D4D;
    margin-bottom: 3px;
    font-weight: bold;
}

.header .price span {
    font-size: 13px;
}

.price-box ul li {
    padding: 13px 0;
    border-bottom: 1px solid #ebebeb;
}

.price-footer {
    padding: 20px;
}

.header.active h3 {
    color: #fff;
    background-color: #03a9f4;
}

/******inner pages******/
.page-title {
    background-color: #2B8694;
    padding-top: 250px;
}

.page-title h3 {
    color: #fff;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-title .border-line {
    background-color: #fff;
}

.news-content p {
    color: #999;
    font-size: 14px;

}

.pager li>a,
.pager li>span {
    color: #03a9f4;
}


/****** CUSTOM STYLES ******/
.bg-image-elem {
    min-height: 300px;
    background-size: cover;
    background-position: 50%;
}

.spacer {
    width: 100%;
    height: 80px;
    display: inline-block;
}

.justify-text {
    text-align: justify;
}

.section-divider {
    background-size: cover;
    background: url(../images/dividers/machine_2.jpg) no-repeat fixed 50% 0;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    min-height: 500px;
}

.section-divider.two {
    background-size: cover;
    background: url(../images/dividers/machine_3.jpg) no-repeat fixed 50% 0;
}

.section-divider.three {
    background-size: cover;
    background: url(../images/dividers/mina.jpg) no-repeat fixed 50% 0;
}

.section-divider.four {
    background-size: cover;
    background: url(../images/dividers/mineral.jpg) no-repeat fixed 50% 0;
}

.mission_vision {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #fff;
}

.mission_vision_item h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

.nuestra_empresa img,
.services_header img {
    width: 100%;
}

.nuestra_empresa-img {
    background-image: url(../images/nuestra_empresa.jpg);
}

.services_image {
    background-image: url(../images/servicios.jpg);
    background-position: 100%;

}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }

    .flex {
        display: flex;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
}

@media (max-width: 576px) {
    .service_item {
        margin-bottom: 10px;
    }

    .download_button {
        display: block;
        margin: auto;
        width: 200px;
    }

}

.service_item {
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 15px;
}


.service_item:hover {
    border-color: #03a9f4;
    box-shadow: 0 1px 5px rgba(3, 169, 244, 0.302);
    -webkit-box-shadow: 0 1px 5px rgba(3, 169, 244, 0.302);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.modal-content {
    margin-top: 50%;
}

.services_text {
    display: flex;
    height: 70px;
    text-align: center;
}

.service_item h4 {
    margin: auto 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 10px;
}

.service_item .content {
    margin-top: 20px;
    text-align: justify;
    height: 100px;
    padding: 0 10px;
}

.carousel-inner>.item {
    height: 400px;
    background-color: #2B8694;
}

.dropdown-menu>li>a {
    padding: 8px 20px;
}

.fadeIn {
    opacity: 0;
    margin-top: 120px;
}

img {
    width: 100%;
}


.policy {
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;

}

.policy h3 {
    width: 100%;
    margin: 30px 15px;
}

.quality_policy {
    background-image: url(../images/calidad.jpg);

}

.health_policy {
    background-image: url(../images/medio_ambiente.jpg);


}

.safety_policy {
    background-image: url(../images/riesgo.jpg);

}

.footer_info p {
    color: white;
}

.lang-selector {
    padding: 0 !important;
    margin: 8px 5px !important;
}

.lang-selector img {
    height: 30px;
    width: 55px;
}

.magazine-container {
    padding: 130px 0 0 0;
    margin-bottom: -5px;
    background: rgb(214, 214, 214);
    background: linear-gradient(180deg, rgba(214, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
}