@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.ttf");
  font-weight: bold;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/static/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/static/Montserrat-Bold.ttf");
  font-weight: bold;
  font-style: bold;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}

p {
  font-weight: bolder;
}

a {
  color: #1d1d1d;
  text-decoration: none;
}

html {
  font-family: "Montserrat";
  color: #1d1d1d;
  width: 100%;
  scroll-behavior: smooth;
}

.economia_plateada_color {
  text-decoration: none;
  color: #8b51f5;
  font-weight: bold;
}

.campizal-color {
  text-decoration: none;
  color: #104095;
  font-weight: bold;
}

.img-zoom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.img-zoom button {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 10%;
  padding: 10px;
}
.img-zoom img {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 6px;
  object-fit: contain;
}
.img-zoom .close {
  color: ghostwhite;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 25px;
  cursor: pointer;
}

hr {
  border-style: none;
}

header {
  position: fixed;
  width: 100%;
  background-color: white;
}

nav {
  font-weight: bold;
  display: flex;
  max-height: 70px;
  justify-content: space-between;
}
nav .opt-active-- {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f7f7f7;
}
nav li {
  user-select: none;
  padding: 16px;
  border-radius: 15px;
}
nav li:hover {
  background-color: #f7f7f7;
}
nav li a {
  display: block;
  padding: 10px;
}
nav li span {
  display: block;
  padding: 10px;
}
nav .img {
  height: 50px;
  align-self: center;
  z-index: 55;
}
nav .img img {
  padding: 0 auto;
  margin-left: 10px;
}
nav ul {
  padding: 0 20px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
nav ul .opt-1,
nav ul .opt-2,
nav ul .opt-3,
nav ul .opt-4 {
  display: none;
}
nav ul .opt-3 {
  cursor: pointer;
}
nav ul .opt-3 ul {
  height: 0;
  width: 193px;
  overflow: hidden;
  position: absolute;
  top: 54px;
  display: block;
  background-color: white;
  transition-property: height;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
nav ul .opt-3 ul li {
  display: flex;
  padding: 5px !important;
  align-self: center;
}
nav ul .opt-3 .active_sub_options, nav ul .opt-3 .active_servicios_ul {
  padding: 10px 10px;
  height: 190px;
  background-color: #f7f7f7;
  margin: 0 auto;
  border-radius: 5px;
}
nav ul .opt-3 .active_sub_options li, nav ul .opt-3 .active_servicios_ul li {
  height: 28%;
  display: flex;
}
nav ul .opt-3 .active_sub_options li:hover, nav ul .opt-3 .active_servicios_ul li:hover {
  background-color: #cecece;
}
nav ul .opt-3 .active_sub_options li a, nav ul .opt-3 .active_servicios_ul li a {
  align-self: center;
  width: 100%;
  padding: 20px;
}
nav ul .opt-3 .active_sub_options .sub-menu, nav ul .opt-3 .active_servicios_ul .sub-menu {
  overflow: visible !important;
  height: 300px !important;
  margin: 1rem 0 !important;
}
nav ul .opt-3 .active_servicios {
  background-color: #f7f7f7;
}
nav ul .opt-3 .active_servicios .sub-menu {
  overflow: visible !important;
  height: 390px !important;
  margin: 1rem 0 !important;
}
nav ul .opt-3 ul {
  right: 300px !important;
}
nav ul .opt-4 {
  cursor: pointer;
}
nav ul .opt-4 ul {
  height: 0;
  width: 228px;
  overflow: hidden;
  position: absolute;
  top: 54px;
  display: block;
  background-color: white;
  transition-property: height;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
nav ul .opt-4 ul li {
  display: flex;
  padding: 5px !important;
  align-self: center;
}
nav ul .opt-4 .active_sub_options, nav ul .opt-4 .active_servicios_ul {
  padding: 10px 10px;
  height: 240px;
  background-color: #f7f7f7;
  margin: 0 auto;
  border-radius: 5px;
}
nav ul .opt-4 .active_sub_options li, nav ul .opt-4 .active_servicios_ul li {
  height: 16%;
  display: flex;
}
nav ul .opt-4 .active_sub_options li:hover, nav ul .opt-4 .active_servicios_ul li:hover {
  background-color: #cecece;
}
nav ul .opt-4 .active_sub_options li a, nav ul .opt-4 .active_servicios_ul li a {
  align-self: center;
  width: 100%;
  padding: 20px;
}
nav ul .opt-4 .active_sub_options .sub-menu, nav ul .opt-4 .active_servicios_ul .sub-menu {
  overflow: visible !important;
  height: 300px !important;
  margin: 1rem 0 !important;
}
nav ul .opt-4 .active_servicios {
  background-color: #f7f7f7;
}
nav ul .opt-4 .active_servicios .sub-menu {
  overflow: visible !important;
  height: 390px !important;
  margin: 1rem 0 !important;
}
nav ul .opt-4 ul {
  right: 20px;
}
nav ul .opt-3 ul {
  right: 30px;
}
nav ul .opt-5 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  display: flex;
  margin: 0 auto;
}
nav ul .opt-5 #burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  overflow: hidden;
  cursor: pointer;
  gap: 0.52rem;
  width: 50px;
  height: 50px;
  z-index: 6;
}
nav ul .opt-5 #burger-menu span {
  transition: transform 0.6s ease;
  width: 40px;
  height: 4px;
  padding: 0;
  background-color: black;
  border-radius: 50px;
  z-index: 6;
}
nav ul .opt-5 #burger-menu .active_bar__1 {
  transform: rotate(45deg) translateY(4.9px) translateX(30%);
}
nav ul .opt-5 #burger-menu .active_bar__2 {
  transform: translateX(50px);
}
nav ul .opt-5 #burger-menu .active_bar__3 {
  transform: rotate(-45deg) translateY(-6.5px) translateX(30%);
}
nav ul .opt-5 #burger-menu .active_options {
  height: 100vh !important;
  top: 0 !important;
}
nav ul .opt-5 #burger-menu #options {
  display: flex;
  flex-direction: column;
  position: absolute;
  overflow: auto;
  opacity: 0.96;
  left: 0;
  top: -300px;
  height: 0vh;
  width: 100%;
  z-index: 5;
  background-color: white;
  align-items: center;
  padding: 80px 0;
  transition: height 1s ease, top 1s ease;
  border-radius: 0 0 20px 20px;
}
nav ul .opt-5 #burger-menu #options a,
nav ul .opt-5 #burger-menu #options .option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: large;
  font-weight: bold;
  margin: 5px 0;
  width: 70%;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  color: black;
  z-index: 3;
  border-radius: 20px;
}
nav ul .opt-5 #burger-menu #options a:hover,
nav ul .opt-5 #burger-menu #options .option:hover {
  background-color: #f7f7f7;
}
nav ul .opt-5 #burger-menu #options span {
  height: 1px;
  width: 80%;
}
nav ul .opt-5 #burger-menu #options .option .sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 0;
  min-height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  z-index: 2;
  transition: min-height 0.4s ease;
  transform: scaleY();
}
nav ul .opt-5 #burger-menu #options .option .sub-menu a {
  width: 100% !important;
  align-self: center;
}
nav ul .opt-5 #burger-menu #options .option .sub-menu a:hover {
  background-color: rgb(204, 204, 204);
}
nav ul .opt-5 #burger-menu #options .option .sub-menu span {
  width: 40%;
  margin: 0 auto;
}
nav ul .opt-5 #burger-menu #options .active_sub_options {
  background-color: #f7f7f7;
}
nav ul .opt-5 #burger-menu #options .active_sub_options .sub-menu {
  overflow: visible !important;
  min-height: 195px;
  margin: 0.5rem 0 !important;
}
nav ul .opt-5 #burger-menu #options .active_servicios {
  background-color: #f7f7f7;
}
nav ul .opt-5 #burger-menu #options .active_servicios .sub-menu {
  overflow: visible !important;
  min-height: 265px;
  margin: 0.5rem 0 !important;
}
nav ul .opt-5:hover {
  background-color: white;
}
nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 16%;
  width: auto;
}
nav ul li .options {
  margin: 20px 0;
}
nav ul li p {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 100%;
}

