/* UNIFUTBOL 2015 1.0.0 - 3/2015 administrador@unifutbol.com */

@font-face {
    font-family: BankGothicMd;
    font-display: swap;
	src: url('BNKGOTHM_0.eot'); /* IE9 Compat Modes */
  	src: url('BNKGOTHM_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('BNKGOTHM_0.woff2') format('woff2'), /* Super Modern Browsers */
       url('BNKGOTHM_0.woff') format('woff'), /* Pretty Modern Browsers */
       url('BNKGOTHM_0.TTF')  format('truetype'), /* Safari, Android, iOS */
       url('BNKGOTHM_0.svg#svgFontName') format('svg'); /* Legacy iOS */
}    

@font-face {
    font-family: UF_impact;
    font-display: swap;
    src: url(321impact.ttf);
}

@font-face {
    font-family: ArialNarrowSeven;
    font-display: swap;
    src: url(arial_narrow_7.ttf);
}

@font-face {
    font-family: ArialNarrow;
    font-display: swap;
    src: url(arial-narrow.ttf);
}
/* -------------------------------------------------------- */
/* Page Loading Animation
/* -------------------------------------------------------- */
#p-load {
    background: #0c0c0c;
    position: fixed;
    z-index: 9910001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#p-load span {
    color: #ffffff;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    font-family: BankGothicMd, Arial !important;
    text-shadow: 0 0 6px #FFFFFF;
    font-size: 15px;
}

