

:root {
	--urologia: #00c9f8;
    --traumatologia-reumatologia: #99cd00;
    --clinica-medica: #7d87c6;
    --respiratoria: #00b892;
    --oncologia: #98b185;
    --anestesia: #cabc96;
    --psicotropicos: #7fadb4;
}


/* .main{
margin-left: 20px;
margin-right: 20px;
} */
section{
padding: 0px 20px;
}

html, body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

p{
    line-height: normal;
}



.custom-select-1 select {
  border: 1px solid var(--primary); /* solo para verificar */
}

select{
    display: none;
}
select.nice-select-hidden {
  display: none !important;
}



.nice-select .option:hover,
.nice-select .option.focus {
  background-color: var(--primary);
  color: #ffffff;
  font-weight: 500;
}

.nice-select .option.selected {
  background-color: var(--primary) !important;
  color: #ffffff;
  font-weight: 500;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: #ffffff;
  color: #464646;
  font-weight: 500;
}

.nice-select.open .list {
  border-color: var(--primary);
  font-size: 14px;
}
.nice-select {
  border-color: var(--primary);
}
.nice-select:after {
  border-color: var(--primary) transparent transparent transparent;
}


/* Limita el alto del menú desplegable */
.nice-select .list {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.nice-select .list li {
margin-bottom: 0px;
}



.card-filter{
    padding: 10px 14px;
    border: 1px solid var(--primary);
    border-radius: 35px;
}
.card-filter col,
.card-filter div{
    margin-bottom: 0px !important;
}

a.card-btn{
    color: #ffffff;
    text-decoration: none;
}
a.card-btn:hover{
    color: #ffffff;
    text-decoration: none;
}

.card.bg-primary a:link{
 color: #ffffff !important;
 text-decoration: none;
}


a.btn-card-primary .card{
    color: #ffffff;
    background-color: var(--primary);
}



.card.bg-primary a:visited{
    color: #ffffff !important;
}
.card.bg-primary a:hover{
    color: var(--traumatologia-reumatologia) !important;
}



a.btn-card-primary .card p,
a.btn-card-primary:hover {
    color: #ffffff;
    text-decoration: none;
}

a.btn-card-primary:hover .card{
    color: #ffffff;
    background-color: var(--secondary) !important;
}

.btn-finadiet {
    background-color: var(--primary);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 15px;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
    display: inline-block;
}

.btn-finadiet:hover {
     color: #ffffff;
     text-decoration: none;
    background-color: var(--secondary);
}
a.btn-finadiet {
     text-decoration: none;

}

.btn-finadiet-out {
    border:1px solid var(--primary);
    color: #1d1d1b;
    padding: 10px 20px;
    border-radius: 25px;
    transition: background-color 0.3s ease;
    display: inline-block;
}
.btn-finadiet-out:hover {
     color: #ffffff;
     text-decoration: none;
    background-color: var(--primary);
}

.btn-finadiet-sm {
    background-color:var(--primary);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 25px;
    transition: background-color 0.3s ease;
    display: inline-block;
}
.btn-finadiet-sm:hover {
     color: #ffffff;
     text-decoration: none;
    background-color: var(--secondary);
}



.owl-carousel .owl-nav button.owl-prev::before {
    font-family: "simple-line-icons" !important;
    font-weight: 400;
    font-size: 0.7rem;
   content: "\e605" !important;
    position: relative;
    left: -1px;
    top: -1px;
}
.owl-carousel .owl-nav button.owl-next::before {
    font-family: "simple-line-icons" !important;
    font-weight: 400;
    font-size: 0.7rem;
   content: "\e606" !important;
    position: relative;
    left: -1px;
    top: -1px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    background: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.41 8l4.3-4.29a1 1 0 10-1.42-1.42L8 6.59 3.71 2.29a1 1 0 10-1.42 1.42L6.59 8l-4.3 4.29a1 1 0 001.42 1.42L8 9.41l4.29 4.3a1 1 0 001.42-1.42z"/></svg>') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.parallax-header {
	position: relative;
	height: 395px;
	overflow: hidden;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
}

.parallax-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/header_empresa.png'); /* Reemplazá la URL */
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
    background-color: #ffffff;
	transform: translateZ(0); /* Mejora performance */
	z-index: 0;
}

