:root{

    --naranja:#FF9E1E;
    --gris:#2E2E2E;
    --blanco:#FFFFFF;

}

html{
    scroll-behavior:smooth;
}

body{

    margin:0;
    padding:0;

    color:var(--gris);

    background:#FFF;

}

nav{

    background:var(--naranja);

}

.logo-navbar{

    height: 46px;
    margin-top: 12px;

}

.hero{
    min-height:94vh;
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    background-image: url(/images/hero6.png);
    background-size: 100%;
    background-position: center center;
}

.especialidad-img{
width: 100%;
  height: 180px;
  object-fit: contain;
  display: block;
  background: transparent;
  padding: 5px;
}


.especialidad-card h5, p {
    text-align:center;
}


.coca-wave{

    display:block;
    width:100%;
    height:120px;
    margin-bottom:-1px;

}

.coca-wave-bottom{
    display:block;
    width:100%;
    height:120px;
    margin-bottom:-1px;
}
