@import url("http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic");

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #ff9600;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ff9600;
}

h1,
h2,
h3 {
    font-family: 'Roboto', sans-serif;
    color: #ff9600;
    margin-bottom: 45px !important;
}

h1 {
	font-size: 55px;
	font-weight: 400;
	text-shadow: 0 0 10px #000000 !important;
}

h2 {
	font-size: 48px;
}

@media(max-width:480px) {
	h2 {
		font-size: 40px;
	}
}

h3 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-style: normal !important;
	font-weight: 200;
}

p {
	font-size: 20px !important;
	line-height: 34px !important;
	font-weight: 200;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f3efdc;
}

.bg-darkest-gray {
    background-color: #998575;
    color: #fff;
}

.text-primary {
	color: #ff9600 !important;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #f6b247;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #f6b247;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(246,178,71,0.5);
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: rgba(246,178,71,0.8);
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #f3efdc;
    background-color: #fff;
}

.navbar-default .navbar-brand {
    color: #fed136;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.navbar-brand {
	height: auto !important;
}

.navbar-brand>img {
  display: block;
  margin: 0 auto;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #f3efdc;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text h1 {
    color: #fff !important;
    font-weight: 400 !important;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
}

@media(max-width:768px) {
	header {
		margin-top: 85px;
	}
	header .intro-text {
    	padding-top: 210px;
		padding-bottom: 50px;
	}
	header .intro-text h1 {
    	font-size: 28px !important;
	}
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 265px;
        padding-bottom: 265px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 48px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 75px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}



/*********************************************************************************/
/* Cronología / Reconocimientos                                                  */
/*********************************************************************************/

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136;
    background-color: #ff9600;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.timeline-heading h3 {
	margin-bottom: 0 !important; 
}


/*********************************************************************************/
/* Contacto                                                                      */
/*********************************************************************************/

section#contact {
    background-color: #7d6655;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

#contactForm .btn {
	margin-top: 40px;
}

section#contact h2,
section#contact h3 {
	color: #fff !important;
}


/*********************************************************************************/
/* Footer                                                                      */
/*********************************************************************************/

footer {
    padding: 25px 0;
    text-align: center;
    background: #393939;
    color: #fff;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
    font-weight: 100;
    color: #fff;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

footer ul.quicklinks li {
	font-weight: 100;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 100;
    line-height: 38px;
    outline: 0;
    color: #fff;
    background-color: rgba(255,255,255,0.50);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border: 1px solid rgba(246,178,71,0);
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: rgba(245,179,72,0.6);
    border: 1px solid #f6b247;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    /* padding: 50px 0; */
    display: flex;
    align-items: center;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 75px;
    margin-left: 35px;
    background-color: #ff9600;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 75px;
    background-color: #ff9600;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}


/* Icon
------------------------------------------------------------ */

	/* Feature Icon */

		.feature-icon,
		.feature-icon-simple
		{
			display: inline-block;
			position: relative;
			padding-bottom: 1em;
			margin-bottom: 0.05em;
			cursor: default;
		}
		
		.feature-icon-simple {
			margin: 0;
		}
		
			.feature-icon .icon
			{
				display: inline-block;
				width: 2em;
				height: 2em;
				font-size: 4.5em;
				border-radius: 100%;
				box-shadow: inset 0 0 0 1px #f6b247;
				color: #fff;
				line-height: 1.9em;
				background: rgba(245,179,72,0.35);
			}
			
			.numbers .feature-icon .icon
			{
				display: inline-block;
				width: 2em;
				height: 2em;
				font-size: 2em;
				border-radius: 100%;
				box-shadow: inset 0 0 0 1px #f6b247;
				color: #fff;
				line-height: 1.9em;
				background: rgba(245,179,72,0.35);
			}
			
			@media(max-width:480px) {
				.feature-icon .icon {
					font-size: 2em;
				}
				.feature-icon {
					margin-bottom: 0;
				}
				header .intro-text {
					  padding-top: 100px;
					  padding-bottom: 25px;
				}
			}
			
			.feature-icon-white .icon {
				box-shadow: inset 0 0 0 1px #fff;
				color: #fff;
				background: rgba(255,255,255,0.5);
			}
		
			/*
.feature-icon:before
			{
				content: '';
				background: #f6b247;
				position: absolute;
				bottom: 0;
				left: 50%;
				margin-left: -0.325em;
				width: 0.65em;
				height: 0.65em;
				display: block;
				border-radius: 100%;
			}
*/
			
			/*
.feature-icon-white:before {
				background: #fff;
			}

			.feature-icon:after
			{
				content: '';
				position: absolute;
				left: 50%;
				bottom: 0.65em;
				width: 1px;
				height: 4.35em;
				background: #f6b247;
				margin-left: -0.5px;
			}
*/
			
			/*
.feature-icon-simple:after,
			.feature-icon-simple:before {
				background: none !important;
				height: 0;
				margin: 0;
				width: 0;
			}
			
			.feature-icon-white:after {
				background: #fff;
			}
*/
			
			.dark .feature-icon
			{
			}

				.dark .feature-icon .icon
				{
					background: rgba(255,255,255,0.15);
					box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
					color: #fff;
				}
			
				.dark .feature-icon:before
				{
					background: rgba(255,255,255,0.5);
				}

				.dark .feature-icon:after
				{
					background: rgba(255,255,255,0.5);
				}

	/* Dark */

		.dark
		{
			color: #aaa;
			color: rgba(255,255,255,0.65);
		}
		
			
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label {
			display: none;
		}


/*********************************************************************************/
/* Logo                                                                         */
/*********************************************************************************/

#logo {
	width: 292px;
	height: 195px;
	background: url(../img/logo.png) no-repeat transparent;
	position: absolute;
	z-index: 1000;
	text-indent: -9999px;
	margin-left: 100px;
}


.intro-text h4 a {
	font-family: 'bebas_neueregular';
	font-family: 'Roboto', sans-serif;
	color: #fff;
}


/*********************************************************************************/
/* Language                                                                         */
/*********************************************************************************/

#lang {
	width: 80px;
	height: 24px;
	position: absolute;
	z-index: 1000;
	margin: 20px;
	text-align: right;
	left: 88%;
}

