/* 

=== PALETA DE COLORES ===

Gris 1: #7C8281
Gris 2: #646666
Verde 1: #50A190
Verde 2: #09A98A || #10b392
Verde 3: #24846C

=========================

*/
body{
scroll-behavior: smooth;
}


h4 {
  margin-bottom: 0px !important;
  font-weight: 900 !important;
}

.custom-file-label::after{
  content:"Buscar";
}

.bg-primary{
  background: #09A98A !important;
}

.footer_widget > p {
  font-size: 16px !important;
  /* text-align: justify !important; */
}

.redirect:hover {
  cursor: pointer;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background: #09A98A !important;
  border-color: #09A98A !important;
}

.text-primary{
  color: #09A98A !important;
}

.gs-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.gs-center-2{
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.view-pro-cont {
  width: 95% !important;
}

#logo_foo>img{
  width: 5rem;
}
/* Animaciones */


@keyframes fade {
  0% {
    opacity: 0%;
    transform: translateY(10%);
  }
  
  100% {
    opacity: 100%;
    transform: translateY(0);
  }
}

@keyframes navFade {
  0%{
    width: 13% !important;
  }

  99%{
    width: 14% !important;
  }
}

.logo-services {
  width: 10%;
  margin-bottom: 10px;
}

.btn-services {
  width: 15%;
}

.fadeInUp:nth-child(1) {
  animation-duration: 1s;
  animation-name: fade;
  animation-delay: 0.5s;
}

.fadeInUp:nth-child(2) {
  animation-duration: 1s;
  animation-name: fade;
  animation-delay: 0.7s;
}

.fadeInUp:nth-child(3) {
  animation-duration: 1s;
  animation-name: fadeInUp;
  animation-delay: 0.9s;
}
/* Estoilos generales */

/* Navbar */

.navbar-brand{
  z-index: 999;
  /* margin-right: -4rem; */
}

#searchNav{
  border-radius: 5px;
  border: none;
  padding: 6px;
  margin-left: 15px;
}

.btn-navbar, .btn-primary{
  background: #09A98A;
  border-color: #09A98A;
  color: white;
  font-size: 11px;
}

.image-product {
  height: 75%;
  width: 75%;
}

.btn-navbar:hover, .btn-primary:hover, .btn-primary:active{
  background: #03745d;
  border-color: #03745d;
}

.btn-primary-outline {
  border-color: #09A98A !important;
  color: #09A98A !important;
  font-size: 11px;
  font-weight: 700;
}

.object-fit-contain {
  object-fit: contain;
}

/* .navbar-collapse{
  background: linear-gradient(to right,#ffffff00,#646666,#646666,#646666,#646666,#646666, #646666) !important;
  padding: 17px 0px;
} */

.navbar {
  background: #646666a6;
}

.navbar-collapse{
  /* background: #646666a6!important; */
  padding: 17px 0px;
}

.navbar-nav{
  justify-content: space-around !important;
}

.img-wwu > img{
  object-fit: cover;
  height: 280px;
  width: 100%;
  object-position: 20% 90%;
}

#services-5 {
  object-position: 20% 10%;
}

#daniela{
  object-fit: cover;
  width: 100%;
}
#btn-nav{
  background: #09A98A !important;
  font-size: 22px;
  margin-right: 15px;
  border-radius: 7px;
}

.dropdown-item:hover {
  background: #10b392;
  color: white;
}

.nav-link {
  color: white !important;
  font-family:"Nasalization Rg" !important;
}

.nav-link:hover{
  background: #09A98A !important;
  /* clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
}

.navbar{
  padding:  0 !important;
  transition: 0.3s;
  margin: 0 !important;
}

.navbar-scrolled{
  background: #646666 !important;
  transition: 0.3s;
}
.nav-child{
  width: 7%;
  justify-content: center;
  padding-left: 25px;
  /* margin-top: -22px; */
  align-items: center !important;
  margin-left: -35px !important;
}

.polygon-nav{
  position: absolute !important;
  width: 8%;
}
#logo_nav, #logo_nav_dos{
  width: 99%;
  margin-left: 1rem !important;
  height: 100%;
  object-fit: contain;
}

