.h-5 {
	font-size:1.25rem;
}

.h-6 {
	font-size: 1rem;
}

h4 {
	color: white;
}
.btn-danger {
	color: #000000;
}



@media only screen and (min-width: 500px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px;
  }
}


/*  max-width:1500px; */
.i-box-width {
	max-width:98vw;
}

.i-box-height {
    height: 90vh ;
	
}


#footer a:hover {
	color: black;
}


.i-color-bg2 	{ background-color: #f8f5f0; }


	.carousel-item .image {
		padding: 0px;
		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
	}

	.image {
		padding: 10px;
		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
	}




/*--------------------------------------------------------------
# mofamilia Section
--------------------------------------------------------------*/

:root {
  --color-primary-rgb: 199,175,141; /* #c7af8d */
  --color-secondary-rgb: 180,180,180;
  --color-primary: #7f3639;
  --color-tab: #c7af8d;
  --color-tab-active: #7f3639;
  --color-texto: #444444 ;
}

.mofamilia .nav-tabs {
  border: 0;
}

.mofamilia .nav-link {
  border: 1;
  padding: 25px 20px;
  color: var(--color-texto);
  /* box-shadow: 5px 5px 25px #c7af8d; */
  background: var(--color-tab);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.mofamilia .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.mofamilia .nav-link .h-4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.mofamilia .nav-link:hover {
  color: var(--color-primary);
}

.mofamilia .nav-link.active {
  transition: 0.3s;
  /* background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6)); */
  background: var(--color-tab-active);
  border-color: var(--color-primary);
}

.mofamilia .nav-link.active .h-4 {
  /* color: var(--color-texto); */
  color:#ffffff;
}

.mofamilia .nav-link.active i {
  /* color: var(--color-texto) !important; */
  color:#ffffff;
}

.mofamilia .tab-content {
  margin-top: 30px;
}

.mofamilia .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.mofamilia .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-texto);
}

.mofamilia .tab-pane ul {
  list-style: none;
  padding: 0;
}

.mofamilia .tab-pane ul li {
  padding-bottom: 10px;
}

.mofamilia .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.mofamilia .tab-pane p:last-child {
  margin-bottom: 0;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #101522;
  padding: 0 0 0 0;
  color: #000;
  font-size: 15px;
}
#footer .footer-top {
  background: #7f3639;
  padding: 15px 0 0 0;
}



#footer .footer-top .h-5 a {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;

}
#footer .footer-top .footer-info {
  margin-bottom: 5px;
}
#footer .footer-top .footer-info .h-3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #000;
}
#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #000;
}
#footer .footer-top .social-links a {
  display: inline-block;
  background: #c7af8d;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}
#footer .footer-top .social-links a:hover {
  background: #7f3639;
  color: #fff;
}
#footer .footer-top .h-4 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #7f3639;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #7f3639;
  font-size: 18px;
}
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
  color: #7f3639;
}
#footer .footer-top .footer-contact {
  margin-bottom: 10px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #7f3639;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #e0072f;
}
#footer .footer-copyright {
  background: #c7af8d ;	
  text-align: center;
  padding-top: 30px;
}

#footer .footer-copyright a {
   color: #000;
}  



#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

		#myBtnTop {
		  display: none; /* Hidden by default */
		  position: fixed; /* Fixed/sticky position */
		  bottom: 20px; /* Place the button at the bottom of the page */
		  right: 30px; /* Place the button 30px from the right */
		  z-index: 99; /* Make sure it does not overlap */
		  border: none; /* Remove borders */
		  outline: none; /* Remove outline */
		  background-color: #c7af8d ; /* Set a background color */
		  color: white; /* Text color */
		  cursor: pointer; /* Add a mouse pointer on hover */
		  padding: 5px 8px; /* Some padding */
		  border-radius: 5px; /* Rounded corners */
		  font-size: 15px; /* Increase font size */
		}

		#myBtnTop:hover {
		  background-color: #7f3639; /* Add a dark-grey background on hover */
		}	

