@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap');


*{
	box-sizing: border-box;
	/*margin: 0;
	padding: 0;*/
}
body {
	background: #027de7;
	/*background: rgb(18,138,199);
	background: linear-gradient(0deg, rgba(18,138,199,1) 18%, rgba(1,138,199,1) 100%);*/
	font-family: rubik; 
}

/* BOTON FLOTANTE */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
}

.whatsapp-float img {
  width: 80px;
  height: 80px;
}

.call-float {
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 999;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.call-float img {
  width: 85px;
  height: 85px;
}



/* topbar */

.topbar-container {
	background-color: #027de7;
	font-weight: 400;
}

.topbar-link {
	margin: 20px 30px 10px 30px;
	text-align: center;

}

.topbar-link a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-shadow: 1px 3px 3px #0849a9ff;
}

.topbar-link i {
	margin-right: 13px;
	font-size: 33px;
	color: whitesmoke;
	text-shadow: 1px 3px 3px  #0849a9ff;
}

.test {
	display: flex;
	justify-content: space-between;
	padding: 1px;

}

.test-a {
	display: flex;
	text-align: left;
}

/*Barra de navegación  */

.navbar {
	padding: 0.5rem;
	background-color: #fafaf7ff;
	box-shadow: 1px 2px 3px  #00aed6;
}

.navbar-toggler {
	background-color: whitesmoke;
/*	border-style: none;*/
	color: transparent;
/*	box-shadow: 1px 2px 3px  #00aed6;*/
	margin: 10px;

}

.navbar-toggler:hover {
	box-shadow: 1px 2px 3px  #00aed6;

}




.navbar-collapse{
	align-items: center;
	justify-content: space-between;
}

.nav-link {
	width: auto;
	padding: 5px 10px;
	margin: 7px ;
/*	border:1px solid #0849a9ff;*/
	border-radius: 8px;
	box-shadow: 1px 2px 3px  #027de7;
	font-size: 1.2em;
	background-color: whitesmoke;
	color: #027de7;
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	text-align: center;

}

.nav-link:hover {
	background-color: #8ae234ff;
	color: white;
	text-shadow: 1px 2px 3px #313131;
}

.icon-lista {
	color: #027de7;
	font-weight: 800;
	font-size: 30px;
}

/* Hero */
.hero {
}
	.swiper {
  position: relative;
  width: 90%;
  height: auto;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: 1px 1px 3px black;
}

/*.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}*/


/* Estilo general para las imágenes del slider */
.swiper-slide img {
  width: 100%;
  height: auto;
  display: none; /* Oculta las imágenes por defecto */
}

/* Imágenes para pantallas de escritorio */
.swiper-slide img.desktop {
  display: block;
}

/* Media query para pantallas móviles */
@media screen and (max-width: 768px) {
  .swiper-slide img.desktop {
    display: none; /* Oculta las imágenes de escritorio */
  }

  .swiper-slide img.mobile {
    display: block; /* Muestra las imágenes móviles */
  }
}



.swiper-scrollbar {
  display: none;
}

.swiper-pagination {
  display: none;
}

.prueba-btn {
  position: absolute; 
  bottom: 0; 
  left: 50%;
  transform: translateX(-50%); 
  padding: 0.8vw 2vw; 
  margin-bottom: 6.5%;
  border-radius: 1vw;
  border: 1px solid grey;
  background: #93D427 ;

  color: white; 
/*  border: none; */
  cursor: pointer; 
  font-size: 1.8vw;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0px 0px 7px whitesmoke;
  transition: all ease 0.2s;
  text-shadow: 1px 1px 3px grey;
}




	/* SECCIONES */

	section {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		background-color: whitesmoke;
		text-align: center;
		border: 1px solid #128ac7;
		border-radius: 20px;
		margin: 2rem 0px;
		box-shadow: 1px 1px 3px #333;
	}

