@media only screen and (max-width: 767.98px) {
    .doctor-img {
        margin: 0 auto 20px;
    }

    .doctor-img-no-mb{
        margin: 0 auto 0px;
    }
}


.btn-a-wdith-100{
	width: 100%;
}


.section-doctor, .header-nav{
    background-color: #FBF2EF;
}

.header-nav{
    height: 130px;
}

.main-slider {
  /*margin-top: 10px;*/
}

.main-slider-item img {
  max-height: 800px;
  object-fit: cover;
}

.slider-content {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  color: white;
  max-width: 700px;
  z-index: 2;
}

.slider-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.slider-content p {
  font-size: 1rem;
  margin: 1rem 0;
}

.slider-content .btn {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
}

.main-slider-item::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  /*background-color: rgba(255, 87, 34, 0.7);*/ /* Color naranja translúcido */
  z-index: 1;
}

.fondo_boton{
    background: #055FF0;
    border: none;
}


.logo {
    margin-right: 30px;
    width: 250px;
}

.footer {
    background-color: #DF4411;
}

.breadcrumb-bar {
    background-color: #DF4411;
}

.btn-search .btn{
    background-color: #055FF0;
    border: none;
}

.clinic-booking a{
    background-color: #055FF0;
    border: none;
    color: #fff;
}

.main-nav > li > a{
    color: #DF4411;
    text-decoration: none;
    font-size: 1.2em;
}

.main-nav > li.active > a{
    color: #DF4411;
    text-decoration: none;
     font-size: 1.2em;
}

@media (min-width: 992px) {
    .main-nav > li > a {
        line-height: 53px;
    }

    .main-nav > li {
        margin-right: 80px;
    }


}


@media only screen and (max-width: 575.98px) {
    h2, .h2 {
        font-size: 1rem !important;
		margin: 0 auto;
		text-align: center;
    }
	
	.slider-content p {
		font-size: 0.7rem !important;
		margin: 1rem 0;
		    padding: 0 10px;
	}
	
	.slider-content {

    left: 1%;

	}
	
	.slider-content .btn {

    padding: 0.50rem 0.50rem !important;
	}
	
	.doc-img img {
    width: 80px;
    height: 80px;
}
}

.fondo_boton {
    background: #DF4411;
}

.doc-img img {

    width: 400px;
    height: 400px;
}

.btn-search .btn {
    background-color: #DF4411;
    border: none;
}

.titulo_categorias_home{
	color: #DF4411; font-size: 1em;
}

@media only screen and (max-width: 720px) {

	
	.doc-img img {
		width: 80px;
		height: 80px;
	}
	
	.titulo_categorias_home{
		font-size: 0.8em;
	}
	
	.pro-content .title {
    font-size: 13px;
	}
}


.clinic-booking a.view-pro-btn:hover, .clinic-booking a.view-pro-btn:focus {
    background: #DF4411;
    color: #fff;
}

.clinic-booking a {
    background-color: #DF4411;
    border: none;
    color: #fff;
}

@media only screen and (max-width: 991.98px) {
    .main-nav > li {
        border-bottom: 1px solid lightgray;
        margin-left: 0;
    }
}

.menu-opened .main-menu-wrapper {
    transform: translateX(0);
    background: #fff;
}

.bar-icon span {
    background-color: #DF4411;
}