/*-----------------------------------------------------------------------------------
	Gran Hermano
	About: Gran Hermano 2024/2025
	Author: Mauro Romero
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#000000;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Square721BT-RomanExtended';
	src: url('./fonts/Square721BT-RomanExtended/square_721_extended_bt.ttf');
	src: url('./fonts/Square721BT-RomanExtended/square_721_extended_bt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Square721BT-BoldExtended';
	src: url('./fonts/Square721BT-BoldExtended/square721_bdex_bt_bold.ttf');
	src: url('./fonts/Square721BT-BoldExtended/square721_bdex_bt_bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}





/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Square721BT-RomanExtended";
	font-size:1em;
	color:var(--swatch-var-730)!important;
}
.container{
	max-width:1140px;
}
.footer-link{
	font-family:"Square721BT-RomanExtended";
	text-decoration:none!important;
}
.logo-gh2024{
	max-height:10vh;
	width:auto;
	height:auto;
}
.bloque-header{
	background:linear-gradient(210deg, #1C145C        0%, #020E16      30%, #020E16      70%, #1C145C 100%);
}
.logo-telinfor{
	max-width:125px;
}
.tarjeta-gh{
	max-width:20vw;
	border-radius:15px 15px 15px 15px;
	background-color:#031927;
	border-style:solid!important;
	border-width:1px 1px 1px 1px!important;
	border-color:transparent!important;
	margin:1em 1em 1em 1em;
}
.tarjeta-gh:hover{
	border-color:#F7D183!important;
	background-color:#031E30!important;
	border-width:1px 1px 1px 1px!important;
}
.nominados-container{
	align-items:stretch;
	justify-content:center;
}
.popup-medio{
	background-color:var(--swatch-var-7154);
	font-family:"Square721BT-RomanExtended"!important;
}
.foto-nominado{
	max-height:250px;
}
.boton-accion{
	background-color:#031927;
	box-shadow:5.66px 5.66px 17px #02101A,5.66px 5.66px 17px #031C2B;
	background:linear-gradient(135deg, rgba(225,84,240,0.40) 0%, #031927   20%, #031927  80%, rgba(225,84,240,0.40) 100%);
}
.boton-accion:hover{
	background-color:var(--swatch-var-5237);
	color:var(--swatch-var-7154);
}
.modal-cuerpo{
	font-family:"Square721BT-RomanExtended"!important;
}
.boton-accion:visited{
	background-color:#031927;
}
.boton-accion:focus{
	background-color:#031927;
}
.neumorfismo{
	box-shadow:-4.59px -6.55px 8px rgba(4,29,46,0.75),5.66px 5.66px 8px rgba(1,18,30,0.75);
}
.cuerpo{
	max-height:100vh;
	min-height:80vh;
}
.h1-enviados-style{
	font-family:"Square721BT-BoldExtended";
	font-size:3rem;
}
.h4-redirigiendo -style{
	font-family:"Square721BT-RomanExtended";
	font-size:1.5em;
}
.conteo{
	color:#FFFFFF!important;
	font-family:"Square721BT-BoldExtended";
	font-size:1.5rem;
}
.h1-abierta-style{
	font-family:"Square721BT-BoldExtended";
}
.h1-votación-style{
	font-family:"Square721BT-RomanExtended";
}
.franja-info{
	background-color:rgba(0,0,0,0.30);
}
.h1-style{
	font-size:3rem;
	font-family:"Square721BT-RomanExtended";
}
.h1-votá-ahora-style{
	font-family:"Square721BT-BoldExtended";
	font-size:2rem;
}
.h1-1-style{
	font-family:"Square721BT-RomanExtended";
	font-size:1.5em;
}
.close{
	color:#F7D183!important;
}
.divisor-footer{
	border-top-width:1px;
	border-style:solid;
	border-color:#F7D183!important;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-5237:rgba(225,84,240,1.00);
	
	--swatch-var-3902:rgba(233,238,243,1.00);
	
	--swatch-var-5409:rgba(51,51,51,1.00);
	
	--swatch-var-7154:rgba(3,25,39,1.00);
	
	--swatch-var-730:rgba(255,255,255,1.00);
	
	--swatch-var-1224:rgba(2,16,26,1.00);
	
	--swatch-var-3524:rgba(0,0,0,1.00);
	
	--swatch-var-1839:rgba(4,51,255,1.00);
	
	--swatch-var-7736:rgba(170,121,66,1.00);
	
	--swatch-var-1472:rgba(0,253,255,1.00);
	
	--swatch-var-7843:rgba(0,249,0,1.00);
	
	--swatch-var-7741:rgba(255,64,255,1.00);
	
	--swatch-var-2169:rgba(255,147,0,1.00);
	
	--swatch-var-3079:rgba(148,33,146,1.00);
	
	--swatch-var-273:rgba(255,38,0,1.00);
	
	--swatch-var-1331:rgba(255,251,0,1.00);
	
	--swatch-var-3682:rgba(255,255,255,1.00);
	
}



/* Bloc image backgrounds */



