
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&family=Shanti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Secular+One&family=Shanti&display=swap');



*{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;
    background-color: #ffffff;
    color: black;
}
button
{
  border: none;
}


/* Etiquetas */
h1{
  font-family:secular one, sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  color: #D4D9FD;
  text-align: center;
    
}
h2{
  text-align: center;
  Font-size: 2.2rem;
  font-family: secular one, sans-serif;    
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
h3
{
  font-family: secular one, sans-serif;
}
/* 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;
} */
a
{
  font-family: sansation, sans-serif;
}
/*  */


/* Navegación */
nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #52556A;
    width: 100%;
    height: 85px;
    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;
  margin-top: 20px;
  margin-left: 20px;
}
ul {
  list-style-type: none;
  padding: 0;
  margin-top: 13px;
  display: flex;
}
ul li a {
  transition: 500ms;
  display: block;
  color: #D4D9FD;
  padding: 8px 16px;
  font-size: 18px;
  text-decoration: none;
}
ul li a:hover {
  transition: 500ms;
  color: rgb(26, 24, 26);
}
.active{
  background-color: #D4D9FD;
  color: #52556A;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.658);
  border-radius: 20px;
  font-weight: bold;
}
.nav-visited{
  background-color: #f0f0f0;
  color: rgb(161, 158, 161);
  border-radius: 15px;
  font-weight: bold;
}
.btn-nav-phone{
  background-image: linear-gradient(to top, rgb(178, 113, 31), rgb(248, 218, 139)95%);
  border-radius: 10px;
  padding: 1px 12px;
  font-size: 23px;
  font-weight: bold;
  color:#363636;
  text-decoration: none;
}
.btn-nav-phone:hover{
  background-image: linear-gradient(to top, rgb(240, 240, 240), rgb(240, 240, 240) 100%);
  color: rgb(173, 173, 173);
  cursor: pointer;
}
.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(41, 41, 41, 0.95);
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 15px;
    text-align: center;
}
.sidenav a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: white;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover{
    color: #f1f1f1;
}
.sidenav .closebtn{
    text-align: right;
    font-size: 50px;
    margin-right: 30px;
}
/*  */


/* header */
header{
  overflow: hidden;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
  justify-content: flex-start;
  background-image:url('/img/fondo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
header .logoin
{
  justify-self: center;
  align-self: center;
  width: 550px;
  height: 300px;
}
/*  */


/* cards */ 
.carousel-container{
  /* display: flex;   */
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    max-width: 1200PX;
    overflow: hidden;
}
.card{
    transition: transform 0.3s, box-shadow 0.3s;
    height: 55  0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #D4D9FD;
    /* margin: 4vh auto 4vh auto; */
    border-radius: 20px;
    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;
    animation-timeline:view();
    margin: 0 10px;
    flex: 0 0 32%;
    transition: transform 0.3s, box-shadow 0.3s;  
    overflow: hidden;
    /* animation-range: entry 0% cover 40%; */
}

.driveway{
  background-image: url('/img/cards/sealing.jpg');
}
.kitchen{
  background-image: url('/img/cards/kitchen.jpg');
}
.patio{
  background-image: url('/img/cards/patios.jpg');
}
.retaining{
  background-image: url('/img/cards/retaining.jpg');
}
.pits{
  background-image: url('/img/cards/pits.jpg');
}
.pools{
  background-image: url('/img/cards/pools.jpg');
}
.pressure{
  background-image: url('/img/cards/pressure.jpg');
}
.walkways{
  background-image: url('/img/cards/walkways.jpg');
}

.imageCard{
/* overflow: hidden; */
height: 470px;
width: 95%;
margin: 10px;
border-radius: 20px;
background-repeat: no-repeat;
background-size: cover;
}
.descriptionCard{
    height: 50px;
    width: 95%;
    border-radius: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
}
.descriptionCard h3{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #363942;
    text-transform: uppercase;
}
/*  */


/* services */
#services
{
  background-color: #363942;
}
#service3,#service5>.descriptionCard{
    line-height: 1.25;
  }
.card button{
  width: 95%;
  border-radius: 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.658);
  padding: 10px;
  margin: 0 15px 15px 15px;
  background-color:#363942;
  color: #D4D9FD;
  font-size: 1.3em;
  cursor: pointer;
  transition: background 0.3s;
}
.card button:hover{
background-color: rgb(240, 240, 240);
  color: rgb(173, 173, 173);
  cursor: pointer;
}
.texto
{
  /* background-color: #ffffff; */
  max-width: 1200px;
  margin: 7% auto;
}
.texto p{
  font-family: shanti, sans-serif;
  font-size: 1.3rem;
  color: #D4D9FD;
  text-align: justify;
}
.texto b
{
  color: #6679C9;
}
.column
{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  flex: 50%;
  margin: 20px;
}
.texto-img
{

  /* background-color: #ffffff; */
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


.cont-h2 h2
{
color: #363942;
}
.cont-h2
{
  /* position: relative; */
  margin: 2% auto ;
  max-width: 1200px;
  background-color: #ffffff;
  padding: 1% 0;
  border-radius:50px;
  /* margin: 2%; */
}

/*  */



#location{
  background-color: #363942;
  padding: 3%;
}
.location-container{
  display: flex;
  flex-wrap: wrap;
}
/* .text-conteiner{
  display: flex;
  flex-direction: column;
  width: 50%;
} */
/* .text-conteiner>ul
{
  flex-direction: column;
  align-items: center;
} */
.map-container{
  display: flex;
  width: 50%;
}

