/*
 Theme Name:   Bubble Studios
 Description:  Bubble Studios Theme
 Author:       China Soluciones
 Author URI:   https://www.chinasoluciones.com.ar
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

/* Fonts */
@font-face {
  font-family: 'ITCAvantGardeStd-Demi';
  src: url('fonts/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi.eot');
  src: url('fonts/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'),
       url('fonts/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi.woff2') format('woff2'),
       url('fonts/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi.woff') format('woff'),
       url('fonts/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi.ttf') format('truetype'),
       url('fonts/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi.svg#ITCAvantGardeStd-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITCAvantGardeStd-Bk';
  src: url('fonts/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk.eot');
  src: url('fonts/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
       url('fonts/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk.woff2') format('woff2'),
       url('fonts/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk.woff') format('woff'),
       url('fonts/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk.ttf') format('truetype'),
       url('fonts/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITCAvantGardeStd-Md';
  src: url('fonts/ITCAvantGardeStdMd/ITCAvantGardeStd-Md.eot');
  src: url('fonts/ITCAvantGardeStdMd/ITCAvantGardeStd-Md.eot?#iefix') format('embedded-opentype'),
       url('fonts/ITCAvantGardeStdMd/ITCAvantGardeStd-Md.woff2') format('woff2'),
       url('fonts/ITCAvantGardeStdMd/ITCAvantGardeStd-Md.woff') format('woff'),
       url('fonts/ITCAvantGardeStdMd/ITCAvantGardeStd-Md.ttf') format('truetype'),
       url('fonts/ITCAvantGardeStdMd/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue-Roman';
  src: url('fonts/HelveticaNeueRoman/HelveticaNeue-Roman.eot');
  src: url('fonts/HelveticaNeueRoman/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),
       url('fonts/HelveticaNeueRoman/HelveticaNeue-Roman.woff2') format('woff2'),
       url('fonts/HelveticaNeueRoman/HelveticaNeue-Roman.woff') format('woff'),
       url('fonts/HelveticaNeueRoman/HelveticaNeue-Roman.ttf') format('truetype'),
       url('fonts/HelveticaNeueRoman/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITCAvantGardeStd-Bold';
  src: url('fonts/ITCAvantGardeStdBold/ITCAvantGardeStd-Bold.eot');
  src: url('fonts/ITCAvantGardeStdBold/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/ITCAvantGardeStdBold/ITCAvantGardeStd-Bold.woff2') format('woff2'),
       url('fonts/ITCAvantGardeStdBold/ITCAvantGardeStd-Bold.woff') format('woff'),
       url('fonts/ITCAvantGardeStdBold/ITCAvantGardeStd-Bold.ttf') format('truetype'),
       url('fonts/ITCAvantGardeStdBold/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStd-Heavy';
  src: url('fonts/FuturaStdHeavy/FuturaStd-Heavy.eot');
  src: url('fonts/FuturaStdHeavy/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),
       url('fonts/FuturaStdHeavy/FuturaStd-Heavy.woff2') format('woff2'),
       url('fonts/FuturaStdHeavy/FuturaStd-Heavy.woff') format('woff'),
       url('fonts/FuturaStdHeavy/FuturaStd-Heavy.ttf') format('truetype'),
       url('fonts/FuturaStdHeavy/FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

:root {
	--bs-body-color: #989898;
	--bs-body-bg: #2b2b2b;	
}

/* Body */

body {
	background-color: #2b2b2b;
	color: #989898;
	font-size: 11px; 
	line-height: 18px;
}
a {
	color: #676363;
	text-decoration: none;
}
i.icon-play {
    display: block;
    width: 75px;
    height: 75px;
    border: 7px solid white;
    border-radius: 100%;
    position: relative;
    margin: auto;
    cursor: pointer;
}
i.icon-play:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 24px solid white;
    border-right: 0px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    left: 23px;
    top: 16px;
}
.text-body-secondary {
	color: unset !important;
}
.nav-link {
	color: #676363 !important;
}
.bg-dark {
	background-color: #140c0d !important;
}
.container-fluid {
	padding: 0;
}
.btn-primary {
	background-color: #676363;
	border-color: #676363;
}
.btn-primary:hover {
	background-color: #989898;
	border-color: #989898;
}

/* Header */

.bg-body-tertiary {
	background-color: unset !important;
}
.site-header {
    display: block;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1000;
    padding: 45px calc(10.1%) 0 calc(10.1%);
    transition: padding 0.26s ease, background 0.26s ease;
}
.site-header.active {
	background-color: black !important;
    padding-top: 20px;
    padding-bottom: 18px;
}
.navbar {
	padding: 0;
}
.navbar .header-actions button i {
	color: #fff;
	font-size: 30px;
	transform: scaleX(1.2);
}
#nav-main .container {
	max-width: unset !important;
	padding: 0;
}
#nav-main .container button {
	padding: 0;
}
#nav-main .offcanvas-body .navbar-nav li {
	border-top: 1px solid #463f40;
    position: relative;    
    transition: max-height 0.26s ease-out;    
    padding-top: 19px;
    cursor: pointer;
}
#nav-main .offcanvas-body .navbar-nav li a {
	font-family: 'ITCAvantGardeStd-Bold';
    font-size: 22px;
    color: #b2b2b2 !important;
    text-decoration: none;
	text-transform: uppercase;
    line-height: 30px;
	padding: 0px;
	min-height: 37px;
    max-height: 37px;
}
#nav-main .dropdown-menu {
	padding: 20px 0;
	background-color: #140c0d !important;
}
#nav-main .offcanvas-body .navbar-nav li .dropdown-menu li {
	border-top: 0 none;
	padding-top: 0;
}
#nav-main .offcanvas-body .navbar-nav li .dropdown-menu li a {
	padding: 7px 0 15px 20px;
	font-size: 16px;
	font-family: 'ITCAvantGardeStd-Bk';
	text-transform: none;
	min-height: unset;
    max-height: unset;
}
#nav-main .offcanvas-body .navbar-nav li .dropdown-menu li a:before {
	display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #b2b2b2;
    position: absolute;
    left: 0;
    top: 10px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #b2b2b2 !important;	
    background-color: #140c0d !important;
}

/* Inicio */
.page-template-inicio .site {
	min-height: inherit !important;
}
.portada h2 {
	display: block;
    opacity: 1;
    height: 50px;
    max-width: 205px;
	width: 35%;
    border: 1px solid white;
    position: absolute;
    z-index: 1;
    color: white;
    text-decoration: none;
    left: calc(50% - 17.5%);
    top: calc(50% - 25px);
    line-height: 50px;
    text-align: center;
    font-family: 'ITCAvantGardeStd-Bold';
    font-size: 1.25rem;
    -webkit-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
	text-transform: uppercase;
}
.portada a,
.portada a img {
	width: 100%;
}
.portada a {
	display: block;    
    height: auto;
    position: relative;
    float: left;
    overflow: hidden;
}
.portada .box:before {
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(237, 43, 48, 0);
    -webkit-transition: background 0.3s;
    transition: background 0.4s;	
}
.portada .box:hover:before {
	background: rgba(43, 43, 43, 0.7);
}
.portada .portada-col {
    display: flex;
    flex-direction: column; /* Organiza título e imagen en columna */
    align-items: center; /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente */
    text-align: center; /* Asegura que el texto esté centrado */
}

/* Studios */
.page-template-studios .entry-content,
.page-template-events .entry-content,
.page-template-locaciones .entry-content,
.page-template .entry-content,
.category .entry-content {	
	display: block;	
}
.page-template-studios .entry-content p,
.page-template-events .entry-content p,
.page-template-locaciones .entry-content p,
.page-template .entry-content p,
.category .entry-content p {
	color: #989898;
    font-family: 'ITCAvantGardeStd-Bk';
    font-size: 16px;
    line-height: 22px;
	padding-top: 25px;
    padding-bottom: 15px;
}
.entry-content .page-content p {
	padding: 15px;
	margin-bottom: 0;
}
.page-template-studios .entry-content .studios.list,
.page-template-events .entry-content .studios.list,
.page-template-locaciones .entry-content .studios.list,
.page-template .entry-content .studios.list,
.category .entry-content .studios.list {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    top: calc(14.0%);
}
.page-template-aboutus .entry-content .studios.list,
.page-template-contact .entry-content .studios.list {
	top: 13%;
}
.page-template-studios .entry-content .studios.list > .box,
.page-template-events .entry-content .studios.list > .box,
.page-template-locaciones .entry-content .studios.list > .box,
.page-template .entry-content .studios.list > .box,
.category .entry-content .studios.list > .box {
	display: block;
    padding-left: calc(10.0%);
}
.page-template-studios .entry-content .studios.list > .box > h1,
.page-template-events .entry-content .studios.list > .box > h1,
.page-template-locaciones .entry-content .studios.list > .box > h1,
.page-template .entry-content .studios.list > .box > h1,
.category .entry-content .studios.list > .box > h1 {
	color: #b2b2b2;
    font-size: 26px;
    font-family: 'ITCAvantGardeStd-Bold';
    display: table;
    padding-bottom: 5px;
    text-decoration: none;
}
.page-template-studios .entry-content .studios.list > .box > h1 > a,
.page-template-events .entry-content .studios.list > .box > h1 > a,
.page-template-locaciones .entry-content .studios.list > .box > h1 > a,
.page-template .entry-content .studios.list > .box > h1 > a,
.category .entry-content .studios.list > .box > h1 > a {
    color: #b2b2b2;
    font-size: 26px;
    font-family: 'ITCAvantGardeStd-Bold';
    display: table;
    padding-bottom: 0px;
    text-decoration: none;
}
.page-template-studios .entry-content .studios.list > .box > ul,
.page-template-events .entry-content .studios.list > .box > ul,
.category .entry-content .studios.list > .box > ul {
    display: inline-block;
    background: rgba(36, 28, 29, 0.96);
    padding: 21.5px 34px 21.5px 18px;
    width: 248px;
	list-style: none;
	font-size: 16px;
}
.page-template-studios .entry-content .studios.list > .box > ul > li > a,
.page-template-events .entry-content .studios.list > .box > ul > li > a,
.category .entry-content .studios.list > .box > ul > li > a {
	text-decoration: none;
    color: #b2b2b2;
    font-family: 'ITCAvantGardeStd-Bold';
    display: block;
    padding: 12.5px 0 12.5px 0;
}
.section-estudio {
	background: #000000;
	display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.section-estudio .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.section-estudio .container-fluid h2 {
	font-family: 'ITCAvantGardeStd-Demi';
    color: #b2b2b2;
    font-size: 30px;
    padding-bottom: 60px;
    padding-top: 65px;
}
.section-estudio .content {	
	display: table;
    width: 100%;
    height: auto;
    margin: auto;
}
.section-estudio .content .box {
	padding: 0px calc(10.1%) 13px calc(10.1%)
}
.section-estudio .content .box .image {
    display: block;
    width: 59%;
    /* max-width: 705px; */
    height: 0;
    float: left;
    position: relative;
    float: left;
    overflow: hidden;
    padding-bottom: 36%;
}
.section-estudio .content .box .image button {
	position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    background: transparent;
    border: 1px solid #7f7f7f;
    width: 78px;
    height: 32px;
    font-size: 12px;
    font-family: 'ITCAvantGardeStd-Demi';
    color: #000000;
    cursor: pointer;
    z-index: 3;
    background: white;
    text-decoration: none;
}
.section-estudio .content .box .image img {
    display: block;
    width: 100%;
    height: auto;
}
.section-estudio .content .box .text {
	display: table;
    float: left;
    width: 41%;
    /* max-width: 515px; */
    color: white;
}
.section-estudio .content .box .text p {
	padding-left: 62px;
}
.section-estudio .content .box .text ul {
	padding-left: 80px;
}
.section-estudio .content .box .text ul li {
	font-family: 'ITCAvantGardeStd-Bk';
    font-size: 14px;
    line-height: 19px;
    /* text-indent: -25px; */
    padding-bottom: 8px;
    padding-left: 10px;
    position: relative;
    /* list-style: initial; */
}
.oficina .container-fluid .content {
	padding: 95px calc(10% + 3px) 0 calc(10% + 3px);
}
.oficina .container-fluid .content .box:first-of-type {
    padding-bottom: 30px;
}
.oficina .container-fluid .content .box:last-of-type {
    padding-bottom: 95px;
}
.oficina .container-fluid .content .box > a {
    display: inline-block;
    min-width: 123px;
    height: 33px;
    border: 1px solid #656565;
    color: #656565;
    font-family: 'ITCAvantGardeStd-Bold';
    text-decoration: none;
    text-align: center;
    line-height: 33px;
    padding: 0 10px 0 10px;
    margin-right: 12px;
    font-size: 12px;
	text-transform: uppercase;
}
.oficina .container-fluid .content .box > a.active {
    border: 1px solid #fff;
    color: #fff;
}
.oficina .container-fluid .content .box:last-of-type .image.active {
    display: block;
}
.oficina .container-fluid .content .box:last-of-type .image {
    display: none;
}
.oficina .container-fluid .content .box:last-of-type > .image {
    position: relative;
}
.oficina .container-fluid .content .box:last-of-type > .image > button,
.oficina .container-fluid .content .box:last-of-type > .image > a {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    background: transparent;
    border: 1px solid #7f7f7f;
    width: 78px;
    height: 32px;
    font-size: 12px;
    font-family: 'ITCAvantGardeStd-Demi';
    color: #000000;
    cursor: pointer;
    z-index: 3;
    background: white;
    text-decoration: none;
} 
.oficina .container-fluid .content .box:last-of-type > .image > a {
	top: 15px;
    right: 100px;
    width: 100px;
    line-height: 30px;
    text-align: center;
}
.oficina .container-fluid .content .box:last-of-type .image img {
    width: 100%;
    height: auto;
}
.aboutus .container-fluid .content,
.contacto .container-fluid .content {
	display: table;
    width: 100%;
    height: auto;
    margin: auto;
    padding-left: calc(10% + 1px);
    padding-right: calc(10% + 1px);
    padding-top: 15%;
}

/* About Us */

.aboutus .container-fluid .content {
	padding-top: 11%;
}
.aboutus .container-fluid .content .page-content,
.aboutus .container-fluid .content .about-video {
	display: block;
    width: 57.93%;
    height: auto;
    float: left;
    position: relative;
}
.aboutus .container-fluid .content .page-content {
	width: 42.07%;
    padding-left: 50px;
}
.aboutus .container-fluid .content .page-content p {
    font-family: 'ITCAvantGardeStd-Bk';
    font-size: 14px;
    line-height: 22px;
    color: #adacac;
    padding-bottom: 30px;
	padding-top: 0;
}
.aboutus .container-fluid .content .page-content a {
    display: table;
    border: 1px solid #757373;
    color: #adacac;
    text-decoration: none;
    font-family: 'ITCAvantGardeStd-Bold';
    font-size: 12px;
    padding: 12px 6px 12px 6px;
	line-height: 12px;
}
.aboutus .container-fluid .content .about-video .image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.aboutus .container-fluid .content .about-video .image img {
    display: block;
    width: 100%;
    height: auto;
}
.aboutus .container-fluid .content .about-video .image > i {
    position: absolute;
    z-index: 1;
    left: calc(50% - 37.5px);
    top: calc(50% - 37.5px);
    background: rgba(0, 0, 0, 0.5);
}
.aboutus .container-fluid .content .about-video .video {
    overflow: hidden;
    padding-bottom: 56.30%;
    position: relative;
    display: none;
	width: 100%;
}
.aboutus .container-fluid .content .about-video .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Contact */

.contacto .container-fluid .content {
	padding-top: 10%;
}
.contacto .container-fluid .content .page-content {	
    position: relative;
    width: 31%;
	float: left;
	padding-top: 50px;
}
.contacto .container-fluid .content .form-contact {
	display: block;
    float: left;
    width: calc(35% + 22px);
}
.contacto .container-fluid .content .form-contact p {
	padding: 0;
	margin: 0;
}
.contacto .container-fluid .content .form-contact label {
	padding-bottom: 20px;
	font-family: 'ITCAvantGardeStd-Bk';
    font-size: 12px;
    color: white;
	width: 100%;
}
.contacto .container-fluid .content .form-contact label input,
.contacto .container-fluid .content .form-contact label textarea {
	display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 33px;
    background: #323232;
    border: 1px solid #272727;
    color: #ffffff;
    padding-left: 10px;
}
.contacto .container-fluid .content .form-contact label textarea {
	height: 125px;
    padding-top: 5px;
}
.contacto .container-fluid .content .form-contact input[type="submit"] {
	display: block;
    float: right;
    width: 103px;
    height: 43px;
    border: 1px solid #c3c3c3;
    color: #ffffff;
    font-family: 'ITCAvantGardeStd-Demi';
    background: transparent;
    cursor: pointer;
}

/* Notas */
.notas .container-fluid,
.section-estudio .container-fluid {
    background-color: black;
    padding-bottom: 80px;
}
.notas .container-fluid h2 {
    display: table;
    margin: auto;
    color: #919191;
    font-size: 20px;
    font-family: 'ITCAvantGardeStd-Bold';
    padding-bottom: 60px;
    padding-top: 60px;
}
.notas .container-fluid .content {
    display: table;
    width: 100%;
    height: auto;
    margin: auto;
    padding-left: calc(10% - 9px);
    padding-right: calc(10% - 9px);
}
.notas .container-fluid .content .box .item.nota {
    display: block;
    position: relative;
    width: calc(100% / 5);
    float: left;
    border: 10px solid transparent;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: width 0.26s ease-out;
    -o-transition: width 0.26s ease;
    -ms-transition: width 0.26s ease;
    transition: width 0.26s ease;
}
.notas .container-fluid .content .box .item.nota:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
}
.notas .container-fluid .content .box .item.nota:hover:before {
    background: rgba(45, 45, 45, 0.95);
}
.notas .container-fluid .content .box .item.nota .title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 17px 0 17px;
}
.notas .container-fluid .content .box .item.nota .title h3 {
    font-family: 'ITCAvantGardeStd-Demi';
    font-size: 21px;
    display: table;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 24px;
}
.notas .container-fluid .content .box .item.nota .title h4 {
    font-family: 'ITCAvantGardeStd-Md';
    font-size: 16px;
    font-style: italic;
    display: inline-block;
    line-height: 20px;
    display: block;
}
.notas .container-fluid .content .box .item.nota .image,
.notas .container-fluid .content .box .item.nota .image img {
    width: 100%;
    height: auto;
}

