@charset "utf-8";
/* CSS Document */


:root {

    --font1: 'Montserrat', sans-serif;
}

body {
    margin:0;
    padding:0;
  }

a {
text-decoration: none;

} 
  
h1 {
    width: auto;
    font-size: 3em;
    font-family: var(--font1);
    margin-left: 10%;
    margin-top: 10%;
    color: white;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.6);
}


h2 {

    font-size: 3em;
    font-weight: 500;
    font-family: var(--font1);
    margin-top: 4%;


}


ul {
    margin: 0%;
    list-style: none;
    padding: 0;
 

}


.generalcontent {
    margin: 0em;
    background-color:#FAFAFA ;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


.contact-top {
    width: 100%;
    height:50px;
    align-items: center;
    background: rgb(250, 250, 250) ;
}

.contact-top li {
    text-decoration: none;
    list-style: none;
    font-family: var(--font1);
    font-size: 1em;
    float: right;
    padding-top: 1em;
    padding-left: 1%;
    padding-right: 1%;
}

.contact-top li a:link, a:visited {
    text-decoration: none;
    list-style: none;
    color: black;
}

/* ---------------- HEADER  ------------- */

.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    width: 100%;
    z-index: 1;
    border-top: 1px solid rgb(190, 190, 190);
    box-shadow: 0 0 20px rgba(127,137,161,.3);
  }
  
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }
  
  .header li a {
    height: 60px;
    display: block;
    padding-top: 20px;
    padding-left:20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    font-family: var(--font1);
  }

  .header li a:link, a:visited {
      color: black;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #f4f4f4;
  }
  
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    margin-left: 10%;
    margin-top:0;
    text-decoration: none;
  }
  
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 240px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
 /* 48em = 768px */

@media (min-width: 48em) {

    .header li {
      float: left;
    }
    .header li a {
    padding: 20px 30px;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
  }  


/* ---------------- TOPIC  ------------- */



.topic {
    width: 100%;
    height: 60vh;
    margin: 0%;
    display: flex;
    flex-direction: column;
    background-attachment: fixed;
    background-position: right center;
    border-bottom: 7px solid #ff7700;
    }

.background-home  {
    background-image: url(../img/background-home.jpg);
}

.background-serv  {
    background-image: url(../img/background-serv.jpg);
}

.background-business  {
    background-image: url(../img/background-business.jpg);
}

.background-contact  {
    background-image: url(../img/background-contact.jpg);
}

.background-urna  {
    background-image: url(../img/background-urna-biodegradable.jpg);
}


.topic p {
    width: auto;
    font-size: 2em;
    font-family: var(--font1);
    margin-top: 0;
    margin-left:10%;
    color: white;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.6);
}

#button-topic {
    display: flex;
    margin-left: 10%; 
}


#button-topic li {
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
    margin-right:1%;
    text-decoration: none;
    list-style: none;
    cursor:pointer;
    font-family: var(--font1);
    font-weight: 500;
    font-size: 1.5em;
    padding:7px 40px;
    text-decoration:none;
    background-color:#ff7700;
	border-radius:28px;
    
}


#button-topic a:link {
    color: rgb(255, 255, 255);
    text-decoration: none;

}

#button-topic a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;

}


#button-topic li a:hover {
    color: white;

}

#button-topic li:hover {
    background-color:#fc9700;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.1s;

}


/* ---------------- SERVICE  ------------- */

.section-icon {
    width: 100%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: white;
}

.icon {
    margin-left: 4%;
    background-attachment: fixed;
}

.icon img { 
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center top;
}

.icon img:hover {
    opacity: 40%;
    cursor:pointer;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.1s;
}

.icon p {
    font-family: var(--font1);
    margin-bottom: 2em;
    text-align: center;
    font-weight: 600;
 }



/* ----  SERVICES  ----- */


.conten-service {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    
}

.conten-service p  {
    margin-top:0;
    margin-bottom: 5%;
    font-size: 20px;
    font-family: var(--font1);
}

.conten-service img {
    width:100%;
    height:100%;
}

.serv {
    width:100%;
    height:400px;
    margin-top: 2%;
    display: flex;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(148,148,148,0.8);
    -moz-box-shadow: 0px 0px 7px 0px rgba(148,148,148,0.8);
    box-shadow: 0px 0px 7px 0px rgba(148,148,148,0.8);
    border-radius:10px;
}

.img-serv {
    width: 100%;
    
}

.img-serv img {
    width: 100%;
    height:100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px 0px 0px 10px;

}

.txt-serv {
    width: 100%;
    background-color: white;
    border-radius: 0px 10px 10px 0px;

}

.txt-serv h3 {
    margin-top: 5%;
    margin-bottom: 0px;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 26px;
    color: #ff7700;
    font-family: var(--font1);
}

