* {box-sizing: border-box}
	
body {font-family: Verdana, sans-serif; margin:0; font-family: "Montserrat", sans-serif;}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2; font-family: "Montserrat", sans-serif;
  font-size: 15px;
  padding: 8px 0px;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: left; color:#151515
}
.text-2 {
  color: #f2f2f2; font-family: "Montserrat", sans-serif;
  font-size: 15px;
  padding: 8px 0px;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: left; color:#151515
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #cfcfcf;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text, .text-2 {font-size: 11px}
}


    .container {
      max-width: 100%;
      margin: 0 auto;
      padding: 0 0px;
    }

    header {
      background: #fff;
      border-bottom: 2px solid #eee;
    }

    .header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0;
      position: relative; max-width: 1050px;
    margin: 0 auto;
    }

    .logo {
      font-size: 28px;
      font-weight: bold;
    }

    nav {
      display: flex;
      gap: 20px;
    }

    nav a {
      text-decoration: none;
      color: #000;
   font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 14px
    }

    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
      gap: 4px;
    }

    .menu-toggle span {
      width: 25px;
      height: 3px;
      background-color: #000; 
    }


    .content {
      display: flex;
      flex-wrap: wrap;
      padding: 5px 0;
      gap: 40px;     max-width: 1050px;
    margin: 0 auto;
    }
.content-2 {
      display: flex;
      flex-wrap: wrap;
      padding: 5px 0;
      gap: 40px;     max-width: 1050px;
    margin: 0 auto;
    }


    .photo {
      flex: 1 1 400px;
    }

    .photo img {
      width: 100%; max-width: 474px;
      height: auto;
      display: block;
	text-align: center; margin: 0 auto
    }
.img-servicios  {
      flex: 1 1 400px;
    }
.img-servicios img {
      width: 100%; 
      height: auto;
      display: block;
	text-align: center; margin: 0 auto
    } 
    .text-2 {
      flex: 2 1 0px;
    }

    .text-2 h1 {
      font-size: 36px;
      margin-bottom: 0px; line-height: 35px;
    }

    .text-2 p {
      font-size: 16px;
      line-height: 26px;
    }
 .text {
      flex: 2 1 0px;
    }

    .text h1 {
      font-size: 36px;
      margin-bottom: 0px; line-height: 35px;
    }

    .text p {
      font-size: 16px;
      line-height: 26px;
    }


    footer {
      background-color: #222;
      color: #fff;
      padding: 30px 0px;
    }

    footer .container {
      display: flex;
      flex-direction: column;
      align-items: flex-start; font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 14px
    }

    @media (max-width: 768px) {
		  .content-2 {
      padding: 15px 15px;
    }
		.content {
        padding: 20px 0;
        flex-direction: column;
    }
		footer {
      padding: 30px 10px;
    }
		.img-servicios {
    flex: 1 1 0px;
}
		#sidebar {
    width: 50% !important;
}
		#principal {
    width: 50% !important; 
    font-size: 11px;
}

		.text {
    padding: 0px 20px;
}
			.text-2 {
    padding: 0px 0px;
}
		.photo {
    flex: 3 1 0px;
}
	
		.header-inner {
    padding: 10px 20px !important;

}
      .menu-toggle {
        display: flex;
      }

      nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #fff;
        width: 100%;
        padding: 10px 20px;
        border-top: 1px solid #ddd;
      }

      nav.active {
        display: flex; z-index: 1; margin-top: 20px;
      }


      .text h1 {
        font-size: 20px; line-height: 24px;
      }
		 .text-2 h1 {
        font-size: 20px; line-height: 24px;
      }
.img-foot  {
        max-width: 120px !important;
      }
.content {
    gap: 20px !important;
   
}
.content-2 {
    gap: 20px !important;
   
}

}
#contenedor {
  display: flex;
	max-width: 1200px;
  flex-direction: row;
  flex-wrap: wrap; max-width: 1050px;
    margin: 0 auto;
}

#principal {
  width: 75%;  font-family: "Montserrat", sans-serif; font-weight: 400; font-size: 14px
}
#sidebar {
  width: 25%;
}