/* = Additional CSS
-------------------------------------------------------------- */
cuerpo {
display: grid;min-height:100dvh;grid-template-rows: auto 1fr auto;
}

.franja-info::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(225,84,240, 0.8), transparent);
animation:swipe 3s linear infinite;
}

@keyframes swipe {
	0% {
		left: -100%;
		}
		100% {
		left: 100%;
		}
		}


.franja-general::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background: radial-gradient(circle, transparent, rgba(225,84,240, 0.8), transparent);
animation:laser 2s linear infinite;
}

@keyframes laser {
	0% {
		opacity: 0%;
		}
		50% {
		opacity: 100%;
		}
		100% {
		opacity: 0%;
		}
		}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.bloque-header{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Square721BT-RomanExtended";
		color:var(--swatch-var-730)!important;
		font-size:1em;
	}
	.boton-accion:hover{
		background-color:var(--swatch-var-5237);
	}
	.boton-accion:active{
	}
	.boton-accion:focus{
	}
	.boton-accion:visited{
	}
	.h1-enviados-style{
		font-family:"Square721BT-BoldExtended";
		font-size:3rem;
	}
	.h1-style{
		font-family:"Square721BT-RomanExtended";
		font-size:3rem;
	}
	.conteo{
		font-size:2.5rem;
	}
	.franja-info{
	}
	.boton-accion{
		background:linear-gradient(135deg, rgba(225,84,240,0.50) 0%, #031927  20%, #031927  80%, rgba(225,84,240,0.50) 100%);
	}
	.h1-votá-ahora-style{
		font-size:1.3rem;
	}
	.h1-1-style{
		font-size:1rem;
	}
	.close{
		color:#F7D183!important;
	}
	
}

@media (max-width: 767px){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:1em;
		color:var(--swatch-var-730)!important;
		font-family:"Square721BT-RomanExtended";
	}
	.bloque-header{
	}
	.h1-1-style{
		font-size:1rem;
	}
	.h1-votá-ahora-style{
		font-size:1.2rem;
	}
	.close{
		color:#F7D183!important;
	}
	.tarjeta-gh{
		height:auto;
		width:auto;
	}
	.boton-accion{
		font-size:0.8rem;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Square721BT-RomanExtended";
		color:var(--swatch-var-3902)!important;
		font-size:1em;
	}
	.bloque-header{
		background:linear-gradient(210deg, #1C145C   0%, #020E16  30%, #020E16  71%, #1C145C 100%);
	}
	.logo-telinfor{
		max-width:100px;
	}
	.tarjeta-gh{
		max-width:40vw;
		background-color:#031927;
		margin-left:0.5em;
		margin-right:0.5em;
		margin-top:0.5em;
	}
	.foto-nominado{
		max-height:150px;
		width:auto;
		height:auto;
	}
	.label-style{
		font-size:0.8em;
		color:var(--swatch-var-3902)!important;
	}
	.label-bloc-3-34906-style{
		font-size:0.8em;
	}
	.label-bloc-3-style{
		font-size:0.8em;
		color:var(--swatch-var-3902)!important;
	}
	.label-1-style{
		font-size:0.8em;
		color:var(--swatch-var-3902)!important;
	}
	.label-4-style{
		font-size:0.8em;
	}
	.label-5-style{
		font-size:0.8em;
	}
	.label-6-style{
		font-size:0.8em;
	}
	.boton-accion{
		background-color:#031927;
	}
	.boton-accion:hover{
	}
	.logo-gh2024{
		max-height:7vh;
		width:auto;
		height:auto;
	}
	.h1-enviados-style{
		font-family:"Square721BT-BoldExtended";
		font-size:2rem;
	}
	.h1-style{
		font-size:2rem;
	}
	.h3-style{
		font-family:"Square721BT-BoldExtended";
		font-size:1rem;
	}
	.tarjeta-gh:hover{
		border-color:#F7D183!important;
	}
	.popup-medio{
	}
	.close{
		color:#F7D183!important;
	}
	.input-normal{
		font-size:0.75rem;
	}
	.h1-1-style{
		font-size:0.8rem;
	}
	.h1-votá-ahora-style{
		font-size:0.8rem;
	}
	.divisor-footer{
		border-left-width:0px;
		border-right-width:0px;
		border-bottom-width:0px;
	}
	
}

