.individual-images {
    margin: 0px !important;
    width: 25% !important;
}

.middle-img{
    width: 50% !important;
}

.individual-images img {
    width: 100% !important;
    height: 350px;
}

.common-style{
    padding-top: 50px;
    text-align: center;
    padding-bottom: 30px;
}

.common-style h3 {
    margin: 0px!important;
    color: #000;
    font-size: 34px;
    font-weight: bolder;
}

.common-cta{
    text-align: center;
    padding-top: 30px;
}

.common-left{
    text-align: right;
 } 

.common-right{
    text-align: left;
}

.no-cta-col-outer h3{
    padding-bottom: 40px;
}

.no-cta-col-outer {
    padding-bottom: 50px;
    padding-top: 80px;
}

.below-single-cta-col-outer {
    padding-bottom: 75px;
    padding-top: 50px;
}


.first-module{
    text-align:center;  
    font-size: 14px; 
    padding: 15px 15px 50px;
}

/********************Viva - QUIENES SOMOS Starts***************************/

.below-banner{
    text-align: center;
    padding: 100px 20px;
}

.below-banner h3 {
    font-size: 30px;
    color: #000;
    margin: 0px;
}

.below-banner h4 {
    font-size: 20px;
    color: #000;
    margin: 0px;
    padding: 10px 0px 30px 0px;
}

.below-banner p {
    margin: 0px;
}

.header-module h2 {
    text-align: center;
    font-size: 40px;
    margin: 0px;
    padding-bottom: 20px;
    color: #d3732c;
    text-transform: uppercase;
    font-weight: bold;
}

.imge-module{
    text-align: center;
}

.year-style {
    font-size: 20px;
    color: #d3732c;
    padding-top: 16px;
}

.below-forg p {
    margin: 0px;
}

.below-forg h2 {
    color: #d3732c;
    font-size: 40px;
    margin: 0;
    padding-top: 30px;
}

.single-modul p {
    margin-bottom: 0px;
    margin-top: 5px;
}

.mobile-history-image{
    display: none !important;
    text-align: center;
}


.hs-inline-edit .mobile-history-image{
    display: block!important;
}

/********************Viva - QUIENES SOMOS ends***************************/



/********************Viva - RSC Starts***************************/

.image-4-module-outer .page-center {
    max-width: 1216px !important;
    padding: 0px;
}

.imge-4-col li {
    width: 50%;
    margin: 0px !important;
}

.img-grid-container2.darkhover img{ 
    width: 100%;
}

.below-banner-1 h3 {
    font-size: 30px;
    color: #000;
    margin: 0px;
}

.below-banner-1 {
    text-align: center;
    padding: 100px 20px;
}

.below-banner-1 h4 {
    font-size: 23px;
    color: #000;
    margin: 0px;
    padding: 10px 0px 20px 0px;
}

.header-mod h2 {
    font-size: 28px;
    color: #000;
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.image-4-module-outer{
    padding-bottom: 50px;
}

.imge-4-col .space-right {
    padding-right: 10px;
    padding-bottom: 20px;
}

.imge-4-col .space-left {
    padding-left: 10px;
    padding-bottom: 20px;
}
/********************Viva - RSC ends***************************/

/************** ipad ***************/
@media (max-width: 1080px) {
    .imge-4-col li {
        width: 49.2%;
    }

}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
    .imge-4-col li {
        width: 100%;
    }
    
    .img-grid-button {
        top: 130px !important;
    }
}

/************** iphone roatate***************/
@media (max-width: 767px) {
    .first-module h3,
    .common-style h3{
        font-size: 30px;
        margin: 0px;
        padding-bottom: 0px;
    }
    
    .individual-images,
    .middle-img{
        margin: 0px!important;
        width: 100%!important;
    }
    
    .common-cta{
        text-align: center !important;
    } 
    
    .no-cta-col-outer {
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .below-single-cta-col-outer {
        padding-bottom: 20px;
        padding-top: 50px;
    }
    
    .below-banner,
    .below-banner-1{
        text-align: center;
        padding: 20px 20px;
    }
    
    .below-banner h3 {
        font-size: 23px;
    }
    
    .below-banner h4 {
        font-size: 20px;
        padding: 20px 0px 30px 0px;
    }
    
    .header-module h2 {
        font-size: 30px;
    }

    .imge-module {
        padding-bottom: 30px;
    }
    
    .below-forg h2 {
        font-size: 28px;
    }
    
    .header-mod h2 {
        font-size: 24px;
    }
    
    .imge-4-col li {
        width: 100%;
    }
    
    .imge-4-col .img-grid-button {
        top: 10% !important;
    }
    .imge-4-col .space-right,
    .imge-4-col .space-left{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .img-grid-container2.darkhover img {
        width: auto;
        min-height: auto;
    }
    
    .darkhover:hover img {
        -webkit-filter: brightness(100%) !important;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 0s ease-in-out;
        position: relative;
    }
    
    .img-grid-button {
        position: relative;
        padding: 10px 50px;
        color: #fff !important;
        text-decoration: none;
        top: 0px;
        text-align: center;
        opacity: 1 !important;
        transition: opacity .35s ease;
        max-width: 100%;
        float: none;
        margin: 0 auto;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.58);
    }

    .mobile-history-image{
        display: block!important;
    }
    
    .disktop-history-chat{
        display: none!important;
    }
}



/************** iphone ***************/
@media (max-width: 479px) {}







