/*
 Theme Name:   doctoratUB
 Theme URI:    http://mat.ub.edu
 Description:  Tema fill de matUB per la pagina del doctorat de la facultat
 Author:       Martín Pérez Yarza
 Author URI:   mapeya94@gmail.com
 Template:     matUB
 Version:      1.0.0
*/
/*
style
Creat per Martín Pérez Yarza el 12/05/2017
Copyright (c) Universitat de Barcelona, 2017. Tots els drets reservats.
*/


@import url("../matUB/style.css");

#recaptcha_area { 
    margin-left: auto; margin-right: auto;
}

#recaptcha_area input{
    background-color: white;
    height: auto;
}

strong, b {
font-weight: bold;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}



@media handheld, only screen and (max-width: 767px) {
.back-to-top {
    display:none;
}


.back-to-top:hover {    
      display:none;
}


.back-to-bottom {
      display:none;
}


.back-to-bottom:hover {    
      display:none;
}

.contacte{
  display:none;
}

}

@media (min-width: 1200px) {
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}


.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}


.back-to-bottom {
    position: fixed;
    bottom: 2em;
    left: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 1;
}


.back-to-bottom:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

}

.carousel2 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 0px;
          perspective: 0px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.carousel2 .carousel-item {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel2 .carousel-item img {
  width: 100%;
}






.card.small{
    height: 28vh;
    position: relative;
}

.card.small .card-image{
    height: 15vh;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.card.small .card-image:before{
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    
}

.card .card-image img{
    vertical-align: middle;
    display: inline-block;
    max-width: 96%;
    margin: 0 auto;
    width: auto;
}

.help_imatge{
    padding-top: 15vh;
}

.card .card-content{
    height: 15vh;
}

.card .card-content .card-title{
    font-size: 2vh;
    line-height: 20px;
    height: 8vh;
}

.card .card-reveal .card-title{
    font-size: 2vh;
    line-height: 20px;
    height: 8vh;
}

.card-link{
    text-align: right;
}

img.responsive-img{
    max-height: 100%;
    margin: 0 auto;
}

nav .nav-wrapper form, nav .nav-wrapper form .input-field{
height: 100%;
}


img.blur:hover {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  transition: -webkit-filter 0.2s;

}

img.brightness:hover{
  -webkit-filter: brightness(120%);filter: brightness(120%);
      transition: -webkit-filter 0.2s;
}

img.contrast:hover {
  -webkit-filter: contrast(180%);filter: contrast(180%);
    transition: -webkit-filter 0.2s;
}

img.grayscale {
  -webkit-filter: grayscale(100%);filter: grayscale(100%);
}

img.huerotate {
  -webkit-filter: hue-rotate(180deg);filter: hue-rotate(180deg);
}

img.invert {
  -webkit-filter: invert(100%);filter: invert(100%);
}

img.opacity {
  -webkit-filter: opacity(50%);filter: opacity(50%);
}

img.saturate:hover {
  -webkit-filter: saturate(7); filter: saturate(7);
  transition: -webkit-filter 0.2s;
}

img.sepia {
  -webkit-filter: sepia(100%);filter: sepia(100%);
}

img.shadow {
  -webkit-filter: drop-shadow(8px 8px 10px green);filter: drop-shadow(8px 8px 10px green);
}


ul li {
    list-style-type: disc;
    margin-left: 1.5em; 
    list-style-position: inside; 
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: disc;
}

ul:not(.browser-default) li {
  list-style-type: disc;
}