/* Notas - Single */
body.single .site-main,
body.single .header {
    position: relative;
	padding: 0px calc(10.1% - 10px) 0 calc(10.1% + 8px);
}
body.single .site-content {
    padding: 130px 0 0 0;
    background: black;
    color: white;
}
body.single .site-content .header:after {
    content: '';
    display: block;
    height: 1px;
    width: 35px;
    background: #939393;
    margin: 50px 0 50px 0;
}
body.single .site-content .header h2 {
    font-size: 26px;
    color: #b2b2b2;
    font-family: 'ITCAvantGardeStd-Bold';
    padding-bottom: 10px;
    text-transform: uppercase;
}
body.single .site-content .header a.btn {
    display: table;
    color: #b2b2b2;
    font-size: 18px;
    font-family: 'ITCAvantGardeStd-Bk';
    text-decoration: none;
    line-height: 24px;
    padding: 0;
}
body.single .site-content .header a.btn:hover {
    color: white;
}
body.single .site-content .header a.btn span {
    display: inline-block;
    float: left;
    width: 19px;
    height: 19px;
    border: 1px solid #b2b2b2;
    position: relative;
    margin-right: 12px;
    margin-top: 3px;    
}
body.single .site-content .header a.btn:hover span {
    border: 1px solid white;
}
body.single .site-content .header a.btn span:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    left: 6px;
    top: 4px;
    border-left: 1px solid #868686;
    border-bottom: 1px solid #868686;
}
body.single .site-content .header a.btn:hover span:before {
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}
body.single .site-content .entry-title {
    font-family: 'ITCAvantGardeStd-Demi';
    color: white;
    font-size: 30px;
    padding-bottom: 20px;
    width: 80%;
}
body.single .site-content .entry-content {
    font-family: 'ITCAvantGardeStd-Md';
    color: #c3c3c3;
    font-size: 14px;
    line-height: 24px;
    display: table;
    padding: 10px 0 40px 0;
    max-width: 80%;
}
body.single .site-content .entry-content nav {
    position: absolute;
    top: 0;
    right: 0;
	padding-right: calc(10.1% - 10px);
}

