@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');


*{
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Rubik', sans-serif;
}
#bigimage{
    background-image: url(../img/fondo.jpg);
    background-size: cover;
    background-position: center center;
    height: 640px;
    background-size: 150%;
    animation: movimiento 15s infinite linear alternate;
}
@keyframes movimiento{
    from{
        background-position: right;
    }
    to{
        background-position: left;
    }
}
#degradado {
    width: 100%;
    position: absolute;
    background: -webkit-linear-gradient(right, black, white);
    opacity: 0.7;
}
.contenedor {
    font-family: inherit;
    font-stretch: condensed;
    position: absolute;
    width: 100%;
    color: #fff;
    overflow: hidden;
}
.cabecera{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: inherit;
    font-stretch: condensed;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}
.cabecera .menu{
    width: 50%;
    padding-left: 7px;
    border-radius: 3px;
}
.cabecera .menu p{
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 1.5em;
    color: #fff;
}
.cabecera .menu a{
    font-size: 8px;
}
.cabecera .logo{
    display: flex;
    width: 45%;
    margin-top: 10px;
    margin-right: 10px;
}
.cabecera .logo img{
    width: 170px;
}

.banner_texto{
    margin-top: 70px;
    margin-left: 10px;
}
.banner__titulo{
    font-family: inherit;
    font-stretch: condensed;
    margin-bottom: 5%;
}
.banner__txt{
    margin-bottom: 10px;
}

.contenedor h2 {
    font-size: 36px;
}
.contenedor p {
    font-size: 20px;
}
.banner_info{
    width: 93%;
    margin-top: 85px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    line-height: 2em;
    padding: 5px 5px;  
    background-color: rgba(0,0,0,0.5);
    border-radius: 2px;
}
.banner_info h2{
    font-size: 20px;
    margin-bottom: 3%;
}
.banner_info p{
    font-size: 14px;
}
.whit_us{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
}
.nosotros_whit{
    width: 65%;
    padding-top: 10px;
}
.nosotros_boton{
    text-align: right;
}
.banner_info a{
    font-family: 'Open Sans', sans-serif;
    padding: 10px 15px;
    font-size: 8px;
    background: none;
    color: #fff;
    border-style: none;
    transition: all 600ms;
    border: 1px solid white;
    text-decoration: none;
}
.banner_info a:hover{
    background: white;
    color: black;
}

/*PRODUCTOS*/

.main_productos {
    background-image: url(../img/fondo_prod.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin: auto;
    padding-top: 0px;
}

.banner_producto {
    background-color: #006E76;
    padding: 20px 20px;
    font-size: 1em;
}
.banner_producto_titulo {
	font-size: 26px;
    margin: auto;
    margin-top: 28px;
    color: #fff;
}
.banner_producto_txt {
	font-size: 16px;
    margin: auto;
    padding: 30px 0px;
    color: #fff;
    text-align: justify;
    line-height: 1.7em;
}

.info_axiales {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: -35px;
	margin-bottom: 100px;
}
.info_axiales_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -100px;
    padding-bottom: 100px;
}

.info_producto {
	display: flex;
	flex-direction: column;
	justify-content: center;
    background: #fba919;
    margin: 6px 3px;
    margin-bottom: 15px;
    width: 220px;
    color: #333;
    border-radius: 4px;
}
.info_producto:hover{ 
    cursor:default;
}
.info_img_producto{
    margin: auto auto;
    border-radius: 2px;
    height: 250px;
}
.info_img_producto img{
    margin-top: 5px;
}
.info_titulo_producto {
    background-color: #333;
    color: #fff;
    font-size: 1.0em;
	text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}
.info_txt_producto {
    font-size: 0.8em;
    text-align: center;
    height: 100px;
    padding: 20px 10px;
}

.btn {
    color: #fff;
    font-size: 1.0em;
	text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: all 500ms;
}
.btn:hover {
	color: #333;
}


.banner_hongos {
    display: flex;
    background: #006E76;
    padding: 150px 200px;
    font-size: 1em;
    color: #fff;
}
.banner_hongos_titulo {
    width: 300px;
	font-size: 34px;
    margin-top: 25px;
    text-align: right;
    color: #fff;
}
.banner_hongos_txt {
	font-size: 20px;
    margin: auto;
    padding: 30px 70px;
    color: #fff;
    text-align: left;
    line-height: 1.7em;
}
.info_hongos {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-top: -50px;
	margin-bottom: 100px;
}

