


/**************     Home       ********************/

#homepage-slider .item {
    display: block;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

div#homepage-slider {
    background-color: #0070a8;
}

#homepage-slider .owl-item-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#homepage-slider .owl-item-content a.button {
    font-size: 16pt;
    text-transform: uppercase;
    background-color: #fff;
}

#homepage-slider .owl-item-content a.button:hover, #homepage-slider .owl-item-content a.button:focus {
    background-color: #eee;
}

.owl-theme.owl-carousel .owl-nav > div:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.owl-theme.owl-carousel .owl-nav > .owl-prev,.owl-theme.owl-carousel .owl-nav > .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    background: transparent;
    width: 32px;
    transition: 0.3s ease all;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-nav {
    margin: 0;
    padding: 0;
}

.skew-1 {
    background: linear-gradient(to right bottom, #fff 49%, transparent 50%), linear-gradient(-50deg, transparent 16px, transparent 0);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-2 {
    background: linear-gradient(to top left, white 49%, #F5F5F6 50%);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-3 {
    background: linear-gradient(to bottom left, transparent 49%, #009090 50%);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-4 {
    background: linear-gradient(to left bottom, #009090 49%, transparent 50%), linear-gradient(-50deg, transparent 0, #4E4E4E 0);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-5 {
    background: linear-gradient(to left bottom, #4E4E4E 49%, transparent 50%), linear-gradient(-50deg, transparent 0, #fff 0);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}


.section-content .list-title:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #ccc;
    display: block;
    margin-bottom: 10px;
}

#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-prev,#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-next {
    color: #333;
}

#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-prev:hover,#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-next:hover {
    background-color: #eee;
}

.list-group.two-cols {
    flex-flow: wrap;
}

.list-group.two-cols .list-group-item {
    width: 50%;
}

.card-bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.card-bg-image {
    position: relative;
    height: 189px;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
}

.card-bg-image > div {
    position: relative;
    z-index: 2;
    color: white;
}

.card-bg-image .big {
    font-size: 60pt;
    font-weight: bold;
}

.card-bg-image .small {
    font-size: 24pt;
}

.card-bg-image .normal {
    font-size: 20pt;
}

.section-marcas .marcas-item {
    text-align: center;
}

.section-marcas .marcas-item a {
    max-width: 125px;
    margin: 0 auto;
}


.block-horizzontal, .block-vertical {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.box_1 {
    background-color: #121921;
    color: #fff;
    padding: 45px;
    opacity: 1; }

.container-top-slider{
    text-align: center;
    color: white;
}

.home-slider-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cst-title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 5px black;
}

.cst-text {
    color: #fff;
    text-shadow: 2px 2px 5px black;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 15px;
}


.hc-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.hc-wrapper .hc-overlay {
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 31px;
}

.hc-wrapper:hover .hc-overlay {
    opacity: 1;
}

.hc-wrapper:hover::before {
    opacity: 1;
}

.hc-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
    opacity: 0;
    transition: 0.3s ease all;
}

.hc-content {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    letter-spacing: 0;
}
.hc-wrapper:hover .hc-content {
    z-index: 0;
}
.hc-content h2 {
    font-size: 32pt;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    font-weight: 600;
}

.hc-content h3 {
    font-size: 16pt;
    margin: 0;
}

.hc-content hr {
    margin: 0 auto;
    width: 75%;
    border-color: white;
}

.banner-sub-title {
    color: #3D3D3D;
    font-size: 20px;
      font-family: 'Poppins', Arial, sans-serif;
    font-weight: 400;
    line-height: 50px;
    word-wrap: break-word
}
@media screen and (max-width: 425px){

    .cst-title {
        font-size: 35px;
    }

    .cst-text {
        font-size: 22px;
    }


}





@media screen and (max-width: 425px) {
    .phhn-line .phhn-item:after {
        display: none;
    }

    .phhn-line:after {
        display: none;
    }

    .phhn-line .phhn-item {
        width: 50%;
    }

    .phhn-line {
        flex-wrap: wrap;
    }
}











/**************     Home       ********************/

#homepage-slider .item {
    display: block;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

div#homepage-slider {
    background-color: #0070a8;
}

#homepage-slider .owl-item-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#homepage-slider .owl-item-content a.button {
    font-size: 16pt;
    text-transform: uppercase;
    background-color: #fff;
}