/* Botones prev/next: cuadrado con chevron diagonal */
body.single .site-content .entry-content nav ul li a {
  display: block;
  position: relative;
  width: 33px;
  height: 33px;
  border: 1px solid #868686;
  border-radius: inherit;
  text-decoration: none;
  color: transparent; /* oculta texto "left"/"right" */
  background-color: transparent;
  margin-left: 5px;
}

/* Chevron gris por defecto */
body.single .site-content .entry-content nav ul li a:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 8px;
  top: 8px;
  border-left: 1px solid #868686;
  border-bottom: 1px solid #868686;
  transform: rotate(45deg);
}

/* Estado hover: borde y chevron blancos */
body.single .site-content .entry-content nav ul li a:hover {
  border: 1px solid #fff;
}
body.single .site-content .entry-content nav ul li a:hover:before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* Orientación: izquierda para previous, derecha para next */
body.single .site-content .entry-content nav ul li:first-child a:before {
  /* flecha izquierda: invertimos la diagonal */
  transform: rotate(45deg);
}
body.single .site-content .entry-content nav ul li:last-child a:before {
  /* flecha derecha: diagonal estándar */
  transform: rotate(225deg);
}




/* Galería de media en single – Masonry */
.gallery-grid { width: 100%; max-width: 100%; }

