
/**
 * @subpackage	Creactive
 * @copyright	Copyright (C) 2021 Creactive - All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
*/

/*	color: #7f8085; /* GRIS */
/*	color: #da9d30 - NARANJA CREACTIVE */

/**PORTAFOLIO**/

#portfolio {
	display: table;
	width: 100%;
	height: 100%;
}

#portfolio .columna33 {
	width: 32.98%;
	padding: 2px;
}

#portfolio [class*="icon-"] {
	display: none;
	font-size: 24px;
	color: #A6A6A6;
	padding-top: 5px;
}

@media only screen and (max-width: 1000px) {
#portfolio [class*="icon-"] {
	display: block;
}
}


.portfolio-titulo {
	color: #FFF !important;
	font-size: 18px;
	position: -webkit-sticky; /* Safari */
	position: sticky !important;
	bottom: 0;
	z-index: 12;
}

.etiqueta-portfolio {
	padding: 8px 25px;
	border-radius: 8px 8px 0 0;
	background: #000;
	display: table;
	margin-top: -60px;
	text-align: center;
	
}

.portfolio-titulo a:link, .portfolio-titulo a:visited, .portfolio-titulo a:active {
	text-decoration: none;
	color: #FFF !important;
	transition: 0.2s;
}

.portfolio-titulo a:hover {
	text-decoration: none;
	color: #FFF !important;
	color: #da9d30 !important;
	transition: 0.2s;
}

.etiqueta-portfolio .flecha-abajo {
	margin-left: 5px;
	vertical-align: -2px;
}

#portfolio .columna25 {
	width: 25% !important;
}

.ancla-portf {
	position: absolute;
	bottom: 20%;
}

@media only screen and (max-width: 600px) {
#portfolio .columna25 {
	min-width: 100vw !important;
}
}

@media only screen and (max-width: 1000px) {
#portfolio .columna25 {
	min-width: 33.3vw;
}
}

.cont-galeria {
	position: relative;
	width: 100%;
	height: 100%;
}


.galeria {
	position: fixed !important;
	top: 0;
	left: 0;
	background: rgb(0,0,0,0.3);
	width: 98%;
	height: 98%;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	padding: 1%;
	
	backdrop-filter: blur(5px);
}

.galeria:target {
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

.galeria .img-galeria {
	position: relative;
	overflow: hidden;

}

#video-portafolio {
	display: table;
	max-width: 1200px;
	width: 98%;
	margin: auto;
	position: relative;
	padding: 20px 20px 60px 20px;
	background: #000;
	border-radius: 5px;
	
	-webkit-box-shadow:inset -2px 1px 3px 1px rgba(255,255,255,0.7);
box-shadow:inset -2px 1px 3px 1px rgba(255,255,255,0.7);
}

#video-portafolio .video-ini {
	overflow: hidden;
	border-radius: 2px;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1000px) {
#video-portafolio {
	padding: 10px 10px 20px 10px;
	max-width: 80%;
}
}

@media only screen and (max-width: 600px) {
#video-portafolio {
	max-width: 90%;
}
}


.galeria .img-galeria img {
	max-height: 100vh;
}

.galeria .icono-navegacion {
	position: absolute;
	top: 45%;
	margin: 1.5em;
	transition: 0.2s;
	z-index: 11;
	cursor: pointer;
	background: rgba(0,0,0,0.40);
	padding: 0.5em;
	border-radius: 60px;
	line-height: 0em;	
}

.galeria .navegacion-l,
.galeria .navegacion-r,
.galeria .navegacion-cerrar {
	display: inline-block;
	width: 25px;
	height: 25px;		
}

.galeria .navegacion-cerrar {
	position: absolute;
	top: 0;
	right: 0;
}

.galeria .navegacion-r {
	right: 0;
}

.galeria .navegacion-l::before,
.galeria .navegacion-r::before, 
.galeria .navegacion-cerrar::before {	
	filter: invert(100%) sepia(96%) saturate(15%) hue-rotate(212deg) brightness(104%) contrast(104%);	
 }

.galeria .navegacion-l::before {	
	content: url("../images/icono-nav-l.svg");	
 }

.galeria .navegacion-r::before {	
	content: url("../images/icono-nav-r.svg");	
 }

.galeria .navegacion-cerrar::before {	
	content: url("../images/icono-nav-cerrar.svg");	
 }

@media only screen and (max-width: 800px) {
.galeria .navegacion-l,
.galeria .navegacion-r,
.galeria .navegacion-cerrar {
	width: 20px;
	height: 20px;		
}

}

.galeria .icono-navegacion:hover,
.galeria-textos .icono-navegacion:hover {
	background: rgba(0,0,0,0.7);
	transition: 0.2s;
}


.img-registro {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

.titulo-seccion {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	place-items: center;
	justify-content: center;
	text-align: center;
}

.titulo-seccion h3 {
	max-width: 50%;	
}

#portfolio .over-mas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,0.4);
	background-image: url(../../../images/poolpiscinas/iconos/icon-mas.svg);
	background-repeat: no-repeat;
	background-size: auto 10%;
	background-position: 50% 50%;
	cursor: pointer;
	opacity: 0;
	transition: 0.3s;
}

