/*
Impulse Template
http://www.templatemo.com/tm-469-impulse
*/

body {
	background: #202020;
	color: #909090;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
}
@font-face {
	font-family: 'Helvetica Neue Bold';
	src: url('../fonts/HelveticaNeueLTStd-BdCn.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-BdCn.svg') format('svg');
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg') format('svg');
}
@font-face {
	font-family: 'Helvetica Neue Medium';
	src: url('../fonts/HelveticaNeue-Medium.eot');
	src: local('☺'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium.svg') format('svg');
}
@font-face {
	font-family: 'Charles Wright Bold';
	src: url('../fonts/CharlesWright-Bold.eot');
	src: local('☺'), url('../fonts/CharlesWright-Bold.woff') format('woff'), url('../fonts/CharlesWright-Bold.ttf') format('truetype'), url('../fonts/CharlesWright-Bold.svg') format('svg');
}h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue Medium";
}
p {
	letter-spacing: 1px;
	line-height: 28px;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 60px;
	line-height: 48px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
}
.ldp {
	font-family: "Arial";
	font-weight: 700;
	letter-spacing: 4px;
}
.negra {
	font-weight: 800;
	letter-spacing: 1.5px;
}
.title {
	padding-bottom: 40px;
}
.title h2 {
	color: #fff;
	padding-bottom: 30px;
}
.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
	background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: #F2004A;
	border-radius: 50%;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