/*	.img-dental {
		width: 50%;
		margin: 3% 3%;
	}*/

	.titulo { 
/*		background: rgb(18,138,199);
		background: linear-gradient(0deg, rgba(18,138,199,1) 18%, rgba(0,212,255,1) 100%); */
		background: #027de7;
		box-shadow: 1px 1px 3px  #333;
		font-size: 2.5rem; 
		border-radius: 10px;
		text-shadow: 1px 2px 3px #2e3436ff;
		text-align: center;
		font-weight: 700;
		color: white;
		padding: 15px 15px 15px 15px;
		width: 80%;
		margin-bottom: 2rem;
		margin-top: 2rem;
	}

	.img-dental {
		width: 55%;
	}



	.caja-wsp {
		width: 40%;
		background-color: #8ae234ff;
		font-size: 30px;
		font-weight: 700;
		text-decoration: none;
		color: white;
		padding: 20px;
		border-radius: 20px;
		text-shadow: 1px 2px 3px #2e3436ff;
		box-shadow: 1px 2px 3px #2e3436ff;
		margin-bottom: 2rem;
		transition: all 0.24s ease-in;

	}


	.caja-wsp:hover {
		width: 50%;
		font-size: 40px;
		box-shadow: 1px 5px 5px #2e3436ff;
		
	}







/*	.icon-wsp {
		background: #25D366;
		align-items: center;
		border-style: none;
		color: white;
		box-shadow: 1px 1px 3px #444;
		width: 80%;
		padding: 15px 15px 15px 15px;
		margin-bottom: 1rem;
		border-radius: 10px;
		transition: all 0.3s ease-in;

	}


	.icon-wsp:hover {
		width: 95%;
		box-shadow: 1px 1px 7px blue;
	}

	.icon-wsp h2 {
		font-weight: bold;
		text-shadow: 1px 2px 3px #2e3436ff;
		font-size: 2rem;

	}

	.titu-wsp i {
		font-size: 2rem;
	}
*/


	.texto-p {
		font-size: 18px; 
		text-align: justify;
		color: #555753ff;
		padding: 0px 11%;
/*		margin: 2rem 1rem 2rem 1rem;*/

	}


	.imagen-doctores {
		width: 65%;
		margin-top: 30px;
		margin-bottom: 10px;
		border-radius: 0px;
		border-radius: 10%;
		box-shadow: 0px 0px 1px 2px rgba(18,138,199,1);
	}

	.equipo-titulo {
		color: #555753ff;
	font-size: 25px;
	font-weight: bold;
	margin: 0px 0px; 

}



	.equipo .columna {
	background-color: white;
	padding: 0px 20px;
/*	border: 2px solid #8080804d;*/
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
/*	margin: 0px 15px 2rem 10px;*/
	margin: 1rem 1rem;
	transition: all 0.2s ease-in;
	box-shadow: 0px 0px 5px 2px rgba(18,138,199,1);
	color: #333;
}

	.equipo .columna:hover {
	
	background: linear-gradient(0deg, rgba(0,212,255,0.2) 0%, rgba(18,138,199,0.1) 100%);
/*	box-shadow: 1px 1px 7px 3px rgba(18,138,199,0.7);*/
	
}

.texto-doctores {
/*	padding: 0px 2%;*/
	text-align: center;
}

.btn-t {
	background: #8ae234ff;
	padding: 7px 18px;
/*	border:1px solid #0849a9ff;*/
	border-radius: 8px;
	box-shadow: 1px 2px 3px  #027de7;
	font-size: 1.2em;
	color: white;
	font-family: 'Rubik', sans-serif;
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
	text-align: center;

}



.btn-t:hover {
	background-color: #027de7;
	color: white;
	text-shadow: 1px 2px 3px #313131;
}






.texto-p3 {
	margin-top: -11px;
	margin-bottom: 10px;
}


.badges-contenedor {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;

}

.badge {
	background-color: #8ae234ff;
	font-size: 16px;
	padding: 7px 55px;
	margin: 5px 3px;
	text-shadow: 1px 1px 4px black;
	box-shadow: 1px 1px 4px black;
/*	margin: 0px 0px 1rem 0px;*/
}




/* PROTOCOLO COVID */

.img-covid {
	max-width: 250px;

}

.covid-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	padding: 0px 60px;
	margin-bottom: 40px;

}

.badge-covid {
	background-color: #345bddff;
	font-size: 20px;
	padding: 10px 20px;
	color: white;
	border-radius: 10px;
	font-weight: bold;
	box-shadow: 1px 1px 4px rgba(18,138,199,1);
	margin-top: 10px;
	margin-bottom: 20px;
/*	margin: 0px 0px 1rem 0px;*/
}

