*{box-sizing: border-box;}
html,body{
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;   
}
h1{
  font-family: Tahoma, sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
    
}
h2{
  font-weight: normal;
}
h3{
    font-family: Verdana, sans-serif;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color:rgb(255, 255, 255);
    color: rgb(37, 31, 31);
    width: 100%;
    height: 65px;
    padding: 0px 10%;
    box-sizing: border-box;
    letter-spacing: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: fixed;
    top: 0;
    z-index: 3;

   }
#logo{
  display: flex;
  flex-direction: row;
  padding: 0px 0;
}
#logo img{
  margin-top: 3px;
}
#logo a{
  text-decoration: none;
  color: black;
  margin-top: 20px;
  margin-left: 20px;
}
ul {
  list-style-type: none;
  padding: 0;
  margin-top: 13px;
  display: flex;
}
ul li a {
  display: block;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}
ul li a:hover {
  background-color: #f0f0f0;
  color: rgb(161, 158, 161);
  border-radius: 15px;
}
.active{
  /* background-color: rgb(250, 190, 59); */
  background-color: rgb(249, 207, 0);
  color: rgb(89, 77, 91);
  border-radius: 15px;
  font-weight: bold;
}
.nav-visited{
  background-color: #f0f0f0;
  color: rgb(161, 158, 161);
  border-radius: 15px;
  font-weight: bold;
}
header{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 80vh;
  margin-top: 65px;
  justify-content: flex-start;
  background-image: url(/img/PortadaDesk.jpeg);
  background-repeat: no-repeat;
  background-size: 58%;
  background-position: right top;
  animation: carusel-header 15s ease-in 1;
}
.text1Header{
  color: white;
  background-image: linear-gradient(to left, rgba(55, 61, 55, 0.13), rgba(55, 61, 61,1)50%);
}
.text1Header p{
  color: white; 
  text-align: center;
  font-size: 1.7em;
}
.btn-service{
  width: 40%;
  border-radius: 12px;
  padding: 0px;
  margin:2% 5%;
  border: solid 1px rgb(173, 173, 173);
  font-size: 1.3em;
}
.btn-service:hover{
  background-color: rgb(55, 61, 55);
  color: white;
  cursor: pointer;
}
.a-getQuote{
  color: rgb(249, 207, 0);
  font-size: 1.5rem;
  text-decoration: none;
}
.a-getQuote:hover{
  color: white;
}

#card-conteiner{
    display: flex;
    flex-wrap: wrap;
}
.card{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(221, 221, 221);
    margin: 4vh auto 4vh auto;
    border-radius: 5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-style: none;
    animation: appear  linear;
}
.imageCard{
overflow: hidden;
height: 50%;
margin: 10px;
border-radius: 5%;
/* transition: box-shadow 0.8s,transform 0.8s; */
}
.descriptionCard{
    width: 100%;
    height: 35%;
    background-color: rgb(221, 221, 221);
    border-radius: 5%;
}
.descriptionCard h2{
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}
.descriptionCard p{
    padding: 0 15px;
    text-align: justify;
    font-size: 1.3em;
}
.card button{
  width: 90%;
  border-radius: 12px;
  padding: 10px;
  margin: 5%;
  border: solid 1px rgb(173, 173, 173);
  font-size: 1.3em;
}
.card button:hover{
  background-color: rgb(55, 61, 55);
  color: white;
  cursor: pointer;
}
#about-us{
  padding: 5% 10%;
}
.about-container{
  display: flex;
}
#location{
  padding: 10%;
}
.location-container{
  display: flex;
  flex-wrap: wrap;
}
.text-conteiner{
  display: flex;
  flex-direction: column;
  width: 50%;
}
.map-container{
  display: flex;
  width: 50%;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #030303;
  color: white;
}
#pay-method{
  color: white;
  background-color: rgb(55, 61, 55);
  padding: 20px;
  text-align: center;
}
section{
  margin-bottom: 3%;
}
footer{
  color: black;
  /* background-color: rgb(236, 236, 236); */
  background-color: rgb(233, 233, 233);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding:10%;
}
footer>div{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}
.contact,.schedule p{
  font-size: 1.15em;
}
.contact p{
  text-align: justify;
}
footer a{
  color: blue;
  text-decoration: none;
}
.contact{
  width: 30%;
  color: rgb(55, 61, 61);
  background-color: rgb(221, 221, 221);
  border-radius: 20px;
  border: 1px solid rgb(187, 187, 187);
  padding: 20px;
}
.contact button{
  border-radius: 10px;
  border: 1px solid rgb(180, 180, 180);
  padding: 8px 12px;
  margin-right: 7px;
}
 .container-fluid{
    margin: 100px 0 100px 0;
  }
