/* INICIO */

	/* ESTILO PARA CARROUSELES */
	.img-desktop {
	  display: block;
	}
	.img-mobile {
	  display: none;
	}
	@media (max-width: 576px){
	  .img-desktop {
		display: none;
	  }
	  .img-mobile {
		display: block;
	  }
	}
	
	/* BOTONES FLOTANTES */
	.btnWhatsapp {
		width:70px;
		display: block;
		cursor: pointer;
		position: fixed;
		bottom: 120px;
		right: 30px;
		z-index: 1;
		background-color:#25d366;
		color:white;
		font-size:20px;
		padding:10px;
		border-radius:20px;
		text-align:center;
	}
	.btnWhatsapp a { background-color:transparent;color:white;text-decoration:none; }
	
	.btnComoLlegar {
		width:70px;
		display: block;
		cursor: pointer;
		position: fixed;
		bottom: 30px;
		right: 30px;
		z-index: 1;
		background-color:#ec3434;
		color:white;
		font-size:20px;
		padding:10px;
		border-radius:20px;
		text-align:center;
	}
	.btnComoLlegar a { background-color:transparent;color:white;text-decoration:none; }
	
	/* RESTO DEL SITIO */
	.navbar-brand{
		max-width:30%;
		padding-left:15px;
	}
	.container-fluid{
		max-width:65%;
		padding-right:0px;
	}
	#imgLogo{
		max-width:100%;
	}
	#divPortada{
		max-width:90%;
		font-size: 30px;
		font-weight: 400;
		text-align: center;
		font-family: "Montserrat";
		line-height: 1.42857143;
	}
	#divPortada p{
		padding:4%;
		margin:0px;
	}
	#imgPortada{
		width:100%;
		max-width:100%;
	}
	#divSecciones p{
		margin:0px;
	}
	.texto_secciones{
		font-family: "Montserrat";
		font-size: 25px;
	}
	#imgPiscinas{
		width:100%;
		max-width:100%;
	}
	#imgAccesorios{
		width:100%;
		max-width:100%;
	}
	#imgServicios{
		width:100%;
		max-width:100%;
	}
	#divCarrousel{
		font-size: 30px;
		font-weight: 400;
		text-align: center;
		font-family: "Montserrat";
		line-height: 1.42857143;
	}
	

	footer{
		/*background-color:#3cacdc;*/
		background-color:transparent;
		color:#ec3434 ;
		background-image:url('img/footer.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
	footer p{
		color:black;
	}
	footer i{
		margin:12px;
	}
	.icon-container {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 80px; /* Ajusta el tamaño del contenedor según necesites */
		height: 80px;
		border: none; /* Color del borde */
		margin:15px;
	}

	.icon-container i {
		color: #ec3434; /* Color del icono */
	}

	@media (max-width: 576px){
		.navbar-brand{
			max-width:70%;
			padding:0px;
		}
		.container-fluid{
			max-width:25%;
		}
		#divPortada{
			max-width:98%;
			font-size:20px;
		}
		#divCarrousel{
			font-size:20px;
		}
	}
	
/* PISCINAS */
	#divPiscinas {
		max-width:100%;
		width:100%;
	}
	#divPiscinas h1{
		background-color:black;
		color:white;
		font-size:40px;
		text-align:center;
		padding-top:30px;
		padding-bottom:30px;
	}
	#divPiscinas img{
		width:100%;
		max-width:100%;
		margin-bottom:20px;
	}
	#divPiscinas span{
		cursor:pointer;
		font-size:30px;
	}
	
	@media (max-width: 576px){
		#divPiscinas h1{
			font-size:28px;
		}
	}
	
/* SERVICIOS */

	#divServicios img{
		width:100%;
		max-width:100%;
		margin:20px;
		margin-left:0px;
		border-radius:20px;
	}
	
	#imgPortadaServicios{
		margin-bottom:30px;
		margin-left:0px;
		border-radius:0px;
	}
	
	@media (max-width: 576px){
		
	}
	
	