@charset "UTF-8";
/*Settings*/
@import url("https://fonts.googleapis.com/css2?family=Khula:wght@300&family=Work+Sans:ital,wght@1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Khula:wght@300&family=Work+Sans:ital,wght@1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #2c4964;
  background-image: url("../../assets/images/background/fondo-5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

p {
  cursor: default;
  font-size: 0.938rem;
  font-family: "Khula", sans-serif;
  font-family: "Work Sans", sans-serif;
}

form {
  margin: 0 !important;
}

a {
  text-decoration: none;
  font-family: "Figtree", sans-serif;
}

span {
  font-family: "Figtree", serif;
}

.lyrics__format {
  font-size: 1.125rem;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  text-align: center;
}

.title__format {
  font-size: 1.563rem;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  text-align: center;
}

.btn-primary {
  background-color: #32639a;
  color: #ffffff;
  border-style: solid;
  border-radius: 0.625rem;
  padding: 5px 40px;
  font-size: 0.938rem;
  text-align: center;
  cursor: pointer;
  border-color: #32639a;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #edf6fc;
  color: #32639a;
}

.img-default-small {
  width: 12.5rem;
  height: 23.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.container__flex-reverse {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container-grid {
  display: grid;
  grid-template-columns: auto;
  gap: 25px;
}

.size-small {
  font-size: 0.625rem;
}

.size-medium {
  font-size: 1.25rem;
}

.size-big {
  font-size: 1.875rem;
}

.size-small-bold {
  font-size: 0.625rem;
  font-weight: bold;
  padding-bottom: 0.938rem;
}

.size-medium-bold {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 0.938rem;
}

.size-big-bold {
  font-size: 1.875rem;
  font-weight: bold;
  padding-bottom: 0.938rem;
}

.size-footer-title {
  font-size: 1.563rem;
  font-weight: bold;
}

.size-title-section {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.form__contact-input {
  width: 18.75rem;
  height: 2.188rem;
  border-radius: 0.438rem;
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 0.063rem;
  padding-left: 0.313rem;
  cursor: auto;
}

.form__contact-input::-moz-placeholder {
  color: #c2c2c2;
  font-size: 1.1rem;
}

.form__contact-input::placeholder {
  color: #c2c2c2;
  font-size: 1.1rem;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.title-sections-nav {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  color: #2c4964;
}

.image-border-radius {
  border-radius: 10px;
}

.title-size-h1 {
  font-size: 25px;
  padding-bottom: 10px;
  padding-top: 20px;
}

.center-text {
  text-align: center;
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
}

.image-fluid {
  border-radius: 20px;
  padding: 5px;
}

.wrap-container {
  padding: 25px;
}

.drop {
  filter: drop-shadow(0 2px 5px rgba(163, 163, 163, 0.7));
}

.padding-container {
  padding: 25px;
}

.dropbtn-resul {
  background-color: transparent;
  color: #369;
  padding: 5px;
  font-size: 1.5rem;
  font-family: Verdadna, Arial, Helvetica;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.dropbtn-resul:hover,
.dropbtn-resul:focus {
  /*  background-color: #2980B9; */
  color: #c2c2c2;
}

/* .dropdown {
    position: relative;
    display: inline-block;
  } */
.dropdown-content-resul {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content-resul a {
  color: black;
  text-decoration: none;
  display: block;
}

/* .dropdown a:hover {background-color: #ddd;} */
.show {
  display: block;
}

.modal-global {
  margin: 50% auto;
  height: 60px;
}

.container-global-modal {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}

#team-container {
  display: grid;
}

.customers-main {
  display: grid;
  grid-template-columns: auto;
  width: 100vw;
  height: 100%;
  justify-content: center;
  padding: 10px;
  margin: auto !important;
}
.customers-main img {
  width: 300px;
}
.customers .container-flex container__team {
  margin: auto !important;
}
.customers-section-1 {
  background-color: transparent;
  width: 100%;
  padding-top: 25px;
  text-align: center;
}
.customers-section-1 img {
  width: 180px;
  height: 180px;
}
.customers-section-1 p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}
.customers-section-title {
  text-align: center;
}

.card {
  background-color: transparent !important;
}

.icon-social {
  max-width: 40px;
  max-height: 40px;
}

@media only screen and (min-width: 1280px) {
  .customers-main {
    padding-left: 50px;
    padding-right: 50px;
  }
  .customers-section-1 img {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  #team-container {
    display: flex;
  }
}
@media only screen and (min-width: 375px) {
  .modal-x-images {
    height: 95%;
  }
  .modal-shortCuts video {
    width: 250px;
    height: 510px;
  }
}
@media only screen and (min-width: 390px) {
  .modal-shortCuts video {
    width: 280px;
    height: 550px;
  }
}
@media only screen and (min-width: 414px) {
  .modal-shortCuts video {
    width: 310px;
    height: 570px;
  }
}
@media only screen and (min-width: 1280px) {
  .modal-shortCuts video {
    width: 300px;
    height: 530px;
  }
  .modal-x-images {
    background-color: #ffffff;
    width: -moz-min-content;
    width: min-content;
    height: -moz-min-content;
    height: min-content;
    padding: 20px 20px;
    margin: 3% auto;
    position: relative;
    border-radius: 10px;
    border: 1px solid #32639a;
    text-align: left;
  }
  .modal-x-images > a {
    text-decoration: none;
    color: #32639a;
  }
  .container-content-images {
    gap: 10px;
    padding: 0px 20px;
    margin: auto auto;
    position: relative;
    text-align: center;
  }
  .container-content-images h2 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .container-content-images .btn-primary {
    width: 300px;
  }
  .modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    z-index: 100;
  }
  #modalImages:target {
    opacity: 1;
    pointer-events: auto;
  }
}
.modal-x-images {
  background-color: #ffffff;
  width: auto;
  height: 95%;
  padding: 10px 10px;
  margin: 5% 3%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #32639a;
  text-align: left;
}

.modal-x-images > a {
  text-decoration: none;
  color: #32639a;
}

.modal-shortCuts {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
  z-index: 100;
}
.modal-shortCuts video {
  width: 200px;
  height: 330px;
  border-radius: 10px;
  -o-object-fit: fill;
     object-fit: fill;
}

.container-content-images {
  gap: 10px;
  padding: 0px 0px;
  margin: auto auto;
  position: relative;
  text-align: center;
  height: 90%;
}
.container-content-images h2 {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
}
.container-content-images video {
  border-radius: 10px;
}
.container-content-images .btn-primary {
  width: 300px;
  height: 35px;
}

#modalImages:target {
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (min-width: 375px) {
  .modal-shortCuts video {
    width: 250px;
    height: 510px;
  }
}
@media only screen and (min-width: 390px) {
  .modal-shortCuts video {
    width: 280px;
    height: 550px;
  }
}
@media only screen and (min-width: 414px) {
  .modal-shortCuts video {
    width: 310px;
    height: 570px;
  }
}
@media only screen and (min-width: 667px) {
  .modal-x-images {
    margin: 10% auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal-x-images {
    background-color: #ffffff;
    width: -moz-min-content;
    width: min-content;
    height: -moz-min-content;
    height: min-content;
    padding: 20px 20px;
    margin: 3% auto;
    position: relative;
    border-radius: 10px;
    border: 1px solid #32639a;
    text-align: left;
  }
  .modal-x-images > a {
    text-decoration: none;
    color: #32639a;
  }
  .container-content-images {
    gap: 10px;
    padding: 0px 20px;
    margin: auto auto;
    position: relative;
    text-align: center;
  }
  .container-content-images h2 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .container-content-images video {
    height: 600px;
  }
  .container-content-images .btn-primary {
    width: 300px;
  }
  .modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    z-index: 100;
  }
  #modalImages:target {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .modal-shortCuts video {
    width: 300px;
    height: 530px;
  }
  .modal-x-images {
    background-color: #ffffff;
    width: -moz-min-content;
    width: min-content;
    height: -moz-min-content;
    height: min-content;
    padding: 20px 20px;
    margin: 3% auto;
    position: relative;
    border-radius: 10px;
    border: 1px solid #32639a;
    text-align: left;
  }
  .modal-x-images > a {
    text-decoration: none;
    color: #32639a;
  }
  .container-content-images {
    gap: 10px;
    padding: 0px 20px;
    margin: auto auto;
    position: relative;
    text-align: center;
  }
  .container-content-images h2 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .container-content-images .btn-primary {
    width: 300px;
  }
  .modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    z-index: 100;
  }
  #modalImages:target {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1450px) {
  .modal-shortCuts video {
    width: 300px;
    height: 630px;
  }
  .modal-global {
    margin: 7% auto;
  }
}
.dropbtn-resul {
  background-color: transparent;
  color: #369;
  padding: 5px;
  font-size: 1.5rem;
  font-family: Verdadna, Arial, Helvetica;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.dropbtn-resul:hover,
.dropbtn-resul:focus {
  /*  background-color: #2980B9; */
  color: #c2c2c2;
}

/* .dropdown {
    position: relative;
    display: inline-block;
  } */
.dropdown-content-resul {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content-resul a {
  color: black;
  text-decoration: none;
  display: block;
}

/* .dropdown a:hover {background-color: #ddd;} */
.show {
  display: block;
}

.modal-global {
  margin: 50% auto;
  height: 60px;
}

.container-global-modal {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}

#team-container {
  display: grid;
}

.customers-main {
  display: grid;
  grid-template-columns: auto;
  width: 100vw;
  height: 100%;
  justify-content: center;
  padding: 10px;
  margin: auto !important;
}
.customers-main img {
  width: 300px;
}
.customers .container-flex container__team {
  margin: auto !important;
}
.customers-section-1 {
  background-color: transparent;
  width: 100%;
  padding-top: 25px;
  text-align: center;
}
.customers-section-1 img {
  width: 180px;
  height: 180px;
}
.customers-section-1 p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}
.customers-section-title {
  text-align: center;
}

.card {
  background-color: transparent !important;
}

.icon-social {
  max-width: 40px;
  max-height: 40px;
}

@media only screen and (min-width: 1280px) {
  .customers-main {
    padding-left: 50px;
    padding-right: 50px;
  }
  .customers-section-1 img {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  #team-container {
    display: flex;
  }
}
@media only screen and (min-width: 375px) {
  .modal-x-images {
    height: 95%;
  }
  .modal-shortCuts video {
    width: 250px;
    height: 510px;
  }
}
@media only screen and (min-width: 390px) {
  .modal-shortCuts video {
    width: 280px;
    height: 550px;
  }
}
@media only screen and (min-width: 414px) {
  .modal-shortCuts video {
    width: 310px;
    height: 570px;
  }
}
@media only screen and (min-width: 1280px) {
  .modal-shortCuts video {
    width: 300px;
    height: 530px;
  }
  .modal-x-images {
    background-color: #ffffff;
    width: -moz-min-content;
    width: min-content;
    height: -moz-min-content;
    height: min-content;
    padding: 20px 20px;
    margin: 3% auto;
    position: relative;
    border-radius: 10px;
    border: 1px solid #32639a;
    text-align: left;
  }
  .modal-x-images > a {
    text-decoration: none;
    color: #32639a;
  }
  .container-content-images {
    gap: 10px;
    padding: 0px 20px;
    margin: auto auto;
    position: relative;
    text-align: center;
  }
  .container-content-images h2 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .container-content-images .btn-primary {
    width: 300px;
  }
  .modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    z-index: 100;
  }
  #modalImages:target {
    opacity: 1;
    pointer-events: auto;
  }
}
.modal-x-images {
  background-color: #ffffff;
  width: auto;
  height: 95%;
  padding: 10px 10px;
  margin: 5% 3%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #32639a;
  text-align: left;
}