footer {
  display: grid;
  background-color: #104095;
  grid-template-columns: 15% 80% 5%;
  color: ghostwhite;
  font-size: small;
  align-items: center;
  padding: 10px 0;
}
footer .logo {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-content: center;
  justify-items: center;
}
footer .media {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-items: center;
}
footer .media a {
  width: 20%;
  text-decoration: none;
  color: ghostwhite;
}
footer .info {
  text-align: center;
  padding-right: 10px;
}
footer img {
  filter: brightness(0) invert(1);
}

main {
  height: 80%;
  display: flex;
  justify-content: space-around;
  background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.151)), url("../img/index.webp");
  background-size: cover;
  background-position: center center;
  align-items: center;
}
main .index-main-content {
  padding-top: 70px;
}
main .title {
  text-align: center;
  font-family: "Ubuntu";
  color: #104095;
  padding: 50px 0;
}
main h1 {
  font-size: 50px;
  transition: font-size 0.5s;
}
main h3 {
  padding-top: 15%;
  color: #104095;
}
main a {
  font-size: large;
}
main .buttons-container {
  padding: 30px 0;
}

.ady-content hr {
  height: 10px;
  border-color: #104095;
  background-color: #104095;
}
.ady-content .content {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.ady-content .content p {
  padding: 10px 0;
}

.contact {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.contact h4 {
  font-size: 43px;
  color: #104095;
}
.contact h5 {
  font-size: 15px;
}
.contact hr {
  width: 40%;
  height: 2px;
  background-color: #104095;
  background-color: #104095;
  align-self: center;
  margin-bottom: 5px;
}
.contact iframe {
  margin: 20px 0;
  width: 80%;
  height: 200px;
  border-style: solid;
  border-color: #f7f7f7;
  border-width: 3px;
  border-radius: 10px;
}
.contact .info p {
  display: flex;
  gap: 1rem;
  align-self: center;
  text-align: start;
  padding: 0 15px;
  font-size: 15px;
}
.contact .info div {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.7rem;
}
.contact .info div a {
  color: #104095;
}
.contact .info div a b {
  padding-left: 10px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
.container h1 {
  color: #104095;
  font-size: 45px;
  padding: 25px 30px;
  text-align: center;
}

.card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 0;
  gap: 4px;
  width: 100%;
}



.card {
  display: grid;
  grid-template-rows: 300px auto;
  grid-template-columns: 1fr;
  width: 95%;
  height: 700px;
  background-color: ghostwhite;
}
.card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  justify-items: center;
  overflow: auto;
  padding: 0px;
}
.card .card-content h3 {
  font-size: 25px;
  padding: 10px;
  text-align: center;
}
.card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1px 1px 0 0;
  cursor: pointer;
}

