
* {
  margin: 0;
  padding: 0;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body {
  background-color: #1d1d1d;
  margin:0;
  padding: 0;
}

.header {
  min-height: 100vh;
  width: 100%;
  background-image: url(img/banner.png);
  background-position: center;
  background-size: cover;
  position: relative;
}


nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  padding: 10px 0;
  box-sizing: border-box;

  display: flex;
  padding: 0.5% 4%;
  justify-content: space-between;
  align-items: center;
  background: #122016;
  border-top: 0.5px solid #95850C;
  border-bottom: 0.5px solid #95850C;
}

nav img {
  width: 150px;
}

.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.nav-links ul li::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #fff;
  display: block;
  margin: auto;
}

.nav-links ul li:hover::after {
  width: 100%;
}

/* Conócenos Header*/
.conocenos-header {
  position: relative;
  background-image: url(img/blueprint.png);
  background-color: #3F0F0F; 
  height: 69px; 
  display: flex;
  align-items: center;
  color: white;
  text-align: left; 
  font-family: "Poppins", sans-serif;
  margin-top: 50px; 
  padding-left: 40px; 
}

.conocenos-header h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.conocenos-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #1d1d1d;
}

/* Gallery Header with Pattern */
.gallery-header {
  position: relative;
  background-image: url(img/blueprint.png);
  background-color: #3F2D12; 
  height: 69px; 
  display: flex;
  align-items: center;
  color: white;
  text-align: left; 
  font-family: "Poppins", sans-serif;
  margin-top: 50px; 
  padding-left: 40px;
}

.gallery-header h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.gallery-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #1d1d1d; 
}

/* Contact Header with Pattern */
.contact-header {
  position: relative;
  background-image: url(img/blueprint.png);
  background-color: #0F233F; 
  height: 69px; 
  display: flex;
  align-items: center;
  color: white;
  text-align: left; 
  font-family: "Poppins", sans-serif;
  margin-top: 50px; 
  padding-left: 40px;
}

.contact-header h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.contact-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #1d1d1d; 
}




/*Construir tus sueños*/

.construir-sueños {
  position: relative;
  display: flex;
  align-items: stretch; 
  background-color: #22291D;
  overflow: hidden; 
  padding: 60px 20px;
  height: 400px;
  margin-top: 10px;
}

.construir-text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
}
.construir-sueños .side-pattern1 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  opacity: 40%;
}

.construir-sueños .left-pattern1 {
  left: 0;
}
.construir-sueños .right-pattern1 {
  right: 0;
}

/*paredpuertaimg section*/
.image-section {
  display: flex;
  justify-content: center; 
  align-items: center;  
  background-color: #1D1D1D;
  padding: 20px;
}

.image-section img {
  height: 666px;       
  width: auto;         
  margin: 0 80px; 
  padding-top: 20 px;     
  padding-bottom: 20 px;
}

/*Tenemos amplia */
.indented-list{
  padding-left: 2em;
}
.tenemos-amplia{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background-color: #727272;
  overflow: hidden;
}
.tenemos-amplia .side-pattern {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  opacity: 40%;
}
.tenemos-amplia .left-pattern {
  left:0;
}
.tenemos-amplia .right-pattern {
  right: 0;
}

.tenemos-text {
  max-width: 688px;
  text-align: left;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.tenemos-text p{
  margin: 10px 0;
}

/* Tres img */
.tres-img {
  display: flex;
  justify-content: center; 
  align-items: center;  
  background-color: #1D1D1D;
  padding: 2px;
  overflow: hidden;
}

.tres-img img {
  height: 458px;       
  width: auto;         
  margin: 0 5px; 
  padding-top: 10px;     
  padding-bottom: 10px;
}

.services-section {
  background-color: #333;
  color: #ccc;
  padding: 40px 20px;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ccc;
}

.service-item i {
  font-size: 2.5em; 
  margin-bottom: 8px;
  color: #fff; 
}

.services-section h2 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.service-item p {
  font-size: 0.9em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

/* Nuestro compromiso contigo */
.nuestro-compromiso-container {
  max-height: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  width: 100%;
  background-color: #22291D;
  overflow: hidden;
  flex-direction: column; 

}

.nuestro-compromiso {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  gap: 20px;
}

.nuestro-text {
  flex: 1;
  max-width: 80%; 
  padding: 0 20px; 
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
}

.nuestro-text h2 {
  font-size: 24px;
  color: #F0C244;
  margin-bottom: 15px;
}

.nuestro-text p {
  margin: 10px 0;
  line-height: 1.5;
  color: #ccc;
}

.nuestro-text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.nuestro-text ul li {
  margin-bottom: 10px;
}

.nuestro-text ul li b {
  color: #F0C244;
}

.nuestro-compromiso img {
  max-height: 640px;
}


/* img */
.about-img {
  width: 100%; 
  display: flex;
  justify-content: center; 
  margin-top: 20px; 
  margin-bottom: 20px; 
}

.about-img img {
  width: 100%; 
  height: 569px;
  object-fit: cover; 
  border: none; 
  border-radius: 0; 
}

/* Misión Visión Container */
.misionvision-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: #727272;
  height: 370px;
  width: 100%;
}
.misionvision-columns {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: stretch; 
}

.mision-text, .vision-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  align-items: flex-start; 
  padding: 40px; 
  color: #fff;
  background-color: #727272;
  height: 100%; 
}

