	@charset "UTF-8";

	.hr-text { /** texto separados */
	  display: flex;
	  flex-direction: row;
	  font-size: 33px;
	  font-family: "Barlow", sans-serif;
	  font-weight: bold;
	}

	.hr-text:before, 
	.hr-text:after{ /** lineas de separador */
	  content: "";
	  flex: 1 1;
	  border-bottom: 3px solid #FFCA08;
	  margin: auto;
	}

	.hr-text:before {
	  margin-right: 10px
	}
	.hr-text:after {
	  margin-left: 10px
	}

	.padding-0 {
		padding: 0px;
	}

	.margin-bottom-0 {
		margin-bottom: 0px;
	}

	.div-mensaje {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.comillas-1 {
		font-size: 35px;
		margin-top: -10px;
		color: #ffca08;
	}

	.comillas-2 {
		font-size: 35px;
		display: flex;
		align-items: flex-end;
		margin-bottom: -15px;
		color: #ffca08;
	}

	.div-mensaje  h5{
		margin-left: 30px;
		margin-right: 30px;
	}

	#testimonial {
		margin-bottom: 80px;
	}

	.nombre-cliente {
		font-size: 13px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
	}

	@media (min-width: 768px) and (max-width: 991px) {
		.w-title {
			font-size: 18px;
		}

		.text-pie-por{
			font-size: 22px;
		}

		.div-mensaje h5 {
			font-size: 18px;
			margin-left: 5px;
			margin-right: 5px;
		}

	}

	@media (min-width: 576px) and (max-width: 767px) {
		.text-pie-por{
			font-size: 20px;
		}

		.div-mensaje h5 {
			font-size: 18px;
			margin-left: 5px;
			margin-right: 5px;
		}

		.br-text-test {
			display: none;
		}


	}

	@media (max-width: 575px) {
		.w-title {
			font-size: 16px;
		}

		.text-pie-por{
			font-size: 20px;
		}

		.div-mensaje h5 {
			font-size: 16px;
			margin-left: 5px;
			margin-right: 5px;
		}

		.br-text-test {
			display: none;
		}
	}