/* Asegura que el contenido esté arriba del fondo */
.parallax-header .container {
	position: relative;
	z-index: 1;
}



.list-findiet {
	list-style: none;
	padding-left: 0;
}

.list-findiet li {
	position: relative;
	padding-left: 1.5em;
    margin-bottom: 10px;
}

.list.list-findiet.list-separated li {
    margin-bottom: 30px !important;
}

.list-findiet li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #aad7b6;
	font-size: 3em;
	line-height: inherit;
	top: 0em;
}



.border-radius-lg{
    border-radius: 25px;
}
.border-radius-md{
    border-radius: 15px;
}
a.btn-card-primary *,
#header *,
#footer *,
.card.bg-primary *{
   -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}


#headerSearch::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #ffffff;
}

#headerSearch::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}

#headerSearch:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}

#headerSearch:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}



#header .idiomas li:first-child span{
 padding-left: 0px !important;

}

.social-icons-border li a{
    padding-bottom: 2px;
}

.social-icons-border li a i {
  position: relative;
  top: -1px; /* o -2px si hace falta más ajuste */
}


#header .idiomas span{
padding: 0px 10px !important;}

#header .header-nav-top .nav > li > a,
 #header .header-nav-top .nav > li > span,
  #header .header-top {
    font-size: 14px;
 }

#header .social-icons li{
box-shadow: none;
}

#header .social-icons a{
background-color: transparent;
border: 1px solid #ffffff;
margin-left: 5px;
}

#header .social-icons a i{
color: #ffffff;
}

#header .header-nav-main.header-nav-main-text-size-5 nav > ul > li:first-child > a,
ul#mainNav > li.dropdown-item.dropdown-toggle:first-child a{
    padding-left: 0px !important;
}


#header .header-nav-main nav > ul > li > a{
    margin-bottom: 16px;
    margin-top: 16px;
    color: #1d1d1b
}


#header .header-nav-main nav > ul > li.dropdown.open > a:before,
#header .header-nav-main nav > ul > li.dropdown:hover > a:before,
#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a,
ul#mainNav > li.dropdown:hover a{
   background-color: transparent;
   border: none;
   color: var(--primary);
}


	.nav-mision.active,
    .nav-historia.active,
    .nav-responsabilidad.active,
    .nav-rrhh.active,
    .nav-pacientes.active,
    .nav-consumo-responsable.active,
    .nav-programa-pacientes.active {
    color: var(--secondary) !important;
    font-weight: bold !important;
    background-color: #aad7b6 !important;
}




#header .header-nav-main nav > ul > li{
    margin-right: 10px;
}

 ul#mainNav > li.dropdown a img.menu-icon {
  opacity: 0;
  margin-left: 10px;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

ul#mainNav > li.dropdown:hover a img.menu-icon{
  opacity: 1;
  transform: translateX(0);
}



#header .header-logo{
    margin-bottom: 30px;
    margin-top: 30px;
}


#header ul li ul.dropdown-menu{
    padding: 0px !important;
	background-color: #EAF1EA;
}


#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active{
font-weight: 600;
background-color: #BCD4C0;
color: var(--primary);
   }


#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus{
background-color: #BCD4C0;
color: var(--primary);
   }


   #video-home{
    min-height: 70vh;
    margin: 0px;
    padding: 0px;
   }

.body.home #footer{
background-color: var(--secondary);
}

#footer{
background-color: #ffffff;
}


#footer p.text-1,
#footer{
font-size: 16px;
}

#footer .list.list-unstyled li a.link-dark{
font-weight: 600;
}

#footer div .container{
background-color: #eeeeef;
}