.loader {
	left: 50%;
	position: absolute;
	margin-left: -130px;
	width: 260px;
	height: 90px;
	margin-top: -45px;
	top: 50%;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes uf-loading {
    0%   {opacity: 0;}
    50%  {opacity: 1;}
    100% {opacity: 0;}	
}

@keyframes uf-loading {
    0%   {opacity: 0;}
    50%  {opacity: 1;}
    100% {opacity: 0;}	
}

.uf-load-animated{
	-webkit-animation: uf-loading 5s linear infinite forwards;
	-moz-animation: uf-loading 5s linear infinite forwards;
	-o-animation: uf-loading 5s linear infinite forwards;
	-ms-animation: uf-loading 5s linear infinite forwards;
	animation: uf-loading 5s linear infinite forwards;
}

.loader i {
	position: relative;
	left: 50%;

	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	display: inline-block;
	width: 150px;
	height: 150px;

    background-color: transparent !important;
    background-image: url("../images/mini-logo-2.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.cssanimations .loader span {
	display: none;
}

.no-cssanimations .loader i {
	display: none;
}

.loader i:nth-child(2){
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loader i:nth-child(3){
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loader i:nth-child(4){
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.loader i:nth-child(5){
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loader i:nth-child(6){
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-webkit-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-webkit-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@-moz-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-moz-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@-o-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-o-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@-ms-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-ms-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}
  
/* -------------------------------------------------------- */
/* Sections
/* -------------------------------------------------------- */

.section_white {
	background: #DAE6EA; /* Old browsers */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -moz-linear-gradient(top,  #DAE6EA 0%, #F8FAFB 100%) !important; /* FF3.6+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DAE6EA), color-stop(100%,#F8FAFB)) !important; /* Chrome,Safari4+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -webkit-linear-gradient(top,  #DAE6EA 0%,#F8FAFB 100%) !important; /* Chrome10+,Safari5.1+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -o-linear-gradient(top,  #DAE6EA 0%,#F8FAFB 100%) !important; /* Opera 11.10+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -ms-linear-gradient(top,  #DAE6EA 0%,#F8FAFB 100%) !important; /* IE10+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, linear-gradient(to bottom,  #DAE6EA 0%,#F8FAFB 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DAE6EA', endColorstr='#F8FAFB',GradientType=0 ) !important; /* IE6-9 */

	/*background-size: 20% auto, 20% auto, auto !important;*/
  color: #000;
}

.section_white p{
	font-weight: 500 !important;
	color: #000 !important;
}

.section_dark_black {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #030d14 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#030d14)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#030d14 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#030d14 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#030d14 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#030d14 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#030d14',GradientType=0 ) !important; /* IE6-9 */

	/*background-size: 20% auto, 20% auto, auto !important;*/
  color: #fff;
}

.section_dark_black_reverse {
	background: #030d14; /* Old browsers */
	background: -moz-linear-gradient(top,  #030d14 0%, #000000 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#030d14), color-stop(100%,#000000)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #030d14 0%,#000000 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #030d14 0%,#000000 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #030d14 0%,#000000 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #030d14 0%,#000000 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030d14', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */

	/*background-size: 20% auto, 20% auto, auto !important;*/
  color: #fff;
}

.section_dark_blue {
	background: #030d14; /* Old browsers */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -moz-linear-gradient(top,  #030d14 0%, #2c5268 100%) !important; /* FF3.6+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#030d14), color-stop(100%,#2c5268)) !important; /* Chrome,Safari4+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -webkit-linear-gradient(top,  #030d14 0%,#2c5268 100%) !important; /* Chrome10+,Safari5.1+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -o-linear-gradient(top,  #030d14 0%,#2c5268 100%) !important; /* Opera 11.10+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -ms-linear-gradient(top,  #030d14 0%,#2c5268 100%) !important; /* IE10+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, linear-gradient(to bottom,  #030d14 0%,#2c5268 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030d14', endColorstr='#2c5268',GradientType=0 ) !important; /* IE6-9 */

	/*background-size: 20% auto, 20% auto, auto !important;*/
  color: #fff;
}

.section_dark_blue a{
	color: #E4AA10;
}

.section_dark_red {
	background: #AC331E; /* Old browsers */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -moz-linear-gradient(top,  #AC331E 0%, #E4AA10 100%) !important; /* FF3.6+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AC331E), color-stop(100%,#E4AA10)) !important; /* Chrome,Safari4+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -webkit-linear-gradient(top,  #AC331E 0%,#E4AA10 100%) !important; /* Chrome10+,Safari5.1+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -o-linear-gradient(top,  #AC331E 0%,#E4AA10 100%) !important; /* Opera 11.10+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, -ms-linear-gradient(top,  #AC331E 0%,#E4AA10 100%) !important; /* IE10+ */
	background:url("../images/bg-left.png") repeat-y left top, url("../images/bg-right.png") repeat-y right bottom, linear-gradient(to bottom,  #AC331E 0%,#E4AA10 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AC331E', endColorstr='#E4AA10',GradientType=0 ) !important; /* IE6-9 */

	/*background-size: 20% auto, 20% auto, auto !important;*/
  color: #fff;
}

/* -------------------------------------------------------- */
/* Main page size (huge menu)
/* -------------------------------------------------------- */

@media (min-width: 1280px){
	.container {
	  width: 1250px;
	}
}

/* -------------------------------------------------------- */
/* Main menu and Logo
/* -------------------------------------------------------- */

.site-navbar{
	z-index: 10050;
}

.site-navbar li a.current:hover, .site-navbar li a:hover, .site-navbar li a:focus {
    background: #030E16;
    color: #DCDEE0;
}


.site-navbar .current{
	border: 1px solid #dedede;
	border-radius: 4px;

	color: #ffffff;

	background: #123557; /* Old browsers */
	background:-moz-linear-gradient(top,  #123557 0%, #308898 100%) !important; /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#123557), color-stop(100%,#308898)) !important; /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #123557 0%,#308898 100%) !important; /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #123557 0%,#308898 100%) !important; /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #123557 0%,#308898 100%) !important; /* IE10+ */
	background:linear-gradient(to bottom,  #123557 0%,#308898 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123557', endColorstr='#308898',GradientType=0 ) !important; /* IE6-9 */
}



.navbar-brand{
	font-family: BankGothicMd, Arial !important;
	text-transform: uppercase;
	color: white;
}


.navbar-brand>img {
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
top: 50%;
  display: block;
  width: 275px;  
  position: absolute;
  left: 0;
}

.navbar-brand.secundary>img {
	display: none;
}

div.navbar-collapse.collapse{
  right: 10px !important;
  top: 50%;
  position: absolute;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*
div.navbar-collapse.collapse.in .navbar-brand>img {
  transform: translateY(0%);
  top: 20px;
}
*/

/* -------------------------------------------------------- */
/* Carousel
/* -------------------------------------------------------- */

.carousel-caption {
  top: 0px;
  left: 0px;
  width: 100%;
}

div.initial .carousel-caption {
  bottom: 0px !important;
  top: inherit;
}

div.initial .carousel-caption.semi_centered {
  top: 25%;
  bottom: inherit !important;
  background-color:rgba(0, 0, 0, 0.5);
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}

.carousel-iframe-container{
  position: absolute;
  background-color: black;
  opacity: 0.5;
  height: 50%;
  top: 24%;
  width: 100%;
}

.carousel-iframe-container.carousel-iframe-center{
  margin: 0 auto;
  text-align: center;
  opacity: 1 !important;
  background-color: transparent !important;
  z-index: 10000;
}

.carousel-iframe {  
  margin: 0 auto;
  text-align: center;
  height: 100%;  
  border: 10px solid #0B141A;
  /*
  We can not do this because the full screen.*/
  position: absolute;
  /*top: 24%;*/
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
         -transform: translateX(-50%);
}

body.full_screen .carousel-iframe{
	position: inherit !important;
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
       -o-transform: translateX(0%);
         -transform: translateX(0%);	
}

.main-splash{
	
    /*animation: pulse 5s infinite;
	-webkit-animation: pulse 5s infinite; /* Chrome, Safari, Opera */

	z-index: 9910000;
    border: 3px solid #c00;
    position: fixed;
    left: -3px;
    top: 250px;
    max-width: 200px;
    padding: 10px 10px 10px 15px;

    opacity: 0.8;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,ffcc00+84 */
	background: #cc0000; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #cc0000 0%, #ffcc00 84%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #cc0000 0%,#ffcc00 84%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #cc0000 0%,#ffcc00 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ffcc00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 50px;

	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.47);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.47);
}

.main-splash.right{
	
    /*animation: pulse 5s infinite;
	-webkit-animation: pulse 5s infinite; /* Chrome, Safari, Opera */

    left: inherit;
    right: -3px;

	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0x;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 50px;
}

#splash-newsletters.main-splash{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.main-splash.blue{
	
    border: 3px solid #224E68;
    
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#224E68+0,9ABAD0+84 */
	background: #224E68; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #224E68 0%, #9ABAD0 84%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #224E68 0%,#9ABAD0 84%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #224E68 0%,#9ABAD0 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224E68', endColorstr='#9ABAD0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.main-splash.blue a.close{
	border: 3px solid #224E68;
    color: #9ABAD0;
    background-color: #224E68;
}

.main-splash.blue a.close:hover{
    color: #224E68;
    background-color: #9ABAD0;
}

.main-splash a{
	color: white;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px 0 black;
    font-size: 15px;
}

.main-splash a:hover u{
	text-decoration: none !important;
}

.main-splash a.close{
	border: 3px solid #c00;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    padding: 1px 4px 3px;
    top: -10px;
    color: #fc0;
    background-color: #c00;

    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.47);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.47);
}

.main-splash.left a.close{
    right: -10px;
}

.main-splash.right a.close{
    left: -10px;
}

.main-splash a.close:hover{
    color: #c00;
    background-color: #fc0;
    text-decoration: none;
}

.main-splash .title{
	font-size: 18px;
	float: left;
	clear: left;
}

.main-splash .sub-title{
	font-size: 13px;	
	float: left;
	clear: left;
}

.main-splash .click-here{
	font-size: 17px;
	float: left;
	clear: left;
}

.main-splash dl {
    margin-bottom: 5px;
}
 
.main-splash input{
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: bold; 
    border-radius: 5px;
}

.main-splash input[type="text"]{
	padding: 1px 5px;
}

.main-splash #newsletter-response p{
	padding: 5px;
	font-size: 12px;
	margin: 10px 0 0 0;

	-webkit-border-bottom-left-radius: 5px !important;
	-moz-border-radius-bottomleft: 5px !important;
	border-bottom-left-radius: 5px !important;
}


.main-splash #newsletter-response p.bg-danger{

}

#splash-newsletters{
	/*display: none !important; */
}

.carousel-indicators{
	bottom: -1.5%;
}

.carousel-caption h3, .carousel-caption h1 {
  font-family: UF_impact, Arial !important;
  font-size: 5em;
  margin: 0;
  background: transparent;
  padding-bottom: 0px;

  text-shadow: 0 0 20px #FFFFFF;
}

.carousel-caption h1{ 
	margin-top: 5% !important;
}

.carousel-caption span, .carousel-caption h2 {
  font-family: BankGothicMd, Arial  !important;
  padding: 0px 10px;
  background: transparent;
  width: 100%;
  text-shadow: 0 0 10px #1A8BB3;
  font-size: 2.1em;  
}

.carousel-caption h2{
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.carousel-caption a h3{
	color: white;
	font-size: 3.5em;
}

img.carousel-logo {
	bottom: 30px;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: auto;
	object-fit: contain;
    position: absolute;
    z-index: 9999;
}

img.carousel-logo.bounceInRight {
	right: 10px;
}

#carousel-example-captions .carousel-control{
	background: none !important;
	z-index: 10000 !important;
}

/* -------------------------------------------------------- 
MULTI-SECTION
 -------------------------------------------------------- */
section{
    padding-top: 60px;
    padding-bottom: 80px;
}

section h2,
section h3 {
    font-size: 4em;
    font-family: 'BankGothicMd', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px;
}

section p{
	/*font-family: 'DefaultTemplateFont', sans-serif;*/
    font-weight: 500 !important;
}

/* -------------------------------------------------------- 
ABOUT
 -------------------------------------------------------- */
.social-media-container{
	float: left;
  	width: 100% !important;
	padding: 50px 25px 15px;
}

.social-media-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.social-media-card {
	display: flex;
	min-width: 0;
	min-height: 570px;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid #c8d5dc;
	border-top: 4px solid #0b141a;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(11, 20, 26, .12);
	text-align: left;
}

.social-media-card-facebook { border-top-color: #1877f2; }
.social-media-card-youtube { border-top-color: #ff0033; }

.social-media-card-header {
	display: flex;
	min-height: 82px;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	background: linear-gradient(135deg, #f8fbfc 0%, #edf3f6 100%);
	border-bottom: 1px solid #dbe4e8;
}

.social-media-card-header h4 {
	margin: 0 0 3px;
	color: #0b141a;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

.social-media-card-header a {
	color: #55717e;
	font-size: 13px;
	font-weight: 600;
}

.social-media-brand {
	display: inline-flex;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 23px;
	font-style: normal;
	line-height: 1;
}

.social-media-brand-x { background: #0b141a; font-family: Arial, sans-serif; }
.social-media-brand-facebook {
	background: #1877f2;
	font-family: Arial, sans-serif;
	font-weight: 700;
}

.social-media-brand-youtube {
	background: #ff0033;
	font-family: Arial, sans-serif;
	font-size: 17px;
}

.social-media-card-body {
	position: relative;
	min-width: 0;
	flex: 1 1 auto;
	background: #f5f8fa;
}

.social-media-card-body-feed {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}

.social-media-card-body-feed > iframe,
.social-media-card-body-feed .twitter-timeline,
.social-media-card-body-feed .twitter-timeline-rendered {
	width: 100% !important;
	max-width: 100% !important;
	border: 0 !important;
}

.social-media-x-posts {
	width: 100%;
	height: 484px;
	overflow-y: auto;
	background: #f5f8fa;
	scrollbar-color: #8497a0 transparent;
	scrollbar-width: thin;
}

.social-media-x-post {
	padding: 20px 22px 17px;
	background: #fff;
	border-bottom: 1px solid #dbe4e8;
}

.social-media-x-post:last-child {
	border-bottom: 0;
}

.social-media-x-post p {
	margin: 0 0 13px;
	color: #243944 !important;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 1.5;
}

.social-media-x-post footer {
	padding: 0;
	background: transparent;
	color: inherit;
	text-align: left;
}

.social-media-x-post footer a {
	color: #1b6f98;
	font-size: 12px;
	font-weight: 700;
}

.social-media-card-body-feed > .twitter-timeline:not(.twitter-timeline-rendered) {
	display: block;
	margin: 28px;
	padding: 20px;
	border: 1px dashed #9aabb3 !important;
	border-radius: 6px;
	color: #1b6f98;
	text-align: center;
}

.social-media-card-body-youtube {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #101820;
	color: #fff;
}

.social-media-video {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #000;
	border-radius: 5px;
	aspect-ratio: 16 / 9;
}

.social-media-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.social-media-card-body-youtube p {
	margin: 22px 0 16px;
	color: #dce5e9 !important;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 1.55;
}

.social-media-cta {
	display: inline-block;
	align-self: flex-start;
	margin-top: auto;
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.social-media-cta:hover,
.social-media-cta:focus {
	background: #fff;
	color: #101820;
	text-decoration: none;
}

.icon-about {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.icon-about .social-icon-link {
    align-items: center;
    color: #666;
    display: inline-flex;
    height: 52px;
    justify-content: center;
    margin: 0;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
    width: 52px;
}

.icon-about a.social-icon-link i {
    color: currentColor;
    font-size: 50px;
    line-height: 1;
    margin: 0;
}

.icon-about .social-x-link {
    color: currentColor;
    display: block;
    height: 48px;
    width: 48px;
}

.icon-about .social-x-link svg {
    display: block;
    height: 100%;
    width: 100%;
}

.icon-about .social-icon-link-youtube i {
    font-size: 54px;
}

.icon-about .social-icon-link-x:hover,
.icon-about .social-icon-link-x:focus {
    color: #0b141a;
}

.icon-about .social-icon-link-facebook:hover,
.icon-about .social-icon-link-facebook:focus {
    color: #3c599f;
}

.icon-about .social-icon-link-youtube:hover,
.icon-about .social-icon-link-youtube:focus {
    color: #ff0033;
}

/* -------------------------------------------------------- 
PORTFOLIO
 -------------------------------------------------------- */

.portfolio-iframe {
  position: relative;
  height: 450px;
  width: 592px;
  border: 10px solid #0B141A;
}

#modal-portfolio-videos .carousel-control{
	height: 50%;
	transform: translateY(50%);
}


.modal{
	z-index: 10100;
}

.modal-dialog {
	width: inherit;
    max-width: 800px;
}

.modal-video {
	width: 600px;
}
/* -------------------------------------------------------- 
NEXT
 -------------------------------------------------------- */

/* -------------------------------------------------------- 
download
 -------------------------------------------------------- */

#download {
    background: #bf544e;
    color: #fff;
}
#download h3 {
    margin-bottom: 0px;
  	padding-bottom: 10px;
}

#download h2 {
    margin-bottom: 0px;
	padding-bottom: 10px;
}
#download p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
}

#download a{
    color: white;
    font-weight: bold;
}
#download a.icon-download {
    width: 200px;
    height: 200px;
    display: inline-block;
    border: 5px solid #fff;
    border-radius: 50%;
}
#download a.icon-download i {
  font-size: 8em;
  padding: 34px 30px;  
}

#download span i.fa-mobile {
    font-size: 7.5em;
    padding: 50px 50px;
}
#download span i.fa-thumbs-up {
    padding: 60px 50px;
}

