/*!  @import url(""); */
@import url("animate.css");
@import url("bootstrap.min.css");
@import url("owl.carousel.min.css");
@import url("all.min.css");
@import url("animations.css");
@import url("text_styles.css");
@import url("branches_carousel.css");
@import url("campaigns_carousel.css");
@import url("promotions_banner.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --white: #fff;
  --black_text: #212529;
  --blue: #023d92;
  --red: #ff171e;
  --green_whatsapp: #25d366;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #222E34;
}
/*!  header area start here  */

/*!  navigation menu start here  */
/* .header .navbar {
  box-shadow: 3px 4px 13px rgb(209, 209, 211);
} */


.header .navbar .logo a {
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}
.header .navbar .logo a span {
  color: var(--blue);
}

.logo img {
  width: 154px;
  height: 38px;
}

.header .navbar .logo a:hover {
  color: var(--blue);
}
.header .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: var(--blue);
  font-weight: 500;
  padding: 10px 17px;
  transition: all 0.3s ease-out;
}
.header .navbar-nav .nav-item .nav-link:hover {
  color: var(--red);
  animation: scale 2s infinite;
}
.header nav.sticky {
  background-color: #21b573;
}

/*!  navigation menu ends here  */

/*!  header area neds here  */

/*!  Home Page Secetion Start Here  */
.home {
  padding-bottom: 50px;
  background-color: #222e34;
  background-image: url("/assets/images/logo_bg_negro.png");
  background-size: 20%;
  background-attachment: fixed;
}

.home .content-area {
  margin-top: 7rem;
}

.home .content-area h1 span {
  color: var(--blue);
}

.home p {
  color: var(--white);
}

.home .content-area .btn-style {
  background-color: var(--blue);
  padding: 6px 25px;
  text-transform: capitalize;
  color: white;
  font-size: 17px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 0 #fff;
  transition: ease-out 0.4s;
}
.home .content-area .btn-style:hover {
  box-shadow: inset 300px 0 0 0 var(--red);
  color: white;
}
/*!  Home Page Section Ends Here  */

/*!  About Section Start Here  */
.about {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #efefef;
  margin-bottom: 50px;
  background-image: url("/assets/images/logo_bg_blanco.png");
  background-size: 20%;
  background-attachment: fixed;
}
.about .about-content {
  margin-top: 110px;
}
.about .heading {
  text-align: center;
  font-weight: 650;
  padding-bottom: 15px;
  margin: 0px;
  padding: 0px;
  color: var(--blue);
}

.about h1 i {
  color: var(--blue);
  padding-right: 1rem;
}

.about hr {
  width: 160px;
  border-width: 4px;
  border-color: var(--red);
  margin: auto;
  border-radius: 2px;
  padding: 3px 0px;
  margin-top: 4px;
  margin-bottom: 15px;
}
.about .about-content .box p {
  margin-left: 45px;
}
.about .about-content .box .fa-procedures {
  display: initial;
  font-size: 35px;
}
/*!  About Section Ends Here  */

/*! ****** Facility Section Start Here  *******/

.services {
  margin-top: -50px;
  background-color: var(--blue);
  background-image: url("/assets/images/logo_bg_azul.png");
  background-size: 20%;
  background-attachment: fixed;
}
.services .heading {
  text-align: center;
  font-weight: 650;
  padding-bottom: 15px;
  margin: 0px;
  padding: 0px;
  color: var(--blue);
}
.services hr {
  width: 160px;
  border-width: 4px;
  border-color: var(--red);
  margin: auto;
  border-radius: 2px;
  padding: 3px 0px;
  margin-top: 4px;
}

.services h1 {
  color: var(--white) !important;
}

.services h1 i {
  color: var(--white);
  padding-right: 1rem;
}

