/* COLORES */
/* FUENTES */

@font-face {
  font-family: 'Bellfort';
  src: url(./assets/fonts/Bellfort.ttf) format("truetype");
  src: url(../fonts/Bellfort.ttf);
}

@font-face {
  font-family: 'Helvetica';
  src: url(/assets/fonts/Helvetica.ttf) format("truetype");
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url(/assets/fonts/helveticaneue/HelveticaNeue.ttf) format("truetype");
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #8c9a8f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 40' width='80' height='40'%3E%3Cpath fill='%23bbbbbb' fill-opacity='0.37' d='M0 40a19.96 19.96 0 0 1 5.9-14.11 20.17 20.17 0 0 1 19.44-5.2A20 20 0 0 1 20.2 40H0zM65.32.75A20.02 20.02 0 0 1 40.8 25.26 20.02 20.02 0 0 1 65.32.76zM.07 0h20.1l-.08.07A20.02 20.02 0 0 1 .75 5.25 20.08 20.08 0 0 1 .07 0zm1.94 40h2.53l4.26-4.24v-9.78A17.96 17.96 0 0 0 2 40zm5.38 0h9.8a17.98 17.98 0 0 0 6.67-16.42L7.4 40zm3.43-15.42v9.17l11.62-11.59c-3.97-.5-8.08.3-11.62 2.42zm32.86-.78A18 18 0 0 0 63.85 3.63L43.68 23.8zm7.2-19.17v9.15L62.43 2.22c-3.96-.5-8.05.3-11.57 2.4zm-3.49 2.72c-4.1 4.1-5.81 9.69-5.13 15.03l6.61-6.6V6.02c-.51.41-1 .85-1.48 1.33zM17.18 0H7.42L3.64 3.78A18 18 0 0 0 17.18 0zM2.08 0c-.01.8.04 1.58.14 2.37L4.59 0H2.07z'%3E%3C/path%3E%3C/svg%3E");
  font-family: "Roboto", sans-serif;
}

a {
  color: #FFF;
  text-decoration: none;
  /* font-family: "Roboto", sans-serif;
  font-family: "Bellfort", sans-serif;
  font-family: "Source Sans Pro", sans-serif; */
  /* font-family: "Helvetica", sans-serif; */
}

.txt-footer {
  font-size: 70px;
  color: #5ea06d;
  font-family: "Bellfort";
}
h2.txt-marca {
  margin-top: -10px;
  font-size: 45px;
  color: #5ea06d;
  font-family: "Bellfort";
}

h2.txt-marca:hover {
  font-family: "Bellfort";
  color: white;
  text-decoration: none;
}
 a.enlaceMarca:hover {
   text-decoration: none;
 }
.iconpres {
  margin-left: 10px;
}

.iconpres:hover {
  transition: ease-in-out;
  transform: translateX(40px);
}

ul {
  list-style: none;
}

.containerc {
  width: 100%;
  margin: auto;
}

.pace .pace-progress {
  background: yellowgreen;
}

/* BOTON WHATSAPP */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  float: right;
  background-color: #25d366;
  margin-left: 10px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: -1px -2px 18px -6px rgba(0, 0, 0, 0.75);
  z-index: 100;
  transition: ease-in-out .3s;
}

.float:hover {
  color: white;
  box-shadow: -1px -2px 27px 9px rgba(0, 0, 0, 0.75);
}

/* NAVIGATION*/
.nav-main {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 40px;
  background-color: #363636;
}

.nav-main ul {
  display: flex;
}

.nav-main ul li {
  padding: 0px;
}

.nav-main ul li a {
  padding: 25px;
}

.nav-main ul li a:hover {
  color: #41d741;
  text-decoration: none;
}

.nav-main ul.nav-menu {
  flex: 1;
  margin-left: 20px;
  margin-top: 10px;
}

.nav-main li::after {
  content: "|";
  float: right;
  color: #8d8b8b;
}