#portfolio .over-mas-n {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(216,128,0,0.75);
	background-image: url(../../../images/poolpiscinas/iconos/icon-mas.svg);
	background-repeat: no-repeat;
	background-size: auto 15%;
	background-position: 50% 50%;
	cursor: pointer;
	opacity: 0;
	transition: 0.3s;
}

#portfolio .over-mas:hover,
#portfolio .over-mas-n:hover {
	opacity: 1;
	transition: 0.3s;
}

.cont-galeria .rotulo {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	bottom: 0;
	font-size: 14px;
	color: #FFF;
	z-index: 1;
	background: rgba(0,0,0,0.5);
}

.cont-galeria .rotulo p {
	margin: 0 0 0.1em 0;
}

#video-portafolio .rotulo {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	bottom: 10px;
	font-size: 14px;
	color: #FFF;
	z-index: 1;
}

.cont-galeria .rotulo h4 {
	display: table;
	background: #FFF;
	padding: 5px 10px 0 10px;
	font-size: 16px;
	margin-left: 3%;
	border-radius: 4px 4px 0 0;
}

#portfolio h3 a:hover {
	color: #FFF !important;
}

#portfolio h3 a:link, #portfolio h3 a:visited, #portfolio h3 a:active {
	color: #FFF !important;
	text-decoration: none;
}

.rotulo-seccion {
	width: 100%;
	text-align: center;
	font-size: 16px;
	position: absolute;
	color: #da9d30 !important;
}

.rotulo-seccion-next, .rotulo-seccion-prev {
	width: 100%;
	font-size: 16px;
	position: absolute;
	color: #da9d30 !important;
	padding: 0 10px;
}

#rotulo-next-prev {
	display: table;
	width: 25%;
	position: relative;
	float: left;
	clear: none;
}

#rotulo-next-prev img {
	width: 100%;
}

@media only screen and (max-width: 1000px) {
#rotulo-next-prev {
	min-width: 33.3vw !important;
}

.rotulo-seccion {
	font-size: 12px !important;
}

}

@media only screen and (max-width: 600px) {
.rotulo-seccion {
	font-size: 14px !important;
}

#rotulo-next-prev {
	width: 100%;
	height: 100px;
}

#rotulo-next-prev img {
	max-height: 90px;

}

#rotulo-next-prev .flecha-derecha2:before {
	font-family: 'creactive-iconset' !important;
	content: "\e928";
}

}

.flecha-derecha2:before {
	font-family: 'creactive-iconos' !important;
	content: "\e90b";
	opacity: 1;
	margin: auto;
	font-size: inherit;
	vertical-align: bottom;
	margin: 0 5px;
}

.flecha-abajo2:before {
	font-family: 'creactive-iconos' !important;
	content: "\e907";
	opacity: 1;
	margin: auto;
	font-size: inherit;
	vertical-align: bottom;
	margin: 0 5px;
}



.rotulo-titulo-seccion {
	width: 100%;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 47%;
	color: #da9d30 !important;
}

@keyframes up-comments {
  from { top: 96% }
  to   { top: 0%; }
}


@media only screen and (max-width: 1000px) {

.cont-galeria .rotulo {
	font-size: 11px;
}

#portfolio h3 {
	max-width: 90%;
	font-size: 12px;
}


}

@media only screen and (max-width: 600px) {

.cont-galeria .rotulo {
	position: relative;
	font-size: 11px;
	background: #000;
}



}

#portfolio .subtitulo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#inicio-portafolio .columna50, #inicio-portafolio .columna25 {
	position: relative;
}

#inicio-portafolio .subtitulo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#inicio-portafolio p {
	max-width: 80%;
}

#portfolio .bg-naranja {
	background: #d0962f;
}

#portfolio .img100 {
	width: 100%;
	height: auto;
	display: block;
}

#portfolio .img-80 img {
	opacity: 0.4;
}

/**TEXTOS GALERIA **/

.galeria-textos {
	position: fixed;
	top: 0;
	left: 0;
	background: rgb(230,230,230,0.95);
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	padding: 1%;	
	backdrop-filter: blur(5px);
	text-align: center !important;
}


.galeria-textos:target {
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

.galeria-textos .textos-galeria {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 4em;
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

.anchor-point {
	position: absolute;
	top: -4em;
}

/***DISPOSITIVOS-OVER (+)***/

#portfolio .over-mas-d {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../../images/poolpiscinas/iconos/icon-mas.svg);
	background-repeat: no-repeat;
	background-size: auto 15%;
	background-position: 93% 93%;
	cursor: pointer;
	display: none;
}

@media only screen and (max-width: 1000px) {

#portfolio .over-mas {
	display: none;
}
	
#portfolio .over-mas-d {
	display: block;
	background-size: auto 10%;
}	

}












