body {
  font-family: 'Titillium Web', sans-serif;
}

.chat {
	font-family: 'Gluten', cursive;
	font-size: 21px;
	margin-right: 10px;
	;color: #ed1c24;
	 color: #2800ff;

	}

.call {
	font-family: 'Titillium Web', sans-serif;
        font-size: 16px;
        margin-right: 10px;
        color: #ed1c24;

        }
.gr    {
        font-family: 'Gluten', cursive;
        font-size: 81px;
        color: #ed1c24;
        }

	
.txt-blueN {
        color: #0399e7;
        }

.txt-blueG {
        font-family: 'Titillium Web', cursive;
	font-size: 81px;
        color: #0399e7;
        }

.navbar-brand {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

#testimonial {
  background: #f1f1f1;
  padding: 50px 0 30px 0;
  text-align:center;
  margin-top: 40px;
}

footer {
  background: url(../img/smartphones.png);
}
.showcase {
  width: 100%;
  height: 550px;
  background: url(../img/site_gos_cosultores.jpg) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  margin-bottom: 20px;
  color: #fff;
}

.serviciosA {
  width: 326px;
  height: 450px;
  background: url(../img/servicios-a.jpg) no-repeat center center/cover;
  display: flex;
  opacity: 0.4
  border-radius: 600px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  margin-bottom: 20px;
  color: #fff;
}
.serviciosB {
  width: 326px;
  height: 100%;
  background: hsla(120,60%,70%,0.2)url(../img/servicios-b.jpg) no-repeat center center/center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  margin-bottom: 20px;
  color: #fff;
}



/* News Cards */
.news-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 600px;
  gap: 25px;
  margin: 70px 0;
}

.news-cards img {
  width: 100%;
  height: 180px;
  border-radius: 5%;
}

.news-cards h3 {
  font-size: 20px;
  margin: 10px 0;
}

.news-cards a {
  padding: 10px 0;
  color: #f2f2f2;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}

/* CARDS BANNER ONE */
.cards-banner-one {
  width: 100%;
  height: 350px;
  background: url("../img/1-equipo.jpg");
  margin-bottom: 40px;
}

.cards-banner-one .content {
  width: 40%;
  padding: 90px 0 0 30px;
  color: #fff;
}

.cards-banner-one p,
.cards-banner-two p {
  margin: 10px 0 20px 0;
}

/* CARDS BANNER TWO*/
.cards-banner-two {
  width: 100%;
  height: 350px;
  background: url("../img/2-historia.jpg") no-repeat center center/cover;
}

.cards-banner-two .content {
  width: 50%;
  padding: 100px 0 0 30px;
}

/* Follow */
.social {
  margin: 50px;
}
.social p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.links a {
  margin: 0 30px;
}

.links a i {
  font-size: 3rem;
}

/* Links */
.footer-links {
  background: #2f3640;
  color: #616161;
  font-size: 12px;
  padding: 35px 0;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}

.footer-container ul {
  margin: 0 auto;
}

.footer-links li {
  line-height: 2.8;
}

.footer {
  background: #2f3640;
  color: #616161;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 20px;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: hsla(120,60%,70%,0.2)url("../img/circle-2.gif") no-repeat center center;
  z-index: 10000;
}
#fixed {
	    position:fixed;
	    bottom:40%;
	    right:25px;
	    width:80px;
	    z-index: 10001;
	}


