@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

#logo-main {
  display: block;
  margin: 10px auto;
  width: 35%; }

@media (max-width: 767px) {
  #logo-main {
    width: 70%; } }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none; }

nav {
  width: 70vw;
  min-width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto; }
  nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block; }
    nav ul li {
      line-height: 30px;
      text-transform: uppercase;
      font-size: 11px;
      cursor: pointer;
      position: relative; }
      nav ul li a {
        position: relative;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        color: #000000;
        font-size: 18px;
        letter-spacing: 0.5px;
        padding: 0 10px; }
      nav ul li:hover {
        background: #f0f0f0; }

/* ===== Google Font Import - Poppins ===== */
* {
  font-family: 'Poppins', sans-serif; }

.container {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px; }

.container .images .image-box {
  position: relative;
  height: 315px;
  width: 250px;
  border-radius: 6px;
  overflow: hidden; }

.images {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .images .image-box {
    margin: 8px;
    box-shadow: 2px 2px 8px -1px #c9c9c9; }
    .images .image-box:hover .description {
      opacity: 1;
      transform: translateY(-60px); }
    .images .image-box:hover h6 {
      transform: translate(0, 100px); }
    .images .image-box:hover img {
      transform: scale(1.1); }
    .images .image-box .description {
      width: 100%;
      opacity: 0;
      height: 100px;
      position: absolute;
      top: 101%;
      font-size: 12px;
      background: rgba(255, 255, 255, 0.61);
      transition: all 300ms;
      text-align: center;
      text-transform: uppercase; }
  .images h6 {
    position: absolute;
    bottom: 00px;
    width: 100%;
    left: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 400ms; }
  .images img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    transition: transform 0.2s linear;
    position: absolute;
    transition: all 500ms; }

footer {
  display: block;
  font-family: 'Poppins', sans-serif;
  margin-top: 60px;
  padding: 60px 0px 30px 0px;
  background-color: #535353; }
  footer .logo {
    display: block;
    margin-bottom: 20px; }
  footer ul {
    padding: 0; }
    footer ul li {
      display: block;
      margin-bottom: 10px;
      padding: 0px;
      list-style: none; }
      footer ul li a {
        font-size: 14px;
        color: #fff;
        transition: all .3s;
        text-decoration: none !important; }
        footer ul li a:hover {
          color: #aaa; }
  footer h4 {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px; }
  footer .under-footer {
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid rgba(250, 250, 250, 0.3); }
    footer .under-footer ul {
      margin-top: 20px; }
      footer .under-footer ul li {
        display: inline-block;
        margin: 0px 10px; }
        footer .under-footer ul li a {
          font-size: 22px; }
    footer .under-footer p {
      color: white;
      font-size: 14px;
      font-weight: 300; }
    footer .under-footer a {
      color: #e9e9e9; }
      footer .under-footer a:hover {
        color: #868686; }

@media (max-width: 767px) {
  footer {
    text-align: center; }
  footer h4 {
    margin-top: 30px; } }

#contact {
  width: 100%;
  height: 100%;
  margin-bottom: 150px; }

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
  font: 300 40px 'poppins', sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 4px; }

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px auto;
  padding: 0px;
  position: relative;
  max-width: 890px; }

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400; }

.form-control,
textarea {
  max-width: 400px;
  color: black;
  letter-spacing: 1px; }

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out; }

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out; }

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 4px; }

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px); }

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px; }

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px; }

.list-item {
  line-height: 4;
  color: black; }

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #292929; }

.place {
  margin-left: 62px; }

.phone {
  margin-left: 56px; }

.gmail {
  margin-left: 53px; }

.contact-text a {
  color: black;
  text-decoration: none;
  transition-duration: 0.2s; }

.contact-text a:hover {
  color: #7e7e7e;
  text-decoration: none; }

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.social-media-list li a {
  color: white; }

.social-media-list li {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #0004ff;
  background-color: black;
  cursor: pointer;
  transition: all .2s ease-in-out; }

.social-media-list li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #acabab;
  transition: all .2s ease-in-out; }

.social-media-list li:hover {
  background-color: white; }

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.1);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65); }

.social-media-list li:hover a {
  color: black; }

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column; }
  .direct-contact-container,
  .form-horizontal {
    margin: 0 auto; }
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px; }
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px; }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px; } }

@media screen and (max-width: 569px) {
  .direct-contact-container,
  .form-wrapper {
    float: none;
    margin: 0 auto; }
  .form-control,
  textarea {
    margin: 0 auto; }
  .name,
  .email,
  textarea {
    width: 280px; }
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px; }
  .social-media-list {
    left: 0; }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem; }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px; } }

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%; } }

body {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.6; }

.faq {
  color: #3b3b3b; }

.container {
  max-width: 970px;
  margin: 0 auto; }

.faq-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 30px; }

.faq-card {
  border: 1px solid #dce0e8;
  border-radius: 6px;
  padding: 24px 20px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer; }

.faq-open-icon {
  font-size: 22px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700; }

details[open] .faq-open-icon {
  top: 18px;
  right: 24px; }

details > summary {
  list-style: none; }

details > summary::-webkit-details-marker {
  display: none; }

details[open] summary {
  color: #0186ff;
  font-weight: 500; }

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  color: #8b8b9a; }

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
  margin-bottom: 0%; }

.container {
  padding-top: 8px;
  max-width: 970px;
  margin: 0 auto; }
  .container p {
    text-align: center;
    letter-spacing: 0.5px; }
  .container h1,
  .container h2 {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 25px; }
  .container .images .image-box:hover .description2 {
    opacity: 1;
    transform: translateY(-60px); }
  .container .images .image-box .description2 {
    width: 100%;
    opacity: 0;
    height: 100px;
    position: absolute;
    top: 112%;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.781);
    transition: all 300ms;
    text-align: center;
    text-transform: uppercase; }
  .container .imgPlano {
    height: 400px;
    width: 675px;
    margin: auto; }
    .container .imgPlano .plano {
      margin: 8px;
      box-shadow: 2px 2px 8px -1px #ffffff;
      height: 400px;
      width: 320px; }
      .container .imgPlano .plano .letraPlano {
        color: black;
        width: 100%;
        left: 1px;
        font-size: 15px;
        font-weight: 600;
        text-align: center; }

.cuidarMate {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px; }

.contenido {
  border: 2px solid #999;
  background-color: #ccc;
  border-radius: 5px;
  padding: 10px;
  width: 400px;
  display: contents; }
  .contenido .cuidarP {
    border: 2px solid black;
    border-radius: 5px;
    padding-top: 18px;
    margin-bottom: 0; }

.outer-container {
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.inner-container {
  width: 50rem;
  height: auto;
  padding: 30px;
  position: relative;
  overflow: hidden; }

.ab {
  text-align: center;
  margin-top: 1px;
  margin-bottom: 30px;
  font-size: 30px; }

section > .abu {
  font-size: 25px;
  margin-bottom: 15px; }

.leon {
  float: right;
  width: 40%;
  padding-left: 2%;
  border-radius: 2000%; }

.vision {
  width: 80%;
  margin-inline-start: 8%;
  justify-content: center;
  margin-bottom: 25px;
  align-content: center;
  border-radius: 50rem; }

@media (max-width: 767px) {
  .leon {
    width: 50%; } }

.p_about {
  font-size: 16px; }

.p_aboutus {
  text-align: center; }
