.infoTexto,
.infoTexto p {
  font-size: 20px;
}
.infoTitle {
  font-size: 26px;
}

.mini-icons {
  height: 72px;
  width: 72px;
}
.miniiconstext{
  padding-top: 10px;
  font-size: 28px;
}

.infoIglesia{
  padding-top: 40px;
}
#infoIglesiaTexto p{
  color: white;
  font-size: 16px;
}

#conferencias-texto p{
  font-size: 18px; 
}


.img-superintendentes{
  width: 100%;
}

@media(max-width: 1200px) {

  .infoTexto,
  .infoTexto p {
    font-size: 18px;
  }
  #conferencias-texto p{
    font-size: 18px; 
  }
  
  .miniiconstext{
    font-size: 22px;
  }

  .infoTitle {
    font-size: 20px;
  }
}

@media(max-width: 992px) {

  .infoTexto,
  .infoTexto p {
    font-size: 12px;
  }
  #conferencias-texto p{
    font-size: 12px; 
  }

  .infoTitle {
    font-size: 14px;
  }
  
  .miniiconstext{
    font-size: 15px;
  }
  .mini-icons {
    height: 52px;
    width: 52px;
  }
}

@media(max-width: 772px) {
  .miniiconstext{
    font-size: 15px;
  }
  .mini-icons {
    height: 42px;
    width: 42px;
  }
}


@media(max-width: 600px) {
  #infoIglesiaTexto p{
    font-size: 12px;
    margin-bottom: 4px;
  }
  .infoIglesia{
    padding-top: 5px;
  }

}

@media(max-width: 480px) {

  .infoTexto,
  .infoTexto p {
    font-size: 9px;
  }

  .infoTitle {
    font-size: 10px;
  }

  .mini-icons {
    height: 30px;
    width: 30px;
  }

  .miniiconstext {
    font-size: 12px;
  }

  .styled-heading h3 {
    font-size: 16px;
  }

  #conferencias-texto p {
    font-size: 12px;
  }
}


.main-block {
  padding-bottom: 5px;
}

.new-card {
  background:url("https://static.vecteezy.com/system/resources/previews/008/255/320/original/costa-rica-national-flag-waving-realistic-illustration-vector.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  background-color: #000000b9;
  height: 100%;
  width: 50px;
  display: flex;
  flex-direction: row;
  align-items: normal;
  /*gap: 15px;*/
  border: 2px solid #ededed;
  border-radius: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
  flex-shrink: 0;
}

.new-card.expanded {
  width: 100%;
}

.infoIglesia{
  height: 300px;
}

.image-space {
  width: 50px;
  height: 800px;
  background: url("https://static.vecteezy.com/system/resources/previews/008/255/320/original/costa-rica-national-flag-waving-realistic-illustration-vector.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  background-color: #00000041;
}

.content-for-card {
  display: none;
  width: 100%;
}

.new-card.expanded .content-for-card {
  display: block;
}

/*map*/
gmp-map {
  border-radius: 2%;
  height: 500px;
  width: 100%;
}


/*dropdown*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}

.custom-select {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 13px;
  line-height: 1.1;
  padding: 5px 20px;
  color: #4D4E50;
  border: 1.5px solid #E8E9EC;
  border-radius: 3px;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0px;
  box-sizing: border-box;
  display: block;
}

.custom-select:focus {
  outline: none;
  border-color: #007bff;
}


@media(max-width: 600px) {
  .image-space {
    width: 30px;
    height: 400px;
  }
  .infoIglesia{
    height: 150px;
  }
  gmp-map {
    border-radius: 2%;
    height: 250px;
    width: 100%;
  }

  .new-card {
    height: 100%;
    width: 30px;
  }
}

@media(max-width: 450px) {
  .custom-select {
    font-size: 10px;
    padding-right: 0px;
    padding-left: 5px;
  }
}