@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
  }
body {
  background: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;  
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.bg-video-wrap .overlay {  
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  color: #fff;
  position: absolute;
  top: 0px;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.overlay h1 {
  color:#fff;
  font-weight: 400;
  font-size: 55px;
  margin-bottom: 20px;
}
.overlay h1 b {
  color:#fff;
  font-weight: 700;
  font-size: 65px;
}
h1 {
  font-family: 'Lora', serif;
  font-weight: 400;
}
h2 {
  color: #5e6c93;
  font-family: 'Lora', serif;
  font-weight: 700;
  margin-bottom: 15px;
}
h3 {
  color: #DAB88A;
  font-family: 'Lora', serif;  
  font-weight: 800;
  font-size: 24px;
}
h3.Tittle {
  color: #DAB88A;
}
h3.Tittle a {
  color: #DAB88A;
  font-size: 16px;  
  min-height: 40px;
  margin-bottom: 5px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 10px;
}
a:hover,
.services h3 {
  color:#DAB88A;
}
.lang {
  display: flex;
}
.lang img {
  margin-right: 10px;
  width: 20px;
}
.mail {  
  background: url(../img/icon-mail.svg) no-repeat left center;
  background-size: 12px;
  color:#fff;
  display: block;
  padding-left: 20px;
  margin-top: 20px;
}
.navbar-nav li.login a {
  background: #DAB88A;  
  border-radius: 50px;
  color:#000 !important;
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.physician {
  background: url(../img/physician.svg) no-repeat;
  background-size: 45px;
  padding-left: 70px;
}
.emergency {
  background: url(../img/emergency.svg) no-repeat;
  background-size: 45px;
  padding-left: 70px;
}
.laboratory {
  background: url(../img/lab.svg) no-repeat;
  background-size: 25px;
  padding-left: 70px;
}
.alltime {
  background: url(../img/clock.svg) no-repeat;
  background-size: 45px;
  padding-left: 70px;
}
.medics {
  background: url(../img/stetoscope.svg) no-repeat;
  background-size: 45px;
  padding-left: 70px;
}
.rooms {
  background: url(../img/room.svg) no-repeat;
  background-size: 45px;
  padding-left: 70px;
}
p.breadcrumbs {
  color:#B0B3B8;
  margin-bottom: 0px;
}
p.breadcrumbs a {
  color: #DAB88A;
}
.blog p {
  color: #B0B3B8;
  font-size: 12px;
  min-height: 60px;
  margin-bottom: 5px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
h4 {
  font-family: 'Poppins', sans-serif;
}
i.subtitle {
  color: #B0B3B8;
  font-family: 'Lora', serif;
  font-size: 16px;
}
i.fab {
  color: #0062cc;
}
header {  
  border: none;
  position: absolute;
  top: 0px;
  width:100%;
  z-index: 999;
}
.row {
  margin: 0px;
}
.shrink {
  background: #000;
  position:fixed;
  top:0;
  left:0;
  z-index: 999;
}
.ema-span {
  background: url(../img/ema.svg) no-repeat;
  display: inline-block;
  width: 160px;
  height: 73px;
  margin-bottom: -33px;
}
.bg-light {
  background:transparent !important;
}
.navbar-nav li {
  margin-right: 12px;
}
li.nav-item.social {
  margin-right: 5px;
}
.navbar-nav li a {
  color:#fff !important;    
}
li.nav-item.active {
  border-bottom: #0062cc solid 2px;
}
.dropdown-menu li a {
  color:#18223D !important;
  font-size: 12px;
}
.navbar-brand {
  background: url(../img/logoblanco.png) no-repeat; 
  background-size:100%;
  margin-top: 10px;
  width: 225px;
  height: 70px;
}
.flex-logo {
  display: flex;
  align-items: center;
}
.asociation {
  background: url(../img/fundacion.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 80px;
  height: 80px;
}
.fundation {
  background: url(../img/fundacion.svg) no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  margin-top: 6px;
}
.img-data {
  width: 140px; 
  margin-right: 10px;
}
ul.navbar-nav {
  margin-left: auto;
}
section.principal {
  /* background: url(../img/pattern.png) no-repeat top right; */
}
.secondary {
  background: #0B142D;  
}
.d-flex {  
  align-items: center;
}
.list {
  list-style-type: none;
  padding: 0px;
  margin-top: 15px;
}
ul.half-right,
ul.half-left {
  list-style-type: none;
  padding: 0px;
  width: 47%;
  float: left;
}
ul.half-right li,
ul.half-left li {  
    font-size: 16px;
    align-items: center;
    display: flex;
}
.lord-icon {
  cursor: pointer !important;
  margin-right: 8px !important;
}

.list li {
  background: url(../img/icon-check.svg) no-repeat left top;
  background-size: 12px;
  margin-bottom: 8px;
  padding-left: 20px;
}
.help {
  background: url(../img/bg-help.svg) no-repeat left bottom;
  background-size: 100%;
  padding: 55px 30px;
  margin-top: -48px;
}
#map {
  margin-bottom: -50px;
}
/****collapse FAQs*****/

.accordion>.card>.card-header {
  background: #071027;
  border: none;
}
.accordion>.card {
  background: #0B142D;
}
button.btn.btn-link.btn-block.text-left {
  color:#DAB88A;
}

/******Slide*******/
.carousel-item .col-md-4 {
  position: relative;
}
.carousel-item .img-fluid {
  border-radius: 5px;
}
.info {
  background: rgb(11,20,45);
  background: linear-gradient(180deg, rgba(29, 61, 150, 0) 0%, rgba(11,20,45,1) 82%);
  position: absolute;
  bottom: 0px;
  height: 100%;
  left: 0px;
  width: 100%;
  padding: 70% 30px 30px 30px;
}
.info h3 {
  color: #DAB88A;
}
.info li {
  font-size: 11px;
  color:#fff;
}
.carousel-indicators li {
  background: #DAB88A;
  border: none;
  border-radius: 50px;
  height: 14px;
  width: 14px;
  opacity: 1;
}
.carousel-indicators .active {
  width: 30px;
}
.testimonials .carousel-item {
  background: #0B142D;
  border-radius: 6px;
  padding: 75px 70px;  
}
.testimonials .col-md-6 {
  position: relative;
}
.testimonials .col-md-6::before {
  content:'';
  background: url(../img/quote.svg) no-repeat;
  width: 96px;
  height: 90px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.carousel-control-next, .carousel-control-prev {
  background: transparent;
  border: none;
  position: absolute;
  top: unset;
  bottom: 15px;
  z-index: 1;  
  text-align: center;
  opacity: 1;  
}
.carousel-control-prev {
  left: unset;
  right: 45px;
}
.carousel-control-next-icon {
  background: url(../img/next.svg) no-repeat;  
  width: 30px;
  height: 20px;
}
.carousel-control-prev-icon {
  background: url(../img/back.svg) no-repeat;
  width: 30px;
  height: 20px;
}
.cover {
  background: url(../img/bg-interior.jpg) no-repeat;
  background-size: cover;
  height: 55vh;
}
.cover .overlay {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  color: #fff;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 10vh;  
}
/****Contact form*******/
.contact-form .form-group {
  width: 100%;
}
.contact-form textarea,
.contact-form input {
  background: #0B142D;
  border:none;
  width: 100%;
}
.contact-form ::-webkit-input-placeholder { 
  color: #B0B3B8 !important;
  font-size: 11px;
  color: #B0B3B8;
  font-family: 'Lora', serif !important;
  
}
.contact-form ::-moz-placeholder { 
  color: #B0B3B8 !important;
  font-size: 11px;
  color: #B0B3B8;
  font-family: 'Lora', serif !important;
  
}
.contact-form :-ms-input-placeholder { 
  color: #B0B3B8 !important;
  font-size: 11px;
  color: #B0B3B8;
  font-family: 'Lora', serif !important;
  
}
.contact-form :-moz-placeholder { 
  color: #B0B3B8 !important;
  font-size: 11px;
  color: #B0B3B8;
  font-family: 'Lora', serif !important;
  
}
/**newsletterplaceholer**/
.newsletter ::-webkit-input-placeholder { 
  color: #B0B3B8 !important;
  font-size: 12px;
}
.newsletter  ::-moz-placeholder { 
  color: #B0B3B8 !important;
  font-size: 12px;
}
.newsletter  :-ms-input-placeholder { 
  color: #B0B3B8 !important;
  font-size: 12px;
}
.newsletter  :-moz-placeholder { 
  color: #B0B3B8 !important;
  font-size: 12px;
}
/******button****/
.link:hover,
.link {
  color: #fff;
}
button#contact_form_submit,
.btn {  
  border-radius: 50px;
  font-weight: 700;
  padding: 5px 30px;
}
button#contact_form_submit,
.btn-gold {
  background: #DAB88A;
}
.btn-white {
  background:#fff;
  margin-top: 55px;
}
button.btn.btn-primary {
  background: #DAB88A;
  border: none;
  padding: 6px;  
}
/****Icons*****/
.icon { 
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-left: 10px;
}
.icon-md {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  margin-bottom: -15px;
}
.icon-sm {  
  display: block;
  width: 16px;
  height: 16px;  
}
.arrow-right {
  background: url(../img/arrow-right.svg) no-repeat;
}
.arrow-white {
  background: url(../img/arrow-white.svg) no-repeat;
}
.time {
  background: url(../img/time.svg) no-repeat;
}
.doctor {
  background: url(../img/doctor.svg) no-repeat;
}
.surgery {
  background: url(../img/surgery.svg) no-repeat;
}
.send {
  background: url(../img/icon-send.svg) no-repeat;  
  background-size: 100%;
  margin: 0px !important;
}
.hours {
  background: url(../img/icon-time.svg) no-repeat;
}
.office {
  background: url(../img/icon-location.svg) no-repeat;
}
.department {  
  margin-top: 35px;  
}
/***footer****/
footer {
  background: #000;
  padding: 90px 0px 45px 0px;
}
footer a,
footer p {
  color: #B0B3B8;
  font-size: 11px;
  margin-bottom: 5px;
}
.footer-logo {
  width: 180px;
}
footer h3 {
  color: #dce1e7;
  font-size: 16px;
}
footer ul.footer-menu {
  display: flex;
  padding: 0;
  list-style-type: none;
}
footer ul.footer-menu li {
  padding-right: 7px;
}
.social-footer {
  display: flex;
}
.social-footer a {
  font-size: 18px;
  margin-right: 15px;
}
.social-footer .fundation {
  margin-top: 0px;
}
.b-top {
  border-top: #B0B3B8 solid 1px;  
  margin-top: 25px;
  padding-top: 25px;
}
.newsletter {
  background: #0B142D;
  border-radius: 6px;
  color: #B0B3B8;
  padding: 20px;
  box-shadow: #0000003a 2px 5px 5px;
  margin-bottom: -45px;
}
.newsletter p {
  margin-bottom: 0px;
}
h3.title-indication {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}
p.location {
  background: url(../img/icon-location.svg) no-repeat left top;
  background-size: 12px;
  padding-left: 20px;
}
p.contact-mail {
  background: url(../img/icon-mail.svg) no-repeat left top;
  background-size: 12px;
  padding-left: 20px;
}
p.contact-phone {
  background: url(../img/icon-phone.svg) no-repeat left top;
  background-size: 12px;
  padding-left: 20px;
}

form.form-newsletter {
  position: relative;
}
.form-newsletter .btn.btn-primary {
  position: absolute;
  right: -10px;
  top: 6px;
}
section.first {
  background: url(../img/pattern.png) no-repeat top right #0B142D;
}
.card,
.card-body {
  background: #0B142D;
  border: none;
  border-radius: 5px;
}
.card-body .contact-phone {
  margin-top: 15px;
  margin-bottom: 0px;
}
h5.card-title {
  font-family: 'Lora', serif;  
  color: #DAB88A;
  margin-bottom: 0px;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination a {
  background: transparent;
  border: none;
  color: #B0B3B8;
  font-family: 'Lora', serif;
}
.pagination a:hover {
  color: #18191A;
}
a.page-link.active {
  background: #DAB88A;
  color: #18191A;
}
img.img-fluid.blog-article {
  margin-top: -95px;
  margin-bottom: 20px;  
}
span.big {
  color:#DAB88A;
  font-family: 'Lora', serif;  
  font-size: 32px;
  font-weight: 700;
  margin-right: 10px;
}
span.subtitle a {
  color:#DAB88A;
  font-family: 'Lora', serif;  
  font-size: 16px;
  margin-right: 10px;
}
.number {
  display: flex;
  align-items: center;
  padding-left: 15px;
  
}
.number.border-both {
  border-left: #DAB88A solid 2px;
  border-right: #DAB88A solid 2px;
}
.data {
  border:#DAB88A solid 2px;
  padding: 15px 0px;
  z-index: 2;  
  position: relative;
  margin-bottom: 55px;
}
/***********Animation***********/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.img-hover:hover .content-hover,
.mis-sucursales:hover .bottom,
.shrink,
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.img-hover:hover .content-hover,
.bottom {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.shrink {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.inline-photo {    
  opacity: 0;
  transform: translateY(4em) rotateZ(-0deg);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;   
  will-change: transform, opacity;
}  
.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(-0deg);
}
.Mobile {
  display: none;
}
/****Responsive******/

@media (max-width:992px) {
  .navbar-light .navbar-toggler-icon {
    background: url(../img/menu.svg) no-repeat center;
    background-size: 100%;
  }
  .bg-video-wrap .overlay {
    text-align: center;
  }
  section.principal {
    padding-top: 55px;
  }
  .blog img {
    width: 100%;
  }
  .overlay h4 {
    font-size: 20px;
    margin-bottom: 35px;
  }
  footer .col-md-4 {
    margin-bottom: 25px;
  }
  div#navbarNav {
    background: #18223D;
    border-radius: 5px;
    padding: 20px;
  }
  div#navbarNav li {
    padding: 0px 8px;
  }
  .nav-item.social {
    display: none;
  }
  ul.dropdown-menu.show {
    background: #0B142D;
    color:#fff;
  }
  ul.dropdown-menu.show a {
    color:#fff !important;
  }
  li.nav-item.active {
    background: #0062cc;
    border: none;
  }
  .Desktop {
    display:none;
  }
  .Mobile-gif,
  .Mobile {
    display: block;
  }
  .Mobile .carousel-item {
    background: #18223D;   
    margin-top:45px; 
    min-height: 200px;
    padding-top: 20px;
  }
  a.btn.btn-white {
    margin-bottom: 25px;
  }
  .Mobile .card-body {
    background: #18223D;  
    text-align: center;
  }
  .Mobile .btn-white {
    margin-top: 15px;
  }
  .help { 
    margin-top: 30px;
    padding-bottom: 90px;
  }
  span.big {
    color: #dab88a;
    font-family: 'Lora', serif;
    font-size: 32px;
    font-weight: 700;
    margin-right: 5px;
  }
  span.subtitle {
    color:#18223D;
    font-family: 'Lora', serif;  
    font-size: 22px;
    margin-right: 5px;
  }
  .number {        
    width: 100%;      
    display: flex;
    align-items: center;
    padding-left: 15px;
    justify-content: center;
    margin-bottom: 20px;
  }
  .data {
    /* background: #DAB88A; */
  }
}
@media (max-width:768px) {
 .video-desktop {
  display: none;
 }
 .bg-video-wrap {
  height: 70vh;
 }
 img.video-mobile {
  width: 100%;
}
}