#lang a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#lang img {
	margin: 0 0 0 5px;
}

.flag {
	width: 74px;
	height: 24px;
	position: absolute;
	z-index: 1000;
	margin: 20px;
	text-align: right;
	left: 73%;
	top: -10%;
	font-size: 12px;
}

.flag img {
	margin: 0 0 0 5px;
}


/* Modal window */

.embed-container {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.modal-content {
	background: rgb(32 27 26 / 76%);
}


/* Deportes
------------------------------------------------------------ */

#deportes img {
	margin: 0 0 30px 0;
}

#deportes h4 {
	font-weight: 100;
	font-size: 28px;
	margin-bottom: 10px;
}

#deportes h2 {
	color: #fff !important;
	font-size: 48px;
}

#deportes p {
	font-size: 18px !important;
	line-height: 30px !important;
}

.sport-files {
	border-top: 1px solid #fff;
	padding: 30px 0 0 0;
	margin-top: 30px;
}

.sport-files h4 {
	margin-top: 0;
}

#deportes .fa-4x {
  font-size: 5em !important;

}

/* Valores
------------------------------------------------------------ */

section#valores {
  background: url(../img/bg.jpg) repeat;
}


/* Segmentos
------------------------------------------------------------ */

aside.clients {
	padding: 60px 0;
}

aside.clients .row {
	margin-bottom: 40px;
}

aside.clients .btn-box {
	font-size: 14px !important;
	font-weight: 400 !important;
	background-color: rgba(246,178,71,0.5) !important;
	border: 3px dashed rgba(246,178,71,1) !important;
	color: #fff !important;
	cursor: default;
}

@media(max-width:1024px) {
	aside.clients .btn-box {
		margin-bottom: 20px;	
	}
}

aside.clients .btn-box:hover {
	border: 3px dashed rgba(246,178,71,1) !important;
	cursor: default;
}

aside.clients .btn-box:focus,
aside.clients .btn-box:click {
	box-shadow: none;
}

aside.clients ul li {
	list-style: none;
}

aside.clients .tip {
	margin: 0 auto 20px auto;
	text-align: center;
}

.bg_orange {
	background: #ff9600;
	color: #fff;
}

.bg_orange h2 {
	color: #fff;
}

/* Prensa
------------------------------------------------------------ */

#press ul {
	margin: 0;
	padding: 0;
}

#press ul li {
	font-size: 22px;
	line-height: 30px;
	list-style: none;
	margin: 0;
	padding: 25px 0;
	font-weight: 100;
	border-bottom: 1px dotted #ccc;
}



.icon_custom {
	margin: 0 auto;
}

.add_margin {
	margin-top: 200px;
}

@media(max-width:700px) {
	.add_margin {
		margin-top: 0;
	}
}

/* Boton flotante
------------------------------------------------------------ */

.btn-flotante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #278bee; /* Color principal del sitio */
    color: white; /* Texto blanco */
    padding: 20px 30px; /* Aumenta el tamaño del botón */
    border-radius: 30px; /* Aumenta el radio para que sea más redondeado */
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, box-shadow 0.3s; /* Añadido box-shadow a la transición */
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
}

.btn-flotante:hover {
    text-decoration: none;
    background-color: #1963d9; /* Color más oscuro para hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* Sombra externa al hacer hover */
}