

#contenedor-gral{
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    overflow: hidden;
}

.hos-btn-up {
    z-index: 20;
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    background: #f08a01;
}

.hos-btn-up svg {
    width: 46%;
    height: auto;
    z-index: 21;
    margin-left: 27%;
    margin-top: 22%;
}


/*---------------------------------------------------------- CONTENEDOR HEADER*/

#cont-header{
    position: fixed;
    width: 100%;
    height: 120px;
    background: #fff;
    z-index: 30;
}

#cont-div-header{
    position: relative;
    width: 970px;
    height: auto;
    margin: 0 auto;
    /* background: #ffd1d1; */
    margin-top: 32px;
}

#div-logo{
    position: relative;
    width: 250px;
    height: auto;
    cursor: pointer;
}

#div-logo img{
    width: 200px;
    height: auto;
}
.boton-sesion{
    text-align: center;
}
#div-texto-header{
    position: absolute;
    width: 490px;
    height: 56px;
    right: 0;
    top: 0;
}
.span-texto-header{
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    font-size: 17px;
    margin-top: 15px;
    font-family: Gramatika-Bold;
}

#cont-btn-header{
    position: relative;
    width: 252px;
    height: auto;
    /* background: #d2ffee; */
    float: left;
    margin-left: 25px;
    font-size: 11px;
    margin-top: 12px;
}

#div-btn-registrate{
    width: 100px;
    background: #ffffff;
    border: 1px solid #f08a01;
    color: #f08a01;
    font-family: GothamBookRegular;
    cursor: pointer;
    padding: 9px 0;
    text-align: center;
    float: left;
    transition: all .2s;
}

#div-btn-registrate:hover{
    color: white;
    background: #f08a01;
    letter-spacing: 1px;
    transition: all .2s;
}

#div-btn-iniciarS{
    width: 120px;
    background: #ffffff;
    border: 1px solid #f08a01;
    border-left: 0px;
    padding: 9px 0;
    cursor: pointer;
    text-align: center;
    font-family: GothamBookRegular;
    float: left;
    color: #f08a01;
    float: left;
}

#div-btn-iniciarS:hover{
    color: white;
    background: #f08a01;
    letter-spacing: 1px;
    transition: all .2s;
}

#div-img-login{
    width: 28px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #f08a01;
    border-left: 0px;
    cursor: pointer;
    float: left;
}

#div-img-login img{
    width: 16px;
    height: auto;
    margin: 0 auto;
    margin-top: 7px;
}



/*---------------------------------------------------------- CONTENEDOR BANNER*/

#cont-bannerPrin{
    position: relative;
    width: 100%;
    height: 500px;
    /* background: #000000; */
    float: left;
    margin-top: 120px;
    overflow: hidden;
}

#banner-img-principal{
    position: fixed;
    width: 100%;
    min-width: 1280px;
    height: auto;
    z-index: 0;
}

#cont-texto-banner{
    position: absolute;
    width: 900px;
    height: 150px;
    /* background: #7c7c7c; */
    margin: 0 auto;
    left: 0%;
    right: 0;
    top: 25%;
}

#cont-texto-banner h2{
    font-size: 24px;
    color: white;
}

#cont-texto-banner h1{
    font-size: 40px;
    color: white;
    margin-top: 5px;
}

#cont-texto-banner h1 span:first-child{
    font-size: 40px;
    color: #f08a01;
}

.btn-cotiza-crap{
    width: 170px;
    height: 32px;
    border: 2px solid #db5f17;
    float: left;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .2s;  
}

.btn-cotiza-crap span{
    float: left;
    color: white;
    font-size: 12px;
    text-align: center;
    font-family: GOTHAM-BOLD;
}

.btn-cotiza-crap svg{
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 10px;
    transition: all 1s;  
}

.btn-cotiza-crap:hover svg{
    transform: rotate(180deg);
    transition: all 1s;    
}





/*---------------------------------------------------------- CONTENEDOR SCRAP*/

#cont-scrap{
    position: relative;
    width: 100%;
    height: 800px;
    /* background: #ffdf87; */
    float: left;
    z-index: 2;
}

#cont-img-fondo{
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#img-fondo-scrap{
    position: relative;
    width: 100%;
    min-width: 1300px;
    height: auto;
}

#cont-cuadros-scrap{
    position: absolute;
    width: 950px;
    height: 220px;
    /* background: #fff; */
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -100px;
    z-index: 2;
}

.div-cuadro-scrap{
    position: relative;
    width: 256px;
    height: 240px;
    padding: 30px;
    float: left;
    background: #ffffff;
    cursor: pointer;
    transition: all .2s;
}