.testimonios{
	padding: 0px 0px 0px 0px;
	background-image: url(img/fondo1.png);
	background-size: cover;
	background-repeat: no-repeat;
	/*background: radial-gradient(circle at top left,transparent 9%, #b5d5ec 10% ,#b5d5ec 15% , transparent 16%) , radial-gradient(circle at bottom left,transparent 9%, #b5d5ec 10% ,#b5d5ec 15% , transparent 16%), radial-gradient(circle at top right ,transparent 9%, #b5d5ec 10% ,#b5d5ec 15% , transparent 16%) , radial-gradient(circle at bottom right,transparent 9%, #b5d5ec 10% ,#b5d5ec 15% , transparent 16%),radial-gradient(circle, transparent 25%, #ffffff  26%),linear-gradient(45deg, transparent 46%, #b5d5ec 47%, #b5d5ec 52%, transparent 53%), linear-gradient(135deg, transparent 46%, #b5d5ec 47%, #b5d5ec 52%, transparent 53%);
        background-size: 5em 5em;
        background-color: #ffffff;
        opacity: 1*/
}



.testimonios .carousel {
	max-width: 90%;
/*	margin: 10px;*/
}

.carousel-item{
	min-height: 300px;
	padding: 23px 0px;
	border: 4px solid rgba(18,138,199,1);
	border-radius: 30px;
	background: rgba(255,255,255,1);
	width: 80%;
	margin-left: 10%;
	margin-bottom: 40px;
	
}

.carousel-item .container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.testimonio-imagen{
	height: 150px;
	width: 150px;
	margin: 1rem 1rem 1rem 1rem;
	box-shadow: 1px 1px 3px #0849a9ff;
}

.testimonio-info {

	margin-top: 30px;

}

.texto-p2 {
	font-weight: 400;
	color: #555753ff;
	font-size: 18px; 
	text-align: center;
	padding: 0px 12%;
	margin: 0rem 1rem 1rem 1rem;
	text-shadow: 0.3px 0.3px 0.7px rgba(255, 255, 255, 1.0);
}


.cliente {
	font-size: 18px;
	font-weight: bold;
	color: #345bddff;
	margin-bottom: 0px;
}

.cargo {
	color: #345bddff;
	font-weight: 400;
	font-size: 18px;
}

.cargo2 {
	color: #027de7;
	font-weight: bold;
	font-size: 18px;
}

.cajas {
	margin: 20px 10% 40px 10%;
}

.card {
	border-radius: 10px;
	color: whitesmoke;
	box-shadow: 1px 1px 10px rgba(18,138,199,1);
}

.card-title {
	background: #027de7;
	/*background: rgb(18,138,199);
	background: linear-gradient(0deg, rgba(18,138,199,1) 18%, rgba(0,212,255,1) 100%); */
	border-radius: 5px;
	font-weight: 700;
	padding: 5px;
	color: white;
	text-shadow: 1px 1px 1px black;
	box-shadow: 1px 1px 1px black;
}

.card img {
	padding: 3px;
	border-radius: 10px;
}

.card-text {
/*	padding-left: 40px;*/
	text-align: center;
	color: #444;
}


.card-footer button {
	padding: 5px 20px;
	color: #0849a9ff;
	box-shadow: 1px 1px 3px #333;
	font-weight: 400;
/*	text-shadow: 0.5px 0.5px .0.5px #345bddff;*/
	border-radius: 5px;
	background-color: white;
	border-style: none;
	transition: all 0.2s ease-in;
}

.card-footer button:hover {
	color: #345bddff;
	font-weight: bold;
	box-shadow: 1px 1px 10px rgba(18,138,199,1);
	background: linear-gradient(0deg, rgba(18,138,199,0.3) 18%, rgba(0,212,255,0.4) 100%);
}



.img-google {
	width: 150px;
	margin: -15px 0px -30px 0px;
}



ul li {
	list-style: none;
}

.icono-ubi {
	font-size: 30px;

}

.ul-footer {
/*	text-align: center;*/
/*	align-items: center;*/
	background-color: transparent;
/*	padding: 0px;*/
/*	margin: -10% 0 0 7%;*/
	text-align: center;
	font-size: 1rem;
	margin-left: -25px;

}

