/*!
Theme Name: Portafolio Editorial
Theme URI: https://them.es/starter
Author: José Sebastián García Díaz
Author URI: https://simte.org
Description: 
Version: 3.1
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: portafolio-editorial
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


@font-face {
    font-family: 'Acumin Pro';
    src: url('assets/css/fonts/AcuminPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('assets/css/fonts/AcuminPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('assets/css/fonts/AcuminPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('assets/css/fonts/AcuminPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-ExtraLightIt.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('assets/css/fonts/SourceSerifPro-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


p{
	color:#666666;
}

a{
    color: #cb7a67 !important;
}
#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon {
    color: #eee !important;
}
.navbar{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    top: 0 !important;
}
.navbar {
    position: relative;
}
.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}

#main{
    padding-top: 0px !important;
    margin-top: 3em !important;
}

body.page-template-page-full #main{
    padding-top: 0px !important;
    margin-top: 0px !important;
}



.search-form{
	min-width: 200px;
}

.search-form .input-group>.form-control{
    background: none;
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
}

.bg-light{
	background: rgba(240,240,240,0.90) !important;
}
.btn-secondary{
	background: white;
    border-color: #ccc;
}
.hero{
	background-image: url(https://yoanadm.simte.org/wp-content/uploads/2022/08/Perfíl.png);
    margin: 2em 0em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
.hero__nombre{
    margin-top: 10em;
	width: 20%;
	position: relative;
	bottom: 20px;
	left: 20px;
}
@media (min-width: 516px) {
	.hero__nombre{
		width: 50%;
	}
}

@media (min-width: 1200px) { 
	.hero__nombre{
	    margin-top: 15em;
	}
}
.hero__content{
	position: relative;
}
.hero__content-detalle{
	display: block;
	position: absolute;
	top: -65px;
    left: -30px;
    width: 88px;
}
@media (min-width: 516px) {
	.hero__content-detalle{
		top: -45px;
	}
}
@media (min-width: 768px) {
	.hero__content-detalle{
		top: -25px;
	}
}

@media (min-width: 400px) {
	.hero__content-detalle{
		display: block;
	}
}
.hero__content-texto{
	font-family: 'Source Serif Pro';
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.1rem;
    color: #666666;
}

@media (min-width: 768px) {
	.hero__content-texto {
	    font-size: 3rem;
	    line-height: 3.1rem;
	}
}

.hero__content-texto span{
	color:#CB5B36;
	font-size: 1.2em;
    line-height: 0.6em;
}
.detalle-2{
	width: 50px;
    right: 100px;
    top: 25px;
    position: relative;
}
@media (min-width: 516px) {
	.detalle-2{
		width: 50px;
	    right: 100px;
	    top: 25px;
	    position: relative;
	}
}
@media (min-width: 768px) {
	.detalle-2{
		width: 50px;
	    right: 100px;
	    top: 25px;
	    position: relative;
	}
}

/**/
.content-footer{

}
.wrapper-footer{
	margin: 0 auto;
	max-width: 620px;	
	text-align: center;
	position: relative;
	font-style: italic;
	padding-bottom: 2em;
}
.wrapper-footer .autor{
	font-style: initial;
	float: right;
}
.texto-footer{

}
.flecha-abajo{
	width: 40px;
	margin: 2em;
}
.comilla-inicial{
	position: absolute;
	top: 80px;
    left: 0px;
    width: 80px;
}


.content-sub-footer{
	background: rgba(240,240,240,0.90) !important;
	height: 50px;
    padding: 1px;
    text-align: right;
    font-size: 0.9rem;
    font-weight: 600;
    color: burlywood;
}

.imagen-perfil{
	width: 100%;
}

body, p{
	/*font-family: 'Acumin Pro';*/
	font-weight: normal;
    font-style: normal;
}

h1, h2, h3{
	font-family: 'Source Serif Pro';
}
 
h2{
	font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    color: #4D4D4D;
}

h1.entry-title{
    color: #444444;
    font-weight: bold;
}

.page-with-image h1{
	color: #999;
    font-size: 1em; 
}

.wrapper-image-thumbnail-page img{
	width: 100%;
	height: auto;
}

.wp-block-quote.is-style-large{
    border-bottom: #ccc solid 1px;
    margin: 30px 0 30px;
    border-top: #ccc solid 1px;
    padding-top: 16px;
}

blockquote p{
	color:#424A59;
	font-family: 'Source Serif Pro';
	font-style: italic;
}

.entry-content{
	padding-left: 2em;
    border-left: solid 1px #ccc;
    margin-left: 2em;
    position: relative;
}

.entry-content--brand{
	position: absolute;
	bottom: 0px;
    left: -2em;
}

.jp-carousel-image-download{
	display: none !important;
}

.entry-meta{
	display: none !important;
}

/**/
.wrapper-habilidades{
	background: url('https://yoanadm.simte.org/wp-content/uploads/2022/08/Habilidades.jpg');
	background-size: cover;
	margin: 3em 0;
	color: #555;
}

.col-relative{
	position: relative;
}

.detalle-habilidades{
	margin: 2em;
	margin-right: -3em;
	border: solid 1px #333;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.detalle-habilidades:before {
	content: " ";
	width: 15px;
	height: 15px;
	background: #cc5c36;
	display: block;
    border-radius: 50px;
    position: absolute;
    bottom: 1em;
    left: 1em;
}

.detalle-habilidades:after {
	content: " ";
	width: 4px;
	height: 40%;
	background: #666666;
	display: block;
    position: absolute;
    top: 1em;
    right: -2px;
}

.content-habilidades{
    background: white;
    padding: 4em 2em 2em 4em;
}

.habilidad{
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

.habilidad .lleno, .habilidad .vacio{
	display: inline-block;
    width: 22px;
    height: 22px;
    background: white;
    border: solid 1px #83ac9a;
    margin-right: 5px;
    border-radius: 0px 5px;
    opacity: .6;
}

.habilidad .lleno{
	background: #83ac9a;
}

/*Borrar después*/
ul.recentposts, ul.categories{display: none;}


/*Galley custom*/
.blocks-gallery-item-custom a img{
	height: inherit !important;
    flex: inherit !important;
    object-fit: contain !important;
}