.mision-text {
  border-right: 1px solid #ccc;
}

.misionvision-image {
  background-image: url('img/pattern-right.png'); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; 
  width: 200px;
  height: 100%; 
  opacity: 40%;
}

@media (max-width: 768px) {
  .misionvision-container {
    flex-direction: column;
  }

  .misionvision-image {
    width: 100%; 
    height: auto; 
    opacity: 20%;
  }

  .mision-text, .vision-text {
    padding: 20px; 
  }
}

/* img2 */
.about-img2 {
  width: 100%; 
  display: flex;
  justify-content: center; 
  margin-top: 20px; 
  margin-bottom: 20px; 
}

.about-img2 img {
  width: 100%; 
  height: 569px;
  object-fit: cover; 
  border: none; 
  border-radius: 0; 
}

/* Estamos a tus órdenes Section */
.estamos-section {
  background-color: #424141; 
  height: 300px; 
  display: flex; 
  justify-content: center;
  align-items: center; 
  position: relative; 
  color: #fff; 
  font-family: "Poppins", sans-serif; 
  text-align: center;
  padding: 0; 
  margin-top: 0px; 
  margin-bottom: 10px;
}

.content-wrapper {
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  z-index: 10; 
  max-width: 100%; 
  padding: 0 20px; 
}

/* Header Text */
.header-text {
  font-size: 24px; 
  font-weight: bold; 
  margin: 0;
  padding-bottom: 10px; 
}

.contact-columns {
  display: flex;
  justify-content: space-between; 
  width: 100%; 
  gap: 30px; 
  padding: 0 10px; 
}

.contact-item {
  text-align: center;
  padding: 10px 15px; 
  max-width: 300px; 
  flex: 1; 
}

.contact-item i {
  font-size: 35px; 
  margin-bottom: 5px; 
}

.contact-item p {
  font-size: 16px;
}

.contact-item a {
  color: #fff; 
  text-decoration: none; 
}

.side-pattern {
  position: absolute;
  top: 0;
  bottom: 0;
  max-height: 300px; 
  align-items: center;
  opacity: 0.3; 
}

.left-pattern {
  left: 0;
}

.right-pattern {
  right: 0;
}




.contact-form-section {
  background-color: #22291D; 
  color: #fff; 
  padding: 40px;
  text-align: center; 
  font-family: "Poppins", sans-serif;
}

.contact-form-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px; 
}

.contact-form-section p {
  margin-bottom: 20px; 
}

.contact-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; 
}

.contact-form input[type="email"] {
  padding: 10px;
  font-size: 16px;
  width: 250px; 
  border: none;
  border-radius: 4px; 
}

.contact-form button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #fff; 
  color: #424141; 
  border: none;
  border-radius: 4px; 
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #d1d1d1; 
}




/* Carrusel */

.slider{
    width: 1300px;
    max-width: 100vw;
    height: 700px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background-color: #1D1D1D;
}
.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
    background-color: #1D1D1D;
}
.slider .list img{
    width: 1300px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
    background-color: #1D1D1D;
}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
}
@media screen and (max-width: 768px){
    .slider{
        height: 400px;
        background-color: #1D1D1D;
    }
}

footer {
  background-color: #1D1D1D; 
  padding: 20px 0;
  text-align: center;
  color: white; 
}

footer img {
  max-width: 150px;
  height: auto;
}
  footer a {
  text-decoration: none; 
}

footer a:hover {
  opacity: 40%;
}