/* .div-cuadro-scrap:nth-child(2){
    background: #a4c74c;
}

.div-cuadro-scrap:nth-child(3){
    background: #904cc7;
} */

.titulo-scrap{
    font-size: 20px;
    font-family: GothamBookRegular;
    transition: all .2s;
}

.hr-scrap{
    width: 100%;
    height: 1px;
    background: #818181;
    margin-top: 35px;
    transition: all .2s;
}

.titulo-descarga-scrap{
    font-size: 12px;
    margin-top: 35px;
    font-family: GOTHAM-BOLD;
    float: left;
    transition: all .2s;
}

.div-cuadro-scrap svg{
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 22px;
    transition: all .2s;
}

.div-cuadro-scrap svg:hover{
    width: 32px;
    height: 32px;
    transition: all .2s;
}

.div-cuadro-scrap:first-child svg{
    margin-left: 86px;
}

.div-cuadro-scrap:nth-child(2) svg{
    margin-left: 57px;
}

.div-cuadro-scrap:nth-child(3) svg{
    margin-left: 125px;
}

.div-cuadro-scrap:hover #fill-svg{
    fill: #ffffff !important;
    transition: all .2s;
}

.div-cuadro-scrap:hover{
    background: #f08a01;
    transition: all .2s;
}

.div-cuadro-scrap:hover .titulo-scrap , .div-cuadro-scrap:hover .titulo-descarga-scrap{
    color: white;
    transition: all .2s;
}

.div-cuadro-scrap:hover .hr-scrap{
    background: #ffffff;
    transition: all .2s;
}

/*---------------------------------------------------------- CONTENEDOR FORMULARIOS*/

#cont-formularios{
    position: absolute;
    width: 950px;
    height: auto;
    background: #818181;
    float: left;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:260px;
}

.div-pestanas{
    position: relative;
    width: 314.5px;
    float: left;
    border: 1px solid #EDEDED;
    background: #EDEDED;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    padding: 24px 0;
    font-family: GOTHAM-BOLD;
}

.div-pestanas:nth-child(1){
    background: #e8ffda;
    border-top: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.div-pestanas:nth-child(2){
    /* background: #e8ffda; */
    border-left: 1px solid #b4b4b4;
}

.div-pestanas:nth-child(3){
    /* background: #f2dfff; */
    border-left: 1px solid #b4b4b4;
}
#mensaje-registro{
    font-size: 14px;
    font-family: GOTHAM-MEDIUM;
}
#mensaje-enviado{
    position: absolute;
    width: 240px;
    font-size: 26px;
    font-family: GOTHAM-MEDIUM;
    padding: 40px 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    background: #929292;
    border-radius: 4px;
    bottom: 21%;
    z-index: 3;
    color: white;
    display: none;
}

#div-formulario{
    position: relative;
    width: 868px;
    padding: 40px;
    height: 400px;
    background: #fff;
    float: left;
    border: 1px solid #b4b4b4; 
    border-top: 1px solid #ffffff; 
    margin-top: -2px;
}

.div-input-short{
    position: relative;
    width: 30%;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-bottom: 4%;
    
}


.div-input-short:nth-child(3),.div-input-short:nth-child(6){
    margin-right: 0px;
}

.div-input-short label{
    font-family: GOTHAM-BOLD;
    font-size: 10px;
}

.div-input-short input,.div-input-short textarea{
    position: relative;
    width: 89.8%;
    padding: 0 5%;
    border: 1px solid #b4b4b4;
    height: 30px;
    background: #ffffff;
    margin-top: 5px;
    font-family: GOTHAM-MEDIUM;
    font-size: 12px;
}

.border-change{
    border: 1px solid #ff0000 !important;
}

#input-asunto{
    background: #ececec;
    cursor: not-allowed;
}

#div-textarea{
    width: 100%;
    height: 150px;
    margin: 0px;
}

#div-textarea textarea{
    width: 95.8%;
    padding: 1% 2%;
    height: 100px;
}

#cont-enviar-adjuntar{
    position: relative;
    width: 530px;
    height: auto;
    /* background: #ffdf87; */
    float: left;
    margin-top: 35px;
}

#btn-enviar-form{
    position: absolute;
    width: 90px;
    height: auto;
    padding: 4px 0 8px 0;
    text-align: center;
    background: #f08a01;
    border: 2px solid #f08a01;
    color: white;
    float: none;
    font-size: 16px;
    left: 0;
    font-family: Gramatika-Bold;
    transition: all .2s;
    cursor: pointer;
}