.services h3 {
  color: var(--white);
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.services .box {
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
}
.services .box img {
  transition: all 0.5s linear;
}
.services .box:hover img {
  transform: scale(1.2);
}
/*! *** Facility Section Ends Here  *******/

/*! ***** comunity Section Start Here  ******/

.comunity {
  background-color: #222e34;
  padding-bottom: 50px;
  background-image: url("/assets/images/logo_bg_negro.png");
  background-size: 20%;
  background-attachment: fixed;
}
.comunity h1 {
  color: var(--white);
}

.comunity hr {
  width: 160px;
  border-width: 4px;
  border-color: var(--red);
  margin: auto;
  border-radius: 2px;
  padding: 3px 0px;
  margin-top: 4px;
  margin-bottom: 2rem;
}

.about-comunity {
  color: var(--white);
}

.about-comunity h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 550;
}

.about-comunity i {
  color: var(--red);
}

.comunity .card {
  position: relative;
  margin-top: 70px;
}
.comunity .card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  position: absolute;
  left: 100px;
  top: -40px;
  background-color: white;
  box-shadow: 2px 2px 4px rgb(155, 151, 151);
}
.comunity .card:hover .card-body {
  background-color: var(--blue);
  color: white;
  cursor: pointer;
}
.comunity .card:hover .card-body h5 {
  color: white;
}
.comunity .card .card-body {
  padding-top: 40px;
  transition: all 0.5s ease;
}
.comunity .card .card-body p {
  letter-spacing: 1px;
}
.comunity .card .card-body h5 {
  color: var(--blue);
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.comunity .card .card-body span {
  font-size: 14px;
}
/*! ***** comunity Section Ends Here  ******/

/*! ***** Counter Section Starts Here  ******/
.counter .box {
  text-align: center;
  margin: 40px 0px;
}
.counter .box .fa-hospital,
.fa-users,
.fa-smile,
.fa-procedures {
  display: block;
  margin: auto;
  font-size: 40px;
  color: var(--blue);
  margin-bottom: 10px;
}

.counter .box span {
  font-size: 25px;
}
.counter .box h3 {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 10px;
  color: #3f3d3d;
}
/*! ***** Counter Section Ends Here  ******/

/*! ********** branches Section Starts Here  ***********/
.branches {
  padding-bottom: 50px;
  background-color: #efefef;
  background-image: url("/assets/images/logo_bg_blanco.png");
  background-size: 20%;
  background-attachment: fixed;
}

.branches .row {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.branches .card {
  box-shadow: 5px 5px 20px rgb(202, 201, 201);
}

/*! Parche bien feo porque se hizo una correción de ultima hora.*/
@media (max-width: 1500px) {
  .branches .row {
    display: flex;
    flex-wrap: wrap;
  }
}

.branches .heading {
  text-align: center;
  font-weight: 650;
  padding-bottom: 15px;
  margin: 0px;
  padding: 0px;
  color: var(--blue);
  padding-top: 3rem;
}

.branches h1 i {
  color: var(--blue);
  padding-right: 1rem;
}

.branches hr {
  width: 160px;
  border-width: 4px;
  border-color: var(--red);
  margin: auto;
  border-radius: 2px;
  padding: 3px 0px;
  margin-top: 4px;
  margin-bottom: 15px;
}
.branches .card:hover .card-body a h3 {
  cursor: pointer;
}
.branches .card .card-body a {
  text-decoration: none;
}
.branches .card .card-body a h3 {
  text-transform: capitalize;
  font-size: 25px;
  margin-top: 5px;
  color: var(--red);
  font-weight: bold;
}
.branches .card .card-body .btn-style {
  padding: 6px 20px;
  font-size: 15px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 0 #3f3d3d;
  transition: ease-out 0.4s;
  border-color: #263238;
}

.branches .btn-style i {
  color: white;
  margin-right: 0.5rem;
  font-size: x-large;
}
.branches .card .card-body .btns_branches {
  text-align: center;
}

.branches .card .card-body .btns_branches button {
  margin: 5px;
}

.branches .card .card-body .whatsapp {
  background-color: var(--blue);
  color: white;

  &:hover {
    box-shadow: inset 300px 0 0 0 var(--green_whatsapp);
    color: white;
    border-color: #fff;
    font-weight: bold;
  }
}

.branches .card .card-body .maps {
  background-color: var(--blue);
  color: white;

  &:hover {
    box-shadow: inset 300px 0 0 0 var(--red);
    color: white;
    border-color: #fff;
    font-weight: bold;
  }
}

/*! ********** branches Section Ends Here  ***********/

/*! ************ Footer Section Start Here  *************/
.footer {
  padding-bottom: 10px;
  background-color: var(--blue);
  padding-top: 25px;
}

.footer img {
  width: 100%;
  height: 100%;
}

.footer__contactInfo ul {
  color: var(--white);
}

.footer__contactInfo i {
  color: var(--red);
  margin-right: 10px;
}

.footer__contactInfo span {
  padding: auto;
}

.footer .row {
  margin: auto;
}

.footer .box a {
  text-decoration: none;
  font-size: 30px;
  color: white;
}
.footer .box ul {
  list-style: none;
  text-align: center;
}
.footer .box ul li a {
  font-size: 18px;
}
.footer .box ul li a:hover {
  color: var(--blue);
}
.footer .box a span {
  color: var(--blue);
}

.footer__bar {
  padding: 1rem;
  font-size: 0.9rem;
  color: var(--white);
  font-weight: bold;

  text-align: center;
  /*!  background-image: url(/assets/images/footerBar.svg); */
  background-color: var(--red);
  background-size: cover;
  background-repeat: repeat-x;
}
/*! ************ Footer Section Ends Here  *************/

/*!  scroll button start here  */
.to_top a {
  padding: 7px 15px;
  background: var(--red);
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  border-radius: 50px;
  color: white;
  transition: 0.4s;
}

.to_top a:hover {
  background-color: #fff;
  color: #fff;
  background-color: #3f3d3d;
  animation: scale 2s infinite;
}

.to_bottom a {
  padding: 7px 15px;
  background: var(--green_whatsapp);
  display: inline-block;
  font-size: 35px;
  position: fixed;
  right: 2rem;
  top: 5rem;
  border-radius: 50px;
  color: white;
  transition: 0.4s;
}
.to_bottom a:hover {
  background-color: #fff;
  color: #fff;
  background-color: #3f3d3d;
  animation: scale 2s infinite;
}

.whatsapp__notification {
  color: var(--white);
  background-color: var(--red);
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  padding: 6px 9px;
  border-radius: 50px;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 10000;
}

/*! ********* Responsive Design Start Here  **********/

@media only screen and (max-width: 991px) and (max-width: 768px) {
  .comunity .card {
    position: relative;
    margin-top: 70px;
  }
  .comunity .card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    position: absolute;
    left: 122px;
    top: -40px;
    background-color: white;
    box-shadow: 2px 2px 5px rgb(58, 24, 24);
  }
}

@media only screen and (max-width: 767px) {
  .comunity .card {
    position: relative;
    margin-top: 70px;
  }
  .comunity .card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    position: absolute;
    left: 200px;
    top: -40px;
    background-color: white;
    box-shadow: 2px 2px 5px rgb(58, 24, 24);
  }
  .comunity .card .card-body {
    text-align: center;
  }

  .to_bottom a {
    padding: 3px 10px;
    font-size: 20px;
    right: 1rem;
  }
  .to_bottom a:hover {
    background-color: var(--green_whatsapp);
    color: #fff;
    animation: none;
  }

  .to_top a {
    padding: 3px 10px;
    font-size: 14px;
    right: 10px;

  }
  .to_top a:hover {
    background-color: var(--green_whatsapp);
    color: #fff;
    animation: none;
  }

  .whatsapp__notification {
    font-size: 10px;
    line-height: 10px;
    padding: 2px 6px;
  }

  .about .about-content .box p {
    margin: 10px 15px 10px;
  }

  .individual_value {
    margin-top: 10px;
  }

  .welcome_text {
    margin-top: 1rem !important;
    text-align: center;
  }

  .home .row img {
    margin-top: 1rem !important;
  }
  
}

@media only screen and (max-width: 492px) {
  .comunity .card {
    position: relative;
    margin-top: 70px;
  }
  .comunity .card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    position: absolute;
    left: 120px;
    top: -40px;
    background-color: white;
    box-shadow: 2px 2px 5px rgb(58, 24, 24);
  }
}
