/* 
    Created on : 07-nov-2022, 9:14:45
    Author     : ocast
*/
.box-img,
.box-icon {
  display: none;
}

.bg-grey-9 {
  background-color: #04527B;
}

.iconbox-1:hover .iconbox-icon {
  background-color: #e6f4ff;
}

.department-box-1 .dep-icon {
  line-height: 5.5rem;
}

.item-post h4.heading {
  height: 60px;
  overflow: hidden;
}

.description {
  height: 110px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .header-1 .navbar-brand .logo {
    width: 17rem;
  }
}

.header-1 .topbar {
  padding: 5px 0;
}

p {
  margin-bottom: 10px;
  line-height: 1.2;
}

.btn-sm {
  font-size: .7rem;
}

.about-detils {
  height: 180px;
  overflow: hidden;
}

.heading-block::before {
  bottom: -25px;
}

.iconbox-1 {
  /*padding: 0;*/
}

.iconbox-body {
  padding: 1.5rem;
}

.doctor-detail h6 {
  margin-bottom: 0;
}

.box-description {
  height: 56px;
  overflow: hidden;
}

.blog-meta {
  margin-top: 15px;
}

.widget-list {
  padding-left: 35px !important;
}

.details-promo {
  height: 90px;
  overflow: hidden;
}

.details-promo p {
  line-height: 1.4em !important;
}

.box-image {
  height: 180px;
  overflow: hidden;
}

.nav-item a {
  line-height: 1.2 !important;
}

.header-1 .navbar .navbar-nav .nav-item>a::after {
  height: 0;
  transition: none;
}

.navbar-brand {
  margin-right: 2rem;
  padding-top: .5rem;
  padding-bottom: .8rem;
}

.header-1 .navbar {
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .2);
}

.header-1 .emergency {
  background-color: #04527B;
}

footer.footer-2 .footer-sec {
  background-color: #022D44
}

@media only screen and (min-width: 992px) {
  .header-1 .navbar {
    padding: 5px 0;
  }
}

.header-1 .navbar .navbar-nav .nav-item>a {
  text-transform: none;
  font-size: .80rem;
  padding: 15px 10px !important;
}

.header-1 .navbar .menu-items>li>a {
  font-size: .8rem;
}

.header-1 .navbar li>.sub-menu {
  padding: 10px;
}

@media only screen and (min-width: 992px) {
  .header-1 .navbar .navbar-nav>.nav-item+.nav-item {
    margin-left: 1rem;
  }

  .header-1 .navbar .navbar-nav>.nav-item>a {
    padding: 1rem 0;
  }

  .header-1 .navbar .navbar-collapse {
    justify-content: end;
  }

  .header-1 .topbar .widgets .emergency-widget {
    margin-left: .2rem;
  }

  .header-1 .navbar .navbar-nav>.nav-item>a {
    max-width: 180px;
    text-transform: uppercase;
    font-weight: 600;
  }
}

@media only screen and (max-width: 640px) {
  .header-1 .topbar .widgets .emergency-widget {
    background-color: #F2F7FB;
  }
}

.header-1 .topbar .topbar-social a {
  color: #ccc;
}

.box-nota {
  height: 640px;
  overflow: hidden;
  box-shadow: 0 0 5px #ccc;
  background-color: white;
}

.box-modal {
  position: fixed;
  right: 10px;
  bottom: 150px;
  padding: 0;
  width: 320px;
  vertical-align: top;
  background-color: #fff;
  z-index: 1020;
}

.btn-modal i {
  font-size: 12px;
  color: #fff;
}

.btn-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 0 8px;
}

.btn-modal:hover {
  color: #fff176;
}

.box-modal p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.4 !important;
}

.box-modal p a {
  color: white;
}

.box-text h5 {
  font-size: 13px;
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

.modal-subtitle {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  color: white;
  padding: 8px 12px;
}

.box-img {
  display: block;
}

@media only screen and (max-width: 640px) {

  .box-img {
    display: none;
  }

  .box-icon {
    display: block;
  }

  .box-modal,
  .modal-subtitle {
    width: 150px;
  }

  .box-text h5 {
    font-size: 12px;
    text-align: center;
  }

  .modal-subtitle p {
    display: none;
  }
}

/******/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 30px;
  background-color: #1b8d45;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  line-height: 2;
}

.whatsapp:hover {
  color: #FFF;
}

.whatsapp-icon {
  margin-top: 13px;
}

/***/
.zio {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(-5px)
  }

  50% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(-5px)
  }
}

@keyframes bounce {
  0% {
    transform: translateY(-5px)
  }

  50% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(-5px)
  }
}

.modal-content {
  min-height: 450px;
}

.form-control.style-2 {
  padding-left: 10px;
  padding-right: 10px;
}

/*************************
* FORMULARIO DE CONTACTO
**************************/
.box-contact {
  position: relative;
}

.bg-full {
  position: absolute;
  width: 100%;
  height: 90%;
  z-index: 900;
  display: none;
  color: #3870B7;
}

.bg-full h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #3870B7;
}

.captcha-img {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding: 8px 5px;
  display: inline-block;
  border-radius: 4px;
}

.rectdom {
  position: absolute;
  background: rgba(255, 255, 255, .9);
  width: 200px;
  height: 200px;
  padding: 20px;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w-135 {
  width: 135px;
}

/****************************
DONACIONES
****************************/
.donaciones h3 {
  font-size: 1.3rem;
  font-weight: bold;
}
.data-item {
  margin: 10px 0;

}

.data-item span {
  margin-right: 10px;
  color: #555;
}

.copy-icon {
  cursor: pointer;
  margin-left: 10px;
  color: orange;
  text-decoration: none;
}

.copy-icon:hover {
  color: darkred;
}

.box-donacion {
  background-color: #3b74bb;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}

.box-donacion b {
  font-weight: bold;
}

.box-donacion a {
  color: white;
  text-decoration: none;
}

.alert {
  padding: 10px 15px;
  border-radius: 5px;
}

.label-block {
  font-size: 13px;
  color: #999;
  padding-top: 5px;
}

.box-captcha {
  border: 1px solid #ddd;
  position: relative;
  top: -3px;
  height: 45px;
}