/*
	Theme Name:   Obvio Theme
	Theme URI:    https://www.acceseo.com/
	Description:  Obvio Theme
	Author:       acceseo | Adam
	Author URI:   https://www.acceseo.com/
	Version:      1.0.0
	Template:     hello-elementor
	License:      GNU General Public License v2.0 or later
	License URI:  https://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:  obvio
	Tags:         obvio, acceseo
*/

/* REM multiplos de 10 p.e.: si eran 19px, son 1.9rem */
html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
}

/*** GENERAL ***/
*:focus {
  outline: none !important;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
}


/*SELECT BLOG*/
.select__category h5 {
	font-family: 'Lexend';
	font-weight: normal;
	color: #FFFFFF;
	font-size: 2rem;
	cursor: pointer;
	margin: 0;
    padding: 13px;
}

.select__category h5:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: "\F078";
	margin-left: 10px;
	font-size: 16px;
}

@media(min-width: 768px)
{
	.select__category h5 {
		border: 1px solid #fff;
	}
	.select__category h5:after {
		position: absolute;
		right: 15px;
		top: 17px;
	}
}

.select__category ul {
	position: absolute;
	display: none;
	list-style: none;
	margin-left: 0;
	top: 51px;
	width: 230px;
	z-index: 9;
	background-color: #171717;
	box-shadow: 0 3px 6px #ffffff29;
	left: 0;
	padding: 0;
	border: 1px solid #fff;
}

.select__category ul li {
	margin-left: 0!important;
}

.select__category ul li:hover {
	background: #fff;
}

.select__category ul li:hover a {
	color: #171717;
}

.select__category ul li a {
	font-family: 'Lexend';
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    width: 100%;
    padding: 8px 20px;
    display: block;
}

@media (max-width:767px) 
{
	.select__category ul {
		left: auto;
		right: 0;
		margin-top: 10px;
	}
	
	.select__category h5 {
		text-align: right;
		font-size: 1.8rem;
	}
}
/**/
.projects--items .project-item__text, 
.projects--slider .project-item__text {
	pointer-events: none;
}