/* Sizers para columnas y gutter */
.gallery-grid .grid-sizer,
.gallery-grid .item-gallery { width: calc((100% / 3) - 20px); }
.gallery-grid .gutter-sizer { width: 20px; }

@media (max-width: 991px) {
  .gallery-grid .grid-sizer,
  .gallery-grid .item-gallery { width: calc((100% / 2) - 20px); }
}
@media (max-width: 575px) {
  .gallery-grid .grid-sizer,
  .gallery-grid .item-gallery { width: 100%; }
}

/* Ítem base */
.item-gallery {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 20px; /* separación vertical uniforme */
}
.item-gallery .image,
.item-gallery .image img { display: block; width: 100%; height: auto; }

/* Overlay */
.item-gallery::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  opacity: 0;
  transition: opacity 0.26s ease;
  z-index: 1;
}
.item-gallery:hover::before { opacity: 1; }

/* Play centrado en videos */
.item-gallery.nota-video .icon-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.fancybox__content {
	background-color: transparent !important;
}


/* Footer */

footer
{
	display:block;
	width:100%;
	background:#2b2b2b;
	padding-top:75px;
	color: #676363;
}
footer a {
	color: #676363;
}
footer .nav {
	justify-content: center;
}
#footer-menu li a {
	display: block;
    text-decoration: none;
    font-family: 'ITCAvantGardeStd-Md';
    border: 1px solid #676363;
    color: #676363;
    line-height: 34px;
    min-width: 125px;
    text-align: center;
	padding: 0;
	text-transform: uppercase;
}
/* Contenedor principal */
#mc_embed_signup {
  display: flex;
  justify-content: center;
  padding: 3rem 0 1.5rem;
}