.economia-plateada hr {
  background-color: #8b51f5 !important;
  border-color: #8b51f5 !important;
}

.complete-title-card .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.complete-title-card .title h2 {
  font-size: 25px;
}
.complete-title-card .title hr {
  background-color: #104095;
  border-color: #104095;
  height: 2px;
  width: 25%;
  margin: 10px auto;
}
.complete-title-card .title h3 {
  font-size: 25px;
}

.list-card .card-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  width: 80%;
  text-align: start !important;
}
.list-card .card-list h3 {
  margin-bottom: -20px;
}

.img-card {
  grid-template-rows: 250px auto 250px auto;
}
.img-card img {
  height: 100%;
}
.img-card .card-content {
  justify-content: space-between !important;
}

.info-card {
  overflow: auto;
}
.info-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.info-card .card-content .member {
  width: 40%;
  margin: 0 auto;
}
.info-card img {
  max-height: 300px;
}

.no-img {
  grid-template-rows: 100%;
}
.no-img .card-content {
  height: 100%;
}
.no-img .card-content h3 {
  text-align: center;
  padding-bottom: 60px;
}
.no-img .card-content .text {
  display: flex;
  flex-direction: column;
  overflow: auto;
  text-align: start;
  align-self: center;
  padding: 10px;
  gap: 1rem;
}
.no-img .card-content button {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.team {
  display: flex;
  text-align: center;
  padding: 20px 0;
}
.team img {
  width: 100px;
  height: 100px;
}

.economia-plateada-card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  gap: 14px;
  width: 95%;
}