#btn-enviar-form:hover{
    background: #ffffff;
    color: black;
    letter-spacing: 1px;
    transition: all .2s;
}

#cont-div-terminos{
    position: relative;
    width: 185px;
    height: 18px;
    /* background: #edffef; */
    float: left;
    margin-left: 110px;
    cursor: pointer;
    margin-top: 11px;
}

#div-input-terminos{
    width: 16px;
    height: 16px;
    border: 1px solid #b4b4b4;
    float: left;
}

#div-input-terminos svg{
    width: 10px;
    height: 10px;
    margin-left: 3px;
    margin-top: 3px;
    display: none;
}

#div-texto-terminos{
    position: relative;
    height: 12px;
    float: left;
    font-size: 9px !important;
    font-family: Gotham-MediumItalic;
    margin-left: 10px;
    color: #b4b4b4;
    margin-top: 3.5px;
    /* background: #ffffff; */
}

#cont-adjunar{
    position: relative;
    width: 205px;
    height: 30px;
    float: left;
    /* background: #a4c74c; */
    margin-left: 20px;
    margin-top: 5px;
    cursor: pointer;
}

#cont-adjunar input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 3;
    cursor: pointer !important;
    font-size: 0;
}

#div-input-adjuntar{
    position: relative;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    background: #dbdbdb;
    cursor: pointer;
}

#div-input-adjuntar svg{
    width: 18px;
    height: auto;
    margin-left: 6px;
    margin-top: 6px;
}

#div-texto-adjuntar{
    position: relative;
    float: left;
    width: 160px;
    font-size: 11px;
    font-family: GOTHAM-MEDIUM;
    margin-left: 13px;
    /* background: #ffffff; */
    margin-top: 9.5px;
    cursor: pointer;
}

/*---------------------------------------------------------- CONTENEDOR CONTACTO*/

#cont-contacto{
    position: relative;
    width: 100%;
    height: 350px;
    background: #000000;
    float: left;
    overflow: hidden;
}

#img-fondo-contacto{
    position: relative;
    width: 100%;
    min-width: 1300px;
    height: auto;
}

#div-gral-contacto{
    position: absolute;
    width: 950px;
    height: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 75px;
    /* background: #5e5e5e; */
}

.div-cuadro-contacto{
    position: relative;
    width: 300px;
    height: 200px;
    /* background: #b4b4b4; */
    float: left;
}

#div-cuadroC-whats{
    width: 265px;
    margin-right: 40px;
}

#div-cuadroC-whats h2{
    font-size: 22px;
    font-family: GothamBookRegular;
    color: white;
}

#cont-btn-what{
    position: relative;
    width: 230px;
    height: auto;
    padding: 9.5px 0 10.5px 0;
    background: #f08a01;
    margin-top: 25px;
    cursor: pointer;
    transition: all .2s;
}

#cont-btn-what:hover{
    background: #f08a01;
    transition: all .2s;
}

#cont-btn-what span{
    font-size: 11px;
    margin-left: 15px;
    font-family: Gramatika-Bold;
    color: white;
}

#div-svg-what{
    position: absolute;
    width: 38px;
    height: 38px;
    background: #f08a01;
    top: 0;
    right: 0;
}

#div-svg-what svg{
    width: 22px;
    height: auto;
    margin-left: 8px;
    margin-top: 8px;
}

#div-cuadroC-whats p{
    font-size: 12px;
    font-family: Gramatika-Light;
    margin-top: 25px;
    color: white;
}

#div-cuadro-kitco{
    width: 285px;
    margin-right: 40px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

#div-cuadro-kitco img{
    margin: 0 auto;
}

#div-cuadro-youtube{
    width: 320px;
    background: #fff;
}

#div-cuadro-youtube iframe{
    margin-left: 10px;
    margin-top: 10px;
}

/*---------------------------------------------------------- CONTENEDOR BLOG*/

#cont-blog{
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    float: left;
}

#div-gral-blog{
    position: relative;
    width: 950px;
    height: 600px;
    /* background: #eed7d7; */
    margin: 0 auto;
    margin-top: 50px;
}

.titulo-blog{
    position: relative;
    font-size: 40px;
    float: left;
    font-family: Gramatika-Bold;
}

.img-lineas-blog{
    position: relative;
    width: auto;
    height: 15px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}

#linea-gris-blog{
    width: 70%;
    height: 1px;
    background: #bebebe;
    margin-top: -7px;
    float: left;
    margin-left: 20%;
    margin-bottom: 40px;
}

#cont-cuadros-blog::-webkit-scrollbar {
    width: 8px;
}
 