.modal-x-images > a {
  text-decoration: none;
  color: #32639a;
}

.modal-shortCuts {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
  z-index: 100;
}
.modal-shortCuts video {
  width: 200px;
  height: 330px;
  border-radius: 10px;
  -o-object-fit: fill;
     object-fit: fill;
}

.container-content-images {
  gap: 10px;
  padding: 0px 0px;
  margin: auto auto;
  position: relative;
  text-align: center;
  height: 90%;
}
.container-content-images h2 {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
}
.container-content-images video {
  border-radius: 10px;
}
.container-content-images .btn-primary {
  width: 300px;
  height: 35px;
}

#modalImages:target {
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (min-width: 375px) {
  .modal-shortCuts video {
    width: 250px;
    height: 510px;
  }
}
@media only screen and (min-width: 390px) {
  .modal-shortCuts video {
    width: 280px;
    height: 550px;
  }
}
@media only screen and (min-width: 414px) {
  .modal-shortCuts video {
    width: 310px;
    height: 570px;
  }
}
@media only screen and (min-width: 667px) {
  .modal-x-images {
    margin: 10% auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal-x-images {
    background-color: #ffffff;
    width: -moz-min-content;
    width: min-content;
    height: -moz-min-content;
    height: min-content;
    padding: 20px 20px;
    margin: 3% auto;
    position: relative;
    border-radius: 10px;
    border: 1px solid #32639a;
    text-align: left;
  }
  .modal-x-images > a {
    text-decoration: none;
    color: #32639a;
  }
  .container-content-images {
    gap: 10px;
    padding: 0px 20px;
    margin: auto auto;
    position: relative;
    text-align: center;
  }
  .container-content-images h2 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .container-content-images video {
    height: 600px;
  }
  .container-content-images .btn-primary {
    width: 300px;
  }
  .modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    z-index: 100;
  }
  #modalImages:target {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .modal-shortCuts video {
    width: 300px;
    height: 530px;
  }
  .modal-x-images {
    background-color: #ffffff;
    width: -moz-min-content;
    width: min-content;
    height: -moz-min-content;
    height: min-content;
    padding: 20px 20px;
    margin: 3% auto;
    position: relative;
    border-radius: 10px;
    border: 1px solid #32639a;
    text-align: left;
  }
  .modal-x-images > a {
    text-decoration: none;
    color: #32639a;
  }
  .container-content-images {
    gap: 10px;
    padding: 0px 20px;
    margin: auto auto;
    position: relative;
    text-align: center;
  }
  .container-content-images h2 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .container-content-images .btn-primary {
    width: 300px;
  }
  .modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    z-index: 100;
  }
  #modalImages:target {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1450px) {
  .modal-shortCuts video {
    width: 300px;
    height: 630px;
  }
  .modal-global {
    margin: 7% auto;
  }
}
/*Settings*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #2c4964;
  background-image: url("../../assets/images/background/fondo-5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

p {
  cursor: default;
  font-size: 0.938rem;
  font-family: "Khula", sans-serif;
  font-family: "Work Sans", sans-serif;
}

form {
  margin: 0 !important;
}

a {
  text-decoration: none;
  font-family: "Figtree", sans-serif;
}

span {
  font-family: "Figtree", serif;
}

.lyrics__format {
  font-size: 1.125rem;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  text-align: center;
}

.title__format {
  font-size: 1.563rem;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  text-align: center;
}

.btn-primary {
  background-color: #32639a;
  color: #ffffff;
  border-style: solid;
  border-radius: 0.625rem;
  padding: 5px 40px;
  font-size: 0.938rem;
  text-align: center;
  cursor: pointer;
  border-color: #32639a;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #edf6fc;
  color: #32639a;
}

.img-default-small {
  width: 12.5rem;
  height: 23.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.container__flex-reverse {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container-grid {
  display: grid;
  grid-template-columns: auto;
  gap: 25px;
}

.size-small {
  font-size: 0.625rem;
}

.size-medium {
  font-size: 1.25rem;
}

.size-big {
  font-size: 1.875rem;
}

.size-small-bold {
  font-size: 0.625rem;
  font-weight: bold;
  padding-bottom: 0.938rem;
}

.size-medium-bold {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 0.938rem;
}

.size-big-bold {
  font-size: 1.875rem;
  font-weight: bold;
  padding-bottom: 0.938rem;
}

.size-footer-title {
  font-size: 1.563rem;
  font-weight: bold;
}

.size-title-section {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.form__contact-input {
  width: 18.75rem;
  height: 2.188rem;
  border-radius: 0.438rem;
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 0.063rem;
  padding-left: 0.313rem;
  cursor: auto;
}

.form__contact-input::-moz-placeholder {
  color: #c2c2c2;
  font-size: 1.1rem;
}

.form__contact-input::placeholder {
  color: #c2c2c2;
  font-size: 1.1rem;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.title-sections-nav {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  color: #2c4964;
}

.image-border-radius {
  border-radius: 10px;
}

.title-size-h1 {
  font-size: 25px;
  padding-bottom: 10px;
  padding-top: 20px;
}

.center-text {
  text-align: center;
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
}

.image-fluid {
  border-radius: 20px;
  padding: 5px;
}

.wrap-container {
  padding: 25px;
}

.drop {
  filter: drop-shadow(0 2px 5px rgba(163, 163, 163, 0.7));
}

.padding-container {
  padding: 25px;
}

.header {
  background-color: aliceblue !important;
  display: block;
}
.header .navbar-light .navbar-toggler {
  color: white;
  border-color: #2379f9;
  background-color: #2379f9;
}
.header .bg-light {
  background-color: aliceblue !important;
}
.header img {
  width: 200px;
  height: 50px;
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .title {
  font-weight: bold;
  color: #2379f9;
  font-size: 25px;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.header .navbar-toggler {
  padding: 0.4rem 0.45rem !important;
}

.card {
  min-width: 350px;
  max-width: 400px;
  background-color: white;
  border-radius: 10px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
  overflow: hidden; /* Para que el contenido no se desborde */
  transition: box-shadow 0.3s ease-in-out; /* Transición para efectos de sombra */
  margin: 5px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: center;
  gap: 10px;
}