#footer .container{
    border-radius: 25px 25px 0px 0px;
background-color: #ffffff;
}

#footer .list.list-unstyled a.link-dark:hover{
    color: var(--primary) !important
}




.social-icons-border{
    list-style: none;
    display: flex;
    margin-bottom: 0px;
    padding: 0px;
}

.social-icons-border li{
    align-content: center;
  box-sizing: border-box;
  margin-right: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
}
.social-icons-border li a{
    vertical-align: sub !important;
}

.social-icons-border.white li{
    border: 2px solid #ffffff;
}
.social-icons-border.white li:hover {
   background-color:  #ffffff !important;
}

.social-icons-border.primary li{
    border: 2px solid var(--primary);
}
.social-icons-border.primary li:hover {
   background-color:  var(--primary) !important;
}

.social-icons-border.white a li {
     color: #ffffff
}
.social-icons-border.white a:hover li {
     color: var(--primary)
}
.social-icons-border.primary  a:hover li {
     color: #ffffff
}




/*ESPECIALIDADES*/


/*PRODUCTOS*/

.cuadro-blanco{
    background-color: #ffffff;
    width: 100%;
    height: 50%;
    position: absolute;
    top: -1px;
    left: 40px;
    z-index: 1;
}

.accordion .card-header.productos-especialidades,
.productos-especialidades a,
#producto-detalle .productos-especialidades {
    border-radius: 50px !important;
}

.productos-especialidades a,
#producto-detalle .productos-especialidades{
    border: 1px solid;
    background-color: #ffffff !important;
    padding: 10px 40px !important;
}



#producto-detalle .encabezado{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
#producto-detalle .encabezado div{
    z-index: 1;
}


#producto-detalle a{
  z-index: 1;
  border: none;
  padding: 0px !important;
  font-weight: 500;
  color: #1d1d1b !important
}

/* #producto-detalle a:hover{
  color: var(--primary) !important
}
 */

.productos-especialidades .semi-circle{
    border-radius: 0px 20px 20px 0px;
    width: 16px;
    height: 28px;
    margin-right: 10px;
    margin-top: 16px;
}
.productos-especialidades .accordion-toggle .semi-circle{
    margin-top: 14px;
}

.productos-especialidades .icon-especialidad{
align-content: center;
}

.productos-especialidades .especialidades .nombre h5,
.productos-especialidades .especialidades .nombre h2{
    color: #1d1d1b !important
}
.productos-especialidades .especialidades .nombre{
  min-height: auto;
}
.productos-especialidades .especialidades .nombre h5{
    font-size: 18px;
}
.productos-especialidades .especialidades .nombre h2{
    font-size: 40px;
    margin-top: -4px;
    line-height: normal;
}



.accordion.accordion-modern-status > .card .card-header a:after{
    display: none;
}

.productos-especialidades a .especialidades{
z-index: 1;
}



.productos-especialidades a.esp-urologia,
#producto-detalle.esp-urologia .productos-especialidades,
#producto-detalle.esp-urologia .info-detalle-producto{
border-color: var(--urologia);
}
.productos-especialidades a.esp-traumatologia-reumatologia,
#producto-detalle.esp-traumatologia-reumatologia .productos-especialidades,
#producto-detalle.esp-traumatologia-reumatologia .info-detalle-producto{
border-color: var(--traumatologia-reumatologia);
}
.productos-especialidades a.esp-clinica-medica,
#producto-detalle.esp-clinica-medica .productos-especialidades,
#producto-detalle.esp-clinica-medica .info-detalle-producto{
border-color: var(--clinica-medica);
}
.productos-especialidades a.esp-respiratoria,
#producto-detalle.esp-respiratoria .productos-especialidades,
#producto-detalle.esp-respiratoria .info-detalle-producto{
border-color: var(--respiratoria);
}
.productos-especialidades a.esp-oncologia,
#producto-detalle.esp-oncologia .productos-especialidades,
#producto-detalle.esp-oncologia .info-detalle-producto{
border-color: var(--oncologia);
}
.productos-especialidades a.esp-anestesia,
#producto-detalle.esp-anestesia .productos-especialidades,
#producto-detalle.esp-anestesia .info-detalle-producto{
border-color: var(--anestesia);
}
.productos-especialidades a.esp-psicotropicos,
#producto-detalle.esp-psicotropicos .productos-especialidades,
#producto-detalle.esp-psicotropicos .info-detalle-producto{
border-color: var(--psicotropicos);
}