.txt-serv h4 {
    margin-top: 2%;
    margin-bottom: 0px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 2%;
    font-size: 26px;
    border-top: solid 1px black;
    color: #000000;
    font-family: var(--font1);
}

.txt-serv p {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 20px;
    font-family: var(--font1);
}



/* ---- BUTTON SERVICE ----- */

#button-serv ul { 
    margin: 0px;
    padding: 0px;
}

#button-serv li {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 6em;
    height: 1em;
    margin-left: 5%;
    margin-bottom: 10%;
    padding:2%;
    text-decoration: none;
    list-style: none;
    background-color:rgb(255, 115, 0);
    cursor:pointer;
    font-family: var(--font1);
    font-weight: 500;
    font-size:20px;
    border-radius:28px;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    
}


#button-serv li a:link, a:visited {
    color:white;
    text-decoration: none;

}


#button-serv li a:hover {
    color: rgb(255, 255, 255);

}


#button-serv li:hover {
    background-color: rgb(197, 56, 0);
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.1s;
}


/* ---- SECTION CALL ACTION ----- */


.section  {
    width: 100%;
    height: 400px;
    margin-top: 5%;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #cccccc;
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 12px 0 rgba(0,0,0,.1);
}

.background-section-home {
    background-image: url(../img/section/background-section-home.jpg);
}

.background-section-serv-1{
    background-image: url(../img/section/background-section-serv-1.jpg);
}

.background-section-serv-2{
    background-image: url(../img/section/background-section-serv-2.jpg);
}


.background-section-serv-3{
    background-image: url(../img/section/background-section-serv-3.jpg);
}


.background-section-serv-4{
    background-image: url(../img/section/background-section-serv-4.jpg);
}


.background-section-serv-5{
    background-image: url(../img/section/background-section-serv-5.jpg);
}


.section h2 {
    background-color: white;
    width: fit-content;
    font-family: var(--font1);
    font-size: 3em;
    font-weight: 500;
    margin-top: 3em;;
    margin-left: 10%;
    padding:2%
}

.section h3 {
    font-family: var(--font1);
    color: white;
    font-size: 20px;
    width: 500px;
    font-weight: 700;
    margin-left: 10%;
    margin-top: 3em;
}



.section #callaction {
    display: flex;
    margin-left: 10%;
    

}


.section #callaction li {
    display:flex;
    justify-content: center;
    align-items: center;
    padding:2%;
    margin-right:2%;
    text-decoration: none;
    list-style: none;
    background-color: rgb(255, 115, 0);
    cursor:pointer;
    font-family: var(--font1);
    font-weight: 500;
    font-size: 1.5em;
    padding:7px 40px;
    text-decoration:none;
    border-radius:28px;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;

    
}


.section li a:link, a:visited {
    color: white;
    text-decoration: none;

}


.section li a:hover {
    color: white ;

}

#callaction li:hover {
    background-color: rgb(197, 56, 0);
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.1s;
}

/* ---- FOOTER ----- */


footer  {
    display:flex;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-top:0%;
    background: rgb(250, 250, 250) ;
}

footer p {
    font-family: var(--font1);
    width: 30%;
    margin-left: 10%;
}

footer ul {
    display: flex;
    width: 30%;
    margin-right:auto;
    margin: 0;
}

footer li {
    margin-left: 10%;
    padding: 1em;
    font-family: var(--font1);
    font-size: 14px;
}

footer li a:link, a:visited {
    color: black;
    text-decoration: none;
    list-style: none;
}

footer li:hover {
    background-color: rgb(231, 231, 231);
    border-radius:28px;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.1s;
}


/* ---- SCROLL TOP ----- */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#ff5100;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#ff7b00;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/* FORMULARIO */

.form-consulta {
    max-width: 100%;
    background: #eee;
    padding: 25px;
    margin-bottom: 2%;
    font-family: var(--font1);
}

.campo-form {
    width:100%; height:36px;
    margin:2px 0 6px;
    padding-left:6px;
    box-sizing: border-box;
    border-radius:3px;
    border:0;
    font-family: var(--font1);
    font-size:1em;
}

