/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: rgb(233, 123, 49);
  height: 100%;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

/* DISPOSITIVOS MOVILES */
/* Animaciones */
@-webkit-keyframes muestraMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes muestraMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #f5f5f5;
}

.ham {
  display: none;
  cursor: pointer;
  border: none;
}
.ham span {
  background-color: black;
  display: block;
  height: 3px;
  width: 28px;
  margin: 10px auto;
  border-radius: 2px;
}

.enlaces-menu {
  display: flex;
}
.enlaces-menu li {
  list-style-type: none;
  transition: 0.3s;
}
.enlaces-menu li a {
  padding: 2rem;
  text-decoration: none;
  font-size: 1.8rem;
  color: black;
  font-weight: 600;
}
.enlaces-menu li a:hover {
  color: rgb(233, 123, 49);
}

.enlaces-menu.activado {
  padding: 0;
  display: flex;
  -webkit-animation: muestraMenu 350ms ease-in-out both;
          animation: muestraMenu 350ms ease-in-out both;
}

.br-1.animado {
  transform: rotate(-45deg) translate(-10px, 8px);
}

.br-2.animado {
  opacity: 0;
}

.br-3.animado {
  transform: rotate(45deg) translate(-10px, -8px);
}

@media (max-width: 768px) {
  .ham {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 45px;
    right: 25px;
    transition: 0.2s 0.1s;
  }
  nav {
    display: block;
  }
  .enlaces-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 45vh;
    display: none;
    opacity: 0;
    transition: opacity 5s ease-out;
    width: 100%;
  }
  .enlaces-menu li {
    text-align: center;
    width: 100%;
    padding-top: 5rem;
  }
}
.footer {
  background-color: rgb(233, 123, 49);
  color: rgb(38, 39, 39);
  margin-top: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 4rem;
  height: auto;
}
.footer .footer-title {
  font-size: 3.5rem;
}
.footer .footer-item {
  display: flex;
  gap: 20px;
  display: flex;
  justify-content: center;
}
.footer .footer-item .footer-icon {
  font-size: 5rem;
}
.footer .footer-item .footer-d-t {
  width: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .footer-item .footer-d-t .footer-text {
  font-size: 1.4rem;
}
.footer .footer-item .footer-d-t .footer-text-phone {
  margin-top: -11px;
  font-size: 1.6rem;
}

.footer-abajo {
  background-color: rgb(233, 123, 49);
  color: rgb(38, 39, 39);
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.footer-abajo .div-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-abajo .div-form .div-inputs {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer-abajo .div-form .input-footer {
  width: 15rem;
  height: 4rem;
  border: 0;
  outline: none;
  font-size: 1.8rem;
  margin: 1rem 0rem;
}
.footer-abajo .div-form .input-footer:focus {
  border: 2px solid rgb(38, 39, 39);
  color: black;
}
.footer-abajo .div-form .form-label {
  font-size: 2rem;
  margin-bottom: -1rem;
}
.footer-abajo .div-inputs-email {
  width: 100%;
}
.footer-abajo .div-inputs-email .input-footer-email {
  height: 4rem;
  border: 0;
  outline: none;
  font-size: 1.8rem;
  margin: 1rem 0rem;
}
.footer-abajo .div-inputs-email .input-footer-email:focus {
  border: 2px solid rgb(38, 39, 39);
  color: black;
}
.footer-abajo .div-inputs-mensaje .input-footer-mensaje {
  height: 4rem;
  border: 0;
  outline: none;
  font-size: 1.8rem;
  margin: 1rem 0rem;
}
.footer-abajo .div-inputs-mensaje .input-footer-mensaje:focus {
  border: 2px solid rgb(38, 39, 39);
  color: black;
}
.footer-abajo .div-botonEnviar .botonEnviar {
  width: 100%;
  height: 4rem;
  background-color: rgb(38, 39, 39);
  color: rgb(233, 123, 49);
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .footer {
    align-items: center;
  }
  .footer-abajo {
    margin-top: 2rem;
    justify-content: flex-start;
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer-abajo {
    margin-top: 0rem;
    justify-content: center;
    margin-bottom: 4rem;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
}

.container-swiper {
  min-height: auto;
  padding: 1rem 4rem;
  width: 100%;
  padding: 0;
}

.swiper-button-prev {
  color: rgb(233, 123, 49) !important;
  opacity: 0.9;
}

.swiper-button-next {
  color: rgb(233, 123, 49) !important;
  opacity: 0.9;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 1px 4px 4px 1px rgba(196, 196, 196, 0.4);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.servicios {
  text-align: center;
  font-size: 2.5rem;
}

.parrafo-swiper {
  text-align: center;
  color: black;
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 3rem;
}

.background {
  width: 100%;
  height: 100%;
  background-color: rgb(233, 123, 49);
  font-size: 100%;
}

.nuestrosServicios {
  height: 34rem;
  background-color: rgb(38, 39, 39);
  color: white;
  border: 0.1rem solid rgba(255, 255, 255, 0.685);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
}
.nuestrosServicios .TitleP {
  font-weight: 700;
  font-size: 2rem;
}
.nuestrosServicios .img-services {
  height: 100%;
  width: 100%;
}

#principalNS {
  background-color: rgb(233, 123, 49);
  color: rgb(38, 39, 39);
  font-weight: 700;
  text-align: center;
}
#principalNS #TitleNS {
  font-size: 3rem;
}

.nuestrosServiciosWithImg {
  padding: 0;
}

@media (max-width: 992px) {
  .nuestrosServicios {
    height: 24rem;
    align-items: center;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .nuestrosServicios {
    height: 24rem;
  }
  #div-img-interior {
    height: 34rem;
  }
}
main .background-image {
  height: 100vh;
  background: url(/img/inicio/imagen1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: brightness(0.7);
}

@media (min-width: 768px) {
  .contenedor-servicios {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 50vh;
  }
}
.background-section-gris {
  background-color: rgb(38, 39, 39);
}

.background-section-naranja {
  background-color: rgb(233, 123, 49);
}

.contenedor-servicios {
  background-color: rgb(38, 39, 39);
}
.contenedor-servicios .imagen-servicio {
  width: 100%;
  height: 100%;
}
.contenedor-servicios .servicios {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  width: 100%;
  background-color: white;
  text-align: center;
}
.contenedor-servicios .servicios h1 {
  font-size: 4rem;
}
.contenedor-servicios .servicios li {
  font-size: 2rem;
  list-style: none;
}
.contenedor-servicios .servicios a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(38, 39, 39);
  text-decoration: none;
  height: 5rem;
  width: 20rem;
  color: white;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  margin-top: 3rem;
}
.contenedor-servicios .servicios a:hover {
  color: rgb(233, 123, 49);
}

@media (min-width: 768px) {
  .servicio_calidad {
    display: flex;
    justify-content: center;
  }
  .nosotros {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.servicio_calidad {
  padding: 2rem;
  gap: 2rem;
  color: white;
  font-size: 1.5rem;
  background-color: rgb(38, 39, 39);
}
.servicio_calidad h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicio_calidad .fa-solid {
  color: rgb(233, 123, 49);
  padding: 1rem;
}

.nosotros .imagen_nosotros {
  width: 100%;
  height: 100%;
}
.nosotros .nosotros_texto {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.nosotros .nosotros_texto h2 {
  font-size: 3rem;
}
.nosotros .nosotros_texto p {
  text-align: justify;
  font-size: 1.7rem;
  line-height: 3rem;
  padding: 1rem 3rem;
}

.proyectos {
  color: white;
  font-size: 2rem;
  display: flex;
  justify-content: center;
}

.proyecto-title {
  color: rgb(38, 39, 39);
  font-size: 3.5rem;
  margin: 3rem;
  text-align: center;
  font-weight: 400;
}

/*Logo Whatsapp*/
.wtp {
  position: fixed;
  width: 5rem;
  top: 91%;
  left: 2rem;
  z-index: 100;
}
.wtp:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.div-a-proyectos {
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.div-a-proyectos .nSP {
  margin: 0;
  width: 100%;
  padding: 0;
}
.div-a-proyectos .nSP:hover {
  background-color: rgb(233, 123, 49);
}
.div-a-proyectos .nSP .TitleP {
  font-size: 2.5rem;
  font-weight: 400;
}

.principalNS {
  border: solid 1px rgb(233, 123, 49);
}

.nSP {
  margin: 0;
  padding: 0;
  border: solid 1px rgb(233, 123, 49);
}

.div-img-proyects {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 1rem;
}
.div-img-proyects .img-g {
  width: 50rem;
}
.div-img-proyects .img-g2 {
  width: 30rem;
}/*# sourceMappingURL=app.css.map */