h2.prv-title.prv-txt-green-700.title-ref {
    margin-bottom: 25px;
}

.prv-subtitle.ref span {
	font-weight: 600;
}

.cont-cal-ref {
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.08), -2px -2px 0px 0px rgba(0, 0, 0, 0.04);
	width: 100%;
	height: fit-content;
	border-radius: 30px;
	padding: 20px;
	line-height: 1.3;
	margin-bottom: 30px;
	font-family: var(--fontBanda);
}

.cont-cal-ref .fragmento {
	display: flex;
	flex-direction: row;
	padding-bottom: 15px;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.cont-cal-ref .ref-person-1 {
	width: 20%;
	padding-top: 10px;
	display: flex;
	justify-content: center;
	align-items: end;
	max-height: 231px;
}

.cont-cal-ref .ref-person-1 img {
	width: 200px;
	height: 200px;
}

.cont-cal-ref .ref-person-2 {
	width: 80%;
	padding: 20px 30px 0 30px;
	flex-direction: column;
}

.cont-cal-ref .title-frag {
	color: var(--color-green-500);
	font-size: 36px;
	margin-bottom: 15px;
}

.cont-cal-ref .title-frag span {
	font-weight: 600;
}

.cont-cal-ref .title-frag.bld {
	font-weight: 600;
}

.cont-cal-ref .title-frag.bld.hidden {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.cont-cal-ref .sub-text {
	font-size: 24px;
	margin-bottom: 15px;
}

.cont-cal-ref .sub-text-2 {
	font-size: 24px;
	margin-bottom: 15px;
	color: var(--color-gray-500);
	font-weight: 600;
}

.cont-cal-ref .sub-text-3 {
	font-size: 24px;
	margin-bottom: 15px;
	background-color: var(--color-green-500);
	color: #fff;
	border-radius: 17px;
	padding: 0 30px;
	width: max-content;
}

.cont-cal-ref .cont-btn {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.cont-cal-ref .cont-btn-2 {
	display: flex;
	flex-direction: row;
	justify-content: end;
	width: 100%;
}

.cont-cal-ref .cont-btn-2 a.prv-btn--green.prv-btn--round-corner {
	margin-right: 0;
	width: 285px;
}

.cont-cal-ref .prv-btn--green.prv-btn--round-corner {
    cursor: pointer;
}

.cont-cal-ref a.prv-btn--green.prv-btn--round-corner {
	display: flex;
	font-size: 25px;
	width: 365px;
	text-align: center;
	margin-right: 30px;
	justify-content: center;
	align-items: center;
}

.cont-cal-ref .cont-inputs {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 15px;
}

.cont-cal-ref .cont-inputs label {
	font-size: 20px;
	color: var(--color-gray-500);
	display: flex;
	text-align: center;
	margin-bottom: 5px;
}

.cont-cal-ref .cont-inputs .ref-input {
	border: 1px solid #707070;
	color: #707070;
	border-radius: 7px;
	background-color: #F8F8F8;
	min-height: 40px;
	max-height: 40px;
	width: 275px;
	padding: 5px;
	padding-left: 15px;
	font-size: 20px;
	font-family: var(--fontBanda);
}

.cont-cal-ref .error_input {
	color: #df4326;
	font-size: 14px;
	height: 23px;
	text-align: center;
}

.cont-cal-ref .error_input span {
	display: none;
}

.cont-cal-ref .error_cont_input .ref-input {
	border: 2px solid #df4326;
}

.cont-cal-ref .error_cont_input .error_input span {
	display: block;
}

.cont-cal-ref .ref-person-2 .cont-descrip {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.cont-cal-ref .ref-person-2 .cont-descrip.hidden {
	display: none;
}

.cont-cal-ref .ref-person-2 .cont-descrip .descrip-card {
	border-radius: 15px;
	padding: 10px 20px 15px 20px;
	width: 49%;
}

.cont-cal-ref .ref-person-2 .cont-descrip .descrip-card:nth-child(1) {
	background-color: #F3F3F3;
}

.cont-cal-ref .ref-person-2 .cont-descrip .descrip-card:nth-child(2) {
	background-color: #F3F3F385;
}

.cont-cal-ref .ref-person-2 .cont-descrip .descrip-title {
	color: var(--color-gray-500);
	font-size: 22px;
	font-weight: 600;
}

.cont-cal-ref .ref-person-2 .cont-descrip .descrip-text {
	text-align: initial;
}

.cont-cal-ref .ref-person-2 .cont-descrip .descrip-text span {
	font-weight: 600;
}

.cont-cal-ref .ref-person-2 .hash-prv {
	color: var(--color-green-500);
	font-weight: 600;
}

.cont-cal-ref .disclaimer-ref {
    margin: 0 25px;
	font-size: 14px;
}

.cont-cal-ref .disclaimer-ref span {
    font-weight: 600;  
}

.altoContrasGeneral .cont-cal-ref .title-frag {
    color: var(--color-green-accesibility);
}

.altoContrasGeneral .cont-cal-ref .sub-text-3 {
     background: var(--color-green-accesibility);
}

.altoContrasGeneral .cont-cal-ref .ref-person-2 .hash-prv {
    color: var(--color-green-accesibility);
}

.cont-cal-ref .ref-person-2 .cont-descrip .descrip-title {
    color: var(--color-green-accesibility);
}

.altoContrasGeneral .cont-cal-ref .sub-text-2 {
    color: var(--color-green-accesibility);
}

.altoContrasGeneral .cont-cal-ref .cont-inputs label {
     color: var(--color-green-accesibility);
}

.cont-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.prv-btn--green.prv-btn--round-corner.prv-btn--saber-mas {
    margin-right: 0;
    font-size: 18px;
}

@media (width <=1230px) {
	.cont-cal-ref a.prv-btn--green.prv-btn--round-corner {
		font-size: 20px;
	}
}

@media (width < 1200px) {
	.cont-cal-ref .cont-inputs {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	.cont-cal-ref .cont-btn-2 {
		justify-content: center;
	}
}

@media (width < 998px) {
	.cont-cal-ref {
		padding-top: 0;
	}

	.cont-cal-ref .ref-person-1 img {
		max-width: 180px;
		max-height: 180px;
	}

	.cont-cal-ref .fragmento {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding-bottom: 0;
	}

	.cont-cal-ref .ref-person-2 {
		width: 100%;
		align-items: center;
	}

	.cont-cal-ref .cont-inputs {
		justify-content: space-between;
	}

	.cont-cal-ref .cont-btn {
		justify-content: space-evenly;
	}

	.cont-cal-ref .cont-btn a.prv-btn--green.prv-btn--round-corner {
		width: 250px;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.cont-cal-ref .cont-btn-2 a.prv-btn--green.prv-btn--round-corner {
		margin-bottom: 15px;
	}

	.cont-cal-ref .sub-text-3 {
		justify-content: center;
	}

	.cont-cal-ref .ref-person-2 .cont-descrip {
		flex-direction: column;
	}

	.cont-cal-ref .ref-person-2 .cont-descrip .descrip-card {
		width: 100%;
		margin-bottom: 15px;
	}

	.cont-cal-ref .ref-person-2 .hash-prv {
		margin-bottom: 15px;
	}
	
	.cont-cal-ref .disclaimer-ref {
        text-align: center;
        margin: 0 0;
    }  

	.cont-footer {
	    flex-direction: column;
	    margin-bottom: 15px;
	}

	a.prv-btn--green.prv-btn--round-corner.prv-btn--saber-mas {
		width: 100%;
	}	
}

@media (width < 768px) {
	.cont-cal-ref .cont-btn {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.cont-cal-ref .cont-inputs {
		justify-content: space-evenly;
	}

	.cont-cal-ref .cont-btn a.prv-btn--green.prv-btn--round-corner {
		width: 90%;
	}

	.cont-cal-ref .title-frag {
		font-size: 24px;
	}

	.cont-cal-ref .ref-person-2 .cont-descrip .descrip-title {
		font-size: 20px;
	}

	.cont-cal-ref .sub-text-3 {
		width: auto;
	}
}

@media (width < 420px) {
	.cont-cal-ref .cont-inputs .ref-input {
		width: 180px;
		font-size: 14px;
	}
}

@media (min-width: 320px) {

	.prv-card.prv-style-1 {
		height: 455px;
	}

	.newFontSize__110 .cont-cal-ref .sub-text {
		font-size: 25px;
	}

	.newFontSize__120 .cont-cal-ref .sub-text {
		font-size: 26px;
	}

	.newFontSize__130 .cont-cal-ref .sub-text {
		font-size: 27px;
	}

	.newFontSize__140 .cont-cal-ref .sub-text {
		font-size: 28px;
	}

	.newFontSize__110 .cont-cal-ref .sub-text-2 {
		font-size: 25px;
	}

	.newFontSize__120 .cont-cal-ref .sub-text-2 {
		font-size: 26px;
	}

	.newFontSize__130 .cont-cal-ref .sub-text-2 {
		font-size: 27px;
	}

	.newFontSize__140 .cont-cal-ref .sub-text-2 {
		font-size: 28px;
	}

	.newFontSize__110 .cont-cal-ref .sub-text-3 {
		font-size: 25px;
	}

	.newFontSize__120 .cont-cal-ref .sub-text-3 {
		font-size: 26px;
	}

	.newFontSize__130 .cont-cal-ref .sub-text-3 {
		font-size: 27px;
	}

	.newFontSize__140 .cont-cal-ref .sub-text-3 {
		font-size: 28px;
	}

	.newFontSize__110 .cont-cal-ref .cont-inputs label {
		font-size: 21px;
	}

	.newFontSize__120 .cont-cal-ref .cont-inputs label {
		font-size: 22px;
	}

	.newFontSize__130 .cont-cal-ref .cont-inputs label {
		font-size: 23px;
	}

	.newFontSize__140 .cont-cal-ref .cont-inputs label {
		font-size: 24px;
	}

	.newFontSize__110 .cont-cal-ref .error_input {
		font-size: 15px;
	}

	.newFontSize__120 .cont-cal-ref .error_input {
		font-size: 16px;
	}

	.newFontSize__130 .cont-cal-ref .error_input {
		font-size: 17px;
	}

	.newFontSize__140 .cont-cal-ref .error_input {
		font-size: 18px;
	}

	.newFontSize__110 .cont-cal-ref a.prv-btn--green.prv-btn--round-corner {
		font-size: 21px;
	}

	.newFontSize__120 .cont-cal-ref a.prv-btn--green.prv-btn--round-corner {
		font-size: 22px;
	}

	.newFontSize__130 .cont-cal-ref a.prv-btn--green.prv-btn--round-corner {
		font-size: 23px;
	}

	.newFontSize__140 .cont-cal-ref a.prv-btn--green.prv-btn--round-corner {
		font-size: 24px;
	}

	.newFontSize__110 .cont-cal-ref .title-frag {
		font-size: 25px;
	}

	.newFontSize__120 .cont-cal-ref .title-frag {
		font-size: 26px;
	}

	.newFontSize__130 .cont-cal-ref .title-frag {
		font-size: 27px;
	}

	.newFontSize__140 .cont-cal-ref .title-frag {
		font-size: 28px;
	}

	.newFontSize__110 .cont-cal-ref .ref-person-2 .cont-descrip .descrip-title {
		font-size: 21px;
	}

	.newFontSize__120 .cont-cal-ref .ref-person-2 .cont-descrip .descrip-title {
		font-size: 22px;
	}

	.newFontSize__130 .cont-cal-ref .ref-person-2 .cont-descrip .descrip-title {
		font-size: 23px;
	}

	.newFontSize__140 .cont-cal-ref .ref-person-2 .cont-descrip .descrip-title {
		font-size: 24px;
	}

	.newFontSize__110 .cont-cal-ref .cont-inputs .ref-input {
		font-size: 15px;
	}

	.newFontSize__120 .cont-cal-ref .cont-inputs .ref-input {
		font-size: 16px;
	}

	.newFontSize__130 .cont-cal-ref .cont-inputs .ref-input {
		font-size: 17px;
	}

	.newFontSize__140 .cont-cal-ref .cont-inputs .ref-input {
		font-size: 18px;
	}
}

@media (min-width: 420px) {
	.newFontSize__110 .cont-cal-ref .cont-inputs .ref-input {
		font-size: 21px;
	}

	.newFontSize__120 .cont-cal-ref .cont-inputs .ref-input {
		font-size: 22px;
	}

	.newFontSize__130 .cont-cal-ref .cont-inputs .ref-input {
		font-size: 23px;
	}

	.newFontSize__140 .cont-cal-ref .cont-inputs .ref-input {
		font-size: 24px;
	}
}

@media (min-width: 768px) {
	.newFontSize__110 .cont-cal-ref .title-frag {
		font-size: 37px;
	}

	.newFontSize__120 .cont-cal-ref .title-frag {
		font-size: 38px;
	}

	.newFontSize__130 .cont-cal-ref .title-frag {
		font-size: 39px;
	}

	.newFontSize__140 .cont-cal-ref .title-frag {
		font-size: 40px;
	}
}

@media (min-width: 1231px) {
	.newFontSize__110 .cont-cal-ref a.prv-btn--green.prv-btn--round-corner {
		font-size: 26px;
		font-size: 26px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.newFontSize__120 .cont-cal-ref a.prv-btn--green.prv-btn--round-corner {
		font-size: 27px;
	}

	.newFontSize__130 .cont-cal-ref a.prv-btn--green.prv-btn--round-corner {
		font-size: 28px;
	}

	.newFontSize__140 .cont-cal-ref a.prv-btn--green.prv-btn--round-corner {
		font-size: 29px;
	}
}

@media (min-width: 0px) and (max-width: 767px){
	.prv-card.prv-style-1 {
		height: 455px;
	}
}