#cont-cuadros-blog::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}
 
#cont-cuadros-blog::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 5px;
  outline: 1px solid slategrey;
}

#cont-cuadros-blog{
    position: relative;
    width: 710px;
    height: 435px;
    margin-top: 30px;
    float: left;
    background: #ffffff;
    overflow-y: scroll;
}

.div-cuadro-blog{
    position: relative;
    width: 310px;
    height: 420px;
    float: left;
    /* background: #743a3a; */
    margin-right: 50px;
    margin-bottom: 60px;
}

.no-margin{
    margin-right: 0px;
}

.div-cuadro-blog img{
    position: relative;
    width: 100%;
    height: auto;
    max-height: 238px;
    float: left;
}

.div-texto-cuadros{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    /* background: #e0e0e0; */
    margin-top: 40px;
}

.div-texto-cuadros h2{
    font-size: 13px;
    color: #303030;
    font-family: Gramatika-Medium;
}

.div-texto-cuadros p{
    font-size: 13px;
    color: #818181;
    font-family: GothamBookRegular;
    margin-top: 15px;
    line-height: 18px;
}

.btn-leer-mas{
    position: relative;
    width: 100px;
    height: auto;
    font-size: 16px;
    font-family: GOTHAM-MEDIUM;
    padding: 6px 0;
    border: 2px solid #8eb220;
    background: #fff;
    transition: all .2s;
    float: left;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
}

.btn-leer-mas:hover{
    letter-spacing: 1px;
    background: #8eb220;
    transition: all .2s;
    color: white;
}

#cont-catags-blog{
    position: relative;
    width: 200px;
    height: 420px;
    margin-top: 30px;
    float: left;
    /* background: #743a3a;  */
    margin-left: 40px;
}

#div-categ-blog{
    width: 100%;
    height: 150px;
    /* background: #8eb220; */
}

#div-categ-blog h2{
    font-size: 20px;
    color: #303030;
    font-family: Gramatika-Medium;
}

#div-categ-blog img{
    height: 15px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cats-blog{
    font-size: 11px;
    color: #929292;
    margin-bottom: 8px;
    transition: all .2s;
    font-family: GOTHAM-LIGHT;
    cursor: pointer;
}

.cats-blog:hover{
    color: #303030;
    transition: all .2s;
}

.cats-blog:last-child{
    margin-bottom: 0px;
}

#div-tags-blog{
    width: 100%;
    height: auto;
    /* background: #ffffff; */
    margin-top: 60px;
}

#div-tags-blog h2{
    font-size: 20px;
    color: #303030;
    font-family: Gramatika-Medium;
}

#div-tags-blog img{
    height: 15px;
    width: auto;
    margin-top: 10px;
}

#cont-tags-blog{
    position: relative;
    width: 200px;
    height: 150px;
    /* background: #8eb220; */
    margin-top: 15px;
}

.tags-blog{
    position: relative;
    float: left;
    margin-right: 10px;
    background: #ededed;
    color: #818181;
    padding: 6px 15px;
    font-family: GOTHAM-LIGHT;
    font-size: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .2s;
}

.tags-blog:hover{
    background: #8eb220;
    color: white;
    transition: all .2s;
}

.tags-blog:nth-child(2),.tags-blog:nth-child(4),.tags-blog:nth-child(6),.tags-blog:nth-child(6){
    margin-right: 0px;
}

.tags-blog:nth-child(7),.tags-blog:nth-child(8),.tags-blog:nth-child(9){
    padding: 6px 7px;
}




/*---------------------------------------------------------- CONTENEDOR RECICLAJE*/

#cont-reciclaje{
    position: relative;
    width: 100%;
    height: 500px;
    background: #ffffff;
    float: left;
}

#div-reciclaje{
    position: relative;
    width: 950px;
    height: 400px;
    margin: 0 auto;
    /* background: #e8ffda; */
}

#linea-gris-reciclaje{
    width: 100%;
    height: 1px;
    background: #bebebe;
    margin-top: 20px;
    margin-bottom: 40px;
}

.titulo-reciclaje{
    position: relative;
    font-size: 40px;
    float: left;
    font-family: Gramatika-Bold;
}

.img-lineas{
    position: relative;
    width: auto;
    height: 15px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}

#div-reciclaje p{
    float: left;
    font-size: 22px;
    width: 700px;
    color: #818181;
    line-height: 26px;
    margin-top: 40px;
    /* background: #ffdf87; */
    font-family: GothamBookRegular;
}