/* Efecto cuando pasas el ratón por encima */
.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra más pronunciada al pasar el ratón */
}

/* Estilo adicional para el contenido dentro de la card */
.card img {
  width: 100%;
  border-radius: 8px;
}

.card h3 {
  font-size: 20px;
  margin-top: 15px;
}

.card p {
  font-size: 14px;
  color: #555;
}

.float-wa {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.float-results {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px;
  right: 40px;
  background-color: #2379f9;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  color: #2379fc;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Asegura que el cargando esté por encima de todo */
  align-items: center;
}
#loading .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content {
  padding: 20px;
  display: none; /* Se mantendrá oculto al principio */
  padding: 0;
  opacity: 0; /* Comienza invisible */
  transition: opacity 1s ease-in-out; /* Añadimos una transición suave */
}

body .body-container .main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: aliceblue;
  padding: 15px 20px 15px;
  padding-top: 50px;
}
body .body-container .main .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body .body-container .main .content h1 {
  text-align: center;
  padding: 5px 1px;
  font-weight: 700;
  font-size: 32px;
  color: black;
}
body .body-container .main .content .description {
  text-align: center;
  padding-bottom: 15px;
}
body .body-container .main .content button {
  background-color: #2379f9;
  border-color: #2379f9;
  border-radius: 100px 100px 100px 100px;
  padding: 8px 60px;
  margin-bottom: 20px;
}
body .body-container .main .content button:hover {
  color: white;
  background-color: #fe5858;
  border-color: #fe5858;
}
body .body-container .our-services {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  text-align: center;
  padding: 15px 20px 15px;
  padding-top: 50px;
}
body .body-container .our-services .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
body .body-container .our-services .container .content {
  text-align: left;
  border-radius: 10px;
  border: 1px solid #bdd7fd;
  padding: 10px 15px;
  padding-top: 18px;
}
body .body-container .our-services .container .content h1 {
  font-size: 18px;
  margin-bottom: 0;
  color: black;
}
body .body-container .our-services .container .content span {
  margin-bottom: 10px;
}
body .body-container .our-services .image {
  justify-self: center;
  padding: 15px;
}
body .body-container .our-services .image img {
  width: 360px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .body-container .services-container {
  padding-top: 50px;
  background-color: aliceblue;
}
body .body-container .services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 35px 15px;
  width: 100%;
  background-color: aliceblue;
  gap: 20px;
}
body .body-container .services-title {
  display: grid;
  gap: 20px;
}
body .body-container .services-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 0 15px;
}
body .body-container .services-item h4 {
  color: black;
}
body .body-container .services-item .cards {
  display: grid;
  gap: 5px;
}
body .body-container .services-item .cards span {
  padding: 20px;
  border: 1px solid #bdd7fd;
  border-radius: 10px;
}
body .body-container .about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 20px 15px;
  margin-bottom: 10px;
}
body .body-container .about h1 {
  font-weight: 600;
}
body .body-container .about ul {
  list-style-type: none; /* Quita el punto de la lista */
  padding-left: 0; /* Elimina el sangrado de la lista */
  display: grid;
  gap: 10px;
}
body .body-container .about ul li {
  color: black;
}
body .body-container .about .image img {
  width: 360px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .body-container .about .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .body-container .about .content .list {
  padding-top: 15px;
}
body .body-container .about .content button {
  width: 200px;
  background-color: #2379f9;
  border-color: #2379f9;
  border-radius: 100px 100px 100px 100px;
  padding: 8px 0px;
}
body .body-container .about .content button:hover {
  color: white;
  background-color: #fe5858;
  border-color: #fe5858;
}
body .body-container .counter {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 25px;
  background-color: aliceblue;
  padding-top: 55px;
  padding-bottom: 55px;
}
body .body-container .counter-item h1 {
  font-size: 45px;
  font-weight: 800;
  color: #2379f9;
}
body .body-container .departaments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 0px;
  padding: 15px 20px 15px;
}
body .body-container .departaments .image {
  padding-bottom: 15px;
  align-self: center;
}
body .body-container .departaments .image img {
  width: 340px;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .body-container .departaments .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}