#download h4 {
    font-size: 1.6em;
    font-weight: bold;
    text-align: justify;
    font-family: 'DefaultTemplateFont', sans-serif;
}

#download h4.subtitle {
    font-size: 1.7em;
    font-weight: bold;
    text-align: justify;
    font-family: 'DefaultTemplateFont', sans-serif;
    margin-bottom: 35px;
}

#download h5 {
    text-align: justify;
    /*font-family: 'DefaultTemplateFont', sans-serif;*/
    font-size: 1.2em;
    margin-top: 25px;
}

#download ul {
	padding-left: 20px;
}

.list_block{
	margin-bottom: 30px;
	margin-top: 30px;
}

/* -------------------------------------------------------- 
FAQ
 -------------------------------------------------------- */

#faq {
    background: #273035;
    color: #fff;
}
#faq img {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
}
#faq h4 {
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'DefaultTemplateFont', sans-serif;
    margin-bottom: 10px;
}
#faq span {
    background: #1b93c7;
    border-radius: 50px;
    padding: 25px 13px;
    position: absolute;
    top: 28%;
    left: 40%;
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    width: 84px;
    height: 84px;
}
#faq .imgport {
    position: relative;
}
#faq .imgport:hover {
    cursor: pointer;
    opacity: 0.9;
}
#faq .imgport:hover span {
    display: block;
}

