/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Sock Data
 Author URI:     https://sockdata.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
article.card {
  /*position: absolute;*/
  left: 50%;
  top: 50%;
  left: 50%;
  /*width: 350px;*/
	width:100% !important;
  height: 412px;
  /*transform: translate(-50%, -50%) translateZ(0);*/
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
	
}
.cat_bord_p1 article.card{
border-radius:25px;	
}
article.card .thumb1 {
  width: auto;
 height: 426px;
  background: url("https://dev2.imagenwebempresa.com/barcelonaphotographer/wp-content/uploads/2025/11/fotografia-publicitaria-01-r.jpg") no-repeat center;
  background-size: cover;
}
article.card .thumb1:hover, article.card .thumb2:hover, article.card .thumb3:hover, article.card .thumb4:hover, article.card .thumb5:hover, article.card .thumb6:hover {
	filter: grayscale(1);
}
article.card .thumb2 {
  width: auto;
  height: 426px;
  background: url("https://dev2.imagenwebempresa.com/barcelonaphotographer/wp-content/uploads/2025/11/fotografia-industrial-01-r.jpg") no-repeat center;
  background-size: cover;
}
article.card .thumb3 {
  width: auto;
  height: 426px;
  background: url("https://dev2.imagenwebempresa.com/barcelonaphotographer/wp-content/uploads/2025/11/fotografia-corporativa-01-r.jpg") no-repeat center;
  background-size: cover;
}
article.card .thumb4 {
  width: auto;
  height: 426px;
  background: url("https://dev2.imagenwebempresa.com/barcelonaphotographer/wp-content/uploads/2025/11/fotografia-interiores-01-r.jpg") no-repeat center;
  background-size: cover;
}
article.card .thumb5 {
  width: auto;
 height: 426px;
  background: url("https://dev2.imagenwebempresa.com/barcelonaphotographer/wp-content/uploads/2025/11/fotografia-editorial-01-r.jpg") no-repeat center;
  background-size: cover;
}
article.card .thumb6 {
  width: auto;
height: 426px;
  background: url("https://dev2.imagenwebempresa.com/barcelonaphotographer/wp-content/uploads/2025/11/fotografia-eventos-01-r.jpg") no-repeat center;
  background-size: cover;
}

article.card .infos {
  width: auto;
  height: 109px;
  position: relative;
  padding: 14px 24px;
  /*background: #4F95B8;*/
	/*background: rgba(79,149,184,0.8);*/
background: rgba(197,115,33,0.8);
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);

}
article.card .infos .title {
  position: relative;
  margin: 25px 0;
  letter-spacing: 3px;
  color: #152536;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
font-size: 20px;
color: #fff !important;
text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 0px #32577f;
}
article.card .infos .flag {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 23px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/flag.png") no-repeat top right;
  background-size: 100% auto;
  display: inline-block;
}
article.card .infos .date, article.card .infos .seats {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: rgba(21, 37, 54, 0.7);
 font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
article.card .infos .seats {
  display: inline-block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .txt {
 font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 2;
  font-size: 0.95rem;
  color: #fff;
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
	text-align:center !important;
}
article.card .infos .details {
  position: relative;
  left: 0;
  /*left: 34%;*/
  bottom: 0;
  margin: 10px 0;
  padding: 20px 24px;
  letter-spacing: 1px;
  color: #fff;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
	text-align: center;
}
article.card:hover .infos {
  /*transform: translateY(-260px);*/
	transform: translateY(-303px);
	height: 412px;
}
article.card:hover .infos .seats, article.card:hover .infos .txt, article.card:hover .infos .details {
  opacity: 1;
}

/* Menú oculto por defecto */
#fullwidth-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 60px;
}

/* Mostrar menú */
#fullwidth-menu.active {
  opacity: 1;
  visibility: visible;
}

/* Botón de cerrar */
#close-menu {
  position: absolute;
  /*top: -35px;*/
	top:0px;
  left: 50%;
  transform: translateX(-50%);
  /*font-size: 32px;*/
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
  color: #00C6B1; /* cambia esto al color exacto del botón de menú */
}

#close-menu:hover{
	 color: #014F65;
}
#menu-toggle:hover {
  cursor: pointer;
}