#cont-logos-reciclaje{
    position: relative;
    width: 950px;
    height: auto;
    /* background: #a4c74c; */
    float: left;
    margin-top: 60px;
}

#cont-logos-reciclaje img{
    position: relative;
    width: auto;
    height: 58px;
    margin-right: 50px;
    float: left;
}

#cont-logos-reciclaje img:last-child{
    margin-right: 0px;
}

#cont-permisos-reciclaje{
    position: relative;
    width: 950px;
    height: auto;
    padding: 20px 0;
    background: #c5c5c5;
    float: left;
    margin-top: 60px;
}

.texto-permisos{
    position: relative;
    width: 316.5px;
    font-size: 14px;
    font-family: Gramatika-Bold;
    color: white;
    float: left;
    text-align: center;
}


/*---------------------------------------------------------- CONTENEDOR FOOTER*/

#cont-footer{
    position: relative;
    width: 100%;
    height: 450px;
    float: left;
    background: #303030;
}

#div-footer{
    position: relative;
    width: 950px;
    height: 220px;
    margin: 0 auto;
    margin-top: 93px;
    /* background: #000000; */
}

.div-cuadros-footer{
    position: relative;
    width: 316.5px;
    height: 220px;
    float: left;
    /* background: #707070; */
}

.div-cuadros-footer:nth-child(2){
    /* background: #e8ffda; */
    padding-left: 60px;
    width: 256.5px;
}

.div-cuadros-footer:nth-child(3){
    /* background: #a7a7a7; */
    padding-left: 60px;
    width: 256.5px;
}

#img-logo-footer{
    position: relative;
    width: 230px;
    height: auto;
}

#texto-recupera-footer{
    width: 230px;
    font-size: 12px;
    font-family: Gramatika-Light;
    color: white;
    margin-top: 20px;
}

#btn-cotiza-scrap{
    position: relative;
    width: 180px;
    border: 3px solid #8eb220;
    text-align: center;
    padding: 3px 0 7px 0;
    font-size: 18px;
    font-family: Gramatika-Medium;
    margin-top: 20px;
    color: #8eb220;
    cursor: pointer;
    transition: all .2s;
}

#btn-cotiza-scrap:hover{
    color: white;
    transition: all .2s;
    border: 3px solid #ffffff;
}

#cont-cotiza-whats{
    position: relative;
    width: 180px;
    height: 30px;
    /* background: #000000; */
    margin-top: 20px;
}

#cont-cotiza-whats img{
    position: relative;
    width: 24px;
    height: auto;
    float: left;
}

#div-letra-what{
    position: relative;
    width: 80px;
    height: 30px;
    /* background: #303030; */
    margin-left: 25px;
    float: left;
    font-size: 10px;
    color: white;
    font-family: GOTHAM-LIGHT;
}

#div-letra-what span{
    position: relative;
    font-size: 13px;
    font-family: GothamBookRegular;
    color: white;
    margin-bottom: 8px;
}

.linea-vertical-cuadro{
    position: absolute;
    width: 1px;
    height: 200px;
    top: 50px;
    left: 0;
    background: #fff;
}

.linea-vertical-cuadro2{
    position: absolute;
    width: 1px;
    height: 200px;
    top: 50px;
    right: 0;
    background: #fff;
}

#div-blog-footer{
    position: relative;
    width: 180px;
    height: 130px;
    /* background: #8eb220; */
    margin-top: 40px;
}

.div-cuadros-footer h2{
    font-size: 26px;
    color: white;
    font-family: Gramatika-Medium;
}

.tags-footer{
    position: relative;
    float: left;
    margin-right: 10px;
    background: #222222;
    color: white;
    padding: 5px 15px;
    font-family: GOTHAM-LIGHT;
    font-size: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .2s;
}

.tags-footer:hover{
    background: #8eb220;
    color: black;
    transition: all .2s;
}

.tags-footer:nth-child(2),.tags-footer:nth-child(4),.tags-footer:nth-child(6),.tags-footer:nth-child(6){
    margin-right: 0px;
}

.tags-footer:nth-child(7),.tags-footer:nth-child(8),.tags-footer:nth-child(9){
    padding: 5px 5px;
}

#div-direc-footer{
    position: relative;
    width: 200px;
    height: 45px;
    /* background: #707070; */
    margin-top: 30px;
}

.div-img-direc{
    position: relative;
    width: 30px;
    /* background: #ffdf87; */
    height: 40px;
    float: left;
}

.div-img-direc img{
    width: 100%;
    height: auto;
}

#texto-direc-footer{
    position: relative;
    width: 150px;
    margin-left: 15px;
    font-size: 11px;
    float: left;
    color: white;
    font-family: GOTHAM-LIGHT;
}

