:root {}

div p:last-child {
    margin-bottom: 0;
}

.btn {
    padding: 10px 45px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 700;
    border: none !important;
}
.btn-white {
    background: var(--white);
    color: var(--primary);
}
.btn-primary {
    background: var(--light);
    color: var(--primary);
}

.title {
    text-transform: uppercase;
    font-family: 'Libre Baskerville', serif;
}

.col-jumbo {
    min-height: calc(100vh - 105px);
    position: relative;
    display: flex;
    align-items: center;
}
.col-jumbo.small {
    min-height: auto;
    z-index: 0;
}
.col-jumbo .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    z-index: 1
}
.col-jumbo .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0) 100%);
    z-index: 5;
}
.col-jumbo .title {
    color: var(--white);
    font-weight: 400;
    position: relative;
    z-index: 10;
}
.col-jumbo .title b {
    color: var(--white);
    font-weight: 700;
}
.col-jumbo .subtitle {
    color: var(--white);
    font-weight: 400;
    position: relative;
    z-index: 10;
}
.col-jumbo .navigation {
    color: var(--white);
    position: relative;
    z-index: 10;
}
.col-jumbo .navigation .item {
    background: var(--white);
    box-shadow: 0px 15px 30px rgba(0,0,0,0.35);
    transition: 0.3s ease-in-out all;
    position: relative;
}
.col-jumbo .navigation .item:hover {
    box-shadow: 0px 30px 60px rgba(0,0,0,0.15);
    transform: scale(1.1);
}
.col-jumbo .navigation .item:before {
    content: " ";
    position: absolute;
    top: 80px;
    right: 30px;
    bottom: -40px;
    width: 60px;
    background: url(../img/img-col-jumbo-home-navigation-item-after.svg) no-repeat center bottom;
    background-size: contain;
    transition: 0.3s ease-in-out all;
}
.col-jumbo .navigation .item:hover:before {
    content: " ";
    position: absolute;
    top: 100px;
    right: 30px;
    bottom: -60px;
    right: 40px;
}
.col-jumbo .navigation .item .mask {
    position: absolute;
    top: 0p;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%);
    transition: 0.35s ease-in-out all;
    opacity: 0;
}
.col-jumbo .navigation .item:hover .mask {
    opacity: 0.65;
}
.col-jumbo .navigation .item .title {
    font-size: 2rem;
    font-weight: 400;
    color: var(--primary) !important;
    transition: all 0.4s ease-in-out;
}
.col-jumbo .navigation .item:hover .title {
    margin-left: 30px;
}
.col-jumbo .navigation .item .title b {
    font-weight: 700;
    color: var(--primary) !important;
}
.col-jumbo .navigation .item .subtitle {
    font-size: 1.30rem;
    color: var(--black) !important;
    transition: all 0.5s ease-in-out;
}
.col-jumbo .navigation .item:hover .subtitle {
    margin-left: 45px;
}
.col-services {
    position: relative;
    z-index: 15;
    background: #FFF url('../img/img-col-services-bg-1.jpg') no-repeat right top;
    background-size: contain;
}
.col-services .item {
    position: relative;
}
.col-services .item.item-invest {
    color: var(--white);
}
.col-services .item.item-invest .mask {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100vw;
    background: var(--black);
}
.col-services .item.item-invest .overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 100%;
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0) 100%);
    z-index: 5;
}
.col-services .item.item-id {
    position: relative;
    z-index: 20;
    background: var(--white);
    box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
}
.col-services .item.item-id .overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.05) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.05) 50%,rgba(0,0,0,0) 100%);
    z-index: 5;
}
.col-services .item .content {
    position: relative;
    z-index: 10;
}
.col-services .item .title {
    font-size: 1.35rem;
    line-height: 1.85rem;
}
.col-services .item .logo img {
    height: 100px;
}
.col-contact {
    background: #FFF url('../img/img-col-contact-bg-1.jpg') no-repeat right top;
    background-size: contain;
    position: contain;
    z-index: 15;
}
.col-contact .item {
    position: relative;
}
.col-contact .item.item-content {
    color: var(--white);
}
.col-contact .item.item-content .mask {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100vw;
    background: var(--black);
}
.col-contact .item.item-content .overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 100%;
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0) 100%);
    z-index: 5;
}
.col-contact .item.item-form {
    background: var(--white);
    box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
    position: relative;
    z-index: 20;
}
.col-contact .item.item-form .overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.05) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.05) 50%,rgba(0,0,0,0) 100%);
    z-index: 5;
}
.col-contact .item .content {
    position: relative;
    z-index: 20;
}
.col-contact .item .title {
    font-size: 1.35rem;
    line-height: 1.85rem;
}
.col-contact .item .logo img {
    height: 100px;
}

.form-control {
    background: rgba(255,255,255,0.65);
}

span.wpcf7-not-valid-tip {
    background: var(--danger);
    color: var(--white);
    font-size: 0.65rem;
    font-weight: normal;
    display: inline;
    padding: 2px 15px;
    border-radius: 30px;
    top: -5px;
    position: relative;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    border: none;
    background: var(--warning);
    border-radius: 3px;
    margin: 15px 0px 0px 0px;
    padding: 15px;
    font-size: 0.85rem;
    line-height: 0.95rem;
    font-weight: bold;
}
div.wpcf7-mail-sent-ok {
    border: none;
    background: var(--success);
    border-radius: 3px;
    margin: 15px 0px 0px 0px;
    padding: 15px;
    font-size: 0.85rem;
    line-height: 0.95rem;
    font-weight: bold;
}