/*FOOTER*/

.footer {
}
#container{
    padding-top: 20px;
    padding-bottom: 50px;
    background: #333;
    color: #fff;
}
.contenedor__footer {
    background: #333;
    color: #fff;
}
.contactos {
    margin: auto;
    width: 90%;
    font-size: 1em;
    font-family: 'Source Sans Pro', sans-serif;
}
.planta{
    width: 100%;
    font-size: 1em;
    line-height: 1.2em;
}

.fuera{
    width: 100%;
    text-align: right;
    padding-top: 25px;
    font-size: 0.7em;
}
.logos_externos {
    width: 100%;
    padding-top: 35px;
}
.logos{
    margin: auto;
}
.amca{
    width: 100px;
    height: 70px;
    margin-top: 10px;
}

.iso{
    width: 70px;
    padding: 0 15px;
}
.contactos_titulo{
	font-weight: lighter;
    padding-top: 20px;
}
.contactos_txt3{
	font-weight: lighter;
}
.contactos_txt{
    font-weight: lighter;
    padding: 0;
    margin: 0;
}
.icon-phone a{
    font-size: 10pt;
}
.icon-mobile a{
    font-size: 10pt;
}
.icon-whatsapp a{
    font-size: 10pt;
}
.icon-mail-alt a{
    font-size: 10pt;
}
.icon-instagram a{
    font-size: 10pt;
}
.footer__copy {
    background: #e4ad4b;
    padding: 4px;
    font-size: 0.5em;
    text-align: center;
}
.contenedor__crea{
    background: #333;
    text-align: center;
    padding: 20px;
    }
