/* =================================
------------------------------------
  Cassi | Photo Studio HTML Template
  Version: 1.0
 ------------------------------------
 ====================================*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Inter:400,400i,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Karla:wght@300&family=Khula:wght@600&family=Overpass&display=swap");
html, body {
	height: 100%;
	font-family: "Inter", "Overpass", sans-serif;
	-webkit-font-smoothing: antialiased;
	
}
h1 {
	font-size: 70px;
	margin: 0;
	color: #5f5f5f;
	font-weight: 600;
	line-height: 0.8;
}
h2 {
	font-size: 35px;
	margin: 0;
	color: #5f5f5f;
	font-weight: 600;
	line-height: 0.8;
}
h3 {
	font-size: 30px;
	margin: 0;
	color: #5f5f5f;
	font-weight: 600;
	line-height: 0.8;
}
h4 {
	font-size: 24px;
	margin: 0;
	color: #5f5f5f;
	font-weight: 600;
	line-height: 0.8;
}
h5 {
	font-size: 18px;
	margin: 0;
	color: #5f5f5f;
	font-weight: 600;
	line-height: 0.8;
}
h6 {
	font-size: 16px;
	margin: 0;
	letter-spacing: 2pt;
	color: #5f5f5f;
	font-weight: 200;
	line-height: 1.2;
}
h11, h22, h33, h44, h55, h66 {
	font-family: 'Overpass', sans-serif;
	letter-spacing: 2pt;
	color:#060606;
	font-size: 24.5px;
	line-height:1.2;
}

@media (max-width: 576px) {
h11, h22, h33, h44, h55, h66 {
	color:#000;
	position: relative;
	font-size: 15px;
	margin-bottom: 20px;
}
}	
	p {
	font-size: 16px;
	color: #5F5F5F;
	line-height: 1.5;
	margin-bottom:15px;
}
@media (max-width: 767px) {
	p {
	font-size: 14px;
	color: #060606;
	line-height: 1.5;
	margin-bottom:15px;
}
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration:none;
	outline: none;
	
}
ul, ol {
	padding: 0;
	margin: 0;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
/*---------------------
   Helper CSS
 -----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 55px;
}
.section-title img {
	margin-bottom: 15px;
}
.section-title h2 {
	font-weight: 400;
	font-size: 38px;
	text-transform: uppercase;
}
.section-title p {
	padding-top: 15px;
	margin-bottom: 0;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.spad {
	padding-top: 110px;
	padding-bottom: 105px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}
/*---------------------
  Commom elements
-----------------------*/

