@import url(https://fonts.googleapis.com/css?family=Titillium+Web);

body{font-family: 'Titillium Web'; font-size:18px}

.pw_header_caption_description {
    font-size: 30px;
line-height: 32px;
}

.pw_header_caption_title {
    font-size: 48px;
}

article.thumbnail.well {
    box-shadow: 0 16px 32px 0 rgba(62,57,107,0.2) !important;
}

/* CATEGORIAS DESTACADAS */
.flexbox{display:flex; width: 100%; flex-direction:row; justify-content:space-around; flex-flow:wrap}
.box1{ width: calc(100% - 20px); margin: 10px; text-align: center;}
.box2{ width: calc((100% / 2) - 20px); margin: 10px; text-align: center;}
.box3{ width: calc((100% / 3) - 20px); margin: 10px; text-align: center;}
.box4{ width: calc((100% / 4) - 20px); margin: 10px; text-align: center;}

.box-cuadros img{transform: scale(1)}
.box-cuadros img:hover{transform: scale(1.05)}
.pw_landing_article_title{font-family: 'PT Serif', serif;}

.box-cuadros img, .social-ico img, article .btn-primary, form .btn-primary, .btn-primary, article .btn-primary:hover, form .btn-primary:hover, .btn-primary:hover  {-moz-transition:all 300ms ease; -webkit-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease}
/* FIN CATEGORIAS DESTACADAS */