
#content {
    overflow: auto;
    padding-bottom: 65px;
}
/*===================
      IMAGES
=======================*/
.a {
}
.column {
    width: 50%;
    height: 430px;
    padding: 0;
    background-color: #fff;
}
.column .imageBox  {
    position: relative;
    width: 60%;
    height: 430px;
    padding: 0px;
    margin:0;
}
    
.column .imageBox img  {
    width: 100%;
    height: 430px;
    position: absolute;
    left:0;
    padding: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}   
    
.column:hover .imageBox img.top {
    opacity:0;
}

.column .description img {
    height: auto;
}

.column .description {
    width: 40%;
    height: auto;
    color: rgb(87,31,104);
    padding: 0;
    transition: all 0.25s linear 0s;
}

.column:hover .description{
    margin-top : -1%;
    margin-bottom: 1%;
}

.column .description .title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    font-family: Roboto;
    padding-top: 28%;
}

.column .description  .title-gl {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    font-family: Roboto;
    padding-top: 12%;
}

.column .description .text {
    font-size: 13px;
    text-align: center;
    font-weight: 100;
    font-family: Roboto;
    padding-top: 15%;
    color: #71637D;
}
.column .description .line {
    text-align: center;
}

/*===================
      END IMAGES
=======================*/

@media (max-height:850px) {
    .column {
        height: 370px;
    }
    .column .imageBox {
        width: 60%;
        height: 370px;
        padding: 0;
    }
    .column .imageBox img {
        width: 100%;
        height: 370px;
        padding: 0;
    }
    .column .description{
        width: 40%;
    }

    .column .description .title {
        padding-top: 13%;
    }
    
    .column .description .text {
        padding-top: 5%;
    }
    .column .description .line {
        text-align: center;
    }
}

@media (max-height:700px) {
    .column{
        height: 340px;
    }
    .column .imageBox {
        width: 60%;
        height: 340px;
        padding: 0;
    }
    
    .column .imageBox img {
        width: 100%;
        height: 340px;
        padding: 0;
    }
    
    .column .description .title-gl {
        font-size: 17px;
    }

    .column .description .title {
        font-size: 17px;
        padding-top: 8%;
    }
    
    .column .description .text {
        font-size: 12px;
        padding-top: 5%;
    }
    .column .description .line {
        text-align: center;
    }
}

@media (max-height:600px) {
    .column{
        height: 320px;
    }
    .column .imageBox {
        width: 60%;
        height: 320px;
        padding: 0;
    }
    .column .imageBox img{
        width: 100%;
        height: 320px;
        padding: 0;
    }
    
    .column .description .title-gl {
        font-size: 15px;
    }

    .column .description .title {
        font-size: 15px;
        padding-top: 5%;
    }
    
    .column .description .text {
        font-size: 11px;
        padding-top: 3%;
    }
    .column .description .line {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    body {
        overflow: auto;
    }
    #content {
        overflow: auto;
        padding-bottom: 0px;
    }
    .column {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: #fff;
        border: 0.3px solid;
        border-color: rgb(87,31,104);
    }
    
    .column .imageBox {
        width: 60%;
        height: 380px;
        padding: 0;
    }
    .column .imageBox img {
        width: 100%;
        height: 380px;
        padding: 0;
    }
    
    .column .description .title-gl {
        padding-top: 7%;
    }
    .column .description .title {
        padding-top: 15%;
    }
    
    .column .description .text {
        padding-top: 10%;
    }
    
}

@media (max-width:480px){
    #content {
        overflow: auto;
        padding-bottom: 0px;
    }
    .column {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: #fff;
        border: 0.3px solid;
        border-color: rgb(87,31,104);
    }
    
    .column .imageBox {
       width: 100%;
        height: 300px;
        padding: 0;
    }
    
    .column .imageBox img {
       width: 100%;
        height: 300px;
        padding: 0;
    }
    
    .column .description {
        width: 100%;
    }
    
    .column .description img {
        height: auto;
    }

    .column .description .title {
        font-size: 18px;
        text-align: center;
        font-weight: 500;
        font-family: Roboto;
        padding-top: 8%;
    }
    
    .column .description .text {
        font-size: 12px;
        text-align: center;
        font-weight: 100;
        font-family: Roboto;
        padding-top: 5%;
        color: #71637D;
    }
    .column .description .line {
        text-align: center;
    }
}

@media (max-width:400px){
     .column .imageBox {
        width: 100%;
        height: 200px;
        padding: 0;
    }
    
    .column .imageBox img{
        width: 100%;
        height: 200px;
        padding: 0;
    }
    
    .column .description {
        width: 100%;
    }
    
    .column .description .title {
        padding-top: 5%;
    }
    
    .column .description .text {
        padding-top: 5%;
    }
    .column .description .line {
        text-align: center;
    }
}

/*column 2
*/
.column2 {
    width: 33.333%;
    height: 430px;
    padding: 0;
    background-color: #fff;
}
.column2 .imageBox  {
    position: relative;
    width: 60%;
    height: 430px;
    padding: 0px;
    margin:0;
}
    
