strong {
    font-weight: 900 !important;
}
.bg-medium {
    background-color: #f8f3eb;
}
.bg-medium-plan {
    background-color: #e2e2e2;
}
.bg-medium-grey {
    background-color: #fafafa;
}
section {
    margin-top: 50px;
    padding-top: 70px;
    margin-bottom: 80px;
    padding-bottom: 40px;
}
.email-link {
    display:inline-block;
    padding: 5px 5px;
    border-radius: 20px;
    background-color: #0c58a8;
    color: #fff;
}
.benefits-section span {
    display: block;
    position: relative;
    padding-left: 20px;
}
.benefits-section span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-image: url('../img/check.png');
    background-size: contain;
    line-height: 1.6rem;
}
.btn-primary1,
.btn-primary2 {
    font-size: 1.2rem;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
}
.btn-primary2,
.btn-primary2:hover {
    background-color: #ff7e2e;
    border: solid 2px #ff7e2e;
    color: #fff;
}
.btn-primary1,
.btn-primary1:hover {
    background-color: #fafafa;
    border: solid 2px #ff7e2e;
    color: #333;
}
.btn-warning {
    background-color: #ff7e2e;
    border: solid 1px #ff7e2e;
	width:25%;
	font-size:20px;
	border-radius:25px;
}
.btn-warning-asobre:hover{
	background-color: white !important;
    border-color: #ff7e2e !important;
	color:#ff7e2e !important;
}
.hospitals {
    border-radius: 3px;
    background-color: #fafafa;
    padding: 5px 0px 20px;
}
.hospitals strong,
.hospitals span {
    display: block;
    text-align: center;
}
.hospitals strong {
    margin-top: 20px;
}
.hospitals span {
    font-weight: 400 !important;
}
.box-price {
    color: #ff7e2e;
    font-weight: bold;
    font-size: 1.5rem;
}
.box-price .text-muted {
    display: block;
    font-size: 8px;
}
.card-header {
    background-color: rgba(248, 243, 235, 0.3) !important;
}
.benefits-icons i {
    font-size: 2rem;
    color: #fff;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background: #ff7e2e;
    border-radius: 5px;
}


.progressbar {
    padding: 0;
    counter-reset: step;
}
.progressbar li {
    list-style-type: none;
    width: calc(100%/3);
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #ff7e2e;
}
.progressbar li.active:before {
    border-color: #ff7e2e;
}
.progressbar li.active + li:after {
    background-color: #ff7e2e;
}

#beneficios {
    min-height: 100vh;
}

footer {
    /*background: #fc7e2f;*/
	background: #212121;
}

.pricing-list {
    position: relative;
    box-shadow: #fafafa 0 0 8px 5px;
    border-radius: 15px;
}
.pricing-head {
    background-color: #fafafa;
    padding: 15px 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
}
.pricing-ribbon {
    position: absolute;
    top: 20px;
    right: -20px;
    padding: 4px 30px 4px 34px;
    transform: rotate(35deg);

    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 9px;
    color: #fff;
    box-shadow: #979797 0px 2px 5px -1px;
}
.pricing-ribbon.ribbon1 {
    background-color: #4BBF73;
}
.pricing-ribbon.ribbon2 {
    background-color: #d9534f;
}
.pricing-ribbon.ribbon3 {
    background-color: #6f42c1;
}
.pricing-ribbon.ribbon4 {
    background-color: #288BA8;
}
.modal-mssg .modal-header {
    border: none;
    padding-bottom: 0;
}
.btn-primary-green {
    /*background-color: #4BBF73 !important;
    border-color: #4BBF73 !important;*/
	background-color: #ff7e2e !important;
    border-color: #ff7e2e !important;
    margin: 20px 0 60px;
	border-radius:30px;
}
header {
    box-shadow: #3b3b3b 0 0 7px 0px;
    position: relative;
    z-index: 2;
}
.asobre:hover{
	background-color: white !important;
    border-color: #ff7e2e !important;
	color:#ff7e2e !important;
    margin: 20px 0 60px;
	border-radius:30px;
}
@media (max-width: 991px) {
	.btn-warning{
		width:auto;
	}
}
@media (max-width: 767px) {
    .btn-primary-green {
        margin: 20px 0 120px;
    }
    .btn-primary-green:last-child {
        margin: 20px 0 60px;
    }
    .pricing-list {
        margin-bottom: 25px;
    }
	.btn-warning{
		width:auto;
	}
}


.btn-imprimir{
	background-color: #ff7e2e !important;
    margin: 20px 0 60px;
	font-size: 1.2rem;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
	color:#ffff;
	border-radius:30px;
	padding: 20px 0px 20px 0px;
	border: 2px solid #ff7e2e !important;
}
.btn-imprimir-sobre:hover{
	background-color: white !important;
    margin: 20px 0 60px;
	font-size: 1.2rem;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
	color:#ff7e2e !important;
	border-radius:30px;
	padding: 20px 0px 20px 0px;
	border: 2px solid #ff7e2e !important;
}
.btn-change-plan{
	background-color: white !important;
	border: 2px solid #ff7e2e !important;
	color:#ff7e2e !important;
	border-radius:20px;
	padding:8px 20px;
}
.btn-change-plan-sobre:hover{
	background-color: #ff7e2e !important;
	color:#ffffff !important;
	border-radius:20px;
	border: 2px solid #ff7e2e !important;
}

@media (max-width: 575px) {
.img-header{
	width:60%;
}
}





#tooltip {
    display: inline-block;
}

#tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: grey;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
margin-left:10px;
	font-size:10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

#tooltip:hover .tooltiptext {
    visibility: visible;
}