html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Fira Sans', Arial, sans-serif;
}


/* LOGO */
.logo {
	position: relative;
	top: 0;
	left: 0;
	padding: 20px 10px 20px 10px;
	z-index: 500;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	text-align: center;
	background: url(../img/bg-logo.jpg) repeat-y center top #FFF;
}

/* MENU */
.menu-small-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 800;
}

.menu-small {
	z-index: 9000;
	width: 100%;
	height: 100%;
	background-color: #91002C;
	top:0px;
	left: 0px;
	display: none;

}

.close-menu {
	position: absolute;
	z-index: 10000;
	top: 10px;
	right: 10px;
	background-color: none;
	border: #FFF;
	color: #FFF;
	font-weight:700;
}

.menu-small ul {
	margin: 0px;
	padding: 0px;
}

.menu-small ul li {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.menu-small ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 20px 0px;
    border-bottom: 1px solid #FFF;
    display: block;
    margin: 0px;
    text-transform: uppercase;
}

.menu-small ul li a:hover {
    background-color: #EDEDEE;
    color: #91002C;
    text-decoration: none;
}


.menu {
	background-color: #EDEDEE;
	text-align: right;
}

.menu-inner {
	text-align: right;
	margin: 0px;
	padding: 0px;
}

ul.nav-tabs {
	float: right;
}

ul.nav-tabs li a{
	padding: 30px 0px;
	width: 140px;
	border-bottom: 3px solid #8d8f91;
	text-transform: uppercase;
	text-align: center;
	color: #91002C;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	background-color: #EDEDEE;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	border-radius: 0px;
}

.nav-tabs>li>a {
    line-height: 1.42857143;
    border: none;
}

.nav>li>a:focus, .nav>li>a:hover, #btn-active {
    background-color: #91002C;
	color: #FFF;
	text-decoration: none;
	border-radius: 0px;
	border-bottom: 3px solid #8d8f91;
}

/* SLIDER */
.slider {
	margin: 0px;
	padding: 0px;
}
.carousel .item {
    width: 100%; /*slider width*/
}
.carousel .item img {
    width: 100%; /*img width*/
}

/* PREFOOTER */
.pre-footer {
	background: url(../img/bg-prefooter.jpg) repeat center center #FFF;
	min-height: 200px;
}

.inner-pre-footer {
	margin: 30px auto;
}

.inner-pre-footer a:hover {
	text-decoration: none;
	opacity: 0.85;
}

.destacados-pre-footer {
	border: 1px solid #8d8f91;
	margin-bottom: 20px;
}

.destacado-tit {
	background-color: #91002C;
	color: #FFF;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	padding: 10px 0px;
	border-bottom: 4px solid #8d8f91;
	font-weight: 200;
}

/* FOOTER */
.footer {
	background: url(../img/bg-footer.jpg) repeat-x center top #8d8f91;
}

.inner-footer {
	color: #FFF;
	margin: 40px auto;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.inner-footer a:link, .inner-footer a:visited, .inner-footer a:active {
	color: #FFF;
	text-decoration: none;
}

.inner-footer a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}

.datos-contacto {
	margin: 10px auto 20px;
}

.txt-contacto {
	margin-top: 15px;
	display: block;
}

/* SECCION ESTUDIO */
.header-seccion {
    background-color: #91002C;
    color: #EDEDEE;
    font-size: 30px;
    font-size: 3.0rem;
    padding-top: 40px;
    padding-bottom: 10px; 
}

.header-seccion-separaror {
	border-top: 2px solid #FFF;
	background-color: #91002C;
	min-height: 20px;
}

.innner-texto-estudio {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.texto-intro {
    font-weight: 700;
    color: #91002C;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
}

.columnas {
	font-weight: 500;
	line-height: 1.7;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
}

.texto-right #al-right {
	text-align: right;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

/* LOGO */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	padding: 80px 10px 20px 10px;
	background-color: #FFF;
	z-index: 500;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}

/* PRE-FOOTER */
.destacados-pre-footer {
	border: 1px solid #8d8f91;
	margin-bottom: 0px;
}



/* FOOTER */
	.inner-footer {
		color: #FFF;
		margin: 40px auto;
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.datos-contacto {
		margin: auto;
	}

	.txt-contacto {
		margin-top: 0px;
		display: inline-block;
	}

	.block {
        margin-left: -20px;
        margin-right: -20px;
    }

    /* ESTUDIO */
    .innner-texto-estudio {
	    font-size: 14px;
	    font-size: 1.4rem;
	    margin-top: 80px;
	    margin-bottom: 20px;
	}

	.texto-intro {
	    font-weight: 700;
	    color: #91002C;
	    margin-bottom: 20px;
	    line-height: 1.9;
	    font-size: 16px;
	    font-size: 1.6rem;
	}

	.columnas {
		font-weight: 700;
		line-height: 1.9;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: justify;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	/* LOGO */
	.logo {
		position: absolute;
		top: 0;
		left: 2%;
		padding: 80px 10px 20px 10px;
		background-color: #FFF;
		z-index: 500;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	/* LOGO */
	.logo {
		position: absolute;
		top: 0;
		left: 10%;
		padding: 80px 10px 20px 10px;
		background-color: #FFF;
		z-index: 500;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	}

	ul.nav-tabs li a{
		padding: 30px 0px;
		width: 160px;
		border-bottom: 3px solid #8d8f91;
		text-transform: uppercase;
		text-align: center;
		color: #91002C;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 400;
		background-color: #EDEDEE;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
		border-radius: 0px;
	}



}


.totop {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    padding: 12px 10px;
    border-radius: 50px;
    display: none;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.totop:hover {
	background-color: #91002c;
}

.firma-desarrollador {
	margin-top: 25px;
	margin-bottom: 0px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-weight:400; 
}

#desarrollado {
	font-size: 11px;
	font-weight:300; 
	margin-bottom: -1px;
	color: #D2D2D2;
}