#div-horario-footer{
    position: relative;
    width: 200px;
    height: 45px;
    /* background: #6b5353; */
    margin-top: 10px;
}

#div-horario-lunvie{
    position: relative;
    width: 70px;
    height: 100%;
    margin-left: 15px;
    float: left;
    /* background: #a7a7a7; */
}

#div-horario-lunvie span{
    font-size: 12px;
    font-family: Gramatika-Bold;
    color: white;
}

#div-horario-lunvie p{
    font-size: 10px;
    font-family: GOTHAM-LIGHT;
    color: white;
}

#div-horario-sab{
    position: relative;
    width: 70px;
    height: auto;
    margin-left: 15px;
    float: left;
    /* background: #a7a7a7; */
    margin-top: 7.5px;
}

#div-horario-sab span{
    font-size: 12px;
    font-family: Gramatika-Bold;
    color: white;
}

#div-horario-sab p{
    font-size: 10px;
    font-family: GOTHAM-LIGHT;
    color: white;
}

#div-unete-footer{
    position: relative;
    width: 200px;
    height: 40px;
    /* background: #b9b9b9; */
    margin-top: 10px;
}

#div-texto-unete{
    position: relative;
    width: 150px;
    height: 100%;
    margin-left: 15px;
    float: left;
    /* background: #a7a7a7; */
}

#div-texto-unete span{
    font-size: 12px;
    font-family: Gramatika-Bold;
    color: white;
}

#div-texto-unete p{
    font-size: 10px;
    font-family: GOTHAM-LIGHT;
    color: white;
}

#barra-footer{
    position: absolute;
    width: 100%;
    height: 44px;
    background: #222222;
    bottom: 0;
}

#div-barra-footer{
    position: relative;
    width: 530px;
    height: 12px;
    margin: 0 auto;
    margin-top: 16px;
    /* background: #000000; */
}

#div-derechos-res{
    position: relative;
    float: left;
    font-size: 10px;
    font-family: Gotham-MediumItalic;
    color: white;
}

#div-enlaces-footer{
    position: relative;
    float: left;
}

#div-enlaces-footer a{
    float: left;
    font-size: 10px;
    color: #8eb220;
    font-family: Gotham-MediumItalic;
    margin-left: 10px;
}
