/* -------------------------------------------------------- 
CONTACT
 -------------------------------------------------------- */
input[type=radio] {
  position: relative;
  width: 20px;
  left: 50%;
  margin-top: 0px; 
  cursor: pointer;
}

span.form-title{
	font-size: 13px;
	cursor: pointer;
}

span.form-description{
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
}

.radio-group{
	margin: 10px 0;
}

.radio-group-last{
	margin: 10px 0 20px;
}

.radio-block{
	border-radius: 10px;
	background-color: #DADFE1;
	padding: 10px 0;
	float: left;
	width: 100%;
}

.radio-block:hover{
	background-color: #8CB4BA;
}

/* -------------------------------------------------------- 
AVISO LEGAL.
 -------------------------------------------------------- */


#modal-aviso-legal .modal-body{
	padding: 20px 40px 30px;
	height: 500px;
	overflow-y: auto;
}

#modal-aviso-legal .modal-body h2{
	font-size: 2.5em;
	font-weight: bold;
}
/* -------------------------------------------------------- */
/* Footer
/* -------------------------------------------------------- */

footer div{
	width: 100%;
	margin-bottom: 15px;
}

#webs_amigas{
	margin: 40px auto 0;
	bottom: 10px;
	border-top: 1px solid #404547;
	padding: 10px;
	width: 100%;
}