.form-detail{
  font-size: 0.9em;
  font-style: italic;
  color: rgb(170, 170, 170);
}
#floatingTextarea{
  height: 15vh;
  background-color: white;
  }
  @keyframes carusel-header{
    0%{background-image: url(/img/PortadaDesk.jpeg);
    background-position: right center;
    }
    25%{background-image: url(/img/landscaping.jpg);}
    50%{background-image: url(/img/outdoor.jpg);}
    75%{background-image: url(/img/junkA4.jpg);
    }
  }
   @keyframes carusel-header2{
    0%{background-image: url(/img/PortadaDesk.jpeg);
    }
    25%{background-image: url(/img/landscaping.jpg);}
    50%{background-image: url(/img/outdoor2.jpg);}
    75%{background-image: url(/img/junkA4.jpg);
    }
  }
/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {
  html body{
    font-size: 12px;
  }  
  nav{
    padding: 0 2%;
  }
  .hidden{
    display: none;
  }
  header{
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 69vh;
  margin-top: 65px;
  justify-content: flex-start;
  background-image: url(/img/PortadaDesk.jpeg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
  animation: carusel-header2 15s ease-in 1;
  }
  .text1Header{
    display:flex;
    flex-direction: column;
    align-items: center;
    height: 70%;
    background-image: linear-gradient(to bottom, rgba(55, 61, 55, 0), rgba(55, 61, 61,1)50%);
    padding: 0% 2%;
    padding-top: 30%;
  
  }
  .text1Header h1{
  font-size: 2rem;
  margin-bottom: 0;
  }
  .text1Header p{
    font-size: 1.1rem;
  }
  .a-getQuote{
  font-size: 1.1rem;
 }
   #services{
    padding: 0 4%;
  } 
  .card{
    width: 100%;
    margin: 8% 0;
    height: 530px;
  }
#about-us{
  padding: 5% 2%;
}
  .about-container{
    flex-direction: column-reverse;
  }
  .about-container img{
    width: 100%;
  }
  #location{
    padding: 0 4%;
  }
  .text-conteiner, .map-container{
    width: 100%;
    font-size: 1.3em;
    text-align: justify;
  }
  .contact{
    width: 100%;
  }
  footer{
    padding: 10% 2%;
  }
  .footer-content{
    flex-direction: column;
    align-items: center;
  }
  .container-fluid{
    margin: 100px 0 100px 0;
  }
  #sectionGetQuote> div{
    margin-bottom: 50px;
  }
  #floatingTextarea{
  height: 10vh;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  nav{
    padding: 0 5%;
  }
  .hidden{
    display: none;
  }
  header{
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 70vh;
  margin-top: 65px;
  justify-content: flex-start;
  background-image: url(/img/PortadaDesk.jpeg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
  animation: carusel-header2 15s ease-in 1;
  }
  .text1Header{
    display:flex;
    flex-direction: column;
    align-content: center;
    height: 50%;
    background-image: linear-gradient(to bottom, rgba(55, 61, 55, 0), rgba(55, 61, 61,1)50%);
    padding: 0% 4%;
    padding-top: 7%;
  
  }
  .text1Header h1{
  font-size: 2.8rem;
  margin-bottom: 0;
  }
  .text1Header p{
    font-size: 1.7rem;
  }
  .linksHeader{
    text-align: center;
  }
   #services{
    padding: 0 5%;
  } 
  #card-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
   .card{
    width: 48.5%;
    margin: 2% 0;
    height: 550px;
  }
  .descriptionCard p{
    font-size: 1.1rem;
  }
   .descriptionCard h2{
    font-size: 1.2rem;
  }
  #about-us{
  padding: 5% 5%;
}
 .about-container img{
    width: 45%;
    margin-right: 5%;
  }
   #location{
    padding: 0 4%;
  }
    .text-conteiner {
    /* width: 100%; */
    padding-right: 3%;
    font-size: 1.1rem;
    text-align: justify;
  }
  .contact{
    width: 80%;
    margin-top: 5%;
  }
  footer{
    padding: 10% 5%;
  }
   .container-fluid{
    margin: 150px 0 150px 0;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  nav{
    padding: 0 3%;
  }
  .hidden{
    display: flex;
  }
  header{  
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 80vh;
  margin-top: 65px;
  justify-content: flex-start;
  background-image: url(/img/PortadaDesk.jpeg);
  background-repeat: no-repeat;
  background-size: 58%;
  background-position: right top;
  animation: carusel-header 15s ease-in 1;
  }
  .text1Header{
  width: 80%;
  height: auto;
  color: white;
  background-image: linear-gradient(to left, rgba(55, 61, 55, 0), rgba(55, 61, 61,1)47%);
  padding-top: 20vh;
  padding-left: 5vh;
  padding-right: 60vh;
  }
  .text1Header h1{
  font-size: 2rem;
  }
  .text1Header p{
    font-size: 1.2rem;
  }
  .linksHeader{
    display: flex;
    text-align: center; 
    width: 100%;
    margin-top: 10%;
  }
.a-getQuote{
  font-size: 1.1rem;
 }
 .btn-service{
  display: inline-block; 
  width: 35%;
  font-size: 1rem;
 }
 #flecha{
  font-size:30px;
 }
  #services{
    padding: 0 3%;
  }
  .card{
    width: 32%;
    margin: 2% 0;
    height: 490px;
  }
    .descriptionCard p{
    font-size: 1rem;
  }
     .descriptionCard h2{
    font-size: 1.1rem;
  }
   #about-us{
  padding: 5% 3%;
}
 .about-container img{
    width: 45%;
    margin-right: 5%;
  }
  #location{
    padding: 0 3%;
  }
  .text-conteiner {
    font-size: 1rem;
  }  
  .contact{
    width: 39%;
    margin-top: 0%;
  }
    footer{
    padding: 5% 3%;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  nav{
    padding: 0 10%;
  }
  .text1Header{
  width: 80%;
  color: white;
  background-image: linear-gradient(to left, rgba(55, 61, 55, 0), rgba(55, 61, 61,1)47%);
  padding-top: 20vh;
  padding-left: 5vh;
  padding-right: 60vh;
  }
  .text1Header h1{
    font-size: 2.5rem;
  }
  .text1Header p{
    font-size: 1.4rem;
  }
  .a-getQuote{
  font-size: 1.3rem;
 }
 .btn-service{
  font-size: 1.2rem;
 }
 #flecha{
  font-size:40px;
 }