.contenedor__crea a{
    font-family: 'Oswald', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
@media(min-width:320px) and (orientation:portrait){
    #bigimage{
        background-image: url(../img/fondo_3.jpg);
        height: 640px;
    }
}
@media(min-width:540px) and (orientation:portrait){
    #bigimage{
        height: 720px;
    }
    .banner_info{
        margin-left: 90px;
    }
    .banner_texto{
        margin-top: 50px;
        width: 60%;
        padding-left: 30px;
    }
}
@media(min-width:568px) and (orientation:landscape){
    #bigimage{
        height: 500px;
    }
    .cabecera .menu a{
        font-size: 10px;
    }
    .cabecera .logo{
        width: 30%;
        padding-left: 50px;
    }
    .banner_texto{
        margin-top: 20px;
        margin-left: 30px;
    }
    .banner_info{
        width: 65%;
        margin-top: 30px;
    }
    .contactos {
        display: flex;
        flex-direction: row;
        margin: auto;
        width: 95%;
        padding-top: 20px;
        font-size: 0.8em;
        font-family: 'Source Sans Pro', sans-serif;
    }
    .planta{
        width: 42%;
        font-size: 1em;
    }
    .fuera{
        width: 42%;
        text-align: right;
        padding-top: 65px;
        font-size: 0.7em;
    }
    .logos_externos {
        width: 16%;
        display: block;
        margin: auto;
        padding-top: 0px;
    }
    .logos{
        margin: auto;
    }
    .amca{
        width: 100px;
        height: 70px;
        margin-top: 10px;
    }

    .iso{
        width: 70px;
        padding: 0 15px;
    }
    .contactos_titulo{
        font-weight: lighter;
        padding-top: 20px;
    }
    .contactos_txt3{
        font-weight: lighter;
    }
    .contactos_txt{
        font-weight: lighter;
        padding: 0;
        margin: 0;
    }
    .icon-phone a{
        font-size: 8pt;
    }
    .icon-mobile a{
        font-size: 8pt;
    }
    .icon-whatsapp a{
        font-size: 8pt;
    }
    .icon-mail-alt a{
        font-size: 8pt;
    }
    .icon-instagram a{
        font-size: 8pt;
    }
}
@media(min-width:640px) and (orientation:landscape){
    
    
}
@media(min-width:720px) and (orientation:landscape){
    .contactos {
        display: flex;
        flex-direction: row;
        margin: auto;
        width: 95%;
        font-size: 0.8em;
        font-family: 'Source Sans Pro', sans-serif;
    }
    .planta{
        width: 43%;
        font-size: 0.9em;
        line-height: 1.4em;
    }
    .fuera{
        width: 43%;
        text-align: right;
        padding-top: 65px;
        font-size: 0.7em;
    }
    .logos_externos {
        width: 14%;
        display: block;
        margin: auto;
        padding-top: 5px;
    }
    .logos{
        margin: auto;
    }
    .amca{
        width: 100px;
        height: 70px;
        margin-top: 10px;
    }

    .iso{
        width: 70px;
        padding: 0 15px;
    }
    .contactos_titulo{
        font-weight: lighter;
        padding-top: 20px;
    }
    .contactos_txt3{
        font-weight: lighter;
    }
    .contactos_txt{
        font-weight: lighter;
        padding: 0;
        margin: 0;
    }
}
@media(min-width:768px) and (orientation:portrait){
    #bigimage{
        height: 800px;        
    }
    .cabecera .menu{
        width: 55%;
        padding-left: 70px;
    }
    .cabecera .logo{
        width: 30%;
    }
    .banner_texto{
        float: left;
        width: 80%;
        margin-top: 75px;
        padding-left: 50px;
    }
    .banner__titulo{
        font-family: inherit;
        font-stretch: condensed;
        margin-bottom: 1%;
    }
    .banner__txt{
        margin-bottom: 20px;
    }

    .contenedor h2 {
        font-size: 60px;
    }
    .contenedor p {
        font-size: 30px;
    }
    .banner_info{
        float: right;
        width: 65%;
        margin-top: 60px;
        text-align: justify;
        font-family: 'Open Sans', sans-serif;
        line-height: 2em;
        padding: 5px 15px;  
    }
    .banner_info h2{
        font-size: 30px;
        margin-bottom: 3%;
    }
    .banner_info p{
        font-size: 20px;
    }
    .whit_us{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nosotros_whit{
        width: 50%;
        padding-top: 10px;
    }
    .nosotros_boton{
        text-align: right;
    }
    .banner_info a{
        font-family: 'Open Sans', sans-serif;
        padding: 10px 15px;
        font-size: 14px;
        background: none;
        color: #fff;
        border-style: none;
        transition: all 600ms;
        border: 1px solid white;
        text-decoration: none;
    }
    .banner_info a:hover{
        background: white;
        color: black;
    }
    .contactos {
        display: flex;
        flex-direction: row;
        margin: auto;
        width: 95%;
        font-size: 1em;
        font-family: 'Source Sans Pro', sans-serif;
    }
    .planta{
        width: 43%;
        font-size: 1em;
    }
    .fuera{
        width: 43%;
        text-align: right;
        padding-top: 65px;
        font-size: 0.7em;
    }
    .logos_externos {
        width: 14%;
        display: block;
        margin: auto;
        padding-top: 15px;
    }
    .logos{
        margin: auto;
    }
    .amca{
        width: 100px;
        height: 70px;
        margin-top: 10px;
    }

    .iso{
        width: 70px;
        padding: 0 15px;
    }
    .contactos_titulo{
        font-weight: lighter;
        padding-top: 20px;
    }
    .contactos_txt3{
        font-weight: lighter;
    }
    .contactos_txt{
        font-weight: lighter;
        padding: 0;
        margin: 0;
    }
    
    .footer__copy {
        background: #e4ad4b;
        padding: 4px;
        font-size: 0.5em;
        text-align: center;
    }
    .contenedor__crea{
        background: #333;
        text-align: center;
        padding: 20px;
        }
    .contenedor__crea a{
        font-family: 'Oswald', sans-serif;
        font-size: 12pt;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
    }
}
@media(min-width:810px) and (orientation:landscape){
    .contactos {
        width: 85%;
    }
}
@media(min-width:1024px) and (orientation:portrait){
    .planta{
        width: 45%;
        font-size: 1em;
    }
    .fuera{
        width: 45%;
        text-align: right;
        padding-top: 65px;
        font-size: 0.7em;
    }
    .logos_externos {
        width: 10%;
        display: block;
        margin: auto;
        padding-top: 30px;
    }
}
@media(min-width:1024px) and (orientation:landscape){
    .banner_texto{
        float: left;
        width: 50%;
        padding-left: 80px;
    }
    .banner_info{
        margin-left: 150px;
    }
    #bigimage{
        height: 600px;
    }
    .banner_producto {
        background-color: #006E76;
        display: flex;
        padding: 50px 100px;
        font-size: 1em;
    }
    .logos_externos{
        padding-top: 5px;
    }
}