.single_expert {
  max-width: 270px;
}

.single_expert:hover {
  cursor: pointer;
}

.expert_thumb>img {
  object-fit: contain;
}


#logo_nav_dos{
  display: none;
}

/* input[type="file" i]{
  background: #09A98A;
  color: white;
  border: none;
} */

.navbar-scrolled{
  /* border-radius: 0 0 25px 25px; */
  box-shadow: 0 0 35px #00000031;
}
/* 
.navbar-scrolled>.nav-child>.polygon-nav{
  transition: 1s;
  display: none;
}

.navbar-scrolled>.nav-child>.navbar-brand>#logo_nav{
  transition: 3s;
  display: none;
}

.navbar-scrolled>.nav-child>.navbar-brand>#logo_nav_dos{
  transition: 3s;
  display: block;
  height: 140px;
} */

.navbar-scrolled>.navbar-collapse{
  transition: 1s;
  /* padding: 5px 0 !important;
  margin-left: 20px; */
}

/* Página de inicio */
.service_area{
  background: #f4f4f4;
}

.single_service{
  height: 430px;
}

.carousel .slide{
  height: 100vh;
}

.btn_green_three{
  background: #09A98A;
  color:white !important;
  padding: 10px 15px !important;
  border-radius: 14px;
}

.text-primary {
  color: #09A98A !important;
}

.a.text-primary:focus, a.text-primary:hover {
  color: #5c5c5c !important;
}

.btn_green_three:hover{
  transition: 0.3s;
  background: none;
  color: #09A98A !important;
  border: solid 1px #09A98A;
}
.navbar>a>h1>img{
  width: 80px;
}
.header-top_area{
  background: #09A98A;
}

.slider_text> h3 p a{
  animation: FadeIn 0.3s;
}

#bienvenido-img {
  margin-left: 1rem;
}

.carousel-item>div>img {
  max-height: 100vh;
  object-fit: cover;
}

.carousel-caption {
  background: #09a989b7;
  /* background: linear-gradient(to top,#4a4b4bc0,#4a4b4bc0, #4a4b4b00 ); */
  position: absolute;
  right: 0;
  bottom: 0;
  top: 90%;
  left: 0rem;
  z-index: 10;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.service_area{
  background: #fff;
  
}

.service_area .col-xl-4:nth-child(1) .single_service{
  background: #24846C;
}
.service_area .col-xl-4:nth-child(2) .single_service{
  background: #09A98A;
}
.service_area .col-xl-4:nth-child(3) .single_service{
  background: #10b392;
}
h3>b, h1>b, h2>b, span>b, h5>b{
  color:#09A98A;

}
h3, h1, h2{
  font-weight: 900;
}

.overlay_skyblue::before{
  background-color: #09A98A;
}

/* Nuestros clientes */
.logowall{
  display: flex;
 flex-wrap: wrap;
}
.logowall img{
  width: 200px;
  margin: 0px 5px !important;
  height: fit-content;
}

.logo-cli{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 10px 5px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 5px 0;
  /* background: white; */
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  /* width: 250px; */
  /* height: 100%; */
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0), white); */
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white); */
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 20s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 20px;
}

#proveedores{
  margin-top: 30px;
}

.carousel-title {
  color: white;
}

/* CARDS */
.row>.col>.card>img{
  width: 300px;
  margin-bottom: 20px;
  height: 180px;
  object-fit: contain;
  padding-top: 10px;
}

.pro-card-row{
  height: auto !important;
}

.pro-card{
  margin-left: 0 !important;
  height: auto !important;
  padding: 5px !important;
  max-width: 350px;
  margin-top: 10px !important;
  text-align:  left !important; 
}

.pro-card>p{
  font-size: 12px !important;
}

h4>b{
  color: #09A98A;
}

.row>.col>.card>h4{
  font-size: 22px;
}

.row>.col>.card>p{
  margin-bottom: 20px ;
  padding: 0px 10px;
}