/* Formulario */
#mc-embedded-subscribe-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;              /* separación armónica */
  max-width: 400px;
  margin: 0 auto;
}

/* Labels */
#mc-embedded-subscribe-form label {
  color: inherit;         /* mismo color que el texto del footer */
  font-size: 0.75rem;
}

/* Inputs: correo y nombre */
#mc-embedded-subscribe-form input[type="email"],
#mc-embedded-subscribe-form input[type="text"] {
  width: 100%;
  max-width: 320px;
  padding: 10px;
  background: transparent;              /* fondo transparente */
  border: 1px solid currentColor;       /* borde igual al color del texto */
  border-radius: 0px;
  color: inherit;
  box-sizing: border-box;
}

/* Botón: inverso en colores y no del mismo ancho */
#mc-embedded-subscribe-form input[type="submit"],
#mc-embedded-subscribe-form .button {
  width: auto;
  min-width: 160px;
  padding: 10px 18px;
  border-radius: 0px;
  font-size: 0.75rem;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #212121;       /* inverso: fondo con color del texto */
  color: #989898;        /* texto inverso al fondo */
  border: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

#mc-embedded-subscribe-form input[type="submit"]:hover,
#mc-embedded-subscribe-form .button:hover {
  background-color: var(--accent-color, #676363);
  color: #989898;
}


