
/*Aquí van las fonts*/


@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Frank+Ruhl+Libre:wght@300..900&family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Marcellus&display=swap');

/**/


@keyframes appear
{
    from{
        opacity: 0;
        scale: 0.5;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}  


*{box-sizing: border-box;}
html,body{
    display: flex;
    flex-direction: column;
    margin: 0;
    line-height: 1.5;
    background-color: #ffffff;
    color: black;
    scroll-behavior:smooth;
}
button
{
  border: none;
}


/* Etiquetas */
h1{
  font-family:marcellus, sans-serif;
  font-size: 7rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; 
}
h2{
  text-align: center;
  Font-size: 2.2rem;
  font-family: BIZ UDPMincho, sans-serif;    
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
h3
{
  font-family: Cormorant Garamond, sans-serif;
}
a
{
  font-family: sansation, sans-serif;
}
h4
{
  font-family: Cormorant garamond, sans-serif;
}
/*  */


/* Navegación */
.barra-nav{
    background-color:#1E1E1E ;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    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;
}
.barra-nav ul {
  list-style-type: none;
  padding: 0;
  margin-top: 13px;
  display: flex;
}
.barra-nav ul li a {
  transition: 500ms;
  display: block;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 18px;
  text-decoration: none;
}
.barra-nav ul li a:hover {
  transition: 500ms;
  background-color: #997609;
  color: white;
}
.barra-nav .active{
  background-color: #ffffff;
  color: #997609;
  font-weight: bold;
}




/*iconos del nav cuando es pequeño*/
.btn-nav-phone{
  border-radius: 10px;
  padding: 1px 12px;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.btn-nav-phone:hover{
  color:#997609;
  cursor: pointer;
}
/**/





/*barra lateral de celular*/
.sidenav{
  background-color: #1E1E1E;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 15px;
    text-align: center;
}
.sidenav a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 2rem;
    color: white;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover{
  background-color: #997609;
   
}
.sidenav .closebtn{
    text-align: right;
    font-size: 50px;
    margin-right: 30px;
}
/*  */


/**/


/* header */
header{
  /* overflow: hidden; */
  overflow-x: hidden;
  overflow-y:hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background: url('/img/portada1.jpg');

  background-repeat: no-repeat;
  background-size:cover;
  justify-content: center;
  align-items: center;
  background-position: center;
}
header p
{
    color:#FEEEBC ;
    font-family:Gentium Plus, sans-serif;
    font-size: 2rem;
    text-align: center;

}
.cont-flotante
{
    /* position: relative; */
    /* margin-top: 15%; */
    /* background-color: #637ff0; */
    /* padding: 10px 10px; */
    display: flex;
    flex-direction:row-reverse;
    justify-content: center;
    width: 100%;
    z-index: 1;
}
.btn-flotante a
{
    text-decoration: none;
    color: #EED27D;
    font-size: 2rem;
    font-family: Gentium Plus, sans-serif;
    font-weight: 100;
    transition: 500ms;
}
.btn-flotante a:hover
{
    transition: 500ms;
    color: #ffffff;
}
.btn-flotante
{
    width: 50%;
    position: absolute;
    bottom: 0%;
    display: flex;
    justify-content: center;
    background-color:#1E1E1E ;
    padding: 10px 10px;
}
.fa-arrow-right
{
   
    color: white;

}

/*  */



/* cards */ 
.cont-card{
    display: flex;  
    position: relative;
    /* overflow: hidden; */
    flex-wrap: wrap;
    margin: 10vh auto;
    padding: 20px;
    justify-content: center;
}
.card{
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    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: 30px 10px;
    flex: 0 0 20%;
    transition: transform 0.3s, box-shadow 0.3s;  
    overflow: hidden;
     animation: appear  linear;
    animation-timeline:view();
    animation-range: entry 0% cover 40%;
    /* animation-range: entry 0% cover 40%; */
}



.card a
{
width: 95%;
margin: 10px;
}
.imageCard{
height: 300px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
transition: 500ms;
}
.imageCard:hover
{
  transform: scale(1.02);
  transform: 500ms;
}
.descriptionCard{
    height: 60px;
    width: 95%;
    display: flex;
    align-items:center;
      
      

}
.descriptionCard h3
{
    color: #997609;
    font-size: 1.5em;
    font-weight:bolder;
    text-align:left;
    text-transform: uppercase;
}
.cont-btn
{
   width: 100%;
   margin: 0 15px 15px 15px;
   /* background-color: #014402; */
   display: flex ;
}
.cont-btn a{
  color: #424242;
  border: solid #1E1E1E 3px;
  font-size: 1.3em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: 500ms;
}
.cont-btn a:hover{
  transform: scale(1.019);
  box-shadow: 0px 10px  10px rgba(0, 0, 0, 0.568);
background-color:#1E1E1E;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: 500ms;
}
.ima
{
  background-color: rgba(0, 0, 0, 0);
}
.parrafo
{
    width: 95%;
    height: 100px;
    display: flex;
    justify-content: center;
   
}
.parrafo p
{
    width: 90%;
    color: #1E1E1E;
    font-family: Frank Ruhl Libre,sans-serif;
  
}


.im1
{
    background-image: url('/img/cards/portadas/painting.jpg');
}
.im2
{
  background-image: url('/img/cards/portadas/drywall.jpg');
}
.im3
{
  background-image: url('/img/cards/portadas/commercial.jpg');
}
.im4
{
  background-image: url('/img/cards/portadas/aditional.jpg');
}
/*  */


/* services */
#services
{
  z-index: 1;
}
/*  */


.column
{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  flex: 50%;
  margin: 20px;
}



.cont-taget img
{
  height: auto;
}
.cont-taget
{
  /* width: 128px; */
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.cont-taget p
{
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
/*  */


/* review */
#review
{
  overflow: hidden;
  background-color: #ffffff;
  /* width: 100%; */
  /* padding: 200px; */
}
.cont-review
{
  max-width: 1200px;
  margin: 0 auto;
}
/*  */


/* location */
#location{
  background-color: #424242;
  padding: 3%;
}
.location-container
{
  max-width: 1200px;
  /* background-color: #ca8d3a; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.location-text
{

  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:first baseline;
  padding: 20px;
  /* overflow: hidden; */
}
.location-text h2
{
  color: #ffffff;
}
.location-text h3
{
  color: #EDC855;
    font-size: 1.5em;
    font-weight:bolder;
    text-align:left;
   
   
}
.location-text ul li
{
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 1.2rem;
  color: #FEEEBC;
}

.map-container
{
  width: 50%;
  padding: 1%;
  display: flex;
  /* background-color: #637ff0; */
  overflow: hidden;
}
/*  */




/* footer */
footer{
  background-color:#1E1E1E ;
  /* padding:10%; */
}
footer>div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  justify-content: space-between;
  align-items:flex-start;
  margin-bottom: 5%;
}

.schedule p{
  font-size: 1.1rem;
  color: white;
  
}
.contact p{
  color: #EED27D;
  text-align: justify;
  font-family: shanti, sans-serif;
}
footer a{
  /* color: rgb(202, 202, 202); */
  text-decoration: none;
}
footer h3
{
  color:#997609;
  font-size: 2.2rem;
  text-align: center;
}
.contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* background-color: aqua; */
  /* width: 30%; */
  margin: auto 5%;
}


/*links*/
.quick-links nav ul li
{
  list-style: none;
}
.quick-links ul li a
{
  font-family: shanti, sans-serif;
  color: white;
}
.quick-links ul li a:hover
{
  color: #997609;
}
.quick-links h4
{
  color:#EED27D;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}

/**/


/* derchos */
.derechos
{
  text-align: center;
  color: white;
}
.dwm
{
  color:#FEEEBC;
}
/*  */




/* íconos */
.iconos
{
    transition: 500ms;
  color: #ffffff;
  font-size: 2rem;
  margin: 10px;
}
.iconos:hover
{
  transition: 500ms;
  color:#997609;
}
/*  */






 .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: #000000;
}
/* Animacion para las tarjetas de servicios. */
 
/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {

  .location-text
  {
    font-size: 1.5rem;
  }
  h2
  {
    font-size: 2rem;
  }
 .barra-nav{
    padding: 0 2%;
    justify-content: space-around;

  }
  nav ul li .hidden{
    display: none;
  }
  
  header .logoin{
  width: 350px;
  height: 210px;

  }
  
  .footer-content{
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
  }
  #location{
    padding: 15% 0;
  }

  .map-container
{
  width: 100%;
  margin: 0 5%;
}
.descriptionCard h3{
    font-size: 1.5rem;
  }
 


footer>div
{
  flex-direction: column;
}
.card{
flex: 0 0 100%; 
 }
.btn-flotante
  {
    width: 100%;
  }

  h1
  {
    font-size: 3rem;
  }
  

}


 #flecha{
  font-size:1.8rem;
 }
 
 
  

  
  .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) {
  .card
  {
    flex: 0 0 47%;  
  }
  h1
  {
    font-size: 5rem;
  }
 nav ul li .hidden{
    display: none;
  }

}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .btn-flotante a
  {
    font-size: 1.5rem;
  }
  .barra-nav{
    padding: 0 5%;
  }
  header{
  width: 100%;
  }
  .linksHeader{
    text-align: center;
  }
#services{
    padding: 0 2%;
  } 


   #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;
  }
  .card
  {
    flex: 0 0 47%;  
  }
  /* .map-container
  {
    width: 100%;
  } */
}
@media (max-width:768px){
  .contact h3
  {
    text-align: center;
  }
  .contact p
  {
    text-align: center;
  }
  .contact a
  {
    display: flex;
    justify-self: center;
  }
    .btn-flotante
  {
    width: 70%;
  }
  .btn-flotante a
  {
    font-size: 1.5rem;
  
  }
  header p
  {
    font-size: 1rem;
    margin: 5%;
  }
  
 .map-container
  {
    width: 100%;
  }
  footer>div
{
  flex-direction: column;
}
  }


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  header p
  {
    font-size: 1.7rem;
    margin: 5%;
  }
  h1
  {
    font-size: 7rem;
  }
  .btn-flotante a
  {
    font-size: 2rem;
  }
  /* .card
  {
    flex: 0 0 20%;  
  } */
.barra-nav{
    padding: 0 3%;
  }
nav ul li .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%;
  }
  


.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) {
  header p
  {
    font-size: 2rem;
    margin: 5%;
  }
  .card
  {
    flex: 0 0 20%;  
  }
  .barra-nav{
    padding: 0 10%;
  }
.btn-service{
  font-size: 1.2rem;
 }
#flecha{
  font-size:40px;
 }
#services{
    padding: 0 5%;
  }


.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%;
  }
  
  .descriptionCard p{
    font-size: 1.1rem;
  }
  .descriptionCard h2{
    font-size: 1.4rem;
  }
    #location{
    padding: 3%;
  }
  .text-conteiner {
    font-size: 1.2rem;
  }
  .contact{
    width: 30%;
  } 
}




