/*
Theme Name: Child theme
Theme URI: 
Description: Child theme of generatepress theme for the GeneratePress theme
Author: Iñigo Escamochero
Author URI: 
Template: generatepress
Version: 3.6.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 16 Jan 2026 22:23:41 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* HIDE GOOGLE RECAPTCHA BADGE */
.grecaptcha-badge {
	opacity: 0;
}

.wp-block-columns {
	margin-bottom: 0px !important;
}

/* MAIN NAVIGATION MENU */
body > header {
	padding: 0.5em 0px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
}
body > header p.site-description {
	text-align: center;
}
nav.main-navigation div#primary-menu > ul > li > a {
	font-size: 1em;
	padding-left: 12px;
    padding-right: 12px;
    line-height: 40px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
nav.is_stuck {
	padding: 0.5em 1em;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
}
nav.is_stuck a {
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}
.main-navigation.is_stuck {
    transition: transform 0.3s ease;
}
body.at-top .main-navigation.is_stuck {
    transform: translateY(-100%);
}
@media (min-width: 768px) {
    nav.main-navigation div#primary-menu > ul > li.current-menu-ancestor:not(.current-menu-ancestor) > a:after,
    nav.main-navigation div#primary-menu > ul > li.current-menu-item:not(.current-menu-ancestor) a:after {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background-color: #222222;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 768px) {
	body > header .site-branding > p.main-title {
		font-size: 1.4em;
	}
	body > header .site-branding > p.site-description {
		display: none;
	}
	body > header div.inside-header {
		padding: 5px 10px !important;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	body > header .site-branding > p.site-description {
		display: none;
	}
}

/* HOMEPAGE */
body.home #site-navigation:not(.sticky-navigation-transition) {
	display: none;
}
body.home div.page-hero {
	position: relative;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
body.home div.page-hero #hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
body.home div.page-hero #hero-text {
	position: relative;
	z-index: 3;
	color: white;
	text-align: center;
}
body.home div.page-hero #hero-text h1 {
	margin-bottom: 15px;
}
body.home div.page-hero #hero-text h2 {
	font-size: 1.5em !important;
}

body.home div.two-columns-block {
	padding: 1em 1em 0px 1em;
	background-color: #0b0b0b;
}
body.home div.two-columns-block div.wp-block-column {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;	
}
body.home div.two-columns-block blockquote {
	padding-left: 2em;
	margin-bottom: 0px;
}
body.home div.two-columns-block blockquote p {
	font-size: 1.4em;
	font-weight: bold;
	color: white;
}
body.home div.two-columns-block div.wp-block-buttons a {
	background-color: #070908 !important;
}
body.home .video {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 2em;
}
body.home .video iframe {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .6), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
@media only screen and (max-width : 768px) {
	body.home div.two-columns-block div.wp-block-buttons div.wp-block-button:nth-child(1) {
		margin-bottom: 10px;
	}
	body.home div.two-columns-block div.wp-block-buttons div.wp-block-button {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	body.home .video {
		padding: 1em !important;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	body.home div.page-hero #hero-text h1 {
		font-size: 2.7em;
	}
	body.home div.page-hero #hero-text h2 {
		font-size: 1.95em !important;
	}
	body.home div.two-columns-block blockquote {
		padding-left: 1.7em;
	}
	body.home div.two-columns-block blockquote p {
		font-size: 1.3em;
	}
	body.home div.two-columns-block div.wp-block-buttons {
		padding-bottom: 30px;
	}
	body.home div.two-columns-block div.wp-block-buttons div.wp-block-button {
		width: 40%;
	}
	body.home .video {
		padding: 1em;
	}
}


/* ABOUT ME */
@media only screen and (max-width : 768px) { /* HIDE MAIN MENU ON MOBILES */
	body.page-id-20 nav.is_stuck {
		display: none !important;
	}
}