.horario-caja {
	margin-left: -15px;
	padding: 0px 30px;
}

.img-map {
/*	width: 60%;
	height: 80%;*/
}

.container-footer {
/*	align-items: center;*/
	text-align: center;
	margin-bottom: 2%;
	
}


.cajas-footer {
/*	background-color: blue;*/
	padding: 10px;

}

.map-g {
	margin-left: 0px;
}

.horario {
	margin-left: 10px;
}

.icono-hora {
	margin-right: 10px;
}


/* Adaptables Responsive */
@media screen and (max-width: 767px){
	.navbar-brand{
		display: flex;
		justify-content: center;
	}

}


/*@media screen and (max-width: 900px){
	.topbar-container {
		flex-direction: column;
		align-content: center;
		align-items: center;
		text-align: center;
	}


}
*/

.logo-nav {
width: 250px; 
margin: 0px 0px 0px 80px;
}

@media (max-width: 768px) {
  .logo-nav {
    width: 220px; /* Ajusta el ancho */
    margin: 0px 0px 0px 20px;
  }
}

@media screen and (max-width: 1150px) {
	.bt {
		font-size: 30px;
	}

	.botn {
		padding-left: 8.5%;
	}

	.caja-wsp {
		width: 80%;
		font-size: 2rem;
	}

	.caja-wsp:hover {
		width: 90%;
		font-size: 2.2rem;
		box-shadow: 1px 2px 5px #2e3436ff;
	}
}


@media screen and (max-width: 850px) {
	.bt {
		font-size: 28px;
	}

	.botn {
		padding-left: 7.4%;
	}

	.caja-wsp {
		width: 80%;
		font-size: 2rem;
	}

	.caja-wsp:hover {
		width: 90%;
		font-size: 2.2rem;
		box-shadow: 1px 2px 5px #2e3436ff;
	}


}

@media screen and (max-width: 650px) {
	.bt {
		font-size: 20px;
	}

	.botn {
		padding-left: 5.5%;
	}
	
			.titulo {
		font-size: 2rem;
	}

/*	.caja-wsp {
		width: 80%;
		font-size: 1.5rem;
	}

	.caja-wsp:hover {
		width: 90%;
		font-size: 1.7rem;
		box-shadow: 1px 2px 5px #2e3436ff;
	}*/


}



@media screen and (max-width: 550px) {
	.bt {
		padding: 11px 17px;
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 18px;
	}

	.botn {
		padding-left: 5.8%;
	}

	.testimonios .carousel {
		max-width: 100%;
		
	}
	
		.titulo {
		font-size: 2rem;
	}

	.caja-wsp {
		width: 100%;
		font-size: 1.5rem;
	}

	.caja-wsp:hover {
		width: 100%;
		font-size: 1.7rem;
		box-shadow: 1px 2px 5px #2e3436ff;
	}

	.img-dental {
		width: 300px;
	}

}

@media screen and (max-width: 376px) {
	.bt {
		padding: 8px 12px;
		font-size: 16px;
		border-radius: 8px;
	}

	.botn {
		padding-left: 4.3%;
	}

	.titulo {
		font-size: 2rem;
	}

	.texto-p2 {
		font-size: 15px;
		padding: 0 2%;
	}

	.carousel-item {

	}

	.texto-p {
		font-size: 14px;
/*		text-align: center;*/
	}


	.caja-wsp {
		width: 90%;
		font-size: 1rem;
	}

	.caja-wsp:hover {
		width: 100%;
		font-size: 1.3rem;
		box-shadow: 1px 2px 5px #2e3436ff;
	}


}

@media screen and (max-width: 286px) {
	.bt {
		padding: 7px 15px;
		font-size: 10px;
	}

	.botn {
		padding-left: 2.3%;
	}

}



@media screen and (max-width: 1060px){
	.test {
		flex-direction: column;
/*		justify-content: start;*/
		padding-left: 5%;
/*		align-items: center;*/
		font-size: 18px;
	}

	.topbar-link {
		margin: 0px 0px 0px 0px;
/*		border: 5px solid blue;*/
/*		padding: -10px;*/
	}

	.topbar-link a {
		margin-bottom:-5px;
		padding-bottom: px;
	}
}