/* visual styles */
.container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	background-color: #004a98;
}
.banner-rrss{
	    background-color: #c5cfed;
	    margin: 0 0;
	    text-align: center;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.no-gutters h4{
        font-size: 1.5rem;
		margin-bottom: .5rem;
		font-weight: 500;
		line-height: 1.2;
}
.no-gutters p{
        margin-top: 0;
        margin-bottom: 1rem;
}
.index-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    gap: 10px;
    list-style: none;
	margin-bottom: 50px;
}
.index-link li{margin: 10px 20px;}
.index-link a{
	    transition: all .5s;
		border-radius: 50%;
		    text-align: center;
		    width: 120px;
		    height: 120px;
		    background-color: #fff;
		    color: #0c0c0c;
		    padding: .0625rem;
		    font-size: 60px;
		    line-height: 120px;
		    display: block;
}
.redes-sociales{
	    display: block;
	    text-align: center;
	    justify-items: center;
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}
.contact-index .contact {

    color: #fff;
    font-family: Montserrat Bold;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.contact-index .contact {
    background-color: #004a98;
    color: #fff;
    font-family: Montserrat Bold;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.contact-index .contact p:nth-child(1) {
    font-size: 15px;
}
.contact-index .contact p:nth-child(2) {
    font-size: 41px;
}
.contact-index .contact a {
    color: #585858;
    font-size: 18px;
    background-color: #fff;
    border-radius: 35px;
    padding: 15px 30px;
    display: inline-block;
}
.relevanssi-live-search-results {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  border-radius: 3px;
  width: 315px;
  min-height: 175px;
  max-height: 300px;
}

.relevanssi-live-search-result p,
.relevanssi-live-search-result-status p {
  font-size: 0.9em;
  padding: 1em;
  margin: 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

.relevanssi-live-search-result-status p {
  font-size: 0.8em;
  padding: 0 1em;
}

.relevanssi-live-search-result--focused {
  background: #ddd;
}

.relevanssi-live-search-result--focused a {
  color: #000;
}

.relevanssi-live-search-result:last-of-type p {
  border-bottom: 0;
}

.relevanssi-live-search-result a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Bullet proof Screen Reader Only text */
.relevanssi-live-search-instructions {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.rlv-has-spinner {
  width: 56px;
  height: 56px;
  border: 8px solid #0052ec;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 1em auto;
}
.rlv-has-spinner::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0052ec;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 33px;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

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