.row>.col>.card>a:hover{
  text-decoration:underline;
}


#bioclin-bg {
  object-position: 20% 10%;
}

.row>.col>.card{
  border: none;
  padding: 10px 5px;
  box-shadow: 0 0 20px #adadad3d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 400px;
  border-radius: 14px;
}


.expert_doctors_area .single_expert:hover .experts_name {
  background: #09A98A;
}

.bradcam_overlay::before{
  background: none;
}

.bradcam_text>h3{
  color: #646666;
}

.content-center{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
/* 
.bg-img{
  height: 100vh;
} */
.bradcam_area{
  padding: 40vh  20px!important;

}

.breadcam_bg_ind {
  background:url("../img/laboratorio1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.contheader{
  height: 25vh;
}

.breadcam_bg_2 {
  background-image:url(../img/banner/lab1.png);
  background-attachment: fixed;
  background-size: 100vw 100vh;
  background-position: center center;
}

.breadcam3_bg {
  background-image:url(../img/duca/Nosotros.jpg);
  background-attachment: fixed;
  background-size: 100vw 120vh;
  background-position: center center;
}
.breadcam4_bg {
  background-image:url(../img/laboratorio3.jpg);
  background-attachment: fixed;
  background-size: 100vw 100vh;
  background-position: center center;
}

.breadcam5_bg {
  background-image:url(../img/prov.jpeg);
  background-attachment: fixed;
  background-size: 100vw 100vh;
  background-position: center center;
}

.bradcam_text{
  background: rgba(255, 255, 255, 0.747);
  position: absolute;
  right: 60%;
  bottom: 25%;
  top: 45%;
  left: 0rem;
  z-index: 10;
  color: #fff;
  text-align: center;
  padding: 50px 50px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  max-height: 200px !important;
}

.title-white{
  font-weight: 900;
}
.title-white>b{
  color: white;
}

.welcome_docmed_area .welcome_docmed_info h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #09A98A;
}

.welcome_docmed_area{
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}

.section_title h3::before{
  background: #09A98A;
}
p>b{
  color: #09A98A;
}
/* ESTILOS PARA ABOUT.HTML */
.Quienes-Somos{
  background: #09A98A;
  padding: 50px 0px;
  height: auto;
}

.quienes-somos-cont>.row{
  width: 100%;
  padding: 5px 0px;
}
.quienes-somos-cont>.row>.col{
  background: #10b392;
  color: white;
  padding: 70px 10px;
  margin: 0px 5px;
  width: 150px;
  height: 320px;
  position: relative;
  border-radius: 30px;

  
}

.product-info > p {
  font-size: 12px;
}

/*  
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  .col-cont{
  transform: rotate(-90deg);
}

*/

#burger-nav{
  width: 32px !important;
}

.breadcam_bg {
  background-image: url(../img/duca/soporte-t.jpg);
  background-attachment: fixed;
  background-size: 100vw 100vh;
  background-position: center center;
}


.col-body>p{
  padding: 0px 10px;
  margin: 0px 20px;
}
/*
.quienes-somos-cont>.row>.col:hover{
  transition: 0.3s;
  transform: translateY(-15px);
}
*/
.titu{
  font-weight: 200;
  padding-bottom: 20px;
}

/* Estilos contacto */

.map{
  background: #09A98A;
  padding: 90px 30px 30px 30px;
}
.contact-section{
  padding-top: 0px;
}

.contact-section{
  padding: 0px 0px !important;
}

#form{
  padding: 10px 50px;
}

#map{
  padding: 0px !important;
}

.boxed-btn {
  background: #fff;
  color: #131313;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #09A98A;
  letter-spacing: 3px;
  text-align: center;
  color: #09A98A !important;
  text-transform: uppercase;
  cursor: pointer;
}

.boxed-btn:hover {
  background: #09A98A;
  color: #fff !important;
  border: 1px solid #09A98A;
}
/* Estilos Footer */

.our_department_area .single_department .department_content a.learn_more {
  color: #09A98A;
  font-size: 16px;
}