/* Estilo de enlaces del módulo de menú en vertical */
#fullwidth-menu .et_pb_menu__menu > nav > ul {
  display: flex !important;
  flex-direction: column;
  align-items: left;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-top: 60px;
}

#fullwidth-menu .et_pb_menu__menu > nav > ul > li > a {
  font-size: 20px;
  text-decoration: none;
  color:#002639;
}
#fullwidth-menu .et_pb_menu__menu > nav > ul > li > a:hover {
  
  color:#C57321;
}

/*html{
	cursor:url('https://dev2.imagenwebempresa.com/barcelonaphotographer/wp-content/uploads/2025/07/barcelona-photographer-logo-nuevo-01.png'), auto;
	
}*/

/*INSTAGRAM FEED*/
.sbi_info_wrapper {
  display: none !important;
}

/*NEXT GALLERY*/
.sl-overlay {
  background: #000 !important;
  opacity: 0.9 !important;
}
.sl-wrapper .sl-navigation button{
	color:#fff !important;
}
.sl-wrapper .sl-close{
	color:#fff !important;
}

/*FORMULARIO CF7*/
.form-group {
  padding: 0.5em;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
select.wpcf7-select,
.wpcf7 textarea
{
    background-color: #fff;
   color: #002639;
    width: 100%;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	border:1px solid #000;
	padding:1em;
	font-size:18px;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 textarea::placeholder
{
	   color: #002639;
		font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-size:16px;
	opacity:1;
}

.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 textarea:focus {
  border-color: #0274BE !important;
	color:#0274BE !important;
}

.form-group{
	padding:0.5em;
}

.prote1{
	    color: #002639;
    width: 100%;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-size:15px;
}
.prote1 > a{
	 color: #338BCE;
  
}
.prote1 > a:hover{
	 color: #0274BE;
  
}
.fot1 > p{
	
	  color: #002639;
    width: 100%;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-size:15px;
}
.wpcf7-list-item-label{
	color:#0274BE;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-size:15px;
}

.wpcf7 input[type="submit"] {
color: #FFFFFF !important;
  border-width: 0px !important;
  border-radius: 0px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
  background-color: #00C6B1 !important;
  font-size: 20px;
	padding-top: 16px !important;
  padding-right: 24px !important;
  padding-bottom: 16px !important;
  padding-left: 24px !important;
	margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-top: 1em;
}
.wpcf7 input[type="submit"]:hover {
  background-color: #338BCE;
	cursor:pointer;
}
#ez-toc-container {
  width: 100%;
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wpml-ls-link{
	color: #002639 !important;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
	}

.wpml-ls-link:hover{
	color: #00C6B1 !important;
	}

.wpml-ls-display {
  display: none;
}

.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a {
  border-radius: 0px !important;
}

#sbi_load {
  margin-top: 50px;
}
.sb_instagram_header {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 600px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 20px;
}
.sb_instagram_header:not(.sbi_centered) .sbi_feedtheme_header_text .sbi_bio_info{
	color:#00C6B1;
}



p:not(.has-background):last-of-type {
	padding-bottom: 1em!important;
}

.single-post h1, .single-post h2, .single-post h3, .single-post h4 {
	line-height:1.4em;
	font-weight:500;
}

.single-post blockquote {
	font-size: 20px;
	line-height: 1.4em;
	font-style: italic;
	padding: 30px 30px 15px;
	box-shadow: 0 30px 60px -20px #d0dfec;
	border-radius: 30px;
	margin: 40px 10px;
	border-color: #c57321;
}

.headerintro li {
	margin-bottom: 15px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	font-weight: 500;
}

.reminder::after {
	content: "»";
	position: absolute;
	left: 0px;
top: -1px;
  color: #C47220;
	width: 20px;
	height: 100%;
	text-align: center;
	font-size: 40px;
}

.reminder {
	position: relative;
	padding-left: 30px;
}

.hyphened div.et_pb_blurb_description, 
.hyphened div,
.hyphened p,
.hyphened .span {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

.hyphened h1, 
.hyphened h2,
.hyphened h3,
.hyphened h4 {
	text-align: initial !important;
	hyphens: none;
}

.xcta {
	border-top: 3px solid #CDCDCD;
	border-bottom: 3px solid #CDCDCD;
	padding: 25px 10px;
	margin: 40px 0 50px;
}