@media(min-width:1280px) and (orientation:landscape){
    #bigimage{
        background-size: 100%;
    }
    #degradado {
        width: 100%;
        position: absolute;
        background: -webkit-linear-gradient(right, black, white);
        opacity: 0.7;
    }
    .contenedor {
        font-family: inherit;
        font-stretch: condensed;
        position: absolute;
        width: 100%;
        color: #fff;
        overflow: hidden;
    }
    .cabecera{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-family: inherit;
        font-stretch: condensed;
        width: 100%;
        margin-bottom: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        background-color: rgba(0,0,0,0.5);
    }
    .cabecera .menu{
        width: 40%;
        padding-left: 100px;
        border-radius: 3px;
    }
    .cabecera .menu p{
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        font-size: 18px;
        letter-spacing: 1.5px;
        line-height: 1.2em;
        color: #fff;
    }
    .cabecera .menu a{
        font-size: 15px;
    }
    .cabecera .logo{
        width: 40%;
        margin: auto;
        text-align: center;
    }
    .cabecera .logo img{
        width: 250px;
    }
    #bigimage{
        background-image: url(../img/fondo.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 800px;
        background-size: 150%;
        animation: movimiento 15s infinite linear alternate;
    }
    .banner_texto{
        float: left;
        width: 80%;
        padding-left: 50px;
    }
    .banner__titulo{
        font-family: inherit;
        font-stretch: condensed;
        margin-bottom: 1%;
    }
    .banner__txt{
        margin-bottom: 20px;
    }

    .contenedor h2 {
        font-size: 60px;
    }
    .contenedor p {
        font-size: 30px;
    }
    .banner_info{
        float: right;
        width: 45%;
        margin-top: 60px;
        text-align: justify;
        font-family: 'Open Sans', sans-serif;
        line-height: 2em;
        padding: 5px 15px;  
    }
    .banner_info h2{
        font-size: 30px;
        margin-bottom: 3%;
    }
    .banner_info p{
        font-size: 20px;
    }
    .whit_us{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nosotros_whit{
        width: 50%;
        padding-top: 10px;
    }
    .nosotros_boton{
        text-align: right;
    }
    .banner_info a{
        font-family: 'Open Sans', sans-serif;
        padding: 10px 15px;
        font-size: 14px;
        background: none;
        color: #fff;
        border-style: none;
        transition: all 600ms;
        border: 1px solid white;
        text-decoration: none;
    }
    .banner_info a:hover{
        background: white;
        color: black;
    }
    /*PRODUCTOS*/

    .main_productos {
        background-image: url(../img/fondo_prod.jpg);
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        width: 100%;
        margin: auto;
        padding-top: 0px;
    }

    .banner_producto {
        background-color: #006E76;
        display: flex;
        padding: 50px 190px;
        font-size: 1em;
    }
    .banner_producto_titulo {
        font-size: 34px;
        margin-top: 28px;
        margin-right: 20px;
        text-align: right;
        color: #fff;
    }
    .banner_producto_txt {
        font-size: 20px;
        margin: auto;
        padding: 30px 0px;
        color: #fff;
        text-align: justify;
        line-height: 1.7em;
    }
    .banner_hongos {
        display: flex;
        background: #006E76;
        padding: 150px 200px;
        font-size: 1em;
        color: #fff;
    }
    .banner_hongos_titulo {
        width: 300px;
        font-size: 34px;
        margin-top: 25px;
        text-align: right;
        color: #fff;
    }
    .banner_hongos_txt {
        font-size: 20px;
        margin: auto;
        padding: 30px 70px;
        color: #fff;
        text-align: left;
        line-height: 1.7em;
    }
    .info_hongos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: -50px;
        margin-bottom: 100px;
    }