#webs_amigas h4{
	font-size: 0.8em;
	color: #404547;
}

#webs_amigas img{
  max-width: 135px;
  max-height: 40px;
}

/* -------------------------------------------------------- 
BANNER COOKIES
 -------------------------------------------------------- */

  #cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#111;color:#fff;padding:14px 16px;display:none;box-shadow:0 -2px 8px rgba(0,0,0,.2);font:14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
  #cookie-banner .msg{max-width:1100px;margin:0 auto;display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}
  #cookie-banner a{color:#9bd1ff;text-decoration:underline}
  #cookie-banner .actions{display:flex;gap:8px}
  #cookie-banner button{border:0;border-radius:4px;padding:8px 12px;cursor:pointer;font-weight:600}
  #cookie-accept{background:#1b93c7;color:#fff}
  #cookie-reject{background:#555;color:#fff}

/* -------------------------------------------------------- 
CUSTOM RESPONSIVE
 -------------------------------------------------------- */

.show-big{}
.show-small{display: none;}

@media (max-width: 1400px), (max-device-width: 1400px) {
	.navbar-brand>img { width: 285px; }

	.carousel-caption h3, .carousel-caption h1 { font-size: 4em; }
	.carousel-caption span, .carousel-caption h2 { font-size: 1.7em; } 

	.nav>li>a { padding: 10px 14px; font-size: 13px;}
}

