﻿/* Place Your Custom Styles Here */
.btn-pink {
  color: #fff;
  background: #ed217c;
  border-color: transparent;
}
.btn-pink:hover {
  color: #080914;
  background: rgba(237, 33, 124, 0.9);
  border-color: rgba(237, 33, 124, 0.9);
}
.btn-pink:focus, .btn-pink.focus {
  color: #080914;
  border-color: rgba(237, 33, 124, 0.9);
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #080914;
  background-color: rgba(237, 33, 124, 0.8);
  border-color: rgba(237, 33, 124, 0.8);
}

.fs-18{font-size:18px!important}
.item_recurso{text-align:center}
	.item_recurso IMG{max-width:90%}
	
/* FANCYBOX */
.fancybox-slide--iframe .fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 1000px;
	max-height : 90%;
	margin: 0;
}

.contact-button-tel{
	display:inline-block;
	color:#fff;
	text-align:center;
	width:95%;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	background:#df1b79;
	border-radius:25px;
}

.contact-button-w{
	display:inline-block;
	color:#fff;
	text-align:center;
	width:95%;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	background:#ef9800;
	border-radius:25px;
}

.contact-button-m{
	display:inline-block;
	color:#fff;
	text-align:center;
	width:95%;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	background:#7db1c6;
	border-radius:25px;
}
.contact-button-tel:hover, .contact-button-w:hover, .contact-button-m:hover{color:#fff;}