
.row-pb{
    padding-bottom: 7em;
}

/*Section Content*/

.timeline .row{
     margin-bottom: 30px;
     min-height: 170px;
     margin-bottom: 100px;
}
.timeline .row:last-child{
    margin-bottom: 0px !important;
}

.timeline h4{
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color:#333333;
    font-size: 18px;
}
.section-content  .img-button{
    border: none;
    border-radius: 100%;
    width: 150px;
    /* height: 150px; */
    padding:0px;
    background-color: #fff;
    color: white;
    border-radius: 100%;
    overflow: hidden;
    border: 7px solid var(--primary-color);
    border-radius:100%;
    text-align:center;
}
.section-content .img-button img{
    height:100%;
    width: 100%;
    object-fit: cover;
}

.section-content .img-button img:hover{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


/*Modal Galeria*/

.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto;
    max-width: 100%;
    padding-right: 16px;
}

.portfolio-modal .close-modal{
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}
.portfolio-modal .modal-content h3 {
    margin-bottom: 15px;
    font-size: 3em;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}

/*Section Products*/
.section-product .product img{
    height: 150px;
    object-fit: cover;
}

.section-product .product .product-info{
    padding-top: 20px;
    position: relative;
    z-index: 1;
    height: calc( 100% - 150px);
    display: flex;
    flex-wrap: wrap;
}
.section-product .product{
    text-align: center;
    padding: 20px;
}
.section-product .product-title{
    font-family: var( --secondary-font-family);
    text-transform: uppercase;
    font-style: italic;
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    color: var( --primary-color) !important;
    margin: 10px auto;
    margin-top: 0px;
    display: flex;
    border: none !important;
    min-height: 30px;
    width: auto;
    align-items: center;
    justify-content: center;
    background: var( --primary-color);
    text-shadow: var(--primary-text-color) 0.47px -0.47px;
    z-index: -1;
    padding: 5px 10px;
}

.section-product .product-title:before, .section-product .product-title:after {
    content: "";
    width: 100%;
    height: 102%;
    left: 0px;
    top: 0px;
    position: absolute;
    transform: skew(20deg);
}
.section-product ul{
    list-style: none;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center ;
}

.section-product  li{
    font-size: 14px;
    opacity: .7;
}

.section-product ul:not(.pagination) li:after {
    content: " - ";
    padding: 5px;
}
.section-product  ul li:last-child:after{
    content: "";
}
.section-product .product-title:after{

    background: var( --primary-text-color);
    opacity: .8;
    z-index: -1;
}
.section-product .product-title:before{
    background: var( --primary-color);
    opacity: .9;
    z-index: -1;
}

.section-product .product:hover{
    box-shadow:0px 0px 15px 1px rgba(0,0,0,.2);
}

.owl-carousel-products-sync1 .owl-item{
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .owl-carousel-products-sync1 .owl-item img{
   object-fit:cover;
    object-position:top;
    width:100% !important;
    height:auto !important;
    max-width:100%;
    margin:auto;
 }
.owl-carousel-products-sync1 .owl-dots {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}
.owl-carousel-products-sync1 .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:80px;
    min-width:80px;
    width:20%;
    margin:5px;
}
.owl-carousel-products-sync1 .owl-dot span{
    display:none !important;
}

.owl-stage{
    display: flex;
    align-items: stretch;
}

/*Section Parent*/

/*content & parent*/
.section-parent .parent{
    position: relative;
    padding: 0px;
}
.section-parent .parent .parent-image {
    display: block;
    height: 300px;
    width: 100%;
    margin-bottom: 0px;
}
.section-parent .parent .parent-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-parent .parent .parent-info{
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    width:100%;
}
.section-parent .parent .parent-info .parent-description{
   display: none;
}
.section-parent .parent:hover .parent-info, .parent-title{
    height: 100%;
    color: var(--primary-text-color) !important;
    opacity: 1 !important;
    cursor: pointer;
}
.section-parent .parent .parent-info:hover .parent-description{
    height: 100px;
    color: var(--primary-text-color) !important;
    display: block;
    opacity: 1;
    font-size: 15px;
    font-weight: bold;
}
.z-index-1{
    z-index: 1;
}


.section-parent .parent .parent-info:before{
    opacity: .5;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:100%;
    background: var(--primary-color);
}
.section-parent .parent .parent-info{
    position: absolute;
    bottom: 0px;
}
@media screen and (max-width: 768px) {
    .section-content  .img-button{
        width: 100px;
        height: 100px;
    }

    .timeline .row:not(.timeline .row:last-child()){
        margin-bottom: 30px;
        min-height: 100px;
        margin-bottom: 100px;
   }
   .portfolio-modal .close-modal .lr {
        height: 45px;
    }
    .portfolio-modal .close-modal .lr .rl {
        height: 45px;
    }
    .content{
        margin-bottom: 2em;
    }
    .content .description{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 425px) {
    .timeline .row:not(.timeline .row:last-child()){
        margin-bottom: 50px;
        min-height: 50px;
   }
   .timeline:before{
        left:15%;
    }
    .portfolio-modal .close-modal .lr {
        height: 30px;
    }
    .portfolio-modal .close-modal .lr .rl {
        height: 30px;
    }
    .content{
        margin-bottom: 2em;
    }
    .content .description{
        margin-bottom: 10px;
    }
}