body.page-id-20 .about-1,
body.page-id-20 .about-2,
body.page-id-20 .about-3 {
	position: relative;	
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
body.page-id-20 .about-1 {
	height: calc(100vh - 101px);
}
body.page-id-20 .about-2,
body.page-id-20 .about-3 {
	height: calc(100vh - 77px);
}
body.page-id-20 .about-1 .hero-video,
body.page-id-20 .about-2 .hero-video,
body.page-id-20 .about-3 .hero-video {
	filter: blur(8px);
	transform: scale(1.1);
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
body.page-id-20 .about-3 .hero-video {
	object-position: bottom center;
}
body.page-id-20 .about-1 .hero-text,
body.page-id-20 .about-2 .hero-text,
body.page-id-20 .about-3 .hero-text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 4em;
	z-index: 3;
	color: white;
	text-align: left;
}
body.page-id-20 .about-1 .hero-text h1 {
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 2em;
	font-weight: bold;
}
body.page-id-20 .about-1 .hero-text p {
	font-size: 1.55em;
	margin-top: 0;
}
body.page-id-20 .about-2 .hero-text p,
body.page-id-20 .about-3 .hero-text p {
	font-size: 1.25em;
	margin-top: 0;
}
body.page-id-20 .about-2 .hero-text p:last-child,
body.page-id-20 .about-3 .hero-text p:last-child {
	margin-bottom: 0px;
}
@media only screen and (max-width : 768px) {
	body.page-id-20 .about-1 .hero-text {
		justify-content: start !important;
		padding-top: 15vh !important;
	}
	body.page-id-20 .about-1 .hero-text h1 {
		font-size: 3em !important;
	}
	body.page-id-20 .about-2,
	body.page-id-20 .about-3 {
		min-height: 100vh;
	}
	body.page-id-20 .about-2 .hero-text p,
	body.page-id-20 .about-3 .hero-text p {
		font-size: 1.1em !important;
	}
	body.page-id-20 .about-1 .hero-text,
	body.page-id-20 .about-2 .hero-text,
	body.page-id-20 .about-3 .hero-text {
		padding-left: 1em;
		padding-right: 1em;
	}
	body.page-id-20 .about-1 .hero-video {
		object-position: right center;
	}
	body.page-id-20 .about-3 .hero-video {
		object-position: right center;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	body.page-id-20 .about-1 .hero-text,
	body.page-id-20 .about-2 .hero-text,
	body.page-id-20 .about-3 .hero-text {
		padding-left: 2em;
		padding-right: 2em;
	}
	body.page-id-20 .about-1 .hero-text {
		justify-content: start !important;
		padding-top: 25vh !important;
	}
	body.page-id-20 .about-1 .hero-text h1 {
		font-size: 3.5em !important;
	}
	body.page-id-20 .about-1 .hero-text p {
		font-size: 1.75em;
	}
	body.page-id-20 .about-1 .hero-video {
		object-position: right center;
	}
	body.page-id-20 .about-2 .hero-text p,
	body.page-id-20 .about-3 .hero-text p {
		font-size: 1.55em;
	}
}
@media only screen and (min-width : 1024px) {
	body.page-id-20 .about-1 .hero-text,
	body.page-id-20 .about-2 .hero-text,
	body.page-id-20 .about-3 .hero-text {		
		max-width: 800px;
	}
}

body.page-id-20 div.three-images { /* THREE IMAGES */
	padding: 1em;
}
body.page-id-20 div.three-images div.wp-block-columns {
	gap: 1em !important;
}
@media (max-width: 1024px) {
	body.page-id-20 div.three-images div.wp-block-columns {
		flex-wrap: wrap !important;
	}
	body.page-id-20 div.three-images div.wp-block-columns div.wp-block-column {
		flex-basis: 100% !important;
	}
	body.page-id-20 div.three-images div.wp-block-columns div.wp-block-column img {
		width: 100%;
		height: auto;
	}
}

body.page-id-20 div.curriculum-vitae { /* CURRICULUM VITAE */
	padding: 4em 2em 2em 2em;
	margin-bottom: 0px;
	background-image: linear-gradient(white, #dbdbdb);
}
body.page-id-20 div.curriculum-vitae > div.wp-block-column {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
body.page-id-20 div.curriculum-vitae > div.wp-block-column > div.wp-block-columns {
	gap: 4em;
	margin-bottom: 0px !important;
}
body.page-id-20 div.curriculum-vitae h2 {
	letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.7em;
}
body.page-id-20 div.curriculum-vitae h3 {
	letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.15em;
    margin-bottom: 10px;
}
body.page-id-20 div.curriculum-vitae ul {
	margin-bottom: 2em;
}
body.page-id-20 div.curriculum-vitae ul.margin-bottom-0px {
	margin-bottom: 0px !important;
}
body.page-id-20 div.curriculum-vitae > div.wp-block-column > div.wp-block-columns:nth-child(2) {
	margin-top: 4em;
}
@media (max-width: 768px) {
	body.page-id-20 div.curriculum-vitae > div.wp-block-column > div.wp-block-columns {
		gap: 1em;
	}
	body.page-id-20 div.curriculum-vitae h2 {
		margin-bottom: 0px;
	}
}
@media (min-width: 768px) {
	body.page-id-20 .columna-sticky {
	    position: -webkit-sticky;
	    position: sticky;
	    top: 140px;
	    height: fit-content;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	body.page-id-20 div.curriculum-vitae > div.wp-block-column > div.wp-block-columns {
		gap: 2em;
	}
	body.page-id-20 div.curriculum-vitae h2 {
		letter-spacing: 1px;
	    font-size: 1.3em;
	}
	body.page-id-20 div.curriculum-vitae h3 {
	    font-size: 1.1em;
	}
}


/* ON STAGE */
@media only screen and (max-width : 768px) { /* HIDE MAIN MENU ON MOOBILES */
	body.page-id-18 nav.is_stuck {
		display: none !important;
	}
}

body.page-id-18 div.site {
	padding-top: 0px;
}
body.page-id-18 iframe {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .6), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

body.page-id-18 .gran-bolero { /* GRAN BOLERO */
	padding: 0px !important;
}
body.page-id-18 .gran-bolero p {
	font-size: 1.1em;
}
@media (max-width: 1024px) {	
	body.page-id-18 .gran-bolero h2 {
		text-align: center;
	}
	body.page-id-18 .gran-bolero .wp-block-columns {
		padding: 1em;
		flex-direction: column-reverse;
	}
}
@media (min-width: 1024px) {
	body.page-id-18 .gran-bolero {
		height: calc(100vh - 101px);
	}
}

body.page-id-18 .dancing-audience { /* DANCING AUDIENCE */
	margin-top: 2em;
	padding: 1em;
}
body.page-id-18 .dancing-audience p {
	font-size: 1.1em;
}
body.page-id-18 .dancing-audience p:last-child {
	margin-bottom: 0px !important;
}
body.page-id-18 .dancing-audience div.wp-block-column {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
body.page-id-18 .dancing-audience div.wp-block-column figure {
	margin-bottom: 2em;
}
@media (max-width: 768px) {
	body.page-id-18 .dancing-audience {
		margin-top: 1em;
	}
}

body.page-id-18 div.three-images { /* THREE IMAGE */
	padding: 1em;
}
body.page-id-18 div.three-images div.wp-block-columns {
	gap: 1em !important;
}
@media (max-width: 1024px) {
	body.page-id-18 div.three-images div.wp-block-columns {
		flex-wrap: wrap !important;
	}
	body.page-id-18 div.three-images div.wp-block-columns div.wp-block-column {
		flex-basis: 100% !important;
	}
	body.page-id-18 div.three-images div.wp-block-columns div.wp-block-column img {
		width: 100%;
		height: auto;
	}
}

body.page-id-18 div.videos { /* VIDEOS */
	padding: 2em 1em 0px 1em;
}
body.page-id-18 div.videos figure {
	margin-bottom: 2em;
}
body.page-id-18 div.videos .wp-block-column {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}



/* CONTACT FORM PAGE */
@media (max-width: 768px) { /* HIDE MAIN MENU ON MOBILES */
	body.page-id-28 nav.is_stuck {
		display: none !important;
	}
}

body.page-id-28 div.site {
	padding-top: 3em;
}
body.page-id-28 div.entry-content h1 {
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
body.page-id-28 div.entry-content div.wp-block-columns {
	padding: 1em;
}
body.page-id-28 div.entry-content div.wp-block-columns div.wp-block-column {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
body.page-id-28 div.wpcf7 label {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.1em;
}
body.page-id-28 div.wpcf7 input[type="text"],
body.page-id-28 div.wpcf7 input[type="email"] {
	width: 100%;
	height: 70px;
}
body.page-id-28 div.wpcf7 p:has(input[type="submit"]) {
	text-align: center;
}
body.page-id-28 div.wpcf7 input[type="submit"] {
	padding: 1em 5em;
	background-color: #222222;
}
@media (max-width: 1024px) {
	body.page-id-28 div.entry-content div.wp-block-columns {
		flex-wrap: wrap !important;
	}
	body.page-id-28 div.entry-content div.wp-block-columns div.wp-block-column div.wp-block-column {
		flex-basis: 100% !important;
	}
	body.page-id-28 div.entry-content h1 {
		padding: 0px 1em;
	}
	body.page-id-28 div.wpcf7 form p:nth-child(5) {
		margin-bottom: 0px !important;
	}
	body.page-id-28 div.wpcf7 input[type="submit"] {
		width: 100%;
	}
}




/* FOOTER */
div.site-footer {
	box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2) !important;
}
div.site-footer div#footer-widgets {
	padding-top: 0px;
}
div.site-footer div#footer-widgets > div {
	padding-top: 2em;
	padding-bottom: 2em;
}
div.site-footer div.footer-widgets-container .inside-footer-widgets {
	align-items: center;
}
div.site-footer div.footer-widgets-container .inside-footer-widgets > * {
	display: flex;
	height: 100%;
	align-items: center;
}
div.site-footer div.footer-widgets-container .inside-footer-widgets > * > aside {
	margin: auto 0;
	padding: 0px;
}
/*div.footer-widget-1 .menu {
	display: flex;
	gap: 20px;
}
div.footer-widget-1 .menu li {
	margin: 0;
}
div.footer-widget-1 .menu li a {
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
div.footer-widget-1 .menu li a:hover {
	text-decoration: none;
	font-weight: bold;
}*/
div.footer-widget-1 > aside {
	margin-left: auto !important;
	margin-right: auto !important;
}
div.footer-widget-1 > aside > p {
	display: none;
}



/*****************************************************************************/
/*                             SHORTCODE RRSS                                */
/*****************************************************************************/
#rrss-shortcode>div>div {
	width: 32px;
	height: 32px;
}
#rrss-shortcode>div>div a {
	height: 25px;
	width: 25px;
	background-repeat: no-repeat, repeat;
	display: block;
	background-size: 25px 25px;
}
#rrss-shortcode>div>div a.youtube {
	background-image: url('https://carolinavalentini.com/wp-content/uploads/youtube-icon.png');
}
#rrss-shortcode>div>div a.youtube-black {
	background-image: url('https://carolinavalentini.com/wp-content/uploads/youtube-icon-black.png');
}
#rrss-shortcode>div>div a.vimeo {
	background-image: url('https://carolinavalentini.com/wp-content/uploads/vimeo-icon.png');
}
#rrss-shortcode>div>div a.vimeo-black {
	background-image: url('https://carolinavalentini.com/wp-content/uploads/vimeo-icon-black.png');
}
#rrss-shortcode>div>div a.instagram {
	background-image: url('https://carolinavalentini.com/wp-content/uploads/instagram-icon.png');
}
#rrss-shortcode>div>div a.instagram-black {
	background-image: url('https://carolinavalentini.com/wp-content/uploads/instagram-icon-black.png');
}
#rrss-shortcode>div>div {
	float: left;
	margin-right: 10px;
}
#rrss-shortcode>div>div:last-child {
	margin-right: 0px !important;
}
#rrss-shortcode>div>div a {
	margin-right: 20px;
}
/*****************************************************************************/
/*                           END SHORTCODE RRSS                              */
/*****************************************************************************/