.column2 .imageBox img  {
    width: 100%;
    height: 430px;
    left:0;
    padding: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}   
    
.column2:hover .imageBox img.top {
    opacity:0;
}

.column2 .description img {
    height: auto;
}

.column2 .description {
    padding-top:50px !important;
    width: 40%;
    color: rgb(87,31,104);
    padding: 0;
    transition: all 0.25s linear 0s;
            height:400px;

}

.column2:hover .description{
    margin-top : -1%;
    margin-bottom: 1%;
}

.column2 .description .title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    font-family: Roboto;
    padding-top: 28%;
}

.column2 .description  .title-gl {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    font-family: Roboto;
    padding-top: 12%;
}

.column2 .description .text {
    font-size: 13px;
    text-align: center;
    font-weight: 100;
    font-family: Roboto;
    padding-top: 15%;
    color: #71637D;
}
.column2 .description .line {
    text-align: center;
}

/*===================
      END IMAGES
=======================*/

@media (max-height:850px) {
    .column2 {
        height: 370px;
    }
    .column2 .imageBox {
        width: 60%;
        height: 370px;
        padding: 0;
    }
    .column2 .imageBox img {
        width: 100%;
        height: 370px;
        padding: 0;
    }
    .column2 .description{
        width: 40%;
        height:300px;
        
    }

    .column2 .description .title {
        padding-top: 13%;
    }
    
    .column2 .description .text {
        padding-top: 5%;
    }
    .column2 .description .line {
        text-align: center;
    }
}

@media (max-height:700px) {
    .column2{
        height: 340px;
    }
    .column2 .imageBox {
        width: 60%;
        height: 340px;
        padding: 0;
    }
    
    .column2 .imageBox img {
        width: 100%;
        height: 340px;
        padding: 0;
    }
    
    .column2 .description .title-gl {
        font-size: 17px;
    }

    .column2 .description .title {
        font-size: 17px;
        padding-top: 8%;
    }
    
    .column2 .description .text {
        font-size: 12px;
        padding-top: 5%;
    }
    .column2 .description .line {
        text-align: center;
    }
}

@media (max-height:600px) {
    .column2{
        height: 320px;
    }
    .column2 .imageBox {
        width: 60%;
        height: 320px;
        padding: 0;
    }
    .column2 .imageBox img{
        width: 100%;
        height: 320px;
        padding: 0;
    }
    
    .column2 .description .title-gl {
        font-size: 15px;
    }

    .column2 .description .title {
        font-size: 15px;
        padding-top: 5%;
    }
    
    .column2 .description .text {
        font-size: 11px;
        padding-top: 3%;
    }
    .column2 .description .line {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    body {
        overflow: auto;
    }
    #content {
        overflow: auto;
        padding-bottom: 0px;
    }
    .column2 {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: #fff;
        border: 0.3px solid;
        border-color: rgb(87,31,104);
    }
    
    .column2 .imageBox {
        width: 60%;
        height: 380px;
        padding: 0;
    }
    .column2 .imageBox img {
        width: 100%;
        height: 380px;
        padding: 0;
    }
    
    .column2 .description .title-gl {
        padding-top: 7%;
    }
    .column2 .description .title {
        padding-top: 15%;
    }
    
    .column2 .description .text {
        padding-top: 10%;
    }
    
}

@media (max-width:480px){
    #content {
        overflow: auto;
        padding-bottom: 0px;
    }
    .column2 {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: #fff;
        border: 0.3px solid;
        border-color: rgb(87,31,104);
    }
    
    .column2 .imageBox {
       width: 100%;
        height: 300px;
        padding: 0;
    }
    
    .column2 .imageBox img {
       width: 100%;
        height: 300px;
        padding: 0;
    }
    
    .column2 .description {
        width: 100%;
    }
    
    .column2 .description img {
        height: auto;
    }

    .column2 .description .title {
        font-size: 18px;
        text-align: center;
        font-weight: 500;
        font-family: Roboto;
        padding-top: 8%;
    }
    
    .column2 .description .text {
        font-size: 12px;
        text-align: center;
        font-weight: 100;
        font-family: Roboto;
        padding-top: 5%;
        color: #71637D;
    }
    .column2 .description .line {
        text-align: center;
    }
}

@media (max-width:400px){
     .column2 .imageBox {
        width: 100%;
        height: 200px;
        padding: 0;
    }
    
    .column2 .imageBox img{
        width: 100%;
        height: 200px;
        padding: 0;
    }
    
    .column2 .description {
        width: 100%;
    }
    
    .column2 .description .title {
        padding-top: 5%;
    }
    
    .column2 .description .text {
        padding-top: 5%;
    }
    .column2 .description .line {
        text-align: center;
    }
}

