/* UNIFUTBOL 2015 1.0.0 - 3/2015 administrador@unifutbol.com */

@font-face {
    font-family: BankGothicMd;
	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;
    src: url(321impact.ttf);
}

@font-face {
    font-family: ArialNarrowSeven;
    src: url(arial_narrow_7.ttf);
}

@font-face {
    font-family: ArialNarrow;
    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;
    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 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;
}

#twitter-widget-0{
	height: 500px !important;
	width: 100% !important;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe{
	width: 100% !important;
}

/* -------------------------------------------------------- 
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 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;
}

/* -------------------------------------------------------- 
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;}
	#twitter-widget-0{ width: 250px; }
	.social-media-container{ padding-left: 0px; padding-right: 0px; }	
}