/*FOOTER*/

    .footer {
    }
    #container{
        padding-top: 60px;
        padding-bottom: 50px;
        background: #333;
    }
    .contenedor__footer {
        background: #333;
        color: #fff;
    }
    .contactos {
        display: flex;
        flex-direction: row;
        margin: auto;
        width: 90%;
        font-size: 1em;
        font-family: 'Source Sans Pro', sans-serif;
    }
    .planta{
        width: 45%;
        font-size: 1em;
    }
    .fuera{
        width: 45%;
        text-align: right;
        padding-top: 100px;
        font-size: 0.7em;
    }
    .logos_externos {
        width: 9%;
        display: block;
        margin: auto;
        padding-top: 15px;
    }
    .logos{
        margin: auto;
    }
    .amca{
        width: 100px;
        height: 70px;
        margin-top: 10px;
    }

    .iso{
        width: 70px;
        padding: 0 15px;
    }
    .contactos_titulo{
        font-weight: lighter;
        padding-top: 20px;
    }
    .contactos_txt3{
        font-weight: lighter;
    }
    .contactos_txt{
        font-weight: lighter;
        padding: 0;
        margin: 0;
    }
    .icon-phone a{
        font-size: 10pt;
    }
    .icon-mobile a{
        font-size: 10pt;
    }
    .icon-whatsapp a{
        font-size: 10pt;
    }
    .icon-mail-alt a{
        font-size: 10pt;
    }
    .icon-instagram a{
        font-size: 10pt;
    }
    .footer__copy {
        background: #e4ad4b;
        padding: 4px;
        font-size: 0.5em;
        text-align: center;
    }
    .contenedor__crea{
        background: #333;
        text-align: center;
        padding: 20px;
        }
    .contenedor__crea a{
        font-family: 'Oswald', sans-serif;
        font-size: 12pt;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
    }
}
@media(min-width:1600px) and (orientation:landscape){
    #bigimage{
        height: 900px;
    }
    .cabecera .menu{
        width: 40%;
        padding-left: 200px;
    }
    .cabecera .menu p{
        font-size: 18px;
    }
    .cabecera .menu a{
        font-size: 15px;
    }
    .cabecera .logo img{
        width: 290px;
    }
    
    .banner_texto{
        float: left;
        width: 50%;
        margin-top: 80px;
        padding-left: 150px;
    }
    .banner__titulo{
        font-family: inherit;
        font-stretch: condensed;
        margin-bottom: 1%;
    }
    .banner__txt{
        margin-bottom: 20px;
    }
    .contenedor h2 {
        font-size: 80px;
    }
    .contenedor p {
        font-size: 35px;
    }
    .banner_info{
        float: right;
        width: 65%;
        margin-top: 60px;
        text-align: justify;
        font-family: 'Open Sans', sans-serif;
        line-height: 2em;
        padding: 5px 15px;  
    }
    .banner_info h2{
        font-size: 30px;
        margin-bottom: 3%;
    }
    .banner_info p{
        font-size: 25px;
    }
    .whit_us{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nosotros_whit{
        width: 50%;
        padding-top: 10px;
    }
    .nosotros_boton{
        text-align: right;
    }
    .banner_info a{
        font-size: 16px;
    }
    
    .banner_producto {
        padding: 50px 220px;
        font-size: 1em;
    }
}
@media(min-width:1920px) and (orientation:landscape){
    #bigimage{
        height: 1080px;
    }
    .cabecera .menu{
        width: 40%;
        padding-left: 200px;
    }
    .cabecera .menu p{
        font-size: 18px;
    }
    .cabecera .menu a{
        font-size: 15px;
    }
    .cabecera .logo img{
        width: 290px;
    }
    
    .banner_texto{
        float: left;
        width: 40%;
        margin-top: 80px;
        padding-left: 150px;
    }
    .banner__titulo{
        font-family: inherit;
        font-stretch: condensed;
        margin-bottom: 1%;
    }
    .banner__txt{
        margin-bottom: 20px;
    }
    .contenedor h2 {
        font-size: 80px;
    }
    .contenedor p {
        font-size: 35px;
    }
    .banner_info{
        float: right;
        width: 65%;
        margin-top: 60px;
        text-align: justify;
        font-family: 'Open Sans', sans-serif;
        line-height: 2em;
        padding: 5px 15px;  
    }
    .banner_info h2{
        font-size: 30px;
        margin-bottom: 3%;
    }
    .banner_info p{
        font-size: 25px;
        line-height: 1.5em;
    }
    .whit_us{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nosotros_whit{
        width: 50%;
        padding-top: 10px;
    }
    .nosotros_boton{
        text-align: right;
    }
    .banner_info a{
        font-size: 16px;
    }
    
    .banner_producto {
        padding: 50px 290px;
        font-size: 1em;
    }
    .contactos {
        margin: auto;
        width: 75%;
        font-size: 1em;
        font-family: 'Source Sans Pro', sans-serif;
    }
}