.boxed-btn3-white:hover {
  background: #fff;
  color: #09A98A !important;
  border: 1px solid transparent;
}



.footer .footer_top .footer_widget ul li a:hover{
  color: #09A98A;
}

.footer .footer_top{
  padding: 20px 0px !important;
}
/* proveedores */

.about-btn{
  margin-top: 15px;
  padding: 5px 15px;
  background: #09A98A;
  color: white;
  border: solid 1px #09A98A;
}

.about-btn:hover{
  background: none;
  color: #09A98A;
}

#product_area {
    background: #FFF !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.proveedores-col{
  padding: 30px 0px;
  text-align: center;
}
.proveedores-col>h2{
  padding-bottom: 30px;
}

/* Servicios */
.our_department_area {
  padding-bottom: 0px !important;
}

/* nuestras marcas */

.ourbrand{
  border-top: 10px solid #03745d;
  background:  linear-gradient(to right,#09a989f1,#09a989f1), url("../img/asesores1.jpeg") !important;
  background-size:100vw 100vh !important;
  height: 80vh !important;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

.ourbrand>.row{
  align-items: center;
  justify-content: center;
}

.ourbrand>.row>a{
  height: 180px;
  width: 180px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin: -10px 10px;
  font-size: 20px;
  border-radius: 10px;
}

.ourbrand>.row>a:hover{
  transition: 0s !important;
  transform: scale(1.1);
  margin: -10px 15px;
}

.ourbrand>.row>a>b{
  color: white !important;
  z-index: 9999;
}

#ourb-1>a:nth-child(odd){
  background: #ffffffd7 !important;
  backdrop-filter: blur(2px);
}

#ourb-1>a:nth-child(odd)>b{
  color: #09A98A !important;
}

#ourb-1>a:nth-child(even){
  background: #03745dbd !important;
  backdrop-filter: blur(2px);
}

/* #ourb-2{
  margin-right:-11.5rem;
}  */

 #ourb-2>a:nth-child(even){
  background: #ffffffd7 !important;
  backdrop-filter: blur(2px);
  color: #09A98A !important;
}

#ourb-2>a:nth-child(odd)>b{
  color: #09A98A !important;
}

#ourb-2>a:nth-child(odd){
  background: #03745dbd !important;
  backdrop-filter: blur(2px);
}

.ourbrand>.row>a:hover{
  transition: 1s;
  background: #5c5c5c;
} 

/* TESTIMONIOS */
.cards-wrapper {
          display: flex;
          justify-content: center;
      }

      .img-cont-card{
        padding-top: 2.5rem;
          display: flex;
          justify-content: center;
          align-items: center;
      }

      .img-cont-card>img {
          width: 120px;
          object-fit: contain;
          height: 120px !important;
      }

      .test-span>b{
        color:#09A98A;
      }

      .test-text{
        padding: 0px 6rem;
      }

      .card {
          margin: 0 50px;
          box-shadow: 0 0 25px #13131325;
          border: none;
          border-radius: 0;
          width: 100%;
          height: 400px;
          text-align: center;
          justify-content: center;
          align-items: center;
      }

      #testimonios-carousel {
          padding: 1em;
      }

      .testimonies-slider{
        border-top: 1px solid #b8b8b8;
        padding-top: 2rem;
      }

      .testimonies-slider>h2{
        text-align: center;
        padding-bottom: 1rem;
        color: #09A98A;
      }
@media (min-width: 768px) {
          .card img {
              height: 11em;
          }
      }

@media screen and (max-width:1000px) {
  #logo_nav_dos {
    height: 100px !important;
    width: 100px !important;
    max-width: none !important;
    margin-left: 10rem !important;
  }
  .bg-img {
    height: 100vh !important;
    object-fit: cover !important;
  }
  #index-1 {
    object-position: 70%;
  }

  #services-1{
    object-position: 25%;
  }

  #services-2 {
    object-position: 65%;
  }

  #services-3 {
    object-position: 60%;
  }

  #nosotros-1 {
    object-position: 20%;
  }

  #nosotros-2 {
    object-position: 52%;
  }

  .monobind-1 {
    object-position: 70% !important;
  }

  #bienvenido-img {
    margin-top: -25px !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
}