@media (max-width: 1250px), (max-device-width: 1250px) {
	.navbar-brand>img { width: 275px; }

	.carousel-caption h3, .carousel-caption h1 { font-size: 3.5em; }
	.carousel-caption span, .carousel-caption h2 { font-size: 1.4em; } 

	.nav>li>a { padding: 10px 13px; font-size: 12px;}
}

@media (max-width: 1120px), (max-device-width: 1120px) {
	.navbar-brand>img { width: 215px; }

	.carousel-caption h3, .carousel-caption h1 { font-size: 3em; }
	.carousel-caption span, .carousel-caption h2 { font-size: 1.2em; } 

	.nav>li>a { padding: 10px 12px; font-size: 11px;}
}

@media (max-width: 991px), (max-device-width: 991px) {
	.navbar-brand>img { width: 200px; }

	.carousel-caption h3, .carousel-caption h1 { font-size: 2.5em; }
	.carousel-caption span, .carousel-caption h2 { font-size: 1em; } 

	.carousel-caption h1{
		margin-bottom: 20px;
	}

	.nav>li>a { padding: 10px 11px; font-size: 10px;}

	#services span { width: 150px; height: 150px;}
	#services span i { font-size: 4em; padding: 39px 25px; }

	.radio-block{ padding: 10px; margin: 10px; }
}

@media (max-width: 921px), (max-device-width: 921px) {
	.navbar-brand>img { width: 15% }
}

@media (max-width: 850px), (max-device-width: 850px) {
	/*.navbar-brand>img { display: none; }
	.navbar-brand.secundary>img { display: block; width: 40px; left: 55px;}*/

	.carousel-caption h3, .carousel-caption h1 { font-size: 2em; }
	.carousel-caption span, .carousel-caption h2 { font-size: 0.8em; } 

	.nav>li>a { padding: 10px 10px; font-size: 9px;}	
}