body .body-container .departaments .content .title {
  font-weight: 600;
}
body .body-container .company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  align-items: center;
  gap: 0px;
  padding: 15px 20px 15px;
  background-color: aliceblue;
}
body .body-container .team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 20px 20px 15px;
  background-color: aliceblue;
}
body .body-container .team .title {
  font-weight: 600;
}
body .body-container .team .doctors {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body .body-container .team .doctors img {
  width: 270px;
  height: 350px;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 25px;
}
body .body-container .team .doctors img:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra más pronunciada al pasar el ratón */
}
body .body-container .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 20px 15px;
}
body .body-container .contact .form {
  margin-top: 10px !important;
}
body .body-container .contact .form .title {
  text-align: left;
  padding: 5px 1px;
  font-weight: 700;
  color: black;
}
body .body-container .contact .image {
  justify-self: center;
}
body .body-container .contact .image img {
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .body-container .contact button {
  background-color: #2379f9;
  border-color: #2379f9;
  border-radius: 100px 100px 100px 100px;
  padding: 8px 60px;
  margin-bottom: 20px;
}
body .body-container .contact button:hover {
  color: white;
  background-color: #fe5858;
  border-color: #fe5858;
}
body .body-container .contact .cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
body .body-container .contact .cards-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #bdd7fd;
  border-radius: 10px;
  padding: 30px 40px;
}
body .body-container .contact .cards-item img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .body-container .contact .cards-item h1 {
  font-size: 24px;
  color: black;
}