.barrasup-social-links  a {
  display: inline-block;
  background: #c7af8d;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 5%;
  width: 37px;
  height: 37px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.barrasup-social-links a i {
  line-height: 0;
  font-size: 16px;
}
.barrasup-social-links a:hover {
  background: #7f3639;
  color: #fff;
}





    .divFormFiltros,
	.container,
	.container-fluid,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
	width: 100% ;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
/*
	background-color: #fafaf6 ;
*/	
	}

	.container-slider {
	width: 100% ;
	margin-right: auto;
	margin-left: auto;
/*
	background-color: #fafaf6 ;
*/	
	}


	.section-title {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.section-title h2 {
		font-size: 28px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 15px;
		padding-bottom: 0;
		color: #151515;
	}
	.section-title p {
		margin-bottom: 0;
		color: #aeaeae;
	}
	
	.card {
		border: 0;
		padding: 0 30px;
		margin-bottom: 60px;
		position: relative;
	}

	.card-img-event {
	  width: calc(100%);
	  margin-left: 0px;
	  overflow: hidden;
	  z-index: 9;
	  border-radius: 0;
	  margin-top: 10px;
	}

	.card-img-event img {
		max-width: 100%;
		transition: all 0.3s ease-in-out;
	}
	.card-body-event {
		z-index: 10;
		background: #fff;
		border-top: 4px solid #fff;
		padding: 30px;
		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
		margin-top: -60px;
		transition: 0.3s;
	}
	.card-title {
		font-size:1.25rem;
		font-weight: 700;
		text-align: center;
		margin-bottom: 20px;
		color: #24325d;
	}
	.card-title a {
		color: #24325d;
		transition: 0.3s;
	}
	.card-text {
		color: #5e5e5e;
	}

	.eventos-list .card:hover img {
		transform: scale(1.1);
	}
	.card:hover .card-body-event {
		border-color: #7f3639;
	}
	.card:hover .card-body-event .card-title a {
		color: #7f3639;
	}



/*--------------------------------------------------------------
# proximo Details
--------------------------------------------------------------*/
.proximo-details {
  padding-top: 40px;
}
.proximo-details .proximo-details-slider img {
  width: 100%;
}
.proximo-details .proximo-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.proximo-details .proximo-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #7cc576;
}
.proximo-details .proximo-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7cc576;
}
.proximo-details .proximo-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}
.proximo-details .proximo-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.proximo-details .proximo-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.proximo-details .proximo-info ul li + li {
  margin-top: 10px;
}
.proximo-details .proximo-description {
  padding-top: 30px;
}
.proximo-details .proximo-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.proximo-details .proximo-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# novedades Details
--------------------------------------------------------------*/
.novedades-details {
  padding-top: 40px;
}
.novedades-details .novedades-details-slider img {
  width: 100%;
}
.novedades-details .novedades-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.novedades-details .novedades-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #7cc576;
}
.novedades-details .novedades-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7cc576;
}
.novedades-details .novedades-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}
.novedades-details .novedades-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.novedades-details .novedades-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.novedades-details .novedades-info ul li + li {
  margin-top: 10px;
}
.novedades-details .novedades-description {
  padding-top: 30px;
}
.novedades-details .novedades-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.novedades-details .novedades-description p {
  padding: 0;
}


/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}
.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}
.doctors .member .pic {
  overflow: hidden;
  width: 190px;
  border-radius: 20%;
}
.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}
.doctors .member:hover img {
  transform: scale(1.1);
}
.doctors .member .member-info {
  padding-left: 30px;
}
.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.doctors .member .social a:hover {
  background: #1977cc;
}
.doctors .member .social a + a {
  margin-left: 8px;
}


	


	
	/* MENU SUPERIOR */

	#logo_cabecera {
	  transition-property: width;
	  transition-duration: 500ms;
	  transition-timing-function: linear;
	}

	#navbar-toggler {
		box-shadow: 0 0 0 0.0rem;
	}

	.nav-color-border { 
		border-bottom: 2px solid #dddddd;
	}

    #box-admin {
		background-color:none;
		margin-left:0px; 
	}
    #box-admfin {
		background-color:none;
		margin-left:0px; 
	}

	#header-bottom {
		/* altura header */
		height: 70px;
	}
	
	#bs-navbar-collapse-menuhorizontal {
	  margin-top: 40px; 
	  transition-property: margin-top;
	  transition-duration: 500ms;
	  transition-timing-function: linear;
    }	
	#bs-navbar-collapse-menuhorizontal.conscroll {
	  /* margin-top: 50px; */
	}

	.navbar {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	
	#sidebar-altura {
		height:0px;
	}

	.sidenav #menubackbtn {
		position: absolute;
		top: 20px;
		right: 10px;
		font-size: 36px; 
		margin-left: 50px;
	}

	.sidenav #menuclosebtn {
		top:70px;
	}
	
	.sidenav #menuopenbtn {
		top:70px;
	}




	@media only screen and (max-width: 500px) {
		#header-bottom {
			/* altura header */
			height: 70px;
		}
		#bs-navbar-collapse-menuhorizontal {
		  margin-top: 0px;
		}

	    #sidebar-altura {
		  height:0px;
	    }	  
        .sidenav #menuclosebtn {
		  top:70px;
	    }	  
	    .sidenav #menuopenbtn {
		  top:70px;
	    }	 
    }	


	
	ul.nav.navbar-nav.navbar-plegado > li.nav-item {
		border-bottom: 1px solid #e0e0e0;
	}
	ul.nav.navbar-nav.navbar-plegado  {
	    background-color: #f9f8f8;
	    border: 1px solid #e0e0e0;
		max-width:300px;
	}

	
	@media only screen and (max-width: 400px) {
		.btn.btn-sm {
			padding: .5rem .5rem;
		}
	}	
	
	
	@media only screen and (max-width: 450px) {
		.btn.btn-sm {
			padding: .5rem 1.0rem;
		}
	}
	
	
	@media only screen and (max-width: 600px) {
		h1 {
			font-size: 2.0rem; /* 2.5 */
		}
		h3 {
			font-size: 1.4rem; /* 1.75 */
		}
		h4 {
			font-size: 1.3rem; /* 1.5 */
		}
		p {
			font-size: 0.9em; /* 1.1 */ 
		}
	}
	
	
	
	