@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* tipografía */

@font-face{
  font-family: 'Gilroy-Black';
  src: url("../fonts/Gilroy-Black.ttf")format('truetype');
}
@font-face{
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.ttf")format('truetype');
}
@font-face{
  font-family: 'Gilroy-Semibold';
  src: url("../fonts/Gilroy-Semibold.ttf")format('truetype');
}

@font-face{
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.ttf")format('truetype');
}
@font-face{
  font-family: 'GilroyExtraBold';
  src: url("../fonts/GilroyExtraBold.ttf")format('truetype');
}

@font-face{
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium.ttf")format('truetype');
}

@font-face{
  font-family: 'Gilroy-Regular';
  src: url("../fonts/Gilroy-Regular.ttf")format('truetype');
}
@font-face{
  font-family: 'LEMONMILK-Bold';
  src: url("../fonts/LEMONMILK-Bold.otf")format('opentype');
}
@font-face{
  font-family: 'LEMONMILK-Medium';
  src: url("../fonts/LEMONMILK-Medium.otf")format('opentype');
}
@font-face{
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.otf")format('opentype');
}
@font-face{
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand-VariableFont_wght.ttf")format('truetype');
}

@font-face{
  font-family: 'DS-DIGII';
  src: url("../fonts/DS-DIGII.TTF")format('truetype');
}

.Gilroy-Medium{
  font-family: 'Gilroy-Medium' !important;
}

.Gilroy-Bold{
  font-family: "Gilroy-Bold" !important;
}

.Gilroy-Black{
  font-family: "Gilroy-Black" !important;
}

.Gilroy-Regular{
  font-family: "Gilroy-Regular" !important;
}




* {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding : 0;
    background-color: #f4f4f6;
}

footer{
  width: 100%;
  padding: 50px 0px;
  background-color: rgba(238, 236, 236, 0.705);
}

/*.btn-whatsapp {
  display:block;
  width:30px;
  height:30px;
  color:#fff;
  position: fixed;
  right:20px;
  bottom:20px;
  border-radius:50%;
  line-height:80px;
  text-align:center;
  z-index:999;
}*/

.btn-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.btn-whatsapp p {
  color: green;
  font-weight: bold;
  margin-top: 5px; /* Ajusta el margen superior según sea necesario */
}

.btn-whatsapp img {
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.pregunta {
  background-color: white;
  border-radius: 20px; /* Ajusta el valor según lo redondeado que desees */
  padding: 10px; /* Espacio interior para que se vea el efecto de redondeo */
}


/* .container-fluid{
  display: flex;
  flex: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;

}

.col-lg-3{
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.col-lg-3 .logo img{
  width: 180px;
}

.col-lg-3 h2{
  margin-bottom: 30px;
  color: #9e9e9e;
  font-weight: 700;
}

.col-lg-3 a{
  margin-top: 10px;
  color: #7a7a7a;
  font-weight: 600;
  text-decoration: auto;
}

.col-lg-3 a:hover{
  opacity: 0.8;
  
}

.col-lg-3__copyright{
  max-width: 1200px;
  text-align: left;
}

.col-lg-3__copyright p{
  color: #7a7a7a;
}

.col-lg-3 input{
  border-radius: 15px;
  border: rgba(238, 236, 236, 0.705);
}

.buttons {
  min-width: 100px;
  display: flex; 
  justify-content: space-around;
}

.buttons a {
  text-decoration: none;
  font-size: 28px;
  width: 30px;
  height: 30px;
  line-height: 60px;
  text-align: center;
  background: #314652; 
  color: #7a7a7a;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
  transition: all .4s ease-in-out;
}

.buttons a:hover {
  transform: scale(1.2);
} */

.bg-light-auxiliar {
   background: rgba(219, 133, 41, 0.953) !important; 
  /* background-color: rgb(227 128 32 / 57%) !important; */
}

.btn-rosa{

  background: #e31561;
  color: white;

}

.btn-play{
  border-radius: 56%;
    width: 50px;
    height: 50px;
}

.btn-play:hover{
  color: white;
}

.ver-video{
  color: #595a5b;
  text-decoration: none;
  font-family: 'Quicksand';
  font-weight: 300;
  font-size: 19px;

}

#video .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}

#video .btn-rosa {
  background: #e31561;
  color: white;
  font-family: 'Gilroy-Black';
  text-transform: uppercase;
}

