/* Enter Your Custom CSS Here */

.page-id-6 .wp-caption, .page-id-8 .wp-caption{
 border: none;
  }
.page-id-6 .wp-caption-text, .page-id-8 .wp-caption-text {
text-align:center;
}

.page-id-6 .entry-content img, .page-id-8 .entry-content img{
    border-radius: 100%;
}

.zerif-copyright-box {
   display: none;
}



.imagen {
    /*height: 426px;*/
}

.imagen img {
    /*position: relative;*/
    
    
    /*transform: translate(-50%, -50%);*/
  

 
}

.imagen-2{
   display: none;
}

.col-lg-3.col-sm-3.focus-box p {
    margin-bottom: 3.5em;
}

@media screen and (max-width: 767px) {
.imagen {
    display: none;
}
  .imagen-2 {
    display: block;
}
  
  
  
}


.imagen {
    transition: all .2s ease-in-out;
}

.imagen:hover {
    transform: scale(1.5);
}

.focus {
    overflow: inherit;
}

h2.white-text {
    position: inherit;
}

.textwidget {
    position: relative;
}