/*
Theme Name:   Agrupaciones theme
Theme URI:    https://agrupaciones.ofb.gov.co/ (opcional)
Description:  Tema hijo de bootstrap-fitness
Author:       Agrupaciones - Webmaster
Author URI:   https://www.linkedin.com/in/jjguacka/
Template:     bootstrap-fitness
Version:      2.0
*/

/*
 ¡Aquí puedes agregar tus estilos CSS personalizados!
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
@import url(./../bootstrap-fitness/style.css);
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root{
  --color-texto-testimonial1: #636363;
  --color-fondo-slider-testimonial: #eaeaea;
}

/* header gov-co */
.header-gov-co {
  background: #005dca;
  height: 73px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.header-gov-co .header-logoGov {
  height: 24px;
  width: 136px;
}
.site-logo.overflow-hidden .custom-logo {
  width: auto;
  height: auto;
}
small.leyenda p {
  color: rgba(var(--primary-color), 1) !important;
  font-family: arial;
  font-size: 10px;
}
.main-navigation ul li a {
  color: #666666;
  font-size: 12px;
  line-height: 15px;
  text-transform: unset;
}
.main-header {
  background-color: #f6f8f9;
}
.header{
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  z-index: unset;
  background: unset;
}
.header .top-header{
  background: rgba(var(--light-color), 1);
}
.header .top-header a{
  color: rgba(var(--primary-color),1);
}
.banner {
  margin-bottom: 80px;
}
.banner .item{
  min-height: 660px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.navbar {
  width: 100%;
}
.navbar-toggler {
  cursor: pointer;
}
.navbar-expand-lg .navbar-collapse {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
ul#primary-menu li:hover {
  background-color: #f6f8f9;
}
ul#primary-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

#nav-icon span{
  background: rgba(var(--secondary-color), 1);
}
/* end header govco */

/* cards leer más agrupaciones */
.agrupacionesHome .container .row{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.agrupacionesHome .col-12.col-md-6 {
  width: 100%;
  max-width: 600px;   
  margin-bottom: 1rem;
  margin-top: 1rem;

}
.agrupacionesHome .col-12.col-md-6 .card {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  height: 414px;
}
.agrupacionesHome .container .row .col-12.col-md-6 .row{
  display: inline-flex;  
  flex-direction: row;
  gap: 0rem;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.agrupacionesHome .col-12.col-md-6 .card .conocemas {
  display: flex;
  position: absolute;
  top: 1rem;
  z-index: 2;
  width: 160px;
  height: 28px;
  font-size: 15px;
  background-color: red;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  line-height: 100%;
  padding: 1rem;
  cursor: pointer;
  border: unset;
  border-radius: 0;
}
.agrupacionesHome .col-12.col-md-6 .card .conocemasCerrar {
  position: absolute;
  top: 1rem;
  z-index: 3;
  width: fit-content;
  height: fit-content;
  font-size: 10px;
  text-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 10px;
  cursor: pointer;
  float: left;
  left: 90%;
  display: none;
  border: unset;
  border-radius: 0;
}

.agrupacionesHome .col-12.col-md-6 .card .imagen {
  height: 100%;
  position: relative;
}
.agrupacionesHome .col-12.col-md-6 .card .imagen img {
  object-fit: cover;
  object-position: center;
  transition: all 1s ease;
  backface-visibility: hidden;
  top: 0px;
  opacity: 1;
  z-index: 1;
  height: 100%;
  position: relative;
}
.agrupacionesHome .col-12.col-md-6 .card figcaption {
  background-color: #ffffff;
  height: 100%;
  padding: 1rem;
  margin: auto;
  position: relative;
  z-index: 2;
  overflow-y: auto;
}
.agrupacionesHome .col-12.col-md-6 .card figcaption h5,
.agrupacionesHome .col-12.col-md-6 .row .datos h5 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: unset;
  color: #fff;

}
.agrupacionesHome .col-12.col-md-6 .row .datos h5 {
  color: #121212;
}
.agrupacionesHome .col-12.col-md-6 .card figcaption p {
  padding: 1rem;
  font-weight: 400;
   -size: 1rem;
  line-height: 21.5px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;


}
.agrupacionesHome .col-12.col-md-6 .card figcaption h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #fff;

}
.agrupacionesHome .col-12.col-md-6 .row .datos h6 {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #666666;
  text-transform: unset;
}
.agrupacionesHome .col-12.col-md-6 .btnGaleria {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.agrupacionesHome .col-12.col-md-6 .btnGaleria .btn {
  background-color: #000;
  border-radius: 50px;
  padding: 1rem !important;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.agrupacionesHome .col-12.col-md-6 .btnGaleria .btn img {
  width: 30px;
  max-width: unset;
  height: 20px;
}
/* ESTILOS DE MODAL DE AGRUPACIONES */
.agrupacionesHome .col-12.col-md-6 .modal .modal-dialog .modal-content.bg-dark{
  background-color: #1a1a1ab3 !important;
}
.agrupacionesHome .col-12.col-md-6 .modal .modal-dialog .modal-content.bg-dark .modal-header .btn-close{
  background: unset;
  font-weight: 900;
  font-size: 1.8rem;
  color: #ffffff;
}
/* ESTILOS DE SECCION EVENTOS */
.eventos_home .container .row .col-12 h2.text-center {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0px;
}
.eventos_home hr {
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 3rem;
}
/*home testimonial*/
.home-section.testimonial {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: 60px 20px 140px;
  padding: 35px 20px 90px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  left: 0px;

}
.home-section.testimonial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-fondo-slider-testimonial);
  z-index: -1;
}
.home-section.testimonial .main-title {
  color: rgba(var(--light-color), 1);
}
.home-section.testimonial .testimonial-block {
  padding: 0;
  background-color: transparent;
  width: 100%;
  box-shadow: none;
  margin: 0;
}
.home-section.testimonial .testimonial-block .owl-carousel .owl-item img {
  width: 110%;
  height: 110%;
  object-fit: cover;
}

.home-section .testimonial .testimonial-block .icon-quote-left {
  font-size: 1.9rem;
  color: rgba(var(--primary-color), 1);
  margin: 0 0 10px;
  display: block;
}
.home-section.testimonial .testimonial-block .img-holder {
  width: 200px;
  height: 200px;
  border-radius: unset;
  overflow: hidden;
  margin: 0px 0 6px 0;
}
.home-section.testimonial .testimonial-block .testimonial-title {
  display: block;
  color: var(--color-texto-testimonial1);
  margin: 0;
}
.home-section.testimonial .testimonial-block .organization {
  color: var(--color-texto-testimonial1);
  margin: 0 0 15px;
  display: block;
}
.home-section.testimonial .testimonial-block p {
  color: var(--color-texto-testimonial1);
}
.home-section.testimonial .testimonial-block .testimonial-holder {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.home-section.testimonial .testimonial-holder .content-info {
  width: 100%;
  text-align: left;
}
.home-section.testimonial .testimonial-holder .img-holder + .content-info {
  width: 70%;
}
.home-section.testimonial .owl-carousel .owl-nav button.owl-prev,
.home-section.testimonial .owl-carousel .owl-nav button.owl-next {
  top: auto;
  bottom: -60px;
  transform: none;
  left: 0;
}
.home-section.testimonial .owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 50px;
}
.home-section.testimonial .owl-carousel .owl-nav.disabled{
  display: block;
}
.home-section.testimonial .owl-carousel .owl-dots{
  display: none;
}
/*end home testimonial*/

/* ESTILOS REDES SOCIALES TESTIMONIALS */
.col-12.redes-sociales-testimonials {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  font-size: 22px;
  flex-wrap: wrap;
  gap: 5px;
}

.col-12.redes-sociales-testimonials a.btn.btn-primary {
  width: 100%;
  max-width: 300px;
  border-radius: 50px;
  box-shadow: #efefef7a 0px 1px 8px -2px;
  transition: all 0.3s;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px 6px !important;
}
.col-12.redes-sociales-testimonials a.btn.btn-primary:hover {
  box-shadow: rgba(var(--primary-color), 1) 0px 0px 5px 3px;
  color: rgba(var(--primary-color), 1);
  background-color: #ffffff;
}
.col-12.redes-sociales-testimonials a.btn.btn-primary::before {
  display: none;
}

.col-12.redes-sociales-testimonials a i.bi{
  font-size: 22px;
}
.col-12.redes-sociales-testimonials .col-12.col-md-3.canales, .col-12.col-md-3.redes {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}


/* footer2 */
.footer2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 5rem 2rem;
  border: 1px solid #bac6d5;
  border-radius: 3px;
}