footer .footer_widget a i {	
    color: #676363;    
    font-size: 22px;    
    line-height: 27px;
}
.bootscore-copyright {
    width: 100vw;
    min-height: 67px;
    background: #212121;
    padding-top: 0;
    line-height: 67px;
    margin-left: calc(50% - 50vw);
}

/* ===========================
   Responsive adjustments
   =========================== */

/* Large tablets / small desktops */
@media (max-width: 1600px) {
  .site-header {
    padding: 45px 7.5% 0 7.5%;
  }
  .section-estudio .content .box {
    padding: 0 7.55%;
  }
  .page-template-studios .entry-content .studios.list > .box, 
  .page-template-events .entry-content .studios.list > .box, 
  .page-template-locaciones .entry-content .studios.list > .box, 
  .page-template .entry-content .studios.list > .box, 
  .category .entry-content .studios.list > .box {    
    padding-left: calc(7.5%);
  }
  .aboutus .container-fluid .content {
    padding-left: 7.5%;
	padding-right: 7.5%;
  }
  .aboutus .container-fluid .content .page-content, 
  .aboutus .container-fluid .content .about-video {    
    width: 40%;    
}
  .aboutus .container-fluid .content .page-content {
    width: 57.8%;
    padding-left: 2.2%;
  }
  .notas .container-fluid .content {
    padding-left: 7.55%;
    padding-right: 7.55%;
  }
}
@media (max-width: 1200px) {
  .site-header {
    padding: 45px 5% 0 5%;
  } 
  .portada h2 {
	  font-size: 1rem;
	  line-height: 40px;
	  height: 40px;
  }
  .section-estudio .content .box {
    padding: 0 5%;
  }
  .page-template-studios .entry-content .studios.list > .box, 
  .page-template-events .entry-content .studios.list > .box, 
  .page-template-locaciones .entry-content .studios.list > .box, 
  .page-template .entry-content .studios.list > .box, 
  .category .entry-content .studios.list > .box {    
    padding-left: calc(5%);
  }
  .aboutus .container-fluid .content {
    padding-left: 5%;
	padding-right: 5%;
  }
  .notas .container-fluid .content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .site-header {
    padding: 45px 7.5% 0 5%;
  }  
  .portada h2 {
	padding: 0 5%;
	width: auto;
	min-width: 150px;
	left: calc(50% - 75px);
  }
  .aboutus .container-fluid .content .about-video {
	  margin-top: 2.2%;
  }
  .aboutus .container-fluid .content .page-content, 
  .aboutus .container-fluid .content .about-video {    
    width: 97%;    
  }
  .aboutus .container-fluid .content .page-content {
    padding-left: 0%;
	padding-top: 15px;
  }
  .aboutus .container-fluid .content .page-content p {
    padding-left: 0;
	padding-right: 0;
  }
  .page-template-studios .entry-content .studios.list > .box, 
  .page-template-events .entry-content .studios.list > .box, 
  .page-template-locaciones .entry-content .studios.list > .box, 
  .page-template .entry-content .studios.list > .box, 
  .category .entry-content .studios.list > .box {  
    padding-left: calc(5%);
  }
  .page-template-studios .entry-content .studios.list > .box > ul > li > a,
  .page-template-events .entry-content .studios.list > .box > ul > li > a, 
  .category .entry-content .studios.list > .box > ul > li > a {
    padding: 6px 0 6px 0;
  }
  .metaslider.ms-theme-bubble .flexslider ol  li a {
	  width: 15px !important;
	  height: 15px !important;
  }
}