.nav-main li:last-child::after {
  content: "";
}

.nav-brand {
  width: 110px;
  margin-left: 90px;
}

/*Nav left*/
/* BOTON MENU */
.menu-btn {
  position: absolute;
  cursor: pointer;
  top: 14px;
  right: 30px;
  color: white;
  z-index: 2;
  font-size: 2rem;
  margin-left: 10px;
  display: none;
}

.nav-menu-right {
  margin-right: 0px;
  margin-top: 10px;
}

.container-conent {
  width: 90%;
}

.imagencontacto {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.contact {
  margin: auto;
}

.galeria {
  max-width: 100%;
  margin: 90px 20px 0px 0px;
}

.cont {
  width: 100%;
  margin: auto;
}

/*  NUMERO DE TELEFONO */
.num {
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
}

.num1 {
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
}

/*  TEXTO HACE TU CONSULTA WHATSAPP */
h1.texth1 {
  text-align: center;
  padding: 20px;
  font-size: 60px;
  font-family: "Bellfort";
  color: white;
  line-height: 1.5;
}

p.subtexto {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  color: white;
  padding: 20px;
}

a.numero {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  padding: 20px;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}

.testos {
  display: flex;
  flex-flow: column;
  margin: 10px 0px;
  border-radius: 10px;
  /* background-image: url(/assets/imgs/consulta.jpg); */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #5ea06d;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.imagen {
  height: 70vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(assets/imgs/back1.jpg);
  background-attachment: fixed;
  margin-top: 40px;
  opacity: .5;
}

/* nueva seccion*/
.animated {
  background-color: #E0EEC6;
}

/* FORMULARIO */
.formu {
  padding: 40px;
  border: .5px solid white;
  border-radius: 5px;
  background: #0e0e0ead;
  margin: 20px auto;
}

.enviar {
  margin-left: 0 !important;
  width: 100%;
  border-radius: 5px !important;
  background-color: #5ea06d !important;
  color: white !important;
  font-family: sans-serif;
}

.labels {
  color: white;
}

/* SERVICIOS BANNER */
.servicios-banner {
  background: #5ea06d;
  box-shadow: 2px 5px 7px 5px rgba(0, 0, 0, 0.82);
}

.col1-s {
  padding: 80px;
  width: 100%;
  margin: auto;
}

.col2-s {
  width: 100%;
}

.titulo-s {
  font-family: "Bellfort", sans-serif;
  font-size: 45px;
  color: white;
}

.texto-s {
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px;
  font-size: 20px;
  color: white;
}

.texto-s-2 {
  margin-top: 70px !important;
}

.row1 {
  flex-wrap: nowrap;
}

/* QUIENES SOMOS BANNER */
.txtcolorqs {
  color: #155724;
}

.fa-check-circle {
  font-size: 25px;
}

.quienes-somos-banner {
  background: whitesmoke;
  margin: 20px 0px;
  box-shadow: 2px 5px 7px 5px rgba(0, 0, 0, 0.82);
}

.col1qs {
  padding: 80px;
  width: 100%;
  margin: auto;
}

.col2qs {
  width: 100%;
}

.tituloqs {
  font-size: 55px;
  font-family: "Bellfort", sans-serif, bold;
}

.textoqs {
  font-size: 17px;
  margin-top: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-family: "Helvetica NeueThin", sans-serif;
}

.contfoot {
  width: 80%;
}

/* FOOTER */
.botonfooter {
  color: white;
  background-color: #5ea06d;
}

.social-media {
  margin: 20px 0;
}

.social-media a {
  color: white;
  margin-right: 25px;
  font-size: 22px;
  text-decoration: none;
  transition: .3s linear;
}

.social-media a:hover {
  color: #41d741;
}

.right-col h1 {
  font-size: 26px;
}

.text-footerh1p {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.border {
  width: 100px;
  height: 4px;
  background: #41d741;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.txtb {
  flex: 1;
  padding: 18px 40px;
  font-size: 16px;
  color: #293043;
  background: #ddd;
  border: none;
  font-weight: 700;
  outline: none;
  border-radius: 30px;
  min-width: 260px;
}

.btn {
  flex: 1;
  padding: 18px 40px;
  font-size: 16px;
  color: white;
  background: #5ea06d;
  border: none;
  font-weight: 700;
  outline: none;
  border-radius: 30px;
  margin-left: 20px;
}

.txt-pp {
  margin-bottom: 0;
  color: white;
}

.btn:hover {
  color: white;
}

.dropdown-toggle {
  cursor: pointer;
  color: white;
}

.textpres {
  color: white !important;
}

.dropdown-item a:hover {
  color: white !important;
}

.footm1 {
  margin: auto;
}

.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
  bottom: 0;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 1.2em;
  letter-spacing: 2px;
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #737373;
}

.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: center;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0;
}