footer{
  color: #D4D9FD;
  background-color: #52556A;
  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.1rem;
}
.contact p{
  text-align: justify;
  font-family: shanti, sans-serif;
}
footer a{
  /* color: rgb(202, 202, 202); */
  text-decoration: none;
}
.contact h3
{
  color: #D4D9FD;
}
.contact{
  width: 30%;
  color: #D4D9FD;
  background-color: #6D708B;
  border-radius: 20px;
  border: 1px solid #D4D9FD;
  padding: 20px;
}
.dwm
{
  color: #637ff0;
}


.fa-brands
{
    transition: 500ms;
  color: #363942;
  font-size: 2rem;
  margin: 3px;
}
.fa-brands:hover
{
  transition: 500ms;
  color: #D4D9FD;
}
.fa-facebook
{
  background-color: #ceeecf00;
}


 .container-fluid{
    margin: 120px 0 100px 0;
  }
.form-detail{
  font-size: 0.9em;
  font-style: italic;
  color: rgb(170, 170, 170);
}
#floatingTextarea{
  height: 15vh;
  background-color: white;
  }
.form-check{
  color: #014402;
}
/* Animacion para las tarjetas de servicios. */
@keyframes appear
{
    from{
        opacity: 0;
        scale: 0.5;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}  
/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {
  html body{
    font-size: 12px;
  }
 /* p{
    font-size: 1.1rem;
  }  */
 nav{
    padding: 0 2%;
    justify-content: space-around;

  }
  .hidden{
    display: none;
  }
  header{
  width: 100%;

  }
  .texto-img
  {
    flex-wrap: wrap;
  }
  .footer-content{
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
  }
  #location{
    padding: 3%;
  }

  }
 #flecha{
  font-size:1.8rem;
 }
 #banner-phone{
  padding: 10px;
  text-align: center;
  height: 6vh;
  background-color: rgb(41, 41, 41);
  width: 100%;
  font-size: 1.2rem;
  color: #ca8d3a;
 }
 #banner-phone a{
  color: rgb(243, 220, 106);
  text-decoration: none;
 }
   #services{
    padding: 0 4%;
  } 
  .card{
    /* width: 100%; */
    /* margin: 9% 0; */
    animation: appear  linear;
    animation-timeline:view();
    animation-range: entry 0% cover 40%;
  }
  #service1>.descriptionCard{
    line-height: 1.4;
  }
 #about-us{
  padding: 5% 2%;
}
  
  .text-conteiner, .map-container{
    width: 100%;
    font-size: 1.3em;
    text-align: justify;
  }
  .contact{
    width: 100%;
  }
  footer{
    padding: 10% 2%;
  }
  .container-fluid{
    margin: 120px 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{
  width: 100%;
  }
  .linksHeader{
    text-align: center;
  }
#services{
    padding: 0 2%;
  } 
#card-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
.card{
    width: 48.5%;
    /* margin: 2% 0; */
  }
.descriptionCard p{
    font-size: 1.1rem;
  }
   .descriptionCard h2{
    font-size: 1.2rem;
  }
   #location{
    padding: 3%;
  }
    .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;
  }
.btn-nav-phone{
    display: none;
  }
  header{  
  width: 100%;
  }
.linksHeader{
    display: flex;
    text-align: center; 
    width: 100%;
    margin-top: 10%;
  }
.a-getQuote{
  font-size: 1.1rem;
 }
.btn-service{
  display: inline-block; 
  width: 45%;
  font-size: 1rem;
 }
  #services{
    padding: 0 3%;
  }
  .card{
    width: 32%;
    /* margin: 2% 0; */
  }


.descriptionCard p{
    font-size: 1rem;
  }
.descriptionCard h2{
    font-size: 1.1rem;
  }
  #location{
    padding: 3%;
  }
  .text-conteiner {
    font-size: 1rem;
  }  
  .contact{
    width: 39%;
    margin-top: 0%;
  }
    footer{
    padding: 5% 3%;
  }
.container-fluid{
    margin: 120px 0 150px 0;
  }
  
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  nav{
    padding: 0 10%;
  }
.btn-service{
  font-size: 1.2rem;
 }
#flecha{
  font-size:40px;
 }
#services{
    padding: 0 5%;
  }
.card{
    width: 31%;
    /* margin: 2% 0; */
  }


.descriptionCard p{
    font-size: 1rem;
  }
.descriptionCard h2{
    font-size: 1.1rem;
  }
  #location{
    padding: 3%;
  }
  .text-conteiner {
    font-size: 1.2rem;
  }
  footer{
    padding: 5% 10%;
  }    
}
 /* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

.text1Header{
    width: 60%;
  }
.img-title{
    width: 38%;
  }
/* section p{
    font-size: 1.3rem;
  } */
#services{
    padding: 0 5%;
  }
  .card{
    width: 24%;
    }
  .descriptionCard p{
    font-size: 1.1rem;
  }
  .descriptionCard h2{
    font-size: 1.4rem;
  }
  section h1{
    font-size: 3rem;
  }
    #location{
    padding: 3%;
  }
  .text-conteiner {
    font-size: 1.2rem;
  }
  .contact{
    width: 30%;
  } 
}