@media (max-width:1000px) {

    /*----------------------------------- CONTENEDOR HEADER*/

    #cont-header{
        height: auto;
        padding-bottom: 30px;
    }

    #cont-div-header{
        width: 100%;
    }
    
    #div-logo{
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    #div-logo img{
        margin: 0 auto;
    }
    
    #div-texto-header{
        position: relative;
        width: 500px;
        height: auto;
        right: 0;
        top: 0;
        margin: 0 auto;
        margin-top: 10px;
    }


    /*----------------------------------- CONTENEDOR BANNER*/

    #cont-bannerPrin{
        margin-top: 171px;
    }

    #cont-texto-banner{
        width: 500px;
        height: 150px;
        /* background: #7c7c7c; */
        top: 35%;
    }

    #cont-texto-banner h2{
        font-size: 24px;
        color: white;
        text-align: center;
    }

    
    .btn-cotiza-crap{
        float: none;
        margin: 0 auto;
        margin-top: 25px;
    }


    /*---------------------------------------------------------- CONTENEDOR SCRAP*/

    #cont-scrap{
        position: relative;
        width: 100%;
        height: 1900px;
        /* background: #ffdf87; */
        float: left;
        z-index: 2;
    }

    #cont-img-fondo{
        position: relative;
        width: 100%;
        height: 1900px;
        overflow: hidden;
    }

    #img-fondo-scrap{
        position: relative;
        height: 1900px !important;
        height: auto;
    }

    #img-fondo-scrap{
        position: relative;
        width: 100%;
        min-width: 1300px;
        height: auto;
    }

    #cont-cuadros-scrap{
        width: 90%;
        height: auto;
        margin: 0 auto;
        top: 0;
        margin-top: 50px;
        margin-left: 5%;
    }

    .div-cuadro-scrap{
        position: relative;
        width: 256px;
        height: 160px;
        padding: 30px;
        float: none;
        margin: 0 auto;
        margin-top: 15px;
    }

    .titulo-scrap{
        text-align: center;
    }

    #btn-cotiza-scrap{
        padding: 5px 0 5px 0;
    }

    /*------------------------------------------------------------- CONTENEDOR FORMULARIOS*/

    #cont-formularios{
        position: absolute;
        width: 90%;
        height: 880px;
        top: 805px;
        margin-left: 5%;
    }

    .div-pestanas{
        position: relative;
        width: 99.8%;
        float: left;
        border: 1px solid #EDEDED;
        background: #EDEDED;
        cursor: pointer;
        text-align: center;
        font-size: 12px;
        padding: 24px 0;
        font-family: GOTHAM-BOLD;
    }

    #div-formulario{
        position: relative;
        width: 91.8%;
        padding: 30px 4%;
        height: 780px;
        background: #fff;
        float: left;
        border: 1px solid #b4b4b4; 
        border-top: 1px solid #ffffff; 
        margin-top: -2px;
    }

    .div-input-short{
        position: relative;
        width: 99.8%;
        height: auto;
        float: left;
        margin-right: 0;
        margin-bottom: 25px;
        /* background: #bebebe; */
    }

    #cont-enviar-adjuntar{
        position: absolute;
        width: 250px;
        height: auto;
        float: none;
        margin-top: 0px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 50px;
    }

    #btn-enviar-form{
        position: relative;
        width: 90px;
        padding: 6px 0 6px 0;
        text-align: center;
        background: #f08a01;
        border: 2px solid #f08a01;
        color: white;
        float: none;
        left: auto;
        margin: 0 auto;
        margin-left: 80px;
        margin-top: 15px;
    }

    #cont-div-terminos{
        float: none;
        margin-left: 0px;
        margin: 0 auto;
        margin-top: 11px;
    }
    
    #cont-adjunar{
        position: relative;
        width: 205px;
        height: 30px;
        float: none;
        /* background: #a4c74c; */
        margin-left: 0px;
        margin: 0 auto;
        margin-top: 15px;
        cursor: pointer;
        margin-bottom: 20px;
    }

    /*---------------------------------------------- CONTENEDOR CONTACTO*/

    #cont-contacto{
        position: relative;
        width: 100%;
        height: 770px;
        /* background: #000000; */
        float: left;
        overflow: hidden;
    }
    
    #img-fondo-contacto{
        /* transform: rotate(90deg); */
        width: auto;
        min-width: auto;
        height: 100%;
    }

    #div-gral-contacto{
        width: 320px;
        height: 650px;
        top: 55px;
    }

    #div-cuadroC-whats{
        margin-right: 0px;
        margin-left: 27.5px;
    }
    
    #cont-btn-what{
        margin: 0 auto;
        margin-top: 25px;
    }

    #div-cuadroC-whats p{
        font-size: 12px;
        font-family: Gramatika-Light;
        margin-top: 25px;
        color: white;
        text-align: center;
    }
    
    #div-cuadro-kitco{
        width: 320px;
        margin-right: 0px;
    }
    
    #div-cuadro-youtube{
        margin-top: 35px;
    }
    
    #div-cuadro-youtube iframe{
        margin-left: 10px;
        margin-top: 10px;
    }


    /*---------------------------------------------------------- CONTENEDOR BLOG*/

    #div-gral-blog{
        width: 590px;
        height: 600px;
        margin-top: 50px;
    }

    #cont-cuadros-blog{
        width: 340px;
        height: 435px;
        margin-top: 30px;
    }

    .titulo-blog{
        font-size: 34px;
    }
    
    .img-lineas-blog{
        margin-top: 25px;
        margin-left: 20px;
    }
    
    #linea-gris-blog{
        width: 66%;
    }


    /*---------------------------------------------------------- CONTENEDOR RECICLAJE*/

    #cont-reciclaje{
        position: relative;
        width: 100%;
        height: auto;
        /* background: #ffffff; */
        float: left;
        padding-bottom: 70px;
    }

    #div-reciclaje{
        position: relative;
        width: 90%;
        height: auto;
        margin: 0 auto;
        margin-left: 5%;
    }

    .titulo-reciclaje{
        font-size: 34px;
    }

    .img-lineas{
        height: 15px;
        float: left;
        margin-top: 25px;
    }

    #div-reciclaje p{
        float: left;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

    #cont-logos-reciclaje{
        width: 430px;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    #cont-logos-reciclaje img{
        height: 50px;
        margin-right: 50px;
        margin-bottom: 25px;
    }

    #cont-logos-reciclaje img:last-child{
        margin-right: 0px;
        margin-bottom: 0;
    }

    #cont-permisos-reciclaje{
        width: 100%;
        margin-top: 40px;
    }

    .texto-permisos{
        width: 100%;
        margin-bottom: 15px;
    }

    .texto-permisos:last-child{
        margin-bottom: 0px;
    }


    /*------------------------------------------     CONTENEDOR FOOTER*/

    #cont-footer{
        height: auto;
        padding-bottom: 80px;
    }

    #div-footer{
        width: 317px;
        height: auto;
        margin-top: 65px;
    }

    .div-cuadros-footer{
        padding-left: 30px;
        width: 256.5px;
        margin-bottom: 50px;
    }
    
    .div-cuadros-footer:nth-child(2){
        padding-left: 30px;
        width: 256.5px;
    }
    
    .div-cuadros-footer:nth-child(3){
        padding-left: 30px;
        margin-bottom: 0px;
    }

    .linea-vertical-cuadro,.linea-vertical-cuadro2{
        display: none;
    }



}