.site-btn-negro {
	background-color: #060606;
	display: inline-block;
	font-size: 16px;
	padding: 17px 25px;
	min-width: 170px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	border: none;
	border-radius: 2px;
}
.site-btn-grisoscuro {
	background-color: #5f5f5f;
	display: inline-block;
	font-size: 16px;
	padding: 17px 25px;
	min-width: 170px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	border: none;
	border-radius: 2px;
}				
.site-btn-grisclaro {
	background-color: #a7a7a7;
	display: inline-block;
	font-size: 16px;
	padding: 17px 25px;
	min-width: 170px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	border: none;
	border-radius: 2px;
}								
.site-btn-negro i .site-btn-grisoscuro i .site-btn-grisclaro i {
	font-size: 24px;
	position: relative;
	top: 5px;
	margin-left: 4px;
}
.site-btn {
	display: inline-block;
	font-size: 16px;
	padding: 17px 25px;
	min-width: 170px;
	color: #fff;
	background: #ff866b;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	border: none;
	border-radius: 2px;
}
.site-btn i {
	font-size: 24px;
	position: relative;
	top: 5px;
	margin-left: 4px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: #000;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
.offcanvas-menu-wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #060606;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
.offcanvas-menu-wrapper .menu-switch {
	position: relative;
	top: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.menu-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 24px 35px 14px 40px;
}
.main-menu {
	list-style: none;
	display: inline-block;
	text-align: center;
}
.main-menu li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	top: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.main-menu li:nth-child(5) {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.main-menu li:nth-child(4) {
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}
.main-menu li:nth-child(3) {
	-webkit-transition: all 0.5s ease 0.4s;
	-moz-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
.main-menu li:nth-child(2) {
	-webkit-transition: all 0.5s ease 0.6s;
	-moz-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}
.main-menu li:nth-child(1) {
	-webkit-transition: all 0.5s ease 0.8s;
	-moz-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}
.main-menu li:last-child {
	margin-bottom: 0;
}
.main-menu li a {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	font-family: "Inter", sans-serif;
	transition: all 0.3s;
}
@media (max-width: 767px) {
	.main-menu li a {
		font-size: 30px;
	}
}
.main-menu li a.active {
	color: #5f5f5f;
}
.main-menu li:nth-child(1) a:hover {
	color: #77c897;
}
.main-menu li:nth-child(2) a:hover {
	color: #5e8f8f;
}
.main-menu li:nth-child(3) a:hover {
	color: #f19796;
}
.main-menu li:nth-child(4) a:hover {
	color: #d8362e;
}
.main-menu li:nth-child(5) a:hover {
	color: #d8bbbb;
}
.menu-footer {
	padding: 26px 40px 22px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.menu-footer {
		display:block;
	}
}
.active .menu-switch {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}
.active .main-menu li {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.active .main-menu li:nth-child(1) {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.active .main-menu li:nth-child(2) {
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}
.active .main-menu li:nth-child(3) {
	-webkit-transition: all 0.5s ease 0.4s;
	-moz-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
.active .main-menu li:nth-child(4) {
	-webkit-transition: all 0.5s ease 0.6s;
	-moz-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}
.active .main-menu li:nth-child(5) {
	-webkit-transition: all 0.5s ease 0.8s;
	-moz-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}
/*---------------------
   Header section
 -----------------------*/

.header-section {
	padding: 30px 30px 30px 30px;
	overflow: hidden;
}
.header-section a {
	color: #060606;
	text-decoration:underline;
	text-decoration-thickness: 0.1rem;
	text-underline-offset: 0.4rem;
}	
.header-sectionPORTADA {
	padding: 30px 30px 13px 30px;
	overflow: hidden;
}
.header-sectionPORTADA img{
	padding: 0 0 0 0;
	width: 373px;
}
.site-logo {
	display: inline-block;
	padding-top: 0px;
}
.site-logo  a {
	margin-right: 0px;
	padding-bottom: 0px;
	position: relative;
	}
.menu-switch {
	float: right;
	cursor: pointer;
}
.menu-switch i {
	color: #5f5f5f;
	font-size: 50px;
	line-height: 40px;
}
@media (max-width: 576px) {
.header-sectionPORTADA img{
	padding: 0 0 0 0;
	width: 252px;
}
.header-section a {
	text-decoration:underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2rem;
}
}
/*---------------------
   Hero section
 -----------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-section {
		padding: 0 40px;
	}
}
.hero-slider .owl-nav {
	position: absolute;
	right: 30px;
	bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.hero-slider .owl-nav {
		right: calc(50% - 51px);
		bottom: 50px;
	}
}
.hero-slider .owl-nav button.owl-prev, .hero-slider .owl-nav button.owl-next {
	display: inline-block;
	width: 46px;
	height: 46px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	padding-top: 6px !important;
	border-radius: 1px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.hero-slider .owl-nav button.owl-prev:hover, .hero-slider .owl-nav button.owl-next:hover {
	background: #ff866b;
	border-color: #ff866b;
}
.hero-slider .owl-nav button.owl-prev {
	margin-right: 10px;
}
.hero-item {
	position: relative;
	display: flex;
	align-items: center;
}
.hero-text {
	position: relative;
	padding-left: 80px;
	max-width: 595px;
	z-index: 5;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.hero-text {
		padding: 100px 20px 150px;
		text-align: center;
		margin: 0 auto;
	}
}
.hero-text .ht-cata {
	display: inline-block;
	padding: 5px 18px 4px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #ff866b;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 50px;
}
.hero-text h2 {
	font-size: 80px;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero-text h2 {
		font-size: 60px;
	}
}
@media (max-width: 576px) {
	.hero-text h2 {
		font-size: 40px;
	}
}
.hero-text p {
	font-size: 18px;
	margin-bottom: 35px;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 50px;
}
.hero-text .ht-btn {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 50px;
}
.hero-text .ht-btn i {
	font-size: 24px;
	position: relative;
	top: 5px;
	color: #ff866b;
	margin-left: 5px;
}
.hi-bg {
	position: absolute;
	height: 100%;
	width: calc(100% - 650px);
	top: 0;
	right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.hi-bg {
		width: 100%;
		right: auto;
		left: 0;
	}
	.hi-bg:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #000;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
}
.owl-item.active .hero-text h2, .owl-item.active .hero-text p, .owl-item.active .hero-text .ht-cata, .owl-item.active .hero-text .ht-btn {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.owl-item.active .hero-text .ht-cata {
	-webkit-transition: all 0.5s ease 0.4s;
	-moz-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
.owl-item.active .hero-text h2 {
	-webkit-transition: all 0.5s ease 0.6s;
	-moz-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}
.owl-item.active .hero-text p {
	-webkit-transition: all 0.5s ease 0.8s;
	-moz-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}
.owl-item.active .hero-text .ht-btn {
	-webkit-transition: all 0.5s ease 1s;
	-moz-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}
/*---------------------
   Footer section
 -----------------------*/

.footer-section {
	position: fixed;
	background-color:#060606;
	width: 100%;
	bottom: 0;
	z-index:6;
	padding: 26px 30px 22px;
	overflow:hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.footer-section {
	text-align: left;
	padding: 16px 30px 12px;
	}
}
.footer-section2 {
	
	background-color:#060606;
	width: 100%;
	position:relative;
	visibility:hidden !important;
	bottom:0;
	z-index:5;
	padding: 26px 30px 22px;
	overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.footer-section2 {
	text-align: left;
	padding: 16px 30px 12px;
	}
}
.footer-social {
	display: inline-block;
}
.footer-social a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 24px;
	padding-bottom: 7px;
	position: relative;
}
.footer-social a:last-child {
	margin-right: 0;
}
.footer-social a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: -2px;
	background: #5f5f5f;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.footer-social a:hover:after {
	width: 100%;
}
.copyright {
	float: right;
}
.copyright  a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right:0px;
	padding-bottom: 7px;
	position: relative;
	
}
.copyright a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: -2px;
	background: #5f5f5f;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.copyright a:hover:after {
	width: 100%;
	
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.copyright {
		float:right;
	}
}
.footer-social h5 {
	max-width:460px;
	text-align:justify;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 100;
	color: #5f5f5f;
	margin-bottom: 10px;
	position: relative;
	top: 0px;
	bottom: 20px;
}
/*------------------
   About page
 ------------------*/

.page-top-section {
	padding: 500px 40px;
}
.page-top-warp {
	height: 400px;
	display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
.page-top-warp {
	height: 350px;
	display: flex;
	align-items: left;
	justify-content: top;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
.page-top-warp {
	height: 350px;
	display: flex;
	align-items: left;
	justify-content: top;
}
}
@media (max-width: 576px) {	
.page-top-warp {
	height: 200px;
	display: flex;
	align-items: left;
	justify-content: left;
}
}
.page-top-warp h2 {
	font-size: 80px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
	.page-top-warp h2 {
		font-size: 60px;
	}
}
@media (max-width: 576px) {
	.page-top-warp h2 {
		font-size: 40px;
	}
}
.page-top-warp p {
	font-size: 18px;
	padding-right: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.page-top-warp p {
		padding-right: 0;
	}
}
.about-section {
	padding-top: 82px;
}
.about-item {
	margin-bottom: 55px;
}
.about-item .ai-text {
	padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.about-item .ai-text {
		padding-left: 0;
	}
}
.about-item h2 {
	color: #fff;
	margin-bottom: 40px;
}
.about-item h4 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.4;
}
.about-item p {
	font-size: 14px;
}
.team-item {
	position: relative;
	overflow: hidden;
}
.team-item img {
	min-width: 100%;
}
.team-item:hover .team-meta {
	height: 100%;
	background: rgba(0,0,0,100);
}
.team-item:hover .team-meta h5, .team-item:hover .team-meta p {
	color: #fff;
}
.team-item:hover .tm-social {
	position: relative;
	visibility: visible;
	padding-top: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.team-meta {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	padding: 27px 0 26px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 100);
	transition: all 0.4s;
}
.team-meta h5 {
	font-weight: 400;
	margin-bottom: 5px;
}
.team-meta p {
	font-size: 14px;
	margin-bottom: 0;
}
.team-meta .tm-social {
	padding-top: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.team-meta .tm-social a {
	color: #fff;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	margin: 0 5px;
	font-size: 20px;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.team-meta .tm-social a:hover {
	color: #060606;
	background: #fff;
}
/*------------------
   Gallery page
 ------------------*/

.gallery-section {
	padding: 0px 28px 30px 28px;
}
@media (max-width: 576px) {
.gallery-section {
	padding: 0px .25rem 30px .25rem;
}
}
.galleryartist-section {
	padding: 0px 29px 0px 29px;
}
@media (max-width: 576px) {
.galleryartist-section {
	padding: 0px .25rem 0px .25rem;
}
}
.gallery-item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}
.gallery-item img {
	min-width: 100%;
}
.gallery-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	background: white;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.gallery-item .gi-text {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 35%;
	padding: 0 15px;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.gallery-item .gi-text h4 {
	color: #5f5f5f;
	padding-bottom: 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.gallery-item .gi-text p {
	color: #5f5f5f;
	
}
.gallery-item:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
.gallery-item:hover .gi-text {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.gallery-item:hover .gi-text h4 {
	margin-bottom: 5px;
}
.fr-position-outside {
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
}
.fr-position-text {
	color: #fff;
}
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background, .fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
	background-color: transparent;
}
.fr-thumbnail-active {
	border: 2px solid #fff;
}
/*----------------
   Blog Page
 ----------------*/

.blog-section {
	padding: 0px 40px 50px 40px;
}

.feature-blog {
	height: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.feature-blog .fb-cata-gris {
	display: inline-block;
	padding: 5px 18px 4px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #A7A7A7;
}
.feature-blog h2 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.feature-blog h2 {
		font-size: 65px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
	.feature-blog h2 {
		font-size: 50px;
	}
}
@media (max-width: 576px) {
	.feature-blog h2 {
		font-size: 40px;
	}
}
.feature-blog p {
	font-size: 18px;
	margin-bottom: 35px;
	position: relative;
	max-width: 515px;
}
.feature-blog .site-btn {
	min-width: 190px;
	padding-top: 8px;
}
.blog-post-items {
	margin: 0px -2px 30px;
	overflow: hidden;
}
.blog-item {
	height: 430px;
	margin-bottom: 0px;
	position: relative;
}
.blog-item .blog-textexpo {
	position: absolute;
	width: 80%;
	left: 50%;
    top: 90%;
    transform: translate(-50%, -90%);
	
	text-align:center;
}
.blog-item .blog-text {
	position: absolute;
	
	bottom: 30px;
	padding: 0 30px;
	text-align:center;
}
.blog-item .blog-textexpo .bi-cata-yellow {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	padding: 3px 13px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #060606;
	background: #FC0;
}
.blog-item .blog-textexpo .bi-cata-blanco {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	padding: 3px 13px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #060606;
	background: #fff;
}
.blog-item .blog-text h6 {
	background:#fff;
	padding: 16px 20px;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 2pt;
}
.blog-item .blog-textexpo h6 {
	background:#fff;
	padding: 16px 20px 24px 20px;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 2pt;
}
.blog-item .blog-text h6 a {
	color: #060606;
}
.blog-item .blog-textexpo h6 a {
	color: #060606;
}
.blog-item .blog-text h6 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 0.1rem;
	text-underline-offset: 0.3rem;
}
.blog-item .blog-textexpo h6 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 0.1rem;
	text-underline-offset: 0.3rem;
}
@media (max-width: 576px) {
.blog-item .blog-text h6 {
	font-size: 15px;
}
.blog-item .blog-textexpo h6 {
	font-size: 15px;
}
.blog-item .blog-text h6 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2rem;
}
.blog-item .blog-textexpo h6 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2rem;
}
}
.blog-col {
	float: left;
	width: 33.333333%;
	padding: .25rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog-col {
		width: 33.333333%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-col {
		width: 50%;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.blog-col {
		width: 100%;
	}
}
.blog-col.bc-sm {
	width: 21%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog-col.bc-sm {
		width: 25%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-col.bc-sm {
		width: 50%;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.blog-col.bc-sm {
		width: 100%;
	}
}
.blog-col.bc-md {
	width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-col.bc-md {
		width: 50%;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.blog-col.bc-md {
		width: 100%;
	}
}
.blog-col.bc-big {
	width: 42%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-col.bc-big {
		width: 50%;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.blog-col.bc-big {
		width: 100%;
	}
}
/*-------------------
   Blog Single Page
 --------------------*/

.blog-single-section {
	padding: 0px 0px 0px 0px;
}

.feature-blog-single {
	height: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.feature-blog-single h2 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
}
@media (max-width: 576px) {
	.blog-single-section {
		padding: 0 0px;
	}
}
.blog-singlegallery-header {
	width: 100%;
	margin-top: 5px;
	display: flex;
}

.blog-single-header {
	height: 300px;
	display: flex;
}
.blog-single-headertitle{
	background: #fff;
	padding: 0px 30px 0px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	margin-bottom: 55px;
}
.blog-single-headertitlemecenas{
	background: #060606;
	padding: 50px 30px 40px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	margin-bottom: 20px;
}

@media (max-width: 576px) {
	.blog-singlegallery-header {
		height: auto;
		padding: 0px 0;
	}
	.blog-single-header {
		height: auto;
		padding: 120px 0;
	}
	.blog-single-headertitle{
	padding: 0px 30px 0px 30px;
	margin-bottom: 40px;
}
.blog-single-headertitlemecenas{
	
	padding: 50px 30px 40px 30px;
	margin-bottom: 20px;
}
	
}
.blog-single-header .fb-cata {
	display: inline-block;
	padding: 5px 18px 4px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #ff866b;
}
.blog-single-headertitle h2 {
	line-height: 50px;
	letter-spacing: 2pt;
	margin-bottom: 3px;
	display:block;
	font-size: 45px;
	color: #060606;
	font-weight: 400;
}
.blog-single-headertitle h2 a {
	text-decoration:underline;
	text-decoration-thickness: 0.2rem;
	text-underline-offset: 0.2rem;
}
.blog-single-headertitle h3 {
	line-height: 23px;
	letter-spacing: 1pt;
	margin-bottom: 15px;
	display:block;
	font-size: 23px;
	color:#5f5f5f;
	font-weight: 300;
}
.blog-single-headertitlemecenas h2 {
	margin-bottom: 15px;
	display:block;
	font-size: 60px;
	color: #fff;
}
.blog-single-headertitlemecenas h3 {
	margin-bottom: 20px;
	display:block;
	font-size: 35px;
	line-height: 30px;
	color: #5e8f8f;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog-single-headertitle h2 {
		font-size: 40px;
		line-height: 44px;
	}
	.blog-single-headertitle h3 {
		font-size: 23px;
		line-height: 23px;
	}
	.blog-single-headertitlemecenas h2 {
		font-size: 50px;
	}
	.blog-single-headertitlemecenas h3 {
		font-size: 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-single-headertitle h2 {
		font-size: 30px;
		line-height: 33px;
	}
	.blog-single-headertitle h3 {
		
	}
	.blog-single-headertitlemecenas h2 {
		font-size: 45px;
	}
	.blog-single-headertitlemecenas h3 {
		font-size: 30px;
	}
}
@media (max-width: 576px) {
	.blog-single-headertitle h2 {
		font-size: 30px;
		line-height: 33px;
	}
	.blog-single-headertitle h3 {
		
	}
	.blog-single-headertitlemecenas h2 {
		font-size: 40px;
	}
	.blog-single-headertitlemecenas h3 {
		line-height: 25px;
		font-size: 25px;
	}
}
.bs-metas .bs-meta{
	display: inline-block;
	font-size: 15px;
	color: #5f5f5f;
	padding-right: 30px;
	margin-right: 20px;
	position: relative;
}
.bs-met{
	display: inline-block;
	font-size: 15px;
	color: #5f5f5f;
	padding: 30px 0px;
}
.bs-met p{
	display: inline-block;
	font-size: 15px;
	color: #5f5f5f;
}
.bs-met .ci-itemlistado {
	padding-left: 32px;
	position: relative;
	margin-bottom: 8px;
}
.bs-met .ci-itemlistado i {
	position: absolute;
	left: 0;
	top: 3px;
}

@media (max-width: 576px) {
.bs-met{
	display: inline-block;
	font-size: 14px;
	padding: 20px 0px;
}
.bs-met p{

}
.bs-met .ci-itemlistado {
	
	font-size: 14px;
	padding-left: 32px;
	position: relative;
	margin-bottom: 8px;
}
.bs-met .ci-itemlistado i {
	
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 3px;
}	
}

.bs-metas .bs-meta a {
	color: #fff;
}
.bs-metas .bs-meta:after {
	position: absolute;
	content: "|";
	right: 0;
	top: 1px;
	font-size: 16px;
	color: #6e6e6e;
}
@media (max-width: 576px) {
.bs-metas .bs-meta:after {
	position: absolute;
	content: none;
	right: 0;
	top: 1px;
	font-size: 16px;
	color: #6e6e6e;
}
}
.bs-metas .bs-meta:last-child {
	margin-right: 0;
	padding-right: 0;
}
.bs-metas .bs-meta:last-child:after {
	display: none;
}
.blog-content {
	
	padding: 0px 30px 0px 30px;
	
}
.blog-content p {
	font-size: 16px;
	
	
}
.blog-content .blog-gellery {
	padding-top: 60px;
	margin-bottom: 40px;
}
.blog-content .blog-gellery a {
	display: block;
}
.blog-content .blog-gellery img {
	margin-bottom: 30px;
	min-width: 100%;
}
.blog-content .post-cata {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	padding: 6px 13px;
	margin-bottom: 10px;
	margin-right: 16px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	background: #ff866b;
}
.blog-content .post-share span {
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
	color: #969696;
}
.blog-content .post-share a {
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	color: #969696;
	padding: 0 2px;
}
.blog-content .post-share a:hover {
	color: #ff866b;
}
.recent-blog.blog-item {
	height: 300px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
	.recent-blog.blog-item {
		padding: 0;
		height: 200px;
	}
}
@media (max-width: 576px) {
	.blog-content p {
	font-size: 14px;	
	
}
.recent-blog.blog-item {
		padding: 0;
		height: 200px;
	}
}
.recent-blog.blog-item .blog-text {
	position: relative;
	bottom: 0;
	max-width: 655px;
}
.comment-title {
	color: #fff;
	margin-bottom: 30px;
	padding-top: 80px;
}
.comment-form {
	margin-bottom: 60px;
}
.comment-form input, .comment-form textarea {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	color: #969696;
	margin-bottom: 20px;
	border: 1px solid #131313;
	border-radius: 1px;
	background: #2d2d2d;
}
.comment-form input:focus, .comment-form textarea:focus {
	background: #fff;
}
.comment-form textarea {
	height: 200px;
	padding: 18px 20px 10px;
	resize: none;
}
.comment-form .site-btn {
	padding: 15px 25px;
	min-width: 180px;
	line-height: 1.1;
	font-size: 12px;
	letter-spacing: 2px;
	border: 1px solid #000000;
}

/*----------------
   Contact Page
 ----------------*/

.contact-section {
	padding: 0px 10px;
	overflow:hidden;
}
.contact-section-mapa {
	position: relative;
	overflow:hidden;
}
.contact-section .container {
	
	min-width: 100%;
	position: relative;
	z-index: 5;
}
.contact-section .container-mapa {
	z-index: 5;
}
.contact-section .contact-warp {
	position: relative;
}
.contact-section .contact-warp:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
}
.contact-info {
	padding: 0px 20px;
}
.contact-info a {
	color: #000;
}
.contact-info-mapa {
	padding: 0px 30px 0px 30px;
	width: 500px;
	height: 400px;
}
@media (max-width: 576px) {
.contact-info-mapa {
	width: 100%;
	height: 300px;
}
}
.contact-info h4 {
	color: #060606;
	font-size:24px;
	margin-bottom: 25px;
}
.contact-info h5 {
	color: #5F5F5F;
	font-size:17px;
	margin-bottom: 20px;
}
.contact-info h6 {
	color: #fff;
	font-size:24px;
	margin-bottom: 25px;
	line-height: 1;
}
.contact-info .ci-item {
	color:#5F5F5F;
	padding-left: 3px;
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
}
.ci-item a {
text-decoration:underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2rem;
}
.contact-info .ci-itemPORTADA {
	font-family: 'Overpass', sans-serif;
	letter-spacing: 2pt;
	color:#060606;
	position: relative;
	font-size: 24.5px;
	margin-bottom: 26px;
}
.contact-info .ci-itemPORTADAmini {
	font-family: 'Overpass', sans-serif;
	letter-spacing: 2pt;
	color:#060606;
	position: relative;
	font-size: 12px;
	margin-bottom: 18px;
}
.contact-info .ci-itemPORTADAmini img {
	margin-right: 38px;
	margin-bottom: 25px;
	padding: 0 0 20px 0;
	height: 100px;
}
.ci-itemPORTADA a {
	color: #060606;
	font-size: 24.5px;
	margin-bottom: 26px;
	text-decoration:underline;
	text-decoration-thickness: 0.1rem;
	text-underline-offset: 0.4rem;
}
.ci-itemlistado {
	color:#5F5F5F;
	padding-left: 32px;
	position: relative;
	font-size: 15px;
	margin-bottom: 8px;
}
.ci-itemlistado2 {
	color:#5F5F5F;
	padding-left: 32px;
	position: relative;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ci-item2 {
	color:#5F5F5F;
	text-align:left;
	position: relative;
	font-size: 15px;
	font-weight: normal bold;
	font-weight: 200 700;
	margin-top: 0;
	margin-bottom: 30px;
}
.ci-item2 a {
	text-decoration:underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2rem;
}
@media (max-width: 576px) {
	
.ci-item2 a img {
	width: 200px; 
}
}
.contact-info .ci-item3 {
	color:#060606;
	position: relative;
	font-size: 15px;
	font-weight:200;
	margin-top: 10px;
	margin-bottom: 15px;
}
.ci-item4 {
	background-color:#FFF;
	color:#060606;
	padding: 40px;
	position: relative;
	font-size: 15px;
	font-weight:200;
	margin-top: 10px;
	margin-bottom: 15px;
}
.ci-item i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 18px;
	color: #a7a7a7;
}
.ci-itemlistado i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 15px;
	color: #060606;
}
.ci-itemlistado2 i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 15px;
	color: #060606;
}
.ci-itemlistado2 a {
	text-decoration:underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2rem;
}
.contact-form label {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}
@media (max-width: 576px) {
.contact-info {
	max-width: 100%;
	
}
.contact-info .ci-itemPORTADA {
	color:#000;
	position: relative;
	font-size: 15px;
	margin-bottom: 20px;
}
.contact-info .ci-itemPORTADAmini {
	font-family: 'Overpass', sans-serif;
	letter-spacing: 2pt;
	color:#060606;
	position: relative;
	font-size: 9px;
	margin-bottom: 16px;
}
.contact-info .ci-itemPORTADAmini img{
	padding: 0 0 18px 0;
	height: 80px;
}
.contact-info .ci-itemPORTADA a {
	position: relative;
	font-size: 15px;
	margin-bottom: 20px;
	color: #060606;
	text-decoration:underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2rem;
}
.contact-info .ci-itemPORTADA a:hover {
	
}
.contact-info .ci-item a:hover {
	color: #000;
	text-decoration:underline;
	text-decoration-thickness: 5px;
}		
.contact-info h4 {
	color: #060606;
	font-size: 20px;
	margin-bottom: 14px;
}
.contact-info h5 {
	color: #060606;
	font-size: 17px;
	margin-bottom: 14px;
}
.contact-info .ci-item {
	color:#060606;
	position: relative;
	font-size: 14px;
	margin-bottom: 10px;
	max-width: 500px;
}
.contact-info .ci-item2 {
	color:#060606;
	position: relative;
	font-size: 14px;
	font-weight:200;
	margin-bottom: 30px;
	max-width: 500px;
}
.contact-info .ci-item2 a {
	text-decoration:underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2rem;
}
.contact-info .ci-item3 {
	color:#060606;
	position: relative;
	font-size: 14px;
	font-weight:200;
	margin-bottom: 15px;
	max-width: 500px;
}
.contact-info .ci-item i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 14px;
	color: #a7a7a7;
}
.contact-info .ci-itemlistado {
	color:#060606;
	padding-left: 32px;
	position: relative;
	font-size: 14px;
	margin-bottom: 8px;
}
.contact-info .ci-itemlistado2 {
	color:#060606;
	padding-left: 32px;
	position: relative;
	font-size: 14px;
	margin-bottom: 8px;
}
.contact-info .ci-itemlistado i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 14px;
	color: #060606;
}
.contact-info .ci-itemlistado2 i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 14px;
	color: #060606;
}
.contact-form label {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}	
}	
.contact-form input, .contact-form textarea {
	width: 100%;
	height: 43px;
	margin-bottom: 25px;
	padding: 0 20px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.1);
}
.contact-form textarea {
	height: 120px;
	padding: 18px 20px 10px;
	resize: none;
	margin-bottom: 40px;
}
.contact-form .site-btn {
	padding: 15px 25px;
	min-width: 163px;
	line-height: 1.1;
	font-size: 12px;
	letter-spacing: 2px;
	border: 1px solid #000000;
}

/*----------------
  Portrait, antiguo Contact Page
 ----------------*/

.portrait-section {
	padding: 10% 0px 75px 0px;
}
.portrait-section .portrait-warp {
	
	position: relative;
}
@media (max-width: 576px) {
	.portrait-section {
		padding: 40px 0px 75px 0px;
	}
	.portrait-section .portrait-warp {
	
	position: relative;
}
}

.portrait-section .portrait-warp:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
}
.portrait-section .container {
	max-width:100%;
	position: relative;
	z-index: 5;
}
.portrait-foto {
	margin-bottom: 0px;
}
.portrait-info {
	padding: 40px 40px 80px 40px;
}
.portrait-info h4 {
	font-size: 24px;
	color: #060606;
	margin-bottom: 25px;
}
.portrait-info .ci-item {
	padding-left: 32px;
	position: relative;
	color: #060606;
	font-size: 18px;
	margin-bottom: 20px;
	max-width: 100%;
}
.portrait-info .ci-item2 {
	padding-right: 40px;
	position: relative;
	color: #060606;
	font-size: 18px;
	margin-bottom: 20px;
	max-width: 100%;
}
.portrait-info .ci-item i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 18px;
	color: #ff866b;
}
@media (max-width: 576px) {
.portrait-info h4 {
	font-size: 20px;
	color: #060606;
	margin-bottom: 25px;
}
.portrait-info .ci-item {
	padding-left: 32px;
	position: relative;
	color: #060606;
	font-size: 14px;
	margin-bottom: 20px;
	max-width: 100%;
}
.portrait-info .ci-item2 {
	padding-right: 40px;
	position: relative;
	color: #060606;
	font-size: 14px;
	margin-bottom: 20px;
	max-width: 100%;
}
.portrait-info .ci-item i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 14px;
}
}
.portrait-info .image {
	position:relative;
	max-width: 100%;
	
}

.portrait-form label {
	font-size: 18px;
	color: #060606;
	margin-bottom: 15px;
}
.portrait-form input, .portrait-form textarea {
	width: 100%;
	height: 43px;
	margin-bottom: 25px;
	padding: 0 20px;
	color: #060606;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.1);
}
.portrait-form textarea {
	height: 120px;
	padding: 18px 20px 10px;
	resize: none;
	margin-bottom: 40px;
}
.portrait-form .site-btn-negro a {
	padding: 15px 15px;
	min-width: 163px;
	line-height: 1;
	font-size: 16px;
	letter-spacing: 1px;
	border: 0px solid #000000;
	color:#FFF;
}
.portrait-form .site-btn-negro a:hover {
	text-decoration:underline;
	color: #fff;
	text-decoration:underline;
	text-decoration-thickness: 0.1rem;
	text-underline-offset: 0.3rem;
	
}




.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}