#urologia-productos .producto-linea p,
.esp-urologia .producto-linea p,
#producto-detalle.esp-urologia a.link-color:hover,
.esp-urologia .encabezado a:hover span,
#producto-detalle.esp-urologia .principio,
#producto-detalle.esp-urologia .info-detalle-producto a:hover small,
#producto-detalle.esp-urologia .producto-relacionado h2 {
color: var(--urologia) !important;
}
#traumatologia-reumatologia-productos .producto-linea p,
.esp-traumatologia-reumatologia .producto-linea p,
#producto-detalle.esp-traumatologia-reumatologia a.link-color:hover,
.esp-traumatologia-reumatologia .encabezado a:hover span,
.esp-traumatologia-reumatologia .producto-linea p,
#producto-detalle.esp-traumatologia-reumatologia .principio,
#producto-detalle.esp-traumatologia-reumatologia .info-detalle-producto a:hover small,
#producto-detalle.esp-traumatologia-reumatologia .producto-relacionado h2{
color: var(--traumatologia-reumatologia) !important;
}
#clinica-medica-productos .producto-linea p,
.esp-clinica-medica .producto-linea p,
#producto-detalle.esp-clinica-medica a.link-color:hover,
.esp-clinica-medica .encabezado a:hover span,
.esp-clinica-medica .producto-linea p,
#producto-detalle.esp-clinica-medica .principio,
#producto-detalle.esp-clinica-medica .info-detalle-producto a:hover small,
#producto-detalle.esp-clinica-medica .producto-relacionado h2{
color: var(--clinica-medica) !important;
}
#respiratoria-productos .producto-linea p,
.esp-respiratoria .producto-linea p,
#producto-detalle.esp-respiratoria a.link-color:hover,
.esp-respiratoria .encabezado a:hover span,
.esp-respiratoria .producto-linea p,
#producto-detalle.esp-respiratoria .principio,
#producto-detalle.esp-respiratoria .info-detalle-producto a:hover small,
#producto-detalle.esp-respiratoria .producto-relacionado h2{
color: var(--respiratoria) !important;
}
#oncologia-productos .producto-linea p,
.esp-oncologia .producto-linea p,
#producto-detalle.esp-oncologia a.link-color:hover,
.esp-oncologia .encabezado a:hover span,
.esp-oncologia .producto-linea p,
#producto-detalle.esp-oncologia .principio,
#producto-detalle.esp-oncologia .info-detalle-producto a:hover small,
#producto-detalle.esp-oncologia .producto-relacionado h2{
color: var(--oncologia) !important;
}
#anestesia-productos .producto-linea p,
.esp-anestesia .producto-linea p,
#producto-detalle.esp-anestesia a.link-color:hover,
.esp-anestesia .encabezado a:hover span,
.esp-anestesia .producto-linea p,
#producto-detalle.esp-anestesia .principio,
#producto-detalle.esp-anestesia .info-detalle-producto a:hover small,
#producto-detalle.esp-anestesia .producto-relacionado h2{
color: var(--anestesia) !important;
}
#psicotropicos-productos .producto-linea p,
.esp-psicotropicos .producto-linea p,
#producto-detalle.esp-psicotropicos a.link-color:hover,
.esp-psicotropicos .encabezado a:hover span,
.esp-psicotropicos .producto-linea p,
#producto-detalle.esp-psicotropicos .principio,
#producto-detalle.esp-psicotropicos .info-detalle-producto a:hover small,
#producto-detalle.esp-psicotropicos .producto-relacionado h2{
color: var(--psicotropicos) !important;
}




.accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed){
    background-color: #ffffff !important;
}


.detalle-producto-txt{
    margin-bottom: 30px;
}

.esp-urologia .encabezado a *,
#producto-detalle a,
.info-detalle-producto *{
    -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;

}
.info-detalle-producto h4{
   margin-bottom: -5px !important;
   font-weight: 700;
}


#producto-detalle img.caja-presentacion{
margin-top: 90px;
}

#producto-detalle .cobertura-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    flex-direction: column;
}
#producto-detalle .cobertura-list p{
   margin: 0px;
   font-weight: 600;
}
.producto-relacionado h1{
    font-weight: 700;
    line-height: initial;
    margin-bottom: 0px;
font-size: 16px;
}
.producto-relacionado h2{
    font-weight: 600;
     line-height: initial;
    margin-bottom: 0px;
font-size: 14px;
}
.producto-relacionado p{
     line-height: initial;
    margin-bottom: 0px;
font-size: 12px;
}
.producto-relacionado h2.cobertura{
     line-height: initial;
    margin-bottom: 0px;
font-size: 12px;
}

.mas-info .info-detalle-producto {
     border-top: 1px solid;
    border-bottom: 1px solid;
  padding: 20px 0px;
}

.mas-info .info-detalle-producto:not(:last-of-type) {
  border-bottom: none;
}


/*FIN PRODUCTOS*/

#carousel-especialidades .owl-carousel.stage-margin .owl-stage-outer{
    margin-left: 30px!important;
    margin-right: 30px  !important;
}


#carousel-especialidades *{
      -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#carousel-especialidades .owl-prev,
#carousel-especialidades .owl-next {
   color:#ffffff !important
}
#carousel-especialidades .owl-prev:hover,
#carousel-especialidades .owl-next:hover {
   color: var(--secondary) !important
}
#carousel-especialidades .owl-carousel {
  margin: 0px ;
}

.especialidades {
    display: flex;
}

#carousel-especialidades .foot-especialidad{
height: 8px;
width: 150px;
margin-left: 20px;
border-top-right-radius: 10px;
}

#carousel-especialidades .owl-item:hover .foot-especialidad{
width: 80px;
}
#carousel-especialidades a:hover {
text-decoration: none;
}
#carousel-especialidades a:hover .nombre {
transform: translate(8px) ;
}

.semi-circle{
    border-radius: 0px 20px 20px 0px;
    width: 12px;
    height: 20px;
    margin-right: 10px;
    margin-top: 18px;
}

.especialidades .nombre {
   min-height: 100px;

}


.especialidades .nombre h5{
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 12px;
    color: #ffffff
}
.especialidades .nombre h2{
    margin-bottom: 0px;
    margin-top: -3px;
    font-family: "Outfit", sans-serif;
    /* font-family: 'apertura-bold' !important; */
    font-weight: 700;
    font-size: 23px;
    line-height: 26px;
    color: #ffffff
}

.owl-carousel .esp-urologia,
.owl-carousel .esp-traumatologia-reumatologia,
.owl-carousel .esp-clinica-medica,
.owl-carousel .esp-respiratoria,
.owl-carousel .esp-oncologia,
.owl-carousel .esp-anestesia,
.owl-carousel .esp-psicotropicos {
	margin: 0 10px !important;
}

.owl-carousel .owl-stage {
	display: flex !important;
	justify-content: center !important;
}



.esp-urologia .semi-circle,
.esp-urologia .foot-especialidad,
#producto-detalle.esp-urologia hr {
    background-color: var(--urologia);
}
.esp-traumatologia-reumatologia .semi-circle,
.esp-traumatologia-reumatologia .foot-especialidad,
#producto-detalle.esp-traumatologia-reumatologia hr {
    background-color: var(--traumatologia-reumatologia);
}

