@import url('https://fonts.googleapis.com/css?family=Do+Hyeon');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
/******   Mi Typografia
font-family: 'Do Hyeon', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-family: 'Lato', sans-serif;
****/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,body {
    width: 100%;
    height: 100%;
}
body{
    overflow-x: hidden;
}
.padded{
    padding-top: 130px;
    padding-bottom: 130px;
}
.container{
    max-width: 1250px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
.mini-container{
    width: 90%;
    position: relative;
    margin: auto;
}
a{
    color: #000;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    
}
.header_pro {
    width: 100%;
    height: 65%;
    background-image: url(../img/mirmontt-compra-venta-plastico-2.png);
    background-size: cover;
    position: relative;
}
.header_pro_2 {
    width: 100%;
    height: 65%;
    background-image: url(../img/mirmontt-maquila-de-pelletizado-1.png);
    background-size: cover;
    position: relative;
}
.header_pro_3 {
    width: 100%;
    height: 65%;
    background-image: url(../img/mirmontt-maquila-molienda.png);
    background-size: cover;
    position: relative;
}
.header_pro_4 {
    width: 100%;
    height: 65%;
    background-image: url(../img/mirmontt-maquila-soplado.png);
    background-size: cover;
    position: relative;
}
.header_pro_5 {
    width: 100%;
    height: 65%;
    background-image: url(../img/mirmontt-productos-100-reciclados.png);
    background-size: cover;
    position: relative;
}

.opacidad_header {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 120px;
}
.opacidad_header h3 {
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 20px;
    position: relative;
}
.opacidad_header h3:before {
    content: "";
    position: absolute;
    left: 50px;
    width: 800px;
    height: 4px;
    bottom: -10px;
    background-color: #81ca02;
}
.opacidad_header p {
    color: #FFF;
    margin-top: 20px;
    font-size: 34px;
    font-family: 'Lato', sans-serif;
    line-height: 50px;
    margin-left: 240px;
}
.menu-fixed{
    width: 100%;
    /*max-width: 1200px;*/
    top: 0px;
    position: fixed;
    transition: all .3s ease;
    z-index: 1000;
}
.cont_compra_ventas {
    width: 100%;
    height: 70%;
    position: relative;
    background-color: #FFF;
    display: table;
}
.cont_img {
    width: 100%;
    height: 700px;
    position: relative;
    display: table;
}
.box_img {
    width: 22%;
    height: 500px;
    margin: 10px;
    background-color: #FFF;
    float: left;
}
.box_img img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
}
.info_img {
    width: 100%;
    height: 150px;
    padding: 10px;
    background-color: #FFF;
}
.info_img h2 {
    color: #508f00;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
}
.info_img p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}
.left_soplado {
    width: 50%;
    height: 550px;
    padding: 20px;
    position: relative;
    float: left;
    display: table;
}
.left_soplado h2 {
    color: #508f00;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
.left_soplado p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}
.right_soplado {
    width: 50%;
    height: 550px;
    padding-top: 50px;
    float: right;
    position: relative;
    display: table;
}
.right_soplado img {
    width: 100%;
    height: 550px;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.cont_produc {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    display: table;
}
.grid_prod {
    width: 24%;
    height: 300px;
    margin: 5px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.grid_prod img {
    width: 280px;
    display: table;
    margin: auto;
}

.left_molienda {
    width: 50%;
    height: 500px;
    padding: 20px;
    float: left;
}
.left_molienda h2 {
    color: #508f00;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Oswald', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
.left_molienda p {
    font-size: 40px;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
}
.right_molienda {
    width: 50%;
    height: 500px;
    float: right;
}
.right_molienda img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}
.titulo_peletizado {
    color: #508f00;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.titulo_des {
    font-size: 40px;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.cont_pro_peletizado {
    width: 100%;
    height: 300px;
    display: table;
}
.grid_peletizado {
    width: 32%;
    height: 300px;
    margin: 7px;
    float: left;
}
.grid_peletizado img {
    width: 280px;
    display: table;
    margin: auto;
}
.titulo_compra {
    color: #508f00;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Oswald', sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.grid_compra {
    width: 24%;
    height: 320px;
    margin: 5px;
    float: left;
}
.grid_compra img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}
.grid_tittle_1 {
    width: 100%;
    height: 60px;
    padding: 20px;
    background-color: #FFF;
}
.grid_tittle_1 p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}
@media screen and (max-width: 1372px) {
    .opacidad_header h3 {
        font-size: 50px;
        line-height: 60px;
    }
    .opacidad_header h3:before {
        width: 750px;
    }
    .opacidad_header p {
        margin-left: 150px;
    }
}
@media screen and (max-width: 1270px) {
    .opacidad_header {
        padding: 0px 120px;
    }
}
@media screen and (max-width: 1220px) {
    .box_img {
        width: 31%;
    }
}
@media screen and (max-width: 1250px) {
    .logo{
        width: 40%;
        float: left;
    }
    .logo img{
        max-width: 200px;
        margin-top: 10px;
    }
    .c_menu{
        width: 60%;
        float: right;
    }
    header label{
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        margin-top: 25px;
        color: #FFF;
        cursor: pointer;
        margin-right: 20px;
        font-size: 24px;
    }
    .menu{
        position: absolute;
        width: 100%;
        left: 0px;
        top: 84px;
        z-index: 10000;
        transform: translateX(-100%);
        transition: all .3s ease;
    }
    .menu ul{
        display: block;
        float: none;
        background-color: #000;
    }
    .menu a{
        margin-top: 0px;
        border-bottom: solid 1px #fff;
    }
    #btn-menu:checked ~ .menu{
        transform: translateX(0%);
    }
}
@media screen and (max-width: 1150px) {
    .header_pro {
        width: 100%;
    }
    .opacidad_header h3 {
        font-size: 40px;
        line-height: 60px;
    }
    .opacidad_header h3:before {
        width: 500px;
    }
    .opacidad_header p {
        font-size: 24px;
        margin-left: 100px;
    }
    
}
@media screen and (max-width: 1068px) {
    .grid_peletizado {
        width: 33%;
        margin: 0;
    }
}
@media screen and (max-width: 1040px) {
    .left_soplado {
        width: 100%;
    }
    .right_soplado {
        width: 100%;
    }
    .right_soplado img {
        width: 90%;
        display: table;
        margin: auto;
    }
    .grid_prod {
        width: 48%;
    }
    .left_molienda {
        width: 100%;
        height: 100px;
        display: table;
    }
    .right_molienda {
        width: 100%;
        display: table;
    }
    .right_molienda img {
        width: 90%;
        display: table;
        margin: auto;
    }
    .titulo_des {
        width: 90%;
        margin: auto;
    }
    .titulo_peletizado {
        font-size: 24px;
        line-height: 34px;
    }
    .titulo_des {
        font-size: 14px;
        line-height: 24px;
    }
    .left_molienda h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .left_molienda p {
        font-size: 14px;
        line-height: 24px;
    }
    .grid_compra {
        width: 32%;
    }
    .titulo_compra {
        font-size: 24px;
        line-height: 34px;
    }
}
@media screen and (max-width: 890px) {
    .opacidad_header h3 {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }
    .opacidad_header h3:before {
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .opacidad_header p {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        margin-left: 0px;
    }
}
@media screen and (max-width: 875px) {
    .box_img {
        width: 47%;
    }
    .grid_peletizado {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    .opacidad_header {
        padding: 0px 20px;
    }
    .grid_compra {
        width: 48%;
    }
} 
@media screen and (max-width: 684px) {
    .box_img {
        width: 47%;
        margin: 5px;
    }
}
@media screen and (max-width: 576px) {
    .box_img {
        width: 90%;
        display: table;
        margin: auto;
        float: none;
    }
}
@media screen and (max-width: 525px) {
    .grid_prod {
        width: 90%;
    }
    .grid_compra {
        width: 90%;
        display: table;
        float: none;
        margin: auto;
    }
}