<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-gral{
	background: #4c4c4c;
	color: white;
	padding: 10px 20px;
	border-radius: 10px 0px 25px;
	margin-top: 2rem;
}
body {
	font-family: Montserrat;
}
a {
	text-decoration: none !important;
}
button{
	outline: none !important;
	border: none;
}
.modal-dialog {
	margin: 10rem auto;
}
.modal-content-of {
	width: 60%;
	margin: auto;
}
.modal-content {
	border-radius: 20px;
}
.p-general{
	padding: 20px 50px;
}
.cabeza-modal-oficinas {
	position: relative;
	background: #0db280;
	color: white;
}
.text-center {
	margin: auto;
	text-align: center;
	font-weight: bolder;
	line-height: 1.42857143;
}
.test-modal-ofi {
	margin-bottom: 10px;
	text-align: justify;
	font-size: 1.6rem;
	color: #4c4c4c;
}
.icon_info {
	display: block;
	text-align: center;
	color: #5b3c64;
	margin-top: 1rem;
	font-size: 10rem;
	margin-bottom: 2rem;
}
.btn_spa {
	margin: 10px;
}
.btn_preg{
	position: relative;
	background: #0db280;
	padding: 15px 30px 15px 50px;
	border-radius: 30px; 
	color: white;
	cursor: pointer;
}
.btn_preg:hover{
	position: relative;
	background: #5b3c64;
	padding: 15px 30px 15px 50px;
	border-radius: 30px;
	color: white;
}
.btn_preg{
	transition: .5s background, 1s color;
}
.icon-preg {
	position: absolute;
	font-size: 30px;
	left: 10px;
	top: 9px;
}
.modal-footer {
	border-top: 1px solid #e5e5e5;
	padding-top: 25px;
}
.times_of{
	position: absolute;
	background: none;
	font-size: 32px;
	top: 7px;
	right: 5px;
	opacity: .7;
}
.times_of:hover{
	opacity: 1;
}
.times_of{
	transition: .5s opacity;
}
.limit_pf{
	margin-right: 0;
    margin-left: 0;
}

@media screen and (max-width: 991px){
	.modal-dialog {
		margin: 5rem auto;
	}
	.modal-content-of {
		width: 80%;
	}
	.times_of {
		right: 1px;
	}
}

@media screen and (max-width: 767px){
	.modal-content-of {
		width: 95%;
	}
	.modal-title {
		font-size: 1.8rem;
	}
	.times_of {
		font-size: 25px;
		top: 5px;
		right: 3px;
	}
	.p-general {
		padding: 10px 20px;
	}
	.btn_preg, .btn_preg:hover {
		padding: 11px 9px 11px 40px;
	}
	.icon-preg {
		font-size: 25px;
		left: 9px;
		top: 7px;
	}
}
@media screen and (max-width: 380px){
	.modal-content-of {
		width: 95%;
	}
	.modal-title {
		font-size: 1.5rem;
	}
}


/*@media (max-width: 380px){
	#inf_pfrecuentes {
	    display: inline-block;
	    left: unset;
	    right: unset;
	    top: unset;
	    position: relative;
	    max-width: 154px;
	}
}
</pre></body></html>