.col-12.col-md-6.widgets div#footer-widgets {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.col-12.col-md-6.widgets div#footer-widgets .has-white-color {
  color: rgba(var(--primary-color), 1) !important;
}
.col-12.col-md-6.widgets div#footer-widgets div section {
  margin-bottom: 0;
}
.col-12.col-md-6.widgets h3 {
  font-size: 1.14rem;
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  color: rgba(var(--primary-color), 1);
  position: relative;
}
.col-12.col-md-6.widgets p,
.col-12.d-flex.justify-content-end p {
  display: block;
  line-height: 22px;
  font-family: "Work Sans", sans-serif, sans-serif;
  color: #5c5c5c;
  margin-bottom: 0px;
  font-weight: 400;
}
.col-12.col-md-6.timerYlogo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1rem;
}
.col-12.col-md-6.timerYlogo iframe {
  width: 100%;
  height: 65px;
}
.col-12.redes-sociales .container .row .col-12 {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.col-12.redes-sociales .container .row .col-12 a {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.col-12.redes-sociales .container .row .col-12 a i {
  border-radius: 50%;
  background: rgba(var(--primary-color), 1);
  color: #fff;
  padding: 2px;
  border: 4px solid rgba(var(--primary-color), 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.col-12.p-3.links-pie {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.col-12.p-3.links-pie span{
  font-family: "Work Sans", sans-serif, sans-serif;
  color: #5c5c5c;
  font-size: 13px;
  margin-right: 10px;
}
.col-12.p-3.links-pie span a{
  font-weight: 700;
  margin: 0 15px 0 0;
  color: #5c5c5c;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.col-12.p-3.links-pie span a:hover{
  color: rgba(var(--primary-color), 1);
}
@media (min-width: 320px) and (max-width: 769px) {
  .footer2 .container .row {
    gap: 1rem;
  }
}
@media (min-width: 1290px) and (max-width: 2700px) {
  .col-12.col-md-6.timerYlogo iframe {
    position: relative;
    left: 20%;
    width: 100%;
    height: 65px;
  }
}
/* end footer2 */
/*footer*/
.footer {
  padding: 70px 0 0;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 25%,
    rgba(var(--primary-color), 1) 25%,
    rgba(var(--primary-color), 1) 100%
  );
  overflow: hidden;
  color: rgba(var(--text-color), 1);
  width: 100%;
}
.footer .copyright {
  border-top: 1px solid #fff;
  padding: 20px 0;
  text-align: center;
}
.footer .copyright a {
  color: rgba(var(--primary-color), 1);
}
.footer .copyright a:hover {
  color: rgba(var(--light-color), 1);
}
.footer .copyright p {
  margin: 0;
  color: rgba(var(--light-color), 1);
}
.footer .widget-title:after {
  content: none;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin: 0 0 15px;
  color: rgba(var(--light-color), 1);
}
.footer ul li:last-child {
  margin: 0;
}
.footer ul li a,
.footer p {
  color: rgba(var(--secondary-color), 1);
}
.footer ul li a:hover {
  color: rgba(var(--primary-color), 1);
}
.footer .widget-title {
  color: rgba(var(--primary-color), 1);
  margin: 0 0 20px;
}
/*end footer*/
@media (max-width:991px) {
  ul#primary-menu{
    flex-direction: column;
  } 
}

@media (max-width:320px){
  .banner .item{
    min-height: auto;
    padding: 4rem;
  }
}
@media (max-width:375px){
  .banner .item{
    min-height: auto;
    padding: 5rem;
  }
}
@media (max-width:425px){
  .banner .item{
    min-height: auto;
    padding: 6rem;
  }
}
@media (max-width:768px){
  .banner .item{
    min-height: auto;
    padding: 10rem;
  }
}
@media (max-width:991px){
  .header{
    width: 108%;
  }
  .banner .item{
    min-height: auto;
    padding-bottom: 0rem;
    padding-top: 9rem;
    padding-left: 0;
    padding-right: 0;
  }
}