@media screen and (max-width:991px) {
  .navbar-collapse{
    background: #646666!important;
    padding: 17px 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  

  .logo-services {
    width: 150px;
    margin-bottom: 10px;
  }
  
  .btn-services {
    width: 200px;
  }
  

  .navbar-scrolled>.navbar-collapse{
    background: linear-gradient(to right,#ffffff00,#646666,#646666,#646666,#646666,#646666, #646666) !important;
  }

  .navbar-toggler{
    background: #646666 !important;
  }

  .quienes-somos-cont>.row{
    flex-direction: column;
    height: 100vh;
  }
  .quienes-somos-cont>.row>.col{
    width: 100%;
    margin: 10px 0px;
    
  }
  
  .ourbrand>.row>a{
    clip-path: none;
    margin: 10px !important;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ourbrand>.row>a>b{
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .ourbrand>.row>a>b>*{
    width: 250px !important;
    object-fit: contain;
  }

  #ghost{
    display: none !important;
  }

  #ourb-2>a:nth-child(5){
    background: #03745d !important;
  }

  .ourbrand>.row>a:hover{
    transition: 0s !important;
    transform: scale(1.1);
    margin: 10px;
  }
  .ourbrand>.row{
    flex-direction: column;
    height: 100%;
    width: 90% !important;
  }
  .ourbrand{
    height:340vh !important;
  }

.navbar-scrolled>.nav-child>.navbar-brand>#logo_nav_dos{
  transition: 0s;
  display: block;
  height: 140px;
  margin-right: -1.5rem;
}

.navbar-scrolled>.navbar-collapse{
  transition: 0s;
  padding: 5px 0 !important;
  margin-left: 20px;
}


  .img-cont-card{
    padding-top: 0px !important;
  }
  .card{
    height: auto !important;
    margin:0px 5px !important;
  }

  #logo_nav{
    display: none;
  }
  .polygon-nav{
    display: none;
  }
  #logo_nav_dos{
    display: block;
  }
}
@media screen and (max-width:760px) {
  .view-pro-cont {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
  }

  .view-pro-cont>.col-6 {
    max-width: 100% !important;
  }

  .carousel-caption {
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.555), rgba(255, 255, 255, 0));
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    top:25rem; 
    left: 0rem;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    padding: 50px 50px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .carousel-title {
    color: #000000;
  }

  .pro-card{
    max-width: 100%;
    margin-top: 15px !important;
  }
  .bradcam_text{
    background: linear-gradient(to top,#fff, #ffffffbe, #ffffff00);
    position: absolute;
    right: 0rem;
    bottom:0rem;
    top: 25rem;
    left: 0rem;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: 50px 50px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    width: 100%;
  }
}

@media screen and (max-width:767px) {
#brochure-btn {
  flex-direction: column;
}

#brochure-btn > *{
  margin-bottom: 10px;
}

  .gs-center-2{
    flex-direction: column;
  }

  .logowall{
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;

  }
  .logo-cli{
    height: 150px;
  }

  .test-text{
    padding: 0px !important
  }
}


@media screen and (max-width:480px) {
  .footer-w-cont {
    flex-direction: column;
    justify-content: start !important;
  }

  .footer-w-cont > a {
    margin-top: 15px;
  }

  .footer_widget > p {
    font-size: 12px !important;
  }

  #footer{
    flex-direction: column;
    height: 90vh;
  }

  .contact-info .media-body h3{
    font-size: 10px !important;
  }

  .quienes-somos-cont>.row{
    flex-direction: column;
    height: 130vh;
  }
}
p{
  color:  #000000 !important;
  font-weight:400;
}

.single_service>p, .copy_right{
  color: white !important;
}

.test-text{
  font-size: 12px !important;
}

#searchNav{
  width: 160px;
}

body {
  text-align: justify !important;
}

input, textarea {
  border-color: #131313 !important;
}

.text-black {
  color:  #000000 !important;
}