0% {
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/* home section */
#home {
	background: url('../images/home-bg-2021.jpg') 50% 0 repeat-y fixed;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	text-align: center;
}
#home h2 {
	letter-spacing: 1px;
	font-size: 18px;
	font-family: "Helvetica Neue Bold";
}
#home h1 {
    color: #F2004A;
    font-family: "Charles Wright Bold";
	font-size: 120px;
	line-height: 100px;
}
#home .menos {
    color: #F2004A;
    font-family: "Charles Wright Bold";
	font-size: 90px;
}
#home .btn {
	background: #F2004A;
	border-radius: 6px;
	border: none;
	color: #ffffff;
	font-size: 20px;
	padding: 15px 30px;
	margin-top: 60px;
}
#home .btn:hover {
	background: #fff;
	color: #F2004A;
	transition: all 0.4s ease-in-out;
}
#home .row {margin-right:-15px;margin-left:-15px}
#home .tabla2 {
	width: 130px;
}
/* navigation section */
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
	font-family: 'Helvetica Neue Medium', sans-serif;
	font-size: 16px;
	margin: 0 !important;
}
.navbar > .container {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-default .navbar-brand {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}
.navbar-default .navbar-nav li a {
	color: #606060;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 40px;
}
.navbar-default .navbar-nav li a:hover {
	color: #F2004A;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #606060;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #F2004A;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #F2004A;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	text-align: center;	
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* bio section */
#bio {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #202020 url('../images/bio-2021.jpg') 50% 0 repeat-y fixed;
}
#bio h4 {
	padding-bottom: 16px;
}
#bio p {
	text-align: justify;
	padding-bottom: 0px;
	color: #fff;
}
#bio .title {
	background-image: url(../images/fondotexto.png);
	padding-top: 15px;
	padding-bottom: 15px;
}
/* fechas section */
#fechas {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #202020 url('../images/fechas-2021.jpg') 50% 0 repeat-y fixed;
}
#ffechas .container {
	padding-right: 0;
	padding-left: 0;
}
#ffechas .bg-black {
	background-color: #303030;
	color: #ffffff;
}
#ffechas .bg-red {
	background-color: #F2004A;
	color: #ffffff;
}
#ffechas h2 {
	padding-bottom: 70px;
	text-shadow: 0px 0px 25px #000000;
}
#ffechas h3 {
	padding-bottom: 60px;
}
#ffechas .fa {
	color: #ffffff;
	cursor: pointer;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	margin-top: 40px;
}
#ffechas .fa:hover {
	background-color: #ffffff;
	border-radius: 50%;
	color: #303030;
}
#fechas h2 {
	color: #ffffff;
	text-shadow: 0px 0px 25px #000000;
}
#fechas h3 {
	font-size: 20px;
	line-height: 10px;
}
#fechas h4 {
	color: #202020;
	line-height: 10px;
	font-weight: bold;
}
#fechas .fechas-des {
	background-color: #F2004A;
	color: #ffffff;
	padding: 20px 12px;
	position: relative;
}
#fechas img {
	max-width: 100%;
	height: auto;
	padding-top: 60px;
}
/* mgmt section */
#mgmt {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #202020 100% 0 repeat-y fixed;
}
#mgmt .container {
	padding-right: 0;
	padding-left: 0;
}
#mgmt h2 {
	color: #ffffff;
	text-shadow: 0px 0px 25px #000000;
	padding-bottom: 70px;
}
#mgmt h3 {
	font-size: 20px;
	line-height: 10px;
}
#mgmt h4 {
	color: #202020;
	line-height: 10px;
	font-weight: bold;
}
#mgmt .mgmt-des {
	background-color: #F2004A;
	color: #ffffff;
	padding: 20px 12px;
	position: relative;
}
#mgmt img {
	max-width: 100%;
	height: auto;
	padding-top: 60px;
}
/* prensa section */
#prensa {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #202020 100% 0 repeat-y fixed;
}
#prensa .container {
	padding-right: 30px;
	padding-left: 30px;
}
#prensa .bg-black {
	background-color: #303030;
	color: #ffffff;
}
#prensa .bg-red {
	background-color: #F2004A;
	color: #ffffff;
}
#prensa h2 {
	padding-top: 10px;
	padding-bottom: 30px;
}
#prensa h3 {
	padding-bottom: 50px;
}
#prensa p {
	margin-bottom: -25px;
	font-size: 16px;
	color: #fff;
}
#prensa .fa {
	color: #ffffff;
	cursor: pointer;
	font-size: 40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	margin-top: 75px;
	margin-bottom: 75px;
}
#prensa .fa:hover {
	background-color: #ffffff;
	border-radius: 50%;
	color: #303030;
}
#prensa a {
	text-decoration: none;
}
/* records section */
#records {
	background: #202020 url('../images/discos-2021.jpg') 50% 0 repeat-y fixed;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 120px;
}
#records h2 {
	color: #ffffff;
	text-shadow: 0px 0px 25px #000000;
}
#records h3 {
	font-size: 20px;
	line-height: 10px;
}
#records h4 {
	color: #202020;
	line-height: 10px;
	font-weight: bold;
}
#records .records-des {
	background-color: #F2004A;
	color: #ffffff;
	padding: 20px 12px;
	position: relative;
}
#records img {
	max-width: 100%;
	height: auto;
	padding-top: 60px;
}
/* portfolio section */
#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
}
#portfolio h2 {
	line-height: 20px;
}
#portfolio h3 {
	color: #F2004A;
	padding-bottom: 60px;
}
#portfolio a {
	text-decoration: none;
}
#portfolio img {
	border-radius: 1px;
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 0.8;
	margin-bottom: 34px;
	opacity: 0.6;
	transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
	opacity: 0.9;
}
/* price section */
#price {
	background: #000;
}
#price .plan {
	background: #F2004A;
	color: #ffffff;
	padding: 0 0 60px 0;
}
#price .plan .plan_title {
	background-color: #f6f6f6;
	color: #202020;
	padding-top: 40px;
	padding-bottom: 40px;
}
#price .plan .plan_sub_title {
	border-bottom: 1px solid #ffffff;
	padding: 30px;
}
#price .plan ul {
	padding: 0;
}
#price .plan ul li {
	display: block;
	font-family: "Proxima";
	font-size: 16px;
	padding: 40px 0 10px 0;
}
#price .plan .btn {
	background: #ffffff;
	border: none;
	border-radius: 0;
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 40px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
#price .plan .btn:hover {
	background: #202020;
	color: #ffffff;
}
/* google map section */
#map-canvas {
	border: none;
	width: 100%;
	height: 400px;
}
/* contact section */
#contact {
	background: #f6f6f6 url('../images/contact-bg-2021.jpg') 50% 0 repeat-y fixed;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 80px;
}
#contact h2 {
	color: #ffffff;
	text-shadow: 0px 0px 25px #000000;
}
#contact .form-control {
	border-radius: 5px;
	border: none;
	box-shadow: none;
	margin-top: 12px;
	margin-bottom: 14px;
}
#contact input {
	height: 50px;
}
#contact input[type="submit"] {
	background-color: #F2004A;
	color: #ffffff;
	height: 60px;
	font-family: 'Helvetica Neue Medium', sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
	background-color: #202020;
}
#contact .g-recaptcha {
	border-radius: 5px;
	border: none;
	box-shadow: none;
	margin-top: 12px;
	margin-bottom: 14px;
	width: 100%;
	background-color: #F2004A;
	color: #ffffff;
	height: 60px;
	font-family: 'Helvetica Neue Medium', sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	transition: all 0.4s ease-in-out;
}
#contact .g-recaptcha:hover {
	background-color: #202020;
}
#contact p {
	margin-bottom: -25px;
	font-size: 16px;
	text-shadow: 0px 0px 2px #000000, 0px 0px 4px #000000, 0px 0px 6px #000000;
}
/* footer section */
footer {
	background: #202020;
	color: #ffffff;
	border-bottom: 10px solid #F2004A;
	padding-top: 60px;
	padding-bottom: 60px;
	letter-spacing: 1px;
}
footer h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}
footer p {
	line-height: 20px;
}
footer .copyright a {
	color: #fff;
	text-decoration: none;
}
footer .container {
	padding-right: 0;
	padding-left: 0;
}
.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.social-icon li {
	list-style: none;
	display: inline-block;
}
.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #F2004A;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 0 6px 40px 6px;
}
.social-icon li a:hover {
	background: #080808;
}
.social-icon2 {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.social-icon2 li {
	list-style: none;
	display: inline-block;
}
.social-icon2 li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #F2004A;
	font-size: 32px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 10px 10px 6px 10px;
}
.social-icon2 li a:hover {
	background: #080808;
}
#home .social-icon2 li a {
	font-size: 24px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 20px 0px 0px 40px;
}
.social-icon3 {
	padding: 0;
	margin: 0;
	text-align: right;
	vertical-align: middle;
}
.social-icon3 li {
	list-style: none;
	display: inline-block;
}
.social-icon3 li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #F2004A;
	font-size: 32px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 10px 10px 6px 10px;
}
.social-icon3 li a:hover {
	background: #080808;
}
#home .social-icon3 li a {
	font-size: 24px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 40px 0px 0px 20px;
}
@media (min-width:768px) {
#home .tabla {
	width: 615px;
}
#home .container {
	width: 745px;
}
}
@media (min-width:992px) {
#home .tabla {
	width: 840px;
}
#home .container {
	width: 970px;
}
}
@media (min-width:1200px) {
#home .tabla {
	width: 990px;
}
#home .container {
	width: 1120px;
}
}
@media screen and (max-width:991px) {
.navbar-brand img{
	width: 250px;
}
.navbar-default .navbar-nav li a {
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 13px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 24px;
}
#records .tabla {
	width: 50%;
}
#fechas .tabla {
	width: 50%;
}
@media (max-width:767px) {
.navbar-brand {
	padding-top: 6px;
}
.navbar-brand img{
	width: 250px;
}
#prensa .tabla {
	width: 50%;
}
}
@media (min-width:600px) and (max-width:767px) {
#home .tabla {
	width: 450px;
}
#home .container {
	width: 580px;
}
#records h4 {
	font-size: 18px;
}
#fechas h4 {
	font-size: 18px;
}
#records h3 {
	font-size: 15px;
}
#fechas h3 {
	font-size: 15px;
}
}
@media (max-width:600px) {
#home .tabla {
	width: 330px;
}
#home .container {
	width: 460px;
}
#home h1 {
	font-size: 80px;
	line-height: 65px;
}
#home .menos {
	font-size: 60px;
}
#records .tabla {
	width: 100%;
}
#fechas .tabla {
	width: 100%;
}
#prensa .tabla {
	width: 100%;
}
.navbar-brand img{
	width: 220px;
}
.navbar-brand {
	padding-top: 10px;
}
h2 {
	font-size: 36px;
}
.social-icon li a {
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 6px 40px 6px;
}
}
@media (max-width:480px) {
p {
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 12px;
}
#home .tabla {
	width: 250px;
}
#home .container {
	width: 380px;
}
#home h1 {
	font-size: 54px;
	line-height: 44px;
}
#home .menos {
	font-size: 40px;
}
#home h2 {
	font-size: 14px;
}
}
@media (max-width:400px) {
#home .tabla {
	width: 170px;
}
#home .container {
	width: 300px;
	padding-right: 15px;
	padding-left: 15px;
}
#home h1 {
	font-size: 48px;
	line-height: 40px;
}
#home .menos {
	font-size: 36px;
}	
.portfolio-thumb .portfolio-overlay {
	padding-top: 60px;
}
}