#services{
    padding: 0 10%;
  }
 .card{
    width: 31%;
    margin: 2% 0;
    height: 500px;
  }
    .descriptionCard p{
    font-size: 1rem;
  }
     .descriptionCard h2{
    font-size: 1.1rem;
  }
   #about-us{
  padding: 5% 10%;
}
 .about-container img{
    width: 45%;
    margin-right: 5%;
  }
  #location{
    padding: 0 10%;
  }
  .text-conteiner {
    font-size: 1.2rem;
  }
  footer{
    padding: 5% 10%;
  }    
}
 /* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  section p{
    font-size: 1.1rem;
  }
  .text1Header{
  width: 80%;
  color: white;
  background-image: linear-gradient(to left, rgba(55, 61, 55, 0), rgba(55, 61, 61,1)47%);
  padding-top: 20vh;
  padding-left: 8vh;
  padding-right: 80vh;
  }
  .text1Header h1{
  font-size: 3rem;
}
  #services{
    padding: 0 10%;
  }
  .card{
    width: 23.5%;
    margin: 0px;
    height: 550px;
  }
  .descriptionCard p{
    font-size: 1.1rem;
  }
  .descriptionCard h2{
    font-size: 1.4rem;
  }
  section h1{
    font-size: 3rem;
    color:rgb(55, 61, 55);
    margin-bottom: 3%;
  }
    #location{
    padding: 0 10%;
  }
  .text-conteiner {
    font-size: 1.2rem;
  }
  .contact{
    width: 30%;
  } 
}