@media (max-width: 767px){	
	a.navbar-brand.collapsed{ position: absolute;}

	.navbar-brand>img { display: block; width: 240px;}
	.navbar-brand.secundary>img { display: none;}

	.carousel-caption h3, .carousel-caption h1 { font-size: 1.5em; }
	.carousel-caption span, .carousel-caption h2 { font-size: 0.6em; } 

	#about h3, #services h3, #portfolio h3, #team h3, #blog h3, #contact h3, #next h3, #download h3, #faq h3 {
	  font-size: 2em;
	}

	#services span { width: 200px; height: 200px;}
	#services span i { font-size: 5em; padding: 65px 50px; }	
	#services div > p:first-child {padding-top: 20px;}
}

@media (max-device-width: 767px) {
	.navbar-brand>img { display: block; width: 200px;}
}

@media (max-width: 767px), (max-device-width: 767px){
	div.navbar-collapse.collapse.in{
		position: static;
		top: 0px;
		transform: translateY(0px);
	}

	div.navbar-collapse.collapse.in .nav>li>a { 
		font-size: 1em;
	}	

	.main-splash{
		display: none !important; /* NO AVAILABLE IN MOBILE!!!!!!!!!!!!!! */
	}

	.main-splash{
	    /*animation: pulse 5s infinite;
		-webkit-animation: pulse 5s infinite; /* Chrome, Safari, Opera */

	    z-index: 9910000;
	    border: 1px solid #c00;
	    position: fixed;
	    left: 55% !important;
	    transform: translateX(-50%);
	    max-width: 300px;
	    padding: 5px 10px;
	}

	.main-splash{
	    top: -2px;

	    -webkit-border-bottom-right-radius: 10px !important;
		-webkit-border-bottom-left-radius: 10px !important;
		-moz-border-radius-bottomright: 10px !important;
		-moz-border-radius-bottomleft: 10px !important;
		border-bottom-right-radius: 10px !important;
		border-bottom-left-radius: 10px !important;

		-webkit-border-top-left-radius: 0 !important;
		-webkit-border-top-right-radius: 0 !important;
		-moz-border-radius-topleft: 0 !important;
		-moz-border-radius-topright: 0 !important;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}
/*
	.main-splash.right{
	    bottom: -2px;
	    top: initial;
	    max-width: 165px;

	    -webkit-border-bottom-right-radius: 0 !important;
		-webkit-border-bottom-left-radius: 0 !important;
		-moz-border-radius-bottomright: 0 !important;
		-moz-border-radius-bottomleft: 0 !important;
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;

	    -webkit-border-top-left-radius: 10px !important;
		-webkit-border-top-right-radius: 10px !important;
		-moz-border-radius-topleft: 10px !important;
		-moz-border-radius-topright: 10px !important;
		border-top-left-radius: 10px !important;
		border-top-right-radius: 10px !important;
	}*/

	.main-splash .title,
	.main-splash .sub-title, 
	.main-splash .click-here{
		width: 100%;
    	text-align: center;
	}

	.main-splash .title{
		font-size: 15px;
	}

	.main-splash .click-here{
		font-size: 14px;
	}

	.main-splash a.close{
	    right: -13px;
	    bottom: 25px;
	    top: initial;
	}
/*
	.main-splash.right a.close{
	    right: -13px;
	    bottom: 80px;
	    top: initial;
	    left: initial;
	}*/
}

@media (max-width: 565px), (max-device-width: 565px){
	.carousel-iframe-container{
		display: none;
	}
	.show-big{display: none;}
	.show-small{display: block;}
	.social-media-container{ padding-left: 0px; padding-right: 0px; }	
}

/* --------------------------------------------------------
MODERN RESPONSIVE, ACCESSIBILITY AND PERFORMANCE
-------------------------------------------------------- */

html {
	scroll-padding-top: 100px;
}

body {
	overflow-wrap: break-word;
}

img,
iframe,
video {
	max-width: 100%;
}

img {
	height: auto;
}

#carousel-example-captions .carousel-inner > .item > img:not(.carousel-logo) {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 700;
	object-fit: cover;
}

.portfolio-iframe {
	width: 100%;
	height: min(450px, 56.25vw);
}

.modal-video {
	width: min(600px, calc(100vw - 30px));
}

#modal-portfolio-screenshots .carousel-inner,
#modal-portfolio-archivo .carousel-inner {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.social-media-container iframe,
#about > .container iframe {
	max-width: 100%;
}

.frm input[type="number"] {
	background: #fcfcfc !important;
	border-radius: 0 !important;
	height: 50px;
}

