﻿body {

    font-family:Arial, Helvetica, sans-serif;

}

.caja {
    position:relative;
    width: 218px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 2px solid rgb(222, 222, 222);
    text-align: center;
    margin-left:15px;
    margin-right:15px;
}

    .caja span {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
        margin-bottom: 0px;
        font-size: 18px;
        padding: 5px;
        text-decoration:none;
        color:rgb(125,125,125)
    }

    .caja a:hover, .caja a{
        text-decoration:none;
    }

    .caja:hover {
        transition: border 1s;
        border: 2px solid black;
    }
    
    .caja img {
        width: 100%;
        height:180px;
        overflow:hidden;
    }

.btn-light {
    text-align:left;
    font-weight:500;
    font-size:18px;
    color:rgb(125,125,125);
    border-radius: 0px;
}

.columnas{
    display:flex;
    padding:20px 50px;
}

.caja a i{
    opacity:0;
    position:absolute;
    background-image: url(../img/ojo.png);
    width:37px;
    height:39px;
    border-radius:30px;
    bottom:40%;
    right:-10%;
}



.caja a:hover i {
    transition-duration: 0.7s, 0.7s;
    -o-transition-duration: 0.7s, 0.7s; /* opera */
    -ms-transition-duration: 0.7s, 0.7s; /* IE 10 */
    -moz-transition-duration: 0.7s, 0.7s; /* Firefox */
    -webkit-transition-duration: 0.7s, 0.7s; /*safari and chrome */
    opacity: 1;
    right: 40%;
}

.caja a i:hover {
    transition-duration: 0.1s, 0.2s;
    o-transition-duration: 0.1s, 0.2s; /* opera */
    -ms-transition-duration: 0.1s, 0.2s; /* IE 10 */
    -moz-transition-duration: 0.1s, 0.2s; /* Firefox */
    -webkit-transition-duration: 0.1s, 0.2s; /*safari and chrome */
    background-image: url(../img/ojo2.png);
}

.ofertas{
    background-image:url(../img/escritorio.jpg);
    width:100%;
    min-height:450px;
    padding:30px 40px;
}

.ofertas1{
    background-image:url(https://www.pwcimpuestosenlinea.co/PERFILU/Images/labmig/Fondo%20promociones-01.png);
    width:100%;
    min-height:450px;
    padding:30px 40px;
  
}
.portada1{
    background-image:url(https://www.pwcimpuestosenlinea.co/PdfInternacional/Micrositios/servicios%20legales/Servicios%20Legales-Home-01.png);
  
    margin-left:-25px!important;
    min-height:355px;
    background-size:100%;


}
.cajaoferta{
    padding: 10px 30px;

}

.cajaoferta img{
    width:100%;
    height:auto;
}

.cajaoferta a{
    margin: 0 auto;
}

.ofertas h2{
    font-weight:600;
    margin-left:30px;
}
@media (max-width: 700px)
{
.columnas{
     display:block!important;
	}
}
 #homepage-blog .title_block a {
      font-family: "Open Sans", sans-serif;
      font-size: 40px;
      font-weight: 700;
      color: black;
      -moz-transition: 0.4s linear all;
      -o-transition: 0.4s linear all;
      -webkit-transition: 0.4s linear all;
      transition: 0.4s linear all; 
	  border-top: 2px solid #db536a;
	  padding-right: 100px;}