.mailfooter {
  font-size: 16px;
}

@media (max-width: 991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text, .site-footer .social-icons {
    text-align: center;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  transition: all .2s linear;
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #00aced;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

.img1 {
  max-width: 200px;
  margin-left: 5em;
}

/* MEDIA QUERIES */
@media (min-width: 1024px) {
  .texto p.subtexto {
    padding: 80px;
  }
  .formu {
    padding: 50px;
    width: 100%;
    margin: 30px auto;
  }
  .wrapper-desktop {
    margin: 0px 100px;
  }
}

@media (min-width: 768px) {
  .contenido1 {
    margin: auto;
    margin-top: 7rem;
    margin-left: 10px;
  }
}

@media (max-width: 520px) {
  .num {
    display: none;
  }
}

@media (max-width: 1310px) {
  .nav-main ul.nav-menu {
    margin-top: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #2f3640;
    height: 950px;
    transform: translateX(-400px);
    padding: 30px;
    z-index: 2;
    opacity: .9;
    transition: transform .5s ease-in-out;
  }
  .nav-main ul.nav-menu li {
    padding: 20px;
    font-size: 14px;
  }
  .nav-main ul.nav-menu.show {
    transform: translateX(-20px);
  }
  .nav-main ul li a {
    padding: 10px 20px;
  }
  .nav-main ul.nav-menu-right {
    margin-right: 30px;
  }
  .menu-btn {
    display: block;
  }
  .nav-brand {
    margin-left: 0;
  }
  .left-col {
    padding: 40px;
    text-align: center;
    margin-top: 30px;
  }
}

/* .galeria {
          max-height: 90%;
          max-width: 80%;
          margin: 20px auto;
     } */
/* @media (max-width: 768px) {
     .col1qs {
          padding-top: 50px;
     }
} */
.img-cover {
  background-image: url(/assets/imgs/arboles.jpg);
  background-image: url(../imgs/arboles.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  position: absolute;
}

.text-inner {
  position: relative;
  margin: auto;
  width: 100%;
}

.text-inner h2 {
  color: white;
  font-size: 65px;
  margin: auto;
  padding: 10px;
  margin-top: 6%;
  font-family: 'Bellfort';
}

.text-inner p {
  color: white;
  font-family: "Roboto", sans-serif;
  padding: 40px;
  font-size: 20px;
}

.btnimg {
  background-color: rgba(0, 0, 0, 0.68) !important;
  color: white;
  border: 2px solid white;
  font-weight: 200;
  margin-bottom: 40px;
}

.btnimg {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btnimg:hover {
  margin-left: 10px;
}

.contbutton {
  margin: auto;
}

.textmap {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.555);
  font-size: 16px;
}

.textfoot {
  color: rgba(255, 255, 255, 0.555);
  font-family: "Poppins", sans-serif;
}

.iconfoot {
  color: #737373;
}

.presupuestostyle {
  margin-top: 80px;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */