@charset "utf-8";
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: white;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
/* ------------------------------- END RECURENTES -- */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100px;
}
nav div.burger {
  display: none;
}
nav div.menu {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}
nav div.menu ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
nav div.menu ul li:nth-of-type(1) {
  flex: 2;
}
nav div.menu ul li:nth-of-type(1) a {
  padding: 2% 4%;
  border: none;
}
nav div.menu ul li:nth-of-type(1) a:hover {
  background: none;
  border-radius: none;
}
nav div.menu ul li:nth-of-type(1) a img {
  margin: 0 auto;
}
nav div.menu ul li {
  text-align: center;
  flex: 1;
  height: 100%;
  display: flex;
  list-style-type: none;
  transition: all 0.3s ease;
  flex-direction: column;
  justify-content: center;
}
nav div.menu ul li:hover {
  transform: translateY(-10px);
}
nav div.menu ul li a {
  font-size: 24px;
  color: white;
  padding: 2% 4%;
  border-radius: 10px;
  transition: all 0.3s ease;
}
nav div.menu ul li a:hover {
  background-color: white;
  color: black;
  border-radius: 10px;
}
header {
  height: 90%;
  background-image: url('../img/header.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 10% 10%;
}
header div.title {
  padding-bottom: 5%;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
}
header div.title p:nth-of-type(2) {
  font-size: 36px;
}
header div.title p {
  font-family: 'impact';
  letter-spacing: 0.05em;
  color: white;
  font-size: 60px;
}
header div.title p span {
  color: #faaf65;
}
section.services {
  padding: 2% 0%;
}
section.services div.container {
  width: 100%;
  padding: 0% 10%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.services div.container h2 {
  letter-spacing: 0.1em;
  color: #775e22;
  font-size: 36px;
  font-weight: bold;
}
section.services div.container p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 22px;
}
section.services div.container div.content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding: 4% 10% 0% 10%;
  margin: 0 auto;
}
section.services div.container div.content div.serv {
  margin: 4% 0%;
  padding: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 325px;
}
section.services div.container div.content div.serv h3 {
  text-align: center;
  padding: 2% 0% 1% 0%;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #775e22;
}
section.services div.container div.content div.serv p {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 16px;
}
section.team {
  padding: 4% 0% 1% 0%;
  background-color: #e0e0e0;
}
section.team div.container {
  width: 100%;
  padding: 0% 10%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.team div.container h2 {
  letter-spacing: 0.1em;
  color: #775e22;
  font-size: 36px;
  font-weight: bold;
}
section.team div.container p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 22px;
}
section.team div.container div.content {
  width: 100%;
  padding: 5% 0%;
  display: flex;
  flex-direction: column;
}
section.team div.container div.content div.line1 {
  height: 395px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
section.team div.container div.content div.line1 div.pic {
  background-image: url('../img/team_1.jpg');
  background-size: cover;
  background-position: center;
  width: 50%;
}
section.team div.container div.content div.line1 div.txt {
  background-color: white;
  text-align: center;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.team div.container div.content div.line1 div.txt p {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  padding: 2% 10%;
}
section.team div.container div.content div.line2 {
  height: 395px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
section.team div.container div.content div.line2 div.pic {
  background-image: url('../img/team_2.jpg');
  background-size: cover;
  background-position: center;
  width: 50%;
}
section.team div.container div.content div.line2 div.txt {
  background-color: white;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.team div.container div.content div.line2 div.txt p {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  padding: 2% 10%;
}
section.devis {
  padding: 2% 0%;
}
section.devis div.container {
  width: 100%;
  padding: 0% 10%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.devis div.container h2 {
  letter-spacing: 0.1em;
  color: #775e22;
  font-size: 36px;
  font-weight: bold;
}
section.devis div.container p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 22px;
}
section.devis div.container div.content {
  padding: 5% 0% 0% 0%;
  display: flex;
  width: 100%;
  justify-content: center;
}
section.devis div.container div.content div.pic {
  height: 460px;
  width: 50%;
  background-image: url('../img/devis.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.devis div.container div.content div.desc {
  padding: 1% 3%;
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.devis div.container div.content div.desc div.txt p {
  padding: 0% 4% 2% 4%;
  font-weight: 300;
  font-size: 16px;
}
section.devis div.container div.content div.desc div.mail {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.devis div.container div.content div.desc div.mail p {
  width: 40%;
  font-size: 16px;
  font-weight: 400;
}
section.devis div.container div.content div.desc div.mail form {
  height: 30%;
  display: flex;
  width: 60%;
  align-items: center;
  justify-content: space-evenly;
}
section.devis div.container div.content div.desc div.mail form input:nth-of-type(1) {
  text-indent: 5%;
}
section.devis div.container div.content div.desc div.mail form input:nth-of-type(2) {
  cursor: pointer;
}
section.devis div.container div.content div.desc div.mail form input {
  border-radius: 10px;
  height: 80%;
  border: 1px solid #775e22;
  background-color: white;
  transition: all 0.2s ease;
}
section.devis div.container div.content div.desc div.mail form input:focus {
  outline: none;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.185);
  border: 1px solid #534014;
}
section.contact {
  padding: 4% 0%;
  background-color: #e0e0e0;
}
section.contact div.container {
  width: 80%;
  margin: 0 auto;
  padding: 0% 10%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.contact div.container h2 {
  letter-spacing: 0.1em;
  color: #775e22;
  font-size: 36px;
  font-weight: bold;
}
section.contact div.container p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 22px;
  padding-bottom: 3%;
}
section.contact div.container div.content {
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
  background-color: white;
  display: flex;
  align-items: center;
}
section.contact div.container div.content form {
  width: 100%;
  padding: 3% 0%;
  display: flex;
  flex-direction: column;
}
section.contact div.container div.content form div {
  width: 100%;
  padding: 0% 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.contact div.container div.content form div input {
  margin: 2% 0%;
  height: 45px;
  width: 40%;
  text-indent: 4%;
  border-radius: 10px;
  border: 1px solid #775e22;
  transition: all 0.2s ease;
}
section.contact div.container div.content form div input:focus {
  outline: none;
  border-radius: 10px;
  border: 1px solid #534014;
}
section.contact div.container div.content form div textarea {
  border-radius: 10px;
  padding: 2% 0% 0% 0%;
  width: 100%;
  min-height: 150px;
  text-indent: 1%;
  transition: all 0.2s ease;
}
section.contact div.container div.content form div textarea:focus {
  outline: none;
  border-radius: 10px;
  border: 1px solid #534014;
}
section.contact div.container div.content form div:nth-of-type(4) {
  justify-content: flex-end;
}
section.contact div.container div.content form div:nth-of-type(4) input {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}
section.contact div.container div.content form div:nth-of-type(4) input:hover {
  background-color: #696969;
  color: white;
}
Footer {
  background-color: #161616;
  padding: 2% 0% 0% 0%;
}
Footer div.container {
  padding: 0% 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
Footer div.container div.navig {
  padding: 2% 0%;
  width: 50%;
}
Footer div.container div.navig ul {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
Footer div.container div.navig ul li {
  list-style-type: none;
}
Footer div.container div.navig ul li a {
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
}
Footer div.container div.navig ul li a:hover {
  color: #faaf65;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------ MEDIA QUERIES 1250px ---------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1250px) {
  section.devis div.container div.content div.desc div.mail {
    justify-content: center;
    flex-direction: column;
  }
  section.devis div.container div.content div.desc div.mail p {
    width: 100%;
  }
  section.contact div.container div.content {
    width: 100%;
  }
  section.contact div.container div.content form.form {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  nav div.burger {
    display: block;
    height: 50px;
    width: 50px;
    background-color: dimgrey;
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
  }
  nav div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
  }
  nav div.burger span::before,
  nav div.burger span::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    position: absolute;
  }
  nav div.burger span::before {
    top: -10px;
  }
  nav div.burger span::after {
    top: 10px;
  }
  nav div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  nav div.burger.burger-open span::before {
    transform: rotate(45deg);
    top: 0;
  }
  nav div.burger.burger-open span::after {
    transform: rotate(135deg);
    top: 0;
  }
  nav div.menu {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    right: 0;
    z-index: 2;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  nav div.menu.is-open {
    transform: translateX(0);
  }
  nav div.menu ul {
    position: absolute;
    top: 2%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  nav div.menu ul li:nth-of-type(1) {
    flex: 1;
  }
  nav div.menu ul li {
    list-style-type: none;
  }
  nav div.menu ul li a {
    color: white;
    display: block;
    font-size: 16px;
    line-height: 48px;
    padding-left: 20px;
    position: relative;
  }
  section.services div.container div.content {
    align-items: baseline;
  }
  section.services div.container div.content div.serv {
    width: 250px;
  }
  section.team div.container div.content div.line1 {
    flex-direction: column;
  }
  section.team div.container div.content div.line1 div.pic {
    width: 100%;
    height: 200px;
  }
  section.team div.container div.content div.line1 div.txt {
    width: 100%;
  }
  section.team div.container div.content div.line1 div.txt p {
    padding: 7% 10%;
  }
  section.team div.container div.content div.line2 {
    flex-direction: column;
  }
  section.team div.container div.content div.line2 div.pic {
    width: 100%;
    height: 200px;
  }
  section.team div.container div.content div.line2 div.txt {
    width: 100%;
  }
  section.team div.container div.content div.line2 div.txt p {
    padding: 2% 10%;
  }
  section.devis div.container {
    padding: 0% 2%;
  }
  section.devis div.container div.content {
    flex-direction: column;
    align-items: center;
  }
  section.devis div.container div.content div.pic {
    width: 100%;
  }
  section.devis div.container div.content div.desc {
    padding: 3%;
    width: 100%;
  }
  section.devis div.container div.content div.desc div.mail p {
    padding: 2% 0%;
  }
  section.devis div.container div.content div.desc div.mail form {
    width: 100%;
    flex-wrap: wrap;
  }
  section.contact div.container {
    width: 100%;
  }
  Footer div.container div.navig {
    width: 100%;
  }
  Footer div.container div.navig ul {
    flex-wrap: wrap;
  }
  Footer div.container div.navig ul li {
    margin: 2%;
  }
}
/* ------------------------------------------------------------------------- */
/* ------------------------------ fluid text 300px ---------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (min-width: 300px) {
  nav div.menu ul li a {
    font-size: 24px;
  }
  header div.title p:nth-of-type(2) {
    font-size: calc(1.375rem + ((1vw - 3px) * 0.8642));
    min-height: 0vw;
  }
  header div.title p {
    font-size: calc(2.25rem + ((1vw - 3px) * 1.4815));
    min-height: 0vw;
  }
  section.services div.container h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 0.7407));
    min-height: 0vw;
  }
  section.services div.container p {
    font-size: calc(1rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.services div.container div.content div.serv h3 {
    font-size: calc(1rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  section.services div.container div.content div.serv p {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  section.team div.container h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 0.7407));
    min-height: 0vw;
  }
  section.team div.container p {
    font-size: calc(1rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.team div.container div.content div.line1 div.txt p {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.team div.container div.content div.line2 div.txt p {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.devis div.container h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 0.7407));
    min-height: 0vw;
  }
  section.devis div.container p {
    font-size: calc(1rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.devis div.container div.content div.desc div.txt p {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  section.devis div.container div.content div.desc div.mail p {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  section.contact div.container h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 0.7407));
    min-height: 0vw;
  }
  section.contact div.container p {
    font-size: calc(1rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.contact div.container div.content div:nth-of-type(4) input {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  section.contact Footer div.container div.navig ul li a {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
}