@media (max-width:700px) {

    /*---------------------------------------------------------- CONTENEDOR BLOG*/

    #div-gral-blog{
        width: 350px;
        height: 1020px;
    }

    #cont-cuadros-blog{
        width: 340px;
        height: 435px;
        margin-top: 0px;
    }

    #cont-catags-blog{
        margin-top: 50px;
        margin-left: 75px;
    }
    
    .img-lineas-blog{
        height: 10px;
        margin-top: 27px;
        margin-left: 20px;
    }
    
    #linea-gris-blog{
        width: 50%;
        margin-left: 27%;
    }

}



@media (max-width:550px) {

    /*----------------------------------- CONTENEDOR HEADER*/
    
    #div-texto-header{
        width: 100%;
    }

    .span-texto-header{
        width: 100%;
        text-align: center;
        float: none;
    }
    
    #cont-btn-header{
        width: 252px;
        height: auto;
        float: none;
        margin-left: 0px;
        margin: 0 auto;
        margin-top: 20px;
    }

    /*---------------------------------- CONTENEDOR BANNER*/

    #cont-texto-banner h2{
        font-size: 20px;
        color: white;
    }

    #cont-texto-banner{
        width: 90%;
        height: 150px;
        margin-left: 5%;
        /* background: #7c7c7c; */
        top: 35%;
    }
    
    #cont-texto-banner h1{
        font-size: 32px;
        margin-top: 8px;
        text-align: center;
    }
    
    #cont-texto-banner h1 span:first-child{
        font-size: 32px;
        color: #f08a01;
    }

    /*---------------------------------------------------------- CONTENEDOR BLOG*/

    #div-gral-blog{
        width: 320px;
        height: 1020px;
    }

    #cont-cuadros-blog{
        width: 310px;
        height: 435px;
        margin-top: 0px;
    }
    
    .titulo-blog{
        font-size: 22px;
    }

    #cont-catags-blog{
        margin-left: 60px;
    }

    .div-cuadro-blog{
        width: 290px;
        margin-right: 0px;
    }

    .img-lineas-blog{
        margin-top: 17px;
        margin-left: 20px;
    }

    .div-texto-cuadros h2{
        text-align: center;
    }
    
    .div-texto-cuadros p{
        text-align: center;
    }
    
    .btn-leer-mas{
        margin-left: 95px;
        font-size: 14px;
    }

     /*---------------------------------------------------------- CONTENEDOR RECICLAJE*/

    #div-reciclaje{
        position: relative;
        width: 86%;
        height: auto;
        margin: 0 auto;
        margin-left: 7%;
    }

    .titulo-reciclaje{
        font-size: 22px;
    }

    .img-lineas{
        height: 10px;
        margin-top: 17px;
        margin-left: 15px;
    }

    #div-reciclaje p{
        font-size: 16px;
        margin-bottom: 35px;
    }

    #cont-logos-reciclaje{
        width: 220px;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    #cont-logos-reciclaje img{
        height: 70px;
        margin: 0 auto;
        margin-right: 0px;
        margin-bottom: 25px;
    }

    #cont-logos-reciclaje img:last-child{
        margin-right: 0px;
        margin-bottom: 0;
        width: 100%;
        height: auto;
    }

    #cont-permisos-reciclaje{
        width: 100%;
        margin-top: 40px;
    }

    .texto-permisos{
        width: 100%;
        margin-bottom: 15px;
    }

    .texto-permisos:last-child{
        margin-bottom: 0px;
    }


    /*--------------------------------- CONTENEDOR FOOTER*/

    #cont-footer{
        padding-bottom: 100px;
    }
    
    #barra-footer{
        padding-bottom: 25px;
    }
    
    #div-barra-footer{
        position: relative;
        width: 280px;
        height: 12px;
    }

    #div-derechos-res{
        margin-bottom: 10px;
    }
    




}