p, li {
    font-size: 1rem;
}
h2{
    color: #134271;
}
strong, b {
    font-weight: 900 !important;
}
.home-banner {
    background-image: url('../img/homepage.png');
    background-size: cover;
    width: 100%;
    height: 65vh;
    background-position: center 10%;
}

.img-new{
    width: 95%;
}

.img-newD{
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.bg-medium {
    background-color: #f8f3eb;
}
.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;
}
.checkIcon {
    display: block;
    position: relative;
    padding-left: 20px;
}
.checkIcon::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;
}
.color-primary {
    color: #ff7e2e !important;
}
.btn-primary1,
.btn-primary2 {
    font-size: 1.2rem;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.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;
}
.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;
}
.square-blue {
    border: solid 2px #134271;
    border-radius: 15px;
}

.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;
}
.row-icons > div {
    margin-bottom: 20px;
}
.row-icons img {
    width: 120px;
    margin: 0 auto;
    display: block;
}
.row-icons p {
    margin-top: 10px;
    text-align: center;
}
footer {
    background: #fc7e2f;
}
footer a {
	word-wrap: break-word;
}

.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;
}
.modal-mssg .modal-header {
    border: none;
    padding-bottom: 0;
}
.btn-primary-green {
    background-color: #4BBF73 !important;
    border-color: #4BBF73 !important;
    margin: 20px 0 60px;
}
header {
    box-shadow: #3b3b3b 0 0 7px 0px;
    position: relative;
    z-index: 2;
}
#table-response > div > p {
    margin: 6px 0;
}
/*#table-response > div {
    border: solid 0 #343a40;
    border-width: 0 1px 1px 1px;
}
#table-response > div:nth-child(1) {
    border-top-width: 1px !important;
}*/
.head-squares > div:nth-child(1) {
    border: solid #d9534f;
    border-width: 0 0 1px 0 !important;
}
.head-squares > div:nth-child(2) {
    border: solid #d9534f;
    border-width: 1px 0 0 0 !important;
}
.form-control {
    text-transform: uppercase;
    background-color: #e8e8e8;
}
#alert-dismiss {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 240px;
    z-index: 99;
    width: 90%;
    padding: 10px;
}
.icon-lg {
    font-size: 1.3rem;
}
.icon-lgx2 {
    font-size: 1.6rem;
}
.links-conditions{
    color: #FC0000;
    text-decoration: none;
}

#benefits{
    padding-top: 10px !important;
}

@media (min-width: 768px) {
    .head-squares > div:nth-child(1) {
        border-width: 0 1px 0 0 !important;
    }
    .head-squares > div:nth-child(2) {
        border-width: 0 0 0 1px !important;
    }
    #alert-dismiss {
        width: 50% !important;
        top: 240px;
    }
	.home-banner {
		height: 85vh !important;
	}
	.img-new{
        display: block;
        margin: 0 auto;
		width: 85%;
	}

    .img-newD{
        height: 130px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #iconOrienta{
        width: 100px;
    }

    #buttonContrat{
        background-color: #FDFEFD;
        border-color: #FDFEFD;
        position: absolute;
        top: -284px;
        width: 292px;
        height: 65px;
        right: 75%;
        color: #000000;
        text-align: center;
        padding-top: 20px;
    }
    
    #buttonContrat i{
        color: #F97E2F;
    }

    #buttonContrat:hover{
        background-color: #F97E2F;
        border-color: #F97E2F;
        transition-delay:.1s;
    }

    #buttonContrat:hover i{
        color: #FFF;
        transition-delay:.1s;
    }

}
@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;
    }
    #newreleases{
        font-size: 1.4rem;
        margin-left: 49px;
	}

    .btn-primary2 {
        font-size: 1rem; 
    }

    #buttonContrat{
        position: absolute;
        /* display: block; */
        /* height: 40px; */
        /* margin: 0 auto; */
        top: 81%;
        left: 19%;
        width: 62.5%;
        text-align: center;
        padding: 5px;
    }
}
@media (max-width: 991px) {
    .col-form-label {
        height: 70px !important;
    }
}