.esp-clinica-medica .semi-circle,
.esp-clinica-medica .foot-especialidad,
#producto-detalle.esp-clinica-medica hr {
    background-color: var(--clinica-medica);
}
.esp-respiratoria .semi-circle,
.esp-respiratoria .foot-especialidad,
#producto-detalle.esp-respiratoria hr{
    background-color: var(--respiratoria);
}
.esp-oncologia .semi-circle,
.esp-oncologia .foot-especialidad,
#producto-detalle.esp-oncologia hr{
    background-color: var(--oncologia);
}
.esp-anestesia .semi-circle,
.esp-anestesia .foot-especialidad,
#producto-detalle.esp-anestesia hr{
    background-color: var(--anestesia);
}
.esp-psicotropicos .semi-circle,
.esp-psicotropicos .foot-especialidad,
#producto-detalle.esp-psicotropicos hr{
    background-color: var(--psicotropicos);
}


#carousel-especialidades.carousel-especialidades-white > div > div.owl-stage-outer > div > div > div > a > div.especialidades > div.nombre > h2,
#carousel-especialidades.carousel-especialidades-white > div > div.owl-stage-outer > div > div > div > a > div.especialidades > div.nombre > h5 {
      color: #1d1d1b
}
#carousel-especialidades.carousel-especialidades-white > div > div.owl-stage-outer > div > div > div > a > div.foot-especialidad {
     display: none;
}
#carousel-especialidades.carousel-especialidades-white > div > div.owl-stage-outer > div > div > div > a > div.especialidades > div.nombre {
   min-height: inherit;
}

#carousel-especialidades.carousel-especialidades-white .owl-prev,
#carousel-especialidades.carousel-especialidades-white .owl-next {
   color: var(--primary) !important
}

#carousel-especialidades.carousel-especialidades-white .owl-prev:hover,
#carousel-especialidades.carousel-especialidades-white .owl-next:hover {
   color: #1d1d1b !important
}




.px-6 {
	padding-left: 55px !important;
	padding-right: 55px !important;

}




@media (max-width: 992px) {

.px-6 {
	padding-left: 45px !important;
	padding-right: 45px !important;

}

    p, ul, li{
        font-size: 18px;
    }

    .parallax-header {
	height: 200px;
}

    .owl-nav{
        opacity: 0.6;
    }

    .text-5{
    font-size: 24px !important;
    line-height: normal;
    }
    .text-3{
    font-size: 20px !important;
    line-height: normal;
    }
    .text-2{
    font-size: 18px !important;
    line-height: normal;
    }
    .text-0{
    font-size: 16px !important;
    line-height: normal;
    }

   #video-home{
    min-height: 20vh;
    margin: 0px;
    padding: 0px;
   }

#header .header-logo{
    margin-bottom: 20px;
    margin-top: 20px;
}
#header .header-logo a img{
  width: 140px !important;
}

#carousel-especialidades{
    padding-top: 20px;

}

#carousel-especialidades .owl-carousel.stage-margin .owl-stage-outer{
    margin-left: 0px!important;
    margin-right: 0px  !important;
}

.especialidades .nombre h5{
    font-size: 10px;
}
.especialidades .nombre h2{
    font-size: 18px;
}

.productos-especialidades .especialidades .nombre h5{
    font-size: 16px;
}
.productos-especialidades .especialidades .nombre h2{
    font-size: 30px;
    margin-top: -4px;
    line-height: 33px;
}


#producto-detalle .productos-especialidades{

    padding: 10px 30px !important;
}

#carousel-especialidades .owl-item .foot-especialidad{
width: 80px;
}

#header .header-nav-main.header-nav-main-text-size-5 nav > ul > li:first-child > a,
ul#mainNav > li.dropdown-item.dropdown-toggle:first-child a{
    padding-left: 10px !important;
}

}



@media (min-width: 992px) and (max-width: 1600px) {

#header .header-nav-main nav > ul > li{
    margin-right: 20px;
}
}