footer .footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 15px;
}
footer .footer-sections {
  padding-top: 30px;
  background-color: aliceblue !important;
}
footer .footer-sections .company {
  display: grid;
  padding: 15px;
  gap: 15px;
}
footer .footer-sections .company img {
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-sections .contact,
footer .footer-sections .links,
footer .footer-sections .services {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}
footer .footer-sections .contact h1,
footer .footer-sections .links h1,
footer .footer-sections .services h1 {
  font-size: 22px;
  color: black;
}
footer .footer-sections .contact a > span,
footer .footer-sections .links a > span,
footer .footer-sections .services a > span {
  color: #4d4d4d;
}
footer .footer-sections .contact {
  padding-bottom: 35px;
}
footer .footer-sections .contact a > img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-sections .contact-item {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
footer .footer-sections .contact-item img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-buttom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #2379f9;
  text-align: center;
  align-items: center;
  color: white;
}

@media only screen and (min-width: 992px) {
  .header {
    display: grid;
    width: 100%;
    justify-content: center;
  }
  .header .results {
    background-color: #2379f9;
    border-radius: 35px;
    padding: 0px 30px;
    margin-left: 40px;
  }
  .header .results a {
    color: white !important;
  }
  .header .results:hover {
    color: white;
    background-color: #fe5858;
    border-color: #fe5858;
  }
  body .body-container .main {
    display: grid;
    grid-template-columns: auto auto;
    padding: 20px 5%;
  }
  body .body-container .main .content {
    text-align: left;
    justify-content: left;
    align-items: flex-start;
    padding: 5% 5%;
  }
  body .body-container .main .content h1 {
    text-align: left;
    font-size: 64px;
    padding: 5% 0;
  }
  body .body-container .main .content .description {
    text-align: left;
  }
  body .body-container .our-services .global {
    display: flex;
    flex-direction: row-reverse;
    gap: 5%;
  }
  body .body-container .our-services .global .container {
    width: 500px;
  }
  body .body-container .services {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    align-items: start;
    padding: 5% 5%;
  }
  body .body-container .services .cards {
    align-items: center;
  }
  body .body-container .services .cards span {
    height: auto;
  }
  body .body-container .about {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 0px;
    padding: 20px 10%;
    margin-bottom: 40px;
  }
  body .body-container .about .image {
    justify-self: center;
  }
  body .body-container .counter {
    flex-direction: row;
    padding: 70px 10%;
    gap: 25px;
    justify-content: space-between;
  }
  body .body-container .departaments {
    flex-direction: row-reverse;
    padding: 70px 10%;
    gap: 35px;
  }
  body .body-container .departaments .image img {
    width: 370px;
    height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .body-container .departaments .content {
    justify-content: left;
  }
  body .body-container .departaments .content .card {
    align-self: flex-start;
  }
  body .body-container .departaments .content .title {
    font-weight: 600;
  }
  body .body-container .company {
    text-align: center;
    padding: 20px 10%;
  }
  body .body-container .company .title {
    text-align: right;
  }
  body .body-container .company .images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 25px;
  }
  body .body-container .company .images .card {
    min-width: 240px;
  }
  body .body-container .company .images img {
    width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body .body-container .team {
    padding: 70px 10%;
  }
  body .body-container .team .doctors {
    flex-direction: row;
  }
  body .body-container .contact {
    padding: 50px 7%;
  }
  body .body-container .contact .form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
  }
  body .body-container .contact .cards {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }
  footer .footer-sections {
    display: grid;
    grid-template-columns: 40% 15% 15% 30%;
    justify-content: center;
    padding: 0 1%;
  }
  footer .footer-sections .company {
    padding: 15px 50px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  body .body-container .main {
    padding: 20px 10%;
    gap: 5%;
  }
  body .body-container .services {
    padding: 2% 10%;
  }
  body .body-container .about {
    padding: 20px 15%;
  }
  body .body-container .counter {
    padding: 70px 15%;
  }
  body .body-container .departaments {
    padding: 70px 15%;
    padding-bottom: 50px;
  }
  body .body-container .departaments .content .title {
    font-size: 40px;
  }
  body .body-container .company .title {
    font-size: 40px;
  }
  body .body-container .team {
    padding: 70px 15%;
  }
  body .body-container .contact {
    padding: 50px 10%;
  }
  body .body-container .contact .form .title {
    font-size: 40px;
  }
  body .body-container .contact .image img {
    width: 450px;
    height: 450px;
  }
  footer .footer-sections {
    padding: 0 5%;
    grid-template-columns: 30% 20% 20% 30%;
  }
  footer .footer-sections .company {
    padding: 15px 100px;
    padding-left: 10px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1520px) {
  body .body-container .main {
    padding: 20px 18%;
    gap: 10%;
  }
  body .body-container .services {
    padding: 2% 18%;
  }
  body .body-container .about {
    padding: 20px 20%;
  }
  body .body-container .counter {
    padding: 70px 20%;
  }
  body .body-container .departaments {
    padding: 70px 20%;
  }
  body .body-container .team {
    padding: 70px 20%;
  }
  body .body-container .contact {
    padding: 50px 20%;
  }
  footer .footer-sections {
    padding: 50px 10%;
    grid-template-columns: 30% 20% 20% 30%;
  }
  footer .footer-sections .company {
    padding: 15px 100px;
    padding-left: 50px;
    padding-top: 0;
  }
}/*# sourceMappingURL=styles.css.map */