label span {color: #f00}

textarea {min-height: 150px!important;}

.btn-form {
    display: inline-block;
    border:0;
    background: #000;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 6px;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px}

.btn-form:hover {background: #444}


/* ---- MEDIA QUERIES ----- */

  
@media (max-width: 1300px) {

    .topic {
    background-position:center;
    height: 50vh;
    }


    .icon {
        margin-left:1%;
    
    }

    .icon img { 
        width: 150px;
        height: 150px;
    }

    .icon p {
        font-family: var(--font1);
        margin-bottom: 1em;
     }

     .txt-serv p {
        font-size: 1em;
    }
     footer li {
        margin-left: 5%;
    }

  }

@media (max-width: 768px) {




    h1 {
        font-size: 45px;
    }

    .topic {
        background-position:center;
        height:400px;
        }

        
    .serv {
        width:100%;
        height:100%;
        margin-top: 5%;
        flex-direction: column;

    }


        
    .img-serv img {
    border-radius: 10px 10px 0px 0px;

}

    .txt-serv {
    border-radius: 0px 0px 10px 10px;

}

    .txt-serv h3 {
        font-size: 20px;
    }
    

    footer {
        flex-direction:column;
        height:300px;
    }

    footer p {
        width: 100%;
        text-align: center;
        margin-left:0;
    }
    
    footer ul {
        display: flex;
        align-items: center;
        flex-direction:column;
        width: 100%;
        margin-right:auto;
    }
    
    footer li {
        width:90%;
        text-align: center;
        margin-left: 0%;
        padding-top: 1em;
        font-family: var(--font1);
        font-size: 15px;
        border-top: solid 1px rgb(211, 211, 211);
        border-radius: 0;
    }

  }
  
 
@media (max-width: 580px) {





    h1 {
        width: 100vw;
        font-size: 30px;
        font-family: var(--font1);
        margin-left:0;
        margin-top: 2em;
        text-align: center;
    }

    h2 {
        font-size: 30px;
        text-align: center;
    }

    .topic {
        width: 100%;
        height: 60vh;
        margin: 0%;
        background-attachment:scroll;
        background-position-x: 50%;
        background-position-y: 0%;
        background-position: center top;
    }


    .background-home  {
        background-image: url(../img/background-home-movile.jpg);
    }
    
    .background-serv  {
        background-image: url(../img/background-serv-movile.jpg);
    }
    
    .background-business  {
        background-image: url(../img/background-business-movile.jpg);
    }
    
    .background-contact  {
        background-image: url(../img/background-contact-movile.jpg);
    }

    .background-urna  {
        background-image: url(../img/background-urna-biodegradable-movile.jpg);
    }

    
    .topic p {
        width: 100vw;
        font-size: 24px;
        font-family: var(--font1);
        margin-left:0;
        text-align: center;
    }

    #button-topic {
        display: block;
        align-items: center;
        margin-top:0;
        margin-left: 10%;
        margin-right: 10%;  
    }

    #button-topic li {
        display: block;
        text-align: center;
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
        
    }

    .icon {
        margin-left:3%;
    
    }

    .icon img { 
        width: 130px;
        height: 130px;
    }

    .icon p {
        font-family: var(--font1);
        font-size: 12px;
        margin-bottom: 1em;
     }

     .conten-service {
        width: 90%;
        
    }

    .txt-serv h3 {
        text-align: center;
        margin: auto;
        font-size: 22px;
        padding-top: 1em;
        font-family: var(--font1);
    }

    .txt-serv h4 {
        text-align: center;
        margin: auto;
        font-size: 22px;
        padding-top: 1em;
        font-family: var(--font1);
    }
    
    .txt-serv p {
        text-align: center;
        margin: auto;
        padding:2%;
        font-size: 16px;
    }
    #button-serv li {
        display:flex;
        justify-content: center;
        align-items: center;
        width: 8em;
        height: 1em;
        margin-left: 0%;
        margin: auto;
        margin-bottom: 10%;       
    }
    
    .section  {
        height:200px;
        padding-bottom: 15%;
        object-fit: none;
        background-position: center top;
        background-attachment:scroll;
    }


    
    .background-section-home {
        background-image: url(../img/section/background-section-home-movile.jpg);
    }
    
    .background-section-serv-1{
        background-image: url(../img/section/background-section-serv-1-movile.jpg);
    }
    
    .background-section-serv-2{
        background-image: url(../img/section/background-section-serv-2-movile.jpg);
    }
    
    
    .background-section-serv-3{
        background-image: url(../img/section/background-section-serv-3-movile.jpg);
    }
    
    
    .background-section-serv-4{
        background-image: url(../img/section/background-section-serv-4-movile.jpg);
    }
    
    
    .background-section-serv-5{
        background-image: url(../img/section/background-section-serv-5-movile.jpg);
    }
    
    .section h3 {
        text-align: center;
        padding: 5%;
        width: 90%;
        margin-left:0;
    }
    

    .section #callaction {
        flex-direction: column;
        margin-left: 5%;
    }
    
    .section #callaction li {
        align-items: center;
        font-size:20px;
        width: 7em;
        height: 1em;
        margin-left: 0%;
        margin: auto;
        margin-bottom: 10%; 
    
        
    }


    
}