#video .btn-rosa:hover {
  color: white;
}



#video1 .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}

#video1 .btn-rosa {
  background: #e31561;
  color: white;
  font-family: 'Gilroy-Black';
  text-transform: uppercase;
}

#video1 .btn-rosa:hover {
  color: white;
}


.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 25px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255 135 24);
  background-color: white;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
  color: #ff8e25;
  background-color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-family: 'Quicksand';
  font-weight: 300;
}

.navbar-light .navbar-nav .nav-link {
  color: #595a5b !important;
  text-align: right;
  font-size: 16px;
  font-family: 'Quicksand';
}

.img-logo{
  height: 140px;
}

.logo-small{
  height: 100px;
}

/* BANNER INICIO */
.banner-inicio{
  padding-top: 0; 
  overflow: hidden;
  position:relative;
  background-image: url('../assets/images/backgroundinicio.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.banner-inicio .tit-fecha{
  font-family: 'LEMONMILK-Bold';
  color: #E11B60;
  font-size: 60px;
}

.banner-inicio .sub-titfecha{
  font-family:'GilroyExtraBold';
  color: #E11B60;
  font-size: 19px;
}

.banner-inicio .p-descripcion{
    
  font-family: 'Gilroy-Regular';
    color: #595a5b;
    width: 80%;
    font-size: 18px;
    text-align: justify;

}

.banner-inicio .p-descripcion span{
  font-family: 'Gilroy-Bold';
}

.seccion-comite {
  padding-bottom: 10%;
}

.seccion-comite h2{
  font-family: 'Quicksand';
  font-weight: 300;
  color: #595a5b;
}
.seccion-comite  .img-comite{
  width: 75%;
  object-fit: cover;
}
.seccion-comite  .img-comite-agricultura{
  width: 55%;
  object-fit: cover;
}



/* ACERCA EVENTO */

.evento .container-fluid{

  position: relative;
}

.evento .tit-evento{
  font-family: 'Quicksand';
  font-weight: 300;
  color: #595a5b;
  font-size: xxx-large;
  text-align: center;
}

.evento .tit-evento span{
  font-weight: 600;
}

.evento .descripcion{

  font-family: 'Gilroy-Regular';
  color: #5C5C5C;
  font-size: larger;
  text-align: justify;
  

}

.evento .descripcion span{
  font-family: 'Gilroy-Black';
}

.evento .btn-naranja {
  font-family: 'Quicksand';
  font-weight: 300;
  background-color: #E38020;
  color: white;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
  transition: all 400ms ease-out;
  cursor: pointer;
}

.evento .btn-naranja:hover{
  box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
  transform: translateY(-3%);
  cursor: pointer;
}

/* EXPOSICION */
.exposicion .tit-exposicion{
  font-size: 40px;
  margin-bottom: 0;
  font-family: 'Quicksand';
  color: #595a5b;
}
.exposicion .tit-exposicion span{
  font-weight: 600;
}

.exposicion .descripcion-dato img{
  width: 20%;
  object-fit: cover;
}
.exposicion .descripcion-dato h2{
  margin-bottom: 0;
  font-family: 'Gilroy-Medium';
  text-transform: capitalize;
  font-size: x-large;
  color: #595A5B;
  margin-left: 5%;
}

.exposicion hr{
  margin: 1.6rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
  width: 90%;

}

.exposicion .dato-numerico h2{
  font-size: x-large;
  color: #595A5B;
  font-family: 'Gilroy-Black';
  margin-bottom: 0;
  text-transform: initial;
}

.exposicion .dato-numerico h2 span{
  font-family: 'Gilroy-Regular';
  font-size: 14px;
}

/* sectores */
.Sectores {
  margin-top: -5%;
}
.Sectores .img-sector{
  width: 85%;
}

.Sectores .tit-sector{
  font-family: 'Quicksand';
  font-weight: 300;
  color: #595a5b;
  font-size: xxx-large;
  margin-top: -5px;

}
.Sectores .tit-sector span{
  font-weight: 600;
}

.Sectores .card {

  /* height: 180px; */
  width: 14rem; 
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
  transition: all 400ms ease-out;
  border-radius: 20px;
  cursor: pointer;
}

.Sectores .card:hover{
  box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
  transform: translateY(-3%);
  cursor: pointer;
}


.Sectores .card .img-card img{
  width: 50%;
  object-fit: cover;
}

.Sectores .card .card-body{

  text-align: center;
  padding: 10px;

  
}

.Sectores .card .card-body .card-title{

  font-family: 'Gilroy-Black';
  color: #595a5b;
  font-size: 55px;
}

.Sectores .card .card-body .card-subtitle{

  font-family: 'Gilroy-Medium';
  color: #595a5b !important;
  
}

/* SECCION ROSA */
.seccion-rosa{
  background: #E11B60;
}
.seccion-rosa p{
  text-align: justify;
    font-size: 14px;
    font-family: 'Gilroy-Medium';
    color: #FFFFFF;
}

.seccion-rosa .iconos img{
   
  width: 35%;
   
}

.seccion-rosa .iconos h6{
   font-family: 'Gilroy-Medium';
   color: white;
}

.seccion-rosa .iconos h6 span{
  font-family: 'Gilroy-Black';
} 

.seccion-perfil {
  background-color: #ededef;
  background-image: url('../assets/images/fondo-2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.seccion-perfil .img-perfil{
  object-fit: cover;
  width: 60%;
}

.seccion-perfil .texto-perfil{
  text-align: left;
}

.seccion-perfil .texto-perfil h1{
  text-align: left;
  font-family: 'Quicksand';
  color: #595a5b;
}

.seccion-perfil .texto-perfil h1 span{
  font-weight: 600;
}

.seccion-perfil .texto-perfil p{
  font-size: 25px;
  font-family: 'Gilroy-Regular';
  color: #595a5b;
  text-align: justify;
}

.seccion-perfil .btn-naranja {
  font-family: 'Quicksand';
  font-weight: 300;
  background-color: #E38020;
  color: white;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
  transition: all 400ms ease-out;
  cursor: pointer;
}

.seccion-perfil .btn-naranja:hover {
  box-shadow: 5px 5px 20px rgb(0 0 0 / 40%);
  transform: translateY(-3%);
  cursor: pointer;
}
.piramides-resultados {
  background-color: #E38020;
  margin-top: 5%;
}

.piramides-resultados .tit-piramide{
  font-family: 'Quicksand';
  font-size: xxx-large;
  color: white;
}

.piramides-resultados .tit-piramide span{

  font-weight: bolder;
}

.piramides-resultados .card{
  border-radius: 15px;
}

.piramides-resultados .card-body .numero{
  font-family: 'LEMONMILK-Medium';
  color: #E38020;
}
.piramides-resultados .card-body .descripcion{
  font-family: 'Gilroy-Medium';
  color: #595A5B;
}

.piramides-resultados .card-body .min-descripcion{
  font-family: 'Gilroy-Medium';
  color: #595A5B;
  font-size: 14px;
}

/* PRODUCTOS Y SERVICIOS */
.productoyservicios {
  /* background-image: url('../assets/images/fondo-2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}
.productoyservicios .tit-productos{
  font-family: 'Quicksand';
  color: #595A5B;

}

.productoyservicios .tit-productos span{
  font-weight: 600;
}

.productoyservicios .card{
  background-color: transparent;
  border: none;
}

.productoyservicios .card .card-title {
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: 'Gilroy-Black';
  color: #E62369;
  font-size: x-large;
  text-transform: uppercase;
}

.productoyservicios .card .card-text {
  margin-bottom: 0;
  font-family: 'Gilroy-Regular';
  color: #595A5B !important;
  font-size: 15px;
  text-align: center;
}

.productoyservicios .card .card-body {
  flex: 1 1 auto;
  padding: 0rem 0rem;
}

.productoyservicios .card .card-footer{
  text-align: center;
}

.productoyservicios .card .card-footer .btn-primary {
  color: #fff;
  background-color: #e62369;
  border-color: #e62369;
  font-family: 'Quicksand';
  font-weight: 300;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
  transition: all 400ms ease-out;
}

.productoyservicios .card .card-footer .btn-primary:hover{
  box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
  transform: translateY(-3%);
  cursor: pointer;

}

.productoyservicios .modal .modal-content{
  background-color: #f3f3f5;
}

.productoyservicios .modal .modal-header{
  border: none;
}

#terminos .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #EDEDEF;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
  font-family: 'Gilroy-Regular';
}

#terminos .modal-header {
  color: #E11B60;
    font-family: 'Gilroy-Black';
}
#terminos .modal-body .form-control{
  font-family: 'Gilroy-Black';
  color: #595A5B;
  font-size: x-large;
}

.seccion-contador{
  background-color: #E21B60;
  font-family: 'LEMONMILK-Bold';
  color: white !important;
}

.seccion-contador h2{
  color: white !important;
}

.seccion-contador h1{
  font-family: 'DS-DIGII';
  font-size: 72px;
}

.seccion-contador-2 {
  font-family: 'LEMONMILK-Bold';
  color: #e31561;
}

.seccion-contador-2 h1{

  text-align: left !important;
 
}

.seccion-contador-2 h6{

  text-align: left !important;
 
}

.seccion-contador-2 h1{
  font-family: 'DS-DIGII';
  font-size: 72px;
}
.seccion-contador-2 h2{
  color: #e31561 !important;
}
/* MEDIA QUERY  */

@media (max-width:500px){
  .seccion-contador h6 {
    font-size: x-small;
  }

  .seccion-contador-2 h6 {
    font-size: x-small;
  }
}

@media (max-width:900px){

  .seccion-contador-2 h1 {
    font-size: 50px;
  }
  .seccion-contador-2 h6 {
    font-size: x-small;
  }



  
}
@media(max-width:375px){
  .piramides-resultados .card-body .numero {
    font-size: x-large;
  }
}

@media (max-width:425px) {

  .banner-inicio .container {

    margin-top: 10% !important;
  }
  
}
@media (max-width:767px) {

  .img-logo {
    height: 70px !important;
  }

  .navbar-brand .ms-5 {
    margin-left: 1rem !important;
 }

 .piramides-resultados .tit-piramide {
  font-size: xx-large;
 }

 .seccion-perfil .texto-perfil p{
  font-size: 19px;
 }
  
}

@media(max-width:768px){

  .Sectores{
    margin-top: 5%;
  }
}

@media(max-width:900px){
  .banner-inicio .tit-fecha {
    font-size: 55px !important;
  }
  .banner-inicio .sub-titfecha {
    font-size: 14px !important;
  }

  .banner-inicio .p-descripcion{
    font-size: 13px;
  }
   
  .evento .descripcion{
    font-size: 14px;
  }
  .Sectores{
    margin-top: 5% !important;
  }

  .seccion-comite .img-comite{
    width: 100%;
  }

}

@media (max-width:978px){
  .banner-inicio .tit-fecha{
    font-size: 67px;
  }
  .banner-inicio .sub-titfecha {
    font-size: 18px;
  }

  .exposicion .tit-exposicion {
    font-size: x-large !important;
  }
  .exposicion .descripcion-dato h2 {
    font-size: large;
  }
  .exposicion .dato-numerico h2 {
    font-size: large;
  }
  
}

@media (max-width:1024px){
   
  .banner-inicio .container{
    max-width: 95%;
    padding-top: 20% !important;
  }
  .banner-inicio .p-descripcion{
    width: 95%;
  }

  .evento .tit-evento {
    font-size: xx-large;
  }

  .exposicion .tit-exposicion{
    font-size: xx-large;
  }

  .Sectores .tit-sector {
    font-size: xx-large;
  }

  .productoyservicios .tit-productos {
    font-size: xx-large;
  }

  .seccion-perfil .texto-perfil p{
    font-size: 21px;
  }
}