.uf-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 3px solid #1b93c7;
	outline-offset: 3px;
}

.navbar-toggle,
#cookie-banner button {
	min-width: 44px;
	min-height: 44px;
}

#services,
#portfolio,
#download,
#faq,
#contact,
footer {
	content-visibility: auto;
	contain-intrinsic-size: 800px;
}

@media (max-width: 991px) {
	.social-media-grid {
		grid-template-columns: 1fr;
		max-width: 600px;
		margin: 0 auto;
	}

	.social-media-card {
		min-height: 0;
	}

	.social-media-card-body-feed {
		min-height: 480px;
	}

	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	div.navbar-collapse.collapse {
		position: static;
		clear: both;
		right: auto !important;
		top: auto;
		width: 100%;
		max-height: calc(100vh - 90px);
		overflow-y: auto !important;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.navbar-nav,
	.navbar-right {
		float: none !important;
		margin: 10px 0 0;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a,
	div.navbar-collapse.collapse.in .nav > li > a {
		padding: 12px 14px;
		font-size: 13px;
		line-height: 20px;
	}

	.navbar-brand > img {
		width: 220px;
	}

	.radio-block {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.site-navbar {
		padding: 12px 0;
	}

	.site-main {
		margin-top: 74px;
	}

	.navbar-brand > img {
		width: min(68vw, 220px);
	}

	#carousel-example-captions .carousel-inner > .item > img:not(.carousel-logo) {
		min-height: 190px;
	}

	.carousel-caption h3,
	.carousel-caption h1 {
		font-size: clamp(1.25em, 6vw, 1.8em);
	}

	.carousel-caption span,
	.carousel-caption h2 {
		font-size: clamp(.72em, 3.3vw, 1em);
	}

	section {
		padding-top: 42px;
		padding-bottom: 55px;
	}

	section h2,
	section h3,
	#about h2,
	#services h2,
	#portfolio h2,
	#team h2,
	#blog h2,
	#contact h2,
	#next h2,
	#download h2,
	#faq h2,
	#about h3,
	#services h3,
	#portfolio h3,
	#team h3,
	#blog h3,
	#contact h3,
	#next h3,
	#download h3,
	#faq h3 {
		font-size: clamp(2em, 9vw, 3em);
	}

	.modal-dialog {
		margin: 10px auto;
		width: calc(100% - 20px);
	}

	#modal-aviso-legal .modal-body {
		height: min(500px, calc(100vh - 80px));
		padding: 20px;
	}

	.social-media-container {
		padding: 30px 0 10px;
	}

	.social-media-grid {
		gap: 18px;
	}

	.social-media-card-header {
		padding: 14px 16px;
	}

	.social-media-card-body-youtube {
		padding: 14px;
	}

	.show-small {
		margin: 0 auto;
	}

	#cookie-banner .actions {
		width: 100%;
	}

	#cookie-banner button {
		flex: 1 1 0;
	}
}

@media (max-width: 380px) {
	.carousel-caption h3,
	.carousel-caption h1 {
		font-size: 1.15em;
	}

	.carousel-caption span,
	.carousel-caption h2 {
		font-size: .7em;
	}

	.carousel-control.left span {
		left: 12px;
	}

	.carousel-control span {
		right: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}

	.wow {
		visibility: visible !important;
	}
}


/* Ajustes de navegación y nuevos contenidos (PHP 8.4). */
@media (min-width: 992px) {
    .site-navbar .navbar-right {
        margin-right: 8px;
    }
}

.carousel-caption-feature .btn {
    display: table;
    margin: 22px auto 0;
    padding: 10px 24px;
    font-weight: 700;
    text-shadow: none;
}

.frm select.form-control {
    height: 50px !important;
    border-radius: 0 !important;
    background-color: #fcfcfc !important;
    cursor: pointer;
}

.frm .help-block {
    margin-bottom: 0;
}

.frm input[type="tel"] {
    height: 50px !important;
    border-radius: 0 !important;
    background-color: #fcfcfc !important;
}

.carousel-caption-club {
    top: 9%;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 22px 15%;
    background: rgba(3, 30, 55, .78);
    box-shadow: 0 1px 0 rgba(84, 192, 226, .35), 0 10px 30px rgba(0, 0, 0, .2);
}
