#banda-encima-contenido .content .cubos{
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 50px 0 40px 0;
}

@media screen and (max-width:1200px){
    #banda-encima-contenido .content .cubos{
        width: 90%;
    }
}

@media screen and (max-width:750px){
    #banda-encima-contenido .content .cubos{
        flex-wrap: wrap;
    }
}


#banda-encima-contenido .content .cubos li {
    height: 86px;
    background: #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24%;
    border: 1px solid #bdbdbd;
    transition: all 0.5s;
    border-radius: 3px;
}

@media screen and (max-width:750px){
    #banda-encima-contenido .content .cubos li {
        width: 49%;
        margin-bottom: 7px;
   }
}

#banda-encima-contenido .content .cubos li:hover {
    background: white;
    border: 1px solid #dadada;
    transition: all 0.5s;
}

#banda-encima-contenido .content .cubos li.protecdatos:hover {
    background: url(https://www.unizar.es/sites/default/files/archivos/img/logoppacto_0-gray.png) white;
    border: 1px solid #dadada;
    transition: all 0.5s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
}

#banda-encima-contenido .content .cubos li a{
    color: #213c70;
    font-size: 22px;
    padding: 0 15px;
    line-height: 18px;
}

.block.view-te-interesa{
    padding-bottom: 50px;
}

.block.view-te-interesa .block-title-and-content{
    position: relative;
}

#banda-encima-contenido .block.view-te-interesa h2 {
    z-index: 5;
}

.block.view-te-interesa .content{
    display: flex;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    width: 80%;
    margin: 0 auto;
    align-items:center;
    position: relative;
    background: #e4e4e4;
}

@media screen and (max-width:1200px){
    .block.view-te-interesa .content{
        width: 90%;
    }
}

@media screen and (max-width:900px){
    .block.view-te-interesa .content{
        flex-wrap: wrap;
    }
}

.block.view-te-interesa .content ul.tid{
    margin: 0;
}

@media screen and (max-width:900px){
    .block.view-te-interesa .content ul.tid{
        width: 100%;
        padding: 50px 0 0 0;
    }
}

#banda-encima-contenido .block.view-te-interesa .content ul.tid li{
    margin: 0 0 15px 0;
}

@media screen and (max-width:900px){

    #banda-encima-contenido .block.view-te-interesa .content ul.tid li{
        text-align: center;
    }
}

#banda-encima-contenido .block.view-te-interesa .content ul.tid li:last-child{
    margin: 0;
}

#banda-encima-contenido .block.view-te-interesa .content ul.tid a {
    line-height: 24px;
    font-size: 24px;
}

#banda-encima-contenido  .block.view-te-interesa .content ul.tid li:before{
    content: none;
}

.block.view-te-interesa .content ul.ti{
    flex-wrap: wrap;
    column-count: 2;
    margin-top: 40px;
    padding: 0;
}

@media screen and (max-width:900px){
    .block.view-te-interesa .content ul.ti{
        margin-top: 30px;
    }
}

@media screen and (max-width:460px){
    .block.view-te-interesa .content ul.ti{
        column-count: 1;
    }
}


/* Bloque oferta estudios */


.oferta{
  background: white;
  overflow: hidden;
  margin-top: 80px;
}

#wrapper .oferta h2{
  color: #212121;
  font-family: 'Source Sans Pro', arial, serif;
  text-align: center;
  padding-bottom: 25px;
  margin: 80px 0 45px 0;
  font-size: 32px;
  font-size: 2rem;
  font-weight: lighter;
  position: relative;
}

.oferta h2:before{
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #efefef;
  bottom: 0;
}

.oferta .oferta-estudios ul{
  padding:0;
  margin: 0;
}

.oferta .oferta-estudios li{
  font-size: 18px;
  list-style-image: none;
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  padding: 15px 0 55px 0;
}

.oferta .oferta-estudios li a{
  text-decoration: none;
  color: #223d71;
}

.oferta .oferta-estudios li .imagen-estudio{
  display: table;
  margin: 0 auto;
}

.oferta .oferta-estudios li .imagen-estudio .img{
  display: table-cell;
  vertical-align: middle;
  width: 95px;
  height: 95px;
  position: relative;
}

.oferta .oferta-estudios li .imagen-estudio .img:before{
  position: absolute;
  content: '';
  width: 95px;
  height: 95px;
  background-color: #efefef;
  background-color: #EFF1F7;
  display: block;
  border-radius: 505px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  z-index: -1;
 }

.oferta .oferta-estudios li .imagen-estudio:hover .img:before{
  background-color: #4ea2cd;
}

.oferta .oferta-estudios li em{
    font-size: 0;
  width: 95px;
  height: 95px;
  display: block;
  color: #213C70;
  margin: 0 auto 12px auto;
  background-color: #F0F5FF;
  background: #EFF1F7;
  border-radius: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.oferta .oferta-estudios li:hover em{
  border-radius: 0;
}

.oferta h3{
  color: #212121;
  font-family: 'Source sans pro', sans-serif;
  font-weight: 200;
  font-size: 23px;
  margin-top: 0;
}

.oferta .oferta-estudios em:hover{
  color: #FFFFFF;
  background-color: #79C5EC;
  background-color: #4ea2cd;
}

.oferta .oferta-estudios li em:before{
  display: block;
  line-height: 95px;
  font-size: 30px;
}

.oferta .oferta-estudios li span.texto{
  width: 157px;
  height: auto;
  line-height: 21px;
  padding: 10px;
  left: 50%;
  margin-left: -93px;
  font-family: 'source sans pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #213C70;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 4px solid #fff;
  background: white;
  text-indent: 0px;
  border-radius: 5px;
  position: absolute;
  pointer-events: none;
  bottom: 120px;
  opacity: 0;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.oferta .oferta-estudios li:hover span.texto{
  opacity: 0.9;
  bottom: 205px;
}

.oferta .oferta-estudios li span.texto:before,
.oferta .oferta-estudios li span.texto:after{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0,0,0,0.1);
}

.oferta .oferta-estudios li span.texto:after{
  bottom: -14px;
  margin-left: -10px;
  border-top: 10px solid #fff;
}

/* eol Bloque oferta estudios */