@import url("https://use.typekit.net/ezz6wym.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*  RESET */
* {
  color: inherit;
  margin: 0;
  box-sizing: border-box;
  font-size: 15px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:focus,
div:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

.form-control:focus,
.field-wrap textarea:focus {
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.6);
}

body {
  line-height: 1;
  font-family: Poppins;
  height: auto !important;
}

section {
  padding: 20px 0 20px;
  margin-bottom: 2rem;
}

/*  TIPOGRAPHY */
h1 {
  font-size: 2.8rem;
  letter-spacing: -2px;
  color: rgba(219, 214, 203, 0.6);
  font-weight: 500;
  margin-bottom: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

h3 {
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

h4 {
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  min-height: 62px;
  margin-top: 1rem;
}

h5 {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  color: #262626;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

:is(h2, h3, h4, h5) b,
:is(h2, h3, h4, h5) strong,
:is(p) b,
:is(p) strong {
  color: #DBD6CB;
  font-weight: 600;
}

p {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}

/* HEADER */
nav {
  border-bottom: 1px solid rgba(219, 214, 203, 0.6);
  padding: 5px 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
nav a.navbar-brand img {
  height: auto;
  width: 60%;
}
nav.active {
  top: 0;
  left: 0;
}

/* NAVIGATION */
ul.nav__menu {
  margin: 0;
  text-align: right;
}
ul.nav__menu li.nav-item {
  display: inline-block;
  margin: 0 10px;
}
ul.nav__menu li.nav-item a.nav-link {
  color: #DBD6CB;
  font-size: 1.4rem;
  margin-bottom: 4px;
  position: relative;
}
ul.nav__menu li.nav-item a.nav-link::after {
  content: "";
  width: 0;
  height: 2px;
  background: #DBD6CB;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transition: all 0.5s ease-in-out;
}
ul.nav__menu li.nav-item a.nav-link.active, ul.nav__menu li.nav-item a.nav-link:hover {
  background: transparent;
}
ul.nav__menu li.nav-item a.nav-link.active::after, ul.nav__menu li.nav-item a.nav-link:hover::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #DBD6CB;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ACCORDION */
.accordion {
  border-bottom: 1px solid rgba(219, 214, 203, 0.6);
}
.accordion .accordion-item {
  background-color: #262626;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(219, 214, 203, 0.6);
}
.accordion .accordion-button {
  background: #262626;
  color: #DBD6CB;
  color: #DBD6CB;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.75rem 1.25rem;
}
.accordion .accordion-button::after {
  content: "";
  background-image: url(../images/arrowDown.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: 1.75rem;
}
.accordion .accordion-button:not(.collapsed) {
  box-shadow: 0 0 0 0;
}
.accordion .accordion-button:focus {
  border: 0;
  box-shadow: 0 0 0 0;
}
.accordion .accordion-body {
  padding: 1rem 8rem 1.25rem 1rem;
}
.accordion .accordion-body p {
  font-size: 1.1rem;
}

.proyectos_title {
  list-style: none;
  display: flex;
  padding: 0;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: 1px solid rgba(219, 214, 203, 0.6);
  width: 100%;
}
.proyectos_title li {
  flex-grow: 1;
  font-size: 1.4rem;
  padding: 1rem 0.5rem;
  width: 280px;
}
.proyectos_info {
  overflow-x: scroll;
  scrollbar-color: red orange;
  width: auto;
  display: flex;
  gap: 1.5rem;
  height: 0;
  padding: 0;
  transition: all 500ms ease;
  cursor: ew-resize;
}
.proyectos_info_size {
  height: 270px;
  overflow: hidden;
  flex-grow: 1;
  flex-flow: row nowrap;
  flex-shrink: 0;
  width: 30rem;
}
.proyectos_info_size:last-child {
  width: 50rem;
}
.proyectos_info_img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.proyectos_info_text {
  font-size: 1.3rem;
  font-weight: 300;
}
.proyectos_info_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.proyectos_info_item {
  display: inline-block;
  margin-right: 5px;
}
.proyectos_info_item:last-child {
  margin-right: 0;
}
.proyectos_info_item img {
  width: 30px;
  height: 30px;
  transition: all 500ms ease;
}
.proyectos_info_item img:hover {
  opacity: 0.5;
}

.sliderHome {
  margin: 0 0 5rem;
}
.sliderHome img {
  width: 100%;
  height: auto;
}
.sliderHome .slick-dots {
  bottom: 20px;
}
.sliderHome .slick-dots li {
  width: 30px;
  height: 3px;
}
.sliderHome .slick-dots li button {
  width: 30px;
  height: 3px;
}
.sliderHome .slick-dots li button:before {
  content: "";
  background: #262626;
  width: 30px;
  height: 3px;
}
.sliderHome .slick-prev,
.sliderHome .slick-next {
  z-index: 99;
}
.sliderHome .slick-prev {
  left: 25px;
}
.sliderHome .slick-prev:before {
  content: "";
  background: url(../images/arrowLeft.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 40px;
  display: block;
}
.sliderHome .slick-next {
  right: 25px;
}
.sliderHome .slick-next:before {
  content: "";
  background: url(../images/arrowRight.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 40px;
  display: block;
}

.bienestarAPS_comite_SubTitulo {
  margin-top: 2.5rem;
}
.bienestarAPS .card {
  margin: 1.5rem 0;
  background: rgba(116, 206, 202, 0.2);
  border: 0;
}
.bienestarAPS .card ol {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bienestarAPS .card ol li {
  margin: 0.8rem 0;
}
.bienestarAPS .card-header {
  font-weight: 700;
  font-size: 15px;
  background: rgba(116, 206, 202, 0.4);
  text-transform: uppercase;
  border: 0;
  padding: 0.75rem 1rem;
}

/* HOME */
header {
  margin-bottom: 2rem;
}

.bienestarAPS_reglamento {
  background: #74CECA;
  padding: 3rem 0;
}
.bienestarAPS_reglamento h6 {
  font-weight: 400;
  margin: 0;
}
.bienestarAPS_reglamento h5 {
  font-weight: 700;
}
.bienestarAPS_reglamento img {
  width: 80%;
  margin: 0 auto;
}
.bienestarAPS_reglamento p {
  text-align: center;
}
.bienestarAPS_reglamento p a {
  text-align: center;
  display: inline-block;
  color: #262626;
  background: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 0.75rem 3rem;
  font-weight: 700;
  transition: all 500ms ease;
}
.bienestarAPS_reglamento p a:hover {
  background: #74CECA;
  border: 1px solid #fff;
  padding: 0.75rem 5rem;
}
.bienestarAPS_seguro_header {
  padding: 8rem 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.bienestarAPS_seguro_header h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
.bienestarAPS_seguro_header img {
  width: 250px;
  height: auto;
}
.bienestarAPS_seguro .card {
  border: 1px solid #E0E0E0;
  background: #fff;
}
.bienestarAPS_seguro .card h6 {
  margin-bottom: 15px;
}
.bienestarAPS_seguro .card p {
  margin-bottom: 5px;
  line-height: 16px;
  font-size: 15px;
}
.bienestarAPS_seguro .card p strong {
  color: #262626;
}
.bienestarAPS_seguro .card ol {
  padding-left: 20px;
}
.bienestarAPS_seguro .card ol li {
  margin: 0 0 10px;
  line-height: 16px;
}
.bienestarAPS_seguro_importante {
  background: rgba(116, 206, 202, 0.4);
  border-radius: 10px;
  padding: 2rem;
  margin: 30px 0;
  color: #262626;
}
.bienestarAPS_seguro_importante p {
  margin-bottom: 0;
  text-align: justify;
}
.bienestarAPS_seguro_importante p strong {
  color: #262626;
  margin-bottom: 5px;
  display: block;
}

.tarjetaBienestar {
  width: 100vw;
  height: 100vh;
}

footer {
  border-top: 5px solid #74CECA;
  padding: 50px 0 0;
  margin-top: 2rem;
}
footer .widgets_direccion,
footer .widgets_contacto {
  text-align: left;
}
footer .widgets_direccion h5,
footer .widgets_contacto h5 {
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
footer .widgets_direccion ul,
footer .widgets_contacto ul {
  list-style: none;
  padding: 0;
}
footer .widgets_direccion ul li,
footer .widgets_contacto ul li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
footer .widgets_direccion ul li a,
footer .widgets_contacto ul li a {
  color: #262626;
  font-weight: 600;
}
footer .img_logoFooter {
  margin: 15px;
  width: 60%;
  height: auto;
}

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