/*
Theme Name: Semplice v5
Theme URI: https://www.semplice.com
Author: Semplicelabs
Author URI: https://www.semplice.com
Description: With Semplice you can build fully responsive case studies & custom branded project pages with just a few clicks. Visit our <a href="http://help.semplice.com" target="_blank">documentation</a>, <a href="https://www.semplice.com/changelog-v5-studio" target="_blank">changelog</a> and follow us on <a href="http://www.twitter.com/semplicelabs" target="_blank">Twitter</a> for update notifications.
Version: 5.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio, responsive, case study, fullscreen cover, content editor
Text Domain: semplice
*/
/*

	How to add Custom CSS?
	------------------------------------------------------------------------------------------------------------------------------------
	Semplice is coded with SASS (http://sass-lang.com/) 
	There are 2 ways to edit or override CSS definitions:
	
	# Use the Custom CSS fields in the Theme Options under 'Customize -> Advanced'
	# Add a child theme, more info in the Documentation. http//help.semplice.com

*/
@font-face {
    font-family: 'teko';
    src: url('../fonts/teko-semibold-webfont.woff2') format('woff2'),
         url('../fonts/teko-semibold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'chaird';
    src:  url('../fonts/Chairdrobe-Black-Italic.otf')format('truetype') ;
    font-style: normal;

}
@font-face {
    font-family: 'argumentum';
    src: url('../fonts/Argumentum-Bold.ttf') format('truetype');
    
}
@font-face {
    font-family: 'argumentum-light';
    src: url('../fonts/Argumentum-Light.ttf') format('truetype');
    
}
.cuadro-iconografia {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.cuadro-iconografia {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ff6b6b;
}
.titulo-ultimas {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #000;
    width: calc(100% - 2px);
    color: #ff6b6b;
    font-family: 'teko';
    font-size: 2.3vw;
    margin: 0px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .3vw;
    height: 5vw;
    line-height: 5vw;
    border-left: 2px solid #ff6b6b;}

.articulo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 15vw;
    font-size: 0px;
}
.portada-articulo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    height: 100%;
    background-size: 140%;
    background-position: center center;
}
.info-articulo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    height: 100%;
}
.info-articulo h1 {
    position: relative;
    width: 60%;
    line-height: 1;
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'teko';
    font-size: 1.5vw;
    padding-top: 2vw;
}

.producciones {
    position: relative;
    width: 100%;
    font-size: 0px;
    overflow: hidden;
}
#primary, #secondary, .entry-title {
    display: none;
}