/* Tablets */
@media (max-width: 991px) {
  body.single .site-main,
  body.single .header {
    padding: 0 5%;
  }
  body.single .site-content {
    padding-top: 100px;
  }

  /* Secciones estudio: apilar imagen + texto */
  .page-template-studios .entry-content .studios.list,
  .page-template-events .entry-content .studios.list,
  .page-template-locaciones .entry-content .studios.list,
  .page-template .entry-content .studios.list,
  .category .entry-content .studios.list {
	display: none;
  }  
  .section-estudio .content .box .image,
  .section-estudio .content .box .text {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  .section-estudio .content .box .text {
    margin-top: 20px;
  }

  /* Notas: de 5 columnas a 3 */
  .notas .container-fluid .content .box .item.nota {
    width: calc(100% / 3);
  }

  /* Oficina */
  .oficina .container-fluid .content {
    padding: 60px 5% 0 5%;
  }

  /* About/Contact */
  .aboutus .container-fluid .content,
  .contacto .container-fluid .content {
    padding-left: 5%;
    padding-right: 5%;
  }
  footer {
	padding-top: 3.7%;  
  }
}

/* Small tablets / large phones */
@media (max-width: 768px) {
  .site-header {
    padding: 5% 7.5% 5% 5%;
  }
  .site-header.active {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .studios.list > .box {
    padding-left: 5%;
  }

  /* Notas: de 3 columnas a 2 */
  .notas .container-fluid .content .box .item.nota {
    width: calc(100% / 2);
  }

  /* About/Contact: apilar columnas */
  .aboutus .container-fluid .content .page-content,
  .aboutus .container-fluid .content .about-video,
  .contacto .container-fluid .content .page-content,
  .contacto .container-fluid .content .form-contact {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }

  /* Oficina: apilar cajas */
  .oficina .container-fluid .content .box {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
}

/* Phones */
@media (max-width: 575px) {
  body.single .site-content {
    padding-top: 80px;
  }
  body.single .site-content .entry-title {
    font-size: 22px;
    width: 100%;
  }
  body.single .site-content .entry-content {
    max-width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  /* Notas: 1 columna */
  .notas .container-fluid h2 {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .notas .container-fluid .content .box .item.nota {
    width: 100%;
    border-width: 5px;
  }

  /* Sección estudio */  
  .section-estudio .container-fluid h2 {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-estudio .content .box {
    padding: 0 20px;
  }

  /* Oficina */
  .oficina .container-fluid .content {
    padding: 40px 20px;
  }

  /* Portada */
  .portada .portada-col {
	max-height: 280px;
  }
  .portada h2 {
    left: calc(50% - 75px);
    top: calc(50% - 20px);
    line-height: 40px;
  }
  .portada .box {
    width: 100%;
    float: none;
  }

  /* Footer */
  footer {
    padding-top: 40px;
  }
  #footer-menu li a {
    min-width: unset;
    width: 100px;
    margin-bottom: 10px;
  }
}