#homepage-slider .owl-item-content a.button:hover, #homepage-slider .owl-item-content a.button:focus {
    background-color: #eee;
}

.owl-theme.owl-carousel .owl-nav > div:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.owl-theme.owl-carousel .owl-nav > .owl-prev,.owl-theme.owl-carousel .owl-nav > .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    background: transparent;
    width: 32px;
    transition: 0.3s ease all;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-nav {
    margin: 0;
    padding: 0;
}

.skew-1 {
    background: linear-gradient(to right bottom, #fff 49%, transparent 50%), linear-gradient(-50deg, transparent 16px, transparent 0);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-2 {
    background: linear-gradient(to top left, white 49%, #F5F5F6 50%);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-3 {
    background: linear-gradient(to bottom left, transparent 49%, #009090 50%);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-4 {
    background: linear-gradient(to left bottom, #009090 49%, transparent 50%), linear-gradient(-50deg, transparent 0, #4E4E4E 0);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-5 {
    background: linear-gradient(to left bottom, #4E4E4E 49%, transparent 50%), linear-gradient(-50deg, transparent 0, #fff 0);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}


.section-content .list-title:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #ccc;
    display: block;
    margin-bottom: 10px;
}

#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-prev,#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-next {
    color: #333;
}

#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-prev:hover,#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-next:hover {
    background-color: #eee;
}

.list-group.two-cols {
    flex-flow: wrap;
}

.list-group.two-cols .list-group-item {
    width: 50%;
}

.card-bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.card-bg-image {
    position: relative;
    height: 189px;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
}

.card-bg-image > div {
    position: relative;
    z-index: 2;
    color: white;
}

.card-bg-image .big {
    font-size: 60pt;
    font-weight: bold;
}

.card-bg-image .small {
    font-size: 24pt;
}

.card-bg-image .normal {
    font-size: 20pt;
}

.section-marcas .marcas-item {
    text-align: center;
}

.section-marcas .marcas-item a {
    max-width: 125px;
    margin: 0 auto;
}


.block-horizzontal, .block-vertical {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.box_1 {
    background-color: #121921;
    color: #fff;
    padding: 45px;
    opacity: 1;
}


#home-slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
}

#home-slider .item .home-slider-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

 .home-slider-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}

.cst-title {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 5px black;
}

#home-slider .item .home-slider-text .cst-text {
    color: #fff;
    text-shadow: 2px 2px 5px black;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 15px;
}

#home-slider .owl-dots {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#home-slider .owl-dots span {
    border-radius: 0;
    height: 5px;
    width: 32px;
    background-color: #fff;
}

#home-slider .item .home-slider-img img {
    height: 100%;
    object-fit: cover;
}

#home-slider .owl-dots .owl-dot.active span {
    background-color: #00ffe7;
}

. bg-gradient-blue .btn.btn-cst {
    color: #fff;
    border: 1px solid #00ffe7;
    border-radius: 10px;
}

bg-gradient-blue .btn.btn-cst i {
    background-color: #007c7c;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}
#home-slider .btn.btn-cst:hover {
    background-color: #007c7c;
}
.hc-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.hc-wrapper .hc-overlay {
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 31px;
}

.hc-wrapper:hover .hc-overlay {
    opacity: 1;
}

.hc-wrapper:hover::before {
    opacity: 1;
}

.hc-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
    opacity: 0;
    transition: 0.3s ease all;
}

.hc-content {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    letter-spacing: 0;
}
.hc-wrapper:hover .hc-content {
    z-index: 0;
}
.hc-content h2 {
    font-size: 32pt;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    font-weight: 600;
}

.hc-content h3 {
    font-size: 16pt;
    margin: 0;
}

.hc-content hr {
    margin: 0 auto;
    width: 75%;
    border-color: white;
}

@media screen and (max-width: 1200px){

    .cst-title {
        font-size: 40px;
        margin-bottom: 15px;
    }

   .cst-text {
        font-size: 24px;
    }

}

@media screen and (max-width: 425px){

    .cst-title {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .cst-text {
        font-size: 17px;
    }
    .bg-gradient-blue {
        height: calc(70vh - 90px);
    }

}

.space-evenly {
    justify-content: space-evenly!important;
}


.sticky-masteres{
    position: sticky;
    float: right;
}
.faq-title-secondary:hover, .faq-title-secondary[aria-expanded="true"] {
    background-color: var(--color-secondary) !important;
    color: white;
    cursor: pointer;
}