.economia-plateada-card {
  width: 90%;
  height: 750px;
  display: flex;
  flex-direction: column;
  background-color: ghostwhite;
  text-align: center;
  border-radius: 5px;
  border-style: solid;
  border-width: 5px;
  border-color: lightgray;
}
.economia-plateada-card h2 {
  font-size: 35px;
  padding: 0 20px;
  padding-top: 25px;
}
.economia-plateada-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 1px 1px 0 0;
}
.economia-plateada-card .info {
  padding-top: 50px;
  width: 90%;
  align-self: center;
}
.economia-plateada-card button {
  margin: 0 70px;
  margin-top: auto;
  margin-bottom: 20px;
}

.economia-plateada-title {
  color: #1d1d1d !important;
}

@media screen and (max-width: 350px) {
  nav {
    height: 50px;
  }
  nav .img {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  nav .img img {
    width: 40px;
    height: 40px;
  }
  nav .opt-5 {
    padding: 0 !important;
    width: 50px;
    align-items: center;
  }
  nav .opt-5 .burger-container {
    width: 40px;
    height: 30px;
  }
  nav .opt-5 .burger-container .burger {
    width: 30px !important;
    height: 30px !important;
    gap: 6px !important;
  }
  nav .opt-5 .burger-container .burger span {
    width: 30px !important;
  }
  nav .opt-5 .burger-container .burger .active_options {
    padding-top: 55px !important;
  }
  nav .opt-5 .burger-container .burger #options .option {
    padding: 10px !important;
  }
  nav .opt-5 .burger-container .burger #options .active_sub_options .sub-menu {
    min-height: 140px !important;
  }
  nav .opt-5 .burger-container .burger #options .active_sub_options .sub-menu a {
    padding: 5px !important;
  }
  nav .opt-5 .burger-container .burger #options .active_servicios {
    height: 100;
  }
  nav .opt-5 .burger-container .burger #options .active_servicios .sub-menu {
    min-height: 170px !important;
  }
  nav .opt-5 .burger-container .burger #options .active_servicios .sub-menu a {
    padding: 5px !important;
  }
  .container h1 {
    font-size: 28px !important;
  }
  .index-main-content .title {
    padding: 0;
  }
  .index-main-content .logo img {
    width: 100px;
    height: 100px;
  }
  .index-main-content .heading h1 {
    font-size: 35px;
  }
  .index-main-content .economia-plateada {
    padding-top: 25px;
  }
  .index-main-content .buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    padding-top: 15px;
    gap: 5px;
  }
  .index-main-content .buttons-container button {
    min-width: 90%;
  }
  .index-main-content h3 {
    padding: 0;
    padding-top: 15px;
  }
  .card .title {
    height: 100% !important;
    width: 100%;
    text-align: center;
  }
  .card_content {
    margin: 0 auto;
  }
  .img-card img {
    height: 220px;
  }
  footer {
    grid-template-columns: 25% 65% 10%;
  }
  footer .logo {
    font-size: 10px;
  }
  footer .logo img {
    width: 40px;
    height: 40px;
  }
  footer .info {
    font-size: 10px;
  }
  .economia-plateada-card h2 {
    font-size: 30px;
    align-self: center;
  }
  .economia-plateada-card .info {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    gap: 5px;
    align-items: center;
    justify-items: center;
  }
  .economia-plateada-card button {
    width: 95%;
    align-self: center;
  }
}
@media screen and (min-width: 600px) {
  nav ul .opt-1 {
    display: flex;
  }
  nav ul .opt-5 .burger-container {
    width: 50%;
  }
  nav ul .opt-5 .burger-container #opt-1-burger {
    display: none !important;
  }
  .contact iframe {
    height: 300px;
  }
  .card {
    height: 600px;
  }
  .info-card .card-content {
    padding: 20px;
  }
}
@media screen and (min-width: 760px) {
  nav ul .opt-2 {
    display: flex;
  }
  nav ul .opt-5 .burger-container {
    width: 50%;
  }
  nav ul .opt-5 .burger-container #opt-2-burger {
    display: none !important;
  }
  main {
    padding: 60px;
    justify-content: flex-start;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.151)), url("../img/index.webp");
  }
  main .title {
    display: flex;
    align-items: center;
  }
  main .title .heading h1 {
    font-size: 80px;
  }
  main .title .heading h2 {
    font-size: 35px;
  }
  footer {
    grid-template-columns: 10% 80% 9%;
  }
  footer .media {
    flex-direction: row;
    justify-items: center;
  }
}
@media screen and (min-width: 850px) {
  nav ul .opt-3 {
    display: flex;
  }
  nav ul .opt-3 ul {
    right: 155px !important;
    z-index: 150;
  }
  nav ul .opt-5 .burger-container {
    width: 50%;
  }
  nav ul .opt-5 .burger-container #economia-plateada {
    display: none !important;
  }
  .economia-plateada-card-container {
    flex-direction: row;
  }
  .economia-plateada-card button {
    margin: 0 10px;
    margin-top: auto;
    margin-bottom: 20px;
  }
  .no-img h3 {
    padding-bottom: 0px;
  }
  .no-img button {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 900px) {
  .economia-plateada-card button {
    margin: 0 15px;
    margin-top: auto;
    margin-bottom: 20px;
  }
  .ady-content p {
    font-size: 30px;
  }
  .contact {
    margin-bottom: -50px;
  }
  .contact h5 {
    font-size: 30px;
  }
  .contact h6 {
    margin-bottom: 5px;
  }
  .contact .contact-info {
    padding: 5px 0 0;
    display: flex;
  }
  .contact .contact-info .map {
    width: 50%;
    height: 100%;
  }
  .contact .contact-info .map ifame {
    height: 100%;
  }
  .contact .contact-info .info {
    width: 50%;
    padding: 60px 0;
  }
  .contact .contact-info .info .mail-phone {
    padding: 80px;
  }
  .card {
    height: 650px;
  }
}
@media screen and (min-width: 980px) {
  .card-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  nav ul .opt-4 {
    display: flex;
  }
  nav ul .opt-3 ul {
    right: 300px !important;
  }
  nav ul .opt-5 {
    display: none;
  }
  nav ul .opt-5 .burger-container {
    width: 50%;
  }
  nav ul .opt-5 .burger-container #servicios {
    display: none;
  }
  .contact h5 {
    font-size: 35px;
  }
  .contact h6 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .contact .contact-info .info p {
    font-size: 20px;
  }
  .contact .contact-info .info .mail-phone p {
    font-size: 20px;
  }
  .economia-plateada-card button {
    margin: 0 38px;
    margin-top: auto;
    margin-bottom: 20px;
  }
  .no-img h3 {
    padding-bottom: 60px;
  }
}
.error-main-container {
  background: white !important;
  padding-top: 50px;
  height: 95vh;
  margin: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error-main-container h1 {
  font-size: 85px;
}
.error-main-container h2 {
  padding-bottom: 50px;
}
.error-main-container button {
  margin-top: 20px;
}
.error-main-container img {
  width: 200px;
}

button {
  color: ghostwhite;
  font-size: medium;
  font-weight: bold;
  border-style: none;
  background-color: #272d6d;
  background-image: linear-gradient(to right, transparent, #104095);
  border-color: #104095;
  border-radius: 50px;
  padding: 15px;
  cursor: pointer;
  transition: background-color 0.5s ease 0s;
}
button:hover {
  background-color: #104095;
}

.economia-plateada-button {
  background-color: #6f3dce;
  background-image: linear-gradient(to right, transparent, #8b51f5);
}
.economia-plateada-button:hover {
  background-color: #8b51f5;
}

/*# sourceMappingURL=styles.css.map */