/*column 3
*/
.column3 {
    width: 50%;
    height: 430px;
    padding: 0;
    background-color: #fff;
}
.column3 .imageBox  {
    position: relative;
    width: 60%;
    height: 430px;
    padding: 0px;
    margin:0;
}
    
.column3 .imageBox img  {
    width: 100%;
    height: 430px;
    left:0;
    padding: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}   
    
.column3:hover .imageBox img.top {
    opacity:0;
}

.column3 .description img {
    height: auto;
}

.column3 .description {
    width: 40%;
    height: 400px;
    color: rgb(87,31,104);
    padding: 0;
    transition: all 0.25s linear 0s;
}

.column3:hover .description{
    margin-top : -1%;
    margin-bottom: 1%;
}

.column3 .description .title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    font-family: Roboto;
    padding-top: 28%;
}

.column3.description  .title-gl {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    font-family: Roboto;
    padding-top: 12%;
}

.column3.description .text {
    font-size: 13px;
    text-align: center;
    font-weight: 100;
    font-family: Roboto;
    padding-top: 15%;
    color: #71637D;
}
.column3 .description .line {
    text-align: center;
}

/*===================
      END IMAGES
=======================*/

/*@media (max-height:850px) {
    .column3 {
        height: 370px;
    }
    .column3 .imageBox {
        width: 60%;
        height: 370px;
        padding: 0;
    }
    .column3 .imageBox img {
        width: 100%;
        height: 370px;
        padding: 0;
    }
    .column3 .description{
        width: 40%;
        height:300px;
        
    }

    .column3 .description .title {
        padding-top: 13%;
    }
    
    .column3 .description .text {
        padding-top: 5%;
    }
    .column3 .description .line {
        text-align: center;
    }
}

@media (max-height:700px) {
    .column3{
        height: 340px;
    }
    .column3 .imageBox {
        width: 60%;
        height: 340px;
        padding: 0;
    }
    
    .column3 .imageBox img {
        width: 100%;
        height: 340px;
        padding: 0;
    }
    
    .column3 .description .title-gl {
        font-size: 17px;
    }

    .column3 .description .title {
        font-size: 17px;
        padding-top: 8%;
    }
    
    .column3 .description .text {
        font-size: 12px;
        padding-top: 5%;
    }
    .column3 .description .line {
        text-align: center;
    }
}

@media (max-height:600px) {
    .column3{
        height: 320px;
    }
    .column3 .imageBox {
        width: 60%;
        height: 320px;
        padding: 0;
    }
    .column3 .imageBox img{
        width: 100%;
        height: 320px;
        padding: 0;
    }
    
    .column3.description .title-gl {
        font-size: 15px;
    }

    .column3 .description .title {
        font-size: 15px;
        padding-top: 5%;
    }
    
    .column3 .description .text {
        font-size: 11px;
        padding-top: 3%;
    }
    .column3 .description .line {
        text-align: center;
    }
}
*/
/*@media (max-width: 1200px) {
    body {
        overflow: auto;
    }
    #content {
        overflow: auto;
        padding-bottom: 0px;
    }
    .column3 {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: #fff;
        border: 0.3px solid;
        border-color: rgb(87,31,104);
    }
    
    .column3 .imageBox {
        width: 60%;
        height: 380px;
        padding: 0;
    }
    .column3 .imageBox img {
        width: 100%;
        height: 380px;
        padding: 0;
    }
    
    .column3 .description .title-gl {
        padding-top: 7%;
    }
    .column3 .description .title {
        padding-top: 15%;
    }
    
    .column3 .description .text {
        padding-top: 10%;
    }
    
}*/

/*@media (max-width:480px){
    #content {
        overflow: auto;
        padding-bottom: 0px;
    }
    .column3 {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: #fff;
        border: 0.3px solid;
        border-color: rgb(87,31,104);
    }
    
    .column3 .imageBox {
       width: 100%;
        height: 300px;
        padding: 0;
    }
    
    .column3 .imageBox img {
       width: 100%;
        height: 300px;
        padding: 0;
    }
    
    .column3 .description {
        width: 100%;
    }
    
    .column3 .description img {
        height: auto;
    }

    .column3 .description .title {
        font-size: 18px;
        text-align: center;
        font-weight: 500;
        font-family: Roboto;
        padding-top: 8%;
    }
    
    .column3 .description .text {
        font-size: 12px;
        text-align: center;
        font-weight: 100;
        font-family: Roboto;
        padding-top: 5%;
        color: #71637D;
    }
    .column3 .description .line {
        text-align: center;
    }
}*/

/*@media (max-width:400px){
     .column3 .imageBox {
        width: 100%;
        height: 200px;
        padding: 0;
    }
    
    .column3 .imageBox img{
        width: 100%;
        height: 200px;
        padding: 0;
    }
    
    .column3 .description {
        width: 100%;
    }
    
    .column3 .description .title {
        padding-top: 5%;
    }
    
    .column3 .description .text {
        padding-top: 5%;
    }
    .column3 .description .line {
        text-align: center;
    }
}*/

