/*!
 * LEGEND - Free Responsive One Page Template
 *
 * Copyright 2013
 * Created by: Inbetwin Network
 * URL: http://inbetw.in
 * Designed and built based on Twitter Bootstrap. */

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Non-semantic
04 Navbar
05 Single-Page Sections
06 Footer
07 Bootstrap Carousel
08 Buttons
09 Media queries 
===========================
*/

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans-Regular-webfont.eot');
    src: url('../../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans Bold';
    src: url('../../fonts/OpenSans-Bold-webfont.eot');
    src: url('../../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
html, body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;
    background: whitesmoke;
}

/* ------------------------
01 Sensible defaults ------
------------------------ */
div, article, section, header, footer, nav, li {
	position:relative;
}
.group:after {
	display:block;
	height:0;
	clear:both;
	content:".";
	visibility:hidden; /* For clearing */
}
body {
	background:#ffffff;
	color: #888;
	font-size: 100%;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
::-moz-selection {
background:#f0bf00;
color:#333;
}
::selection {
background:#f0bf00;
color:#333;
}
/*---------- FORMS ----------*/
input[type=text], input[type=submit], textarea {
	width: 100%;
	padding: 0.5em;
	font-size: 1em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.error {
    border: 1px solid red!important;
}
/* --------------------------------------------------------
02 Typography ---------------------------------------------
-------------------------------------------------------- */
/*
14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)
*/
p {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
}
ul, ol {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
}
a:link, a:visited {
	/*color: #F1505A;*/
}
a:hover, a:active {
	/*color: #F1505A;*/
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 1.5em; /* 24px */
	line-height: 1; /* 24px */
	margin-top: 1.42em;
	margin-bottom: 0;
}
h2 {
	font-size: 1.3125em; /* 21px */
	line-height: 1.1429; /* 24px */
	margin-top: 1.1429em;
	margin-bottom: 0;
}
h3 {
	font-size: 1.125em; /* 18px */
	line-height: 1.3333; /* 24px */
	margin-top: 1.3333em;
	margin-bottom: 0;
}
h4 {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin-top: 1.5em;
	margin-bottom: 0;
}
h5 {
	font-size: 0.875em; /* 14px */
	line-height: 1.7143; /* 24px */
	margin-top: 1.7143em;
	margin-bottom: 0;
}
strong {
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
}
small {
	font-size: 0.75em; /* 12px */
	line-height: 2; /* 24px */
	margin-top: 2em;
	margin-bottom: 0;
}
em {
	font-style: normal;
	font-family: 'Open Sans';
}
.muted {
	color: #A5A5A2;
}
.impressed {
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), /* shadow */  1px 1px 0 rgba(255, 255, 255, 0.9); /* highlight */
}
.more-link {
	font-size: .875em; /* 14px */
	margin-top: 1.5em;
}
.more-link:link, .more-link:visited {
	color: #f0bf00;
	text-transform: uppercase;
}
.centered {
    text-align: center;
}
.justified {
    text-align: justify;
}
.titulo {
    font-size: 1.2em;
}
.modal-header {
    background: #39b0f0;
    color: white;
}
.modal-header > h1 {
    margin-top: 0.2em;
    margin-bottom: 0.3em;
}
.msg-error {
    color: red;
    font-weight: bold;
}
/* --------------------------------------------------------
03 Non-semantic -------------------------------------------
-------------------------------------------------------- */
/* New Image Replacement Hack */
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1em;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.medium {
	font-weight: normal;
}
/* --------------------------------------------------------
04 Navbar -------------------------------------------------
-------------------------------------------------------- */
/*.navbar-fixed-top .container {
    Uncomment to make nav expand full width
    width: auto;
}*/
.navbar .brand {
	margin-left:0;
	padding: 0;
	margin-top: 10px;
}
.navbar .brand a {
	padding: 0;
    margin-left: 0;
}
.navbar .brand a:hover {
	text-decoration: none;
	color:#f0bf00;
    transition: color .15s linear;
    -moz-transition: color .15s linear;
    -webkit-transition: color .15s linear;    
}
.navbar .brand a:focus {
	outline: none;
}
.navbar .brand img {
	max-height: 60px;
}
.navbar-inner {
	min-height: 4.75em;
}
.navbar-inverse .navbar-inner {
	background-color: #4b4b4b;
	border-color: #4b4b4b;
}
.navbar-wrapper {
	overflow:hidden;/* No fixed height, will break collapsible nav */
}
#menu-main {
	margin-top: 1.125em;
}
ul#menu-main > li > a {
	font-weight: normal;
	font-size: 1em;
	color: #fff;
}
ul#menu-main > li > a:hover {
	background: #fe0d52; /*39b0f0*/
	padding: 9px 15px;
	border-radius: 1px;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;	
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	text-shadow: none;
}

/* ==== INI SOCIAL FLIP ==== */
.cubo {
    display:block
}
img.flip-image {
    max-width: 100%;
    max-height: 100%;
}
a.flip-button, a.flip-button:active, a.flip-button:hover, a.flip-button:focus {
    outline:none
}
a.flip-button {
    display: inline-block;
    position: relative;
    float: left;
    width: 52px;
    height: 52px;
    padding: 0!important;
    margin-left: 5px!important;
    margin-top: -5px!important;    
}
@media (min-width: 480px) {
    a.flip-button {
        margin-left: 5px;
    }   
}
.cubo {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /* Transform */
    transform: perspective(300) rotateY(0);
    -ms-transform: perspective(300) rotateY(0);
    -moz-transform: perspective(300) rotateY(0);
    -webkit-transform: perspective(300) rotateY(0);
    -o-transform: perspective(300) rotateY(0);
    /* Transition */
    transition: transform 0.4s linear, background-color 0 linear 0.2s, color 0 linear 0.2s;
    -ms-transition: -ms-transform 0.4s linear, background-color 0 linear 0.2s, color 0 linear 0.2s;
    -moz-transition: -moz-transform 0.4s linear, background-color 0 linear 0.2s, color 0 linear 0.2s;
    -webkit-transition: -webkit-transform 0.4s linear, background-color 0 linear 0.2s, color 0 linear 0.2s;
    -o-transition: -o-transform 0.4s linear, background-color 0 linear 0.2s, color 0 linear 0.2s;
}
a:hover .cubo {
    /* Transform */
    transform: perspective(300) rotateY(180deg);
    -ms-transform: perspective(300) rotateY(180deg);
    -moz-transform: perspective(300) rotateY(180deg);
    -webkit-transform: perspective(300) rotateY(180deg);
    -o-transform: perspective(300) rotateY(180deg);
    /* Transition */
    transition: transform 0.2s linear, background-color 0 linear 0.1s, color 0 linear 0.1s;
    -ms-transition: -ms-transform 0.2s linear, background-color 0 linear 0.1s, color 0 linear 0.1s;
    -moz-transition: -moz-transform 0.2s linear, background-color 0 linear 0.1s, color 0 linear 0.1s;
    -webkit-transition: -webkit-transform 0.2s linear, background-color 0 linear 0.1s, color 0 linear 0.1s;
    -o-transition: -o-transform 0.2s linear, background-color 0 linear 0.1s, color 0 linear 0.1s;
}
#social-facebook {
    background-color: #3B5998;
}
#social-twitter {
    background-color: #00ACED;
}
a:hover .cubo {
    background-color: #fe0d52;
}
/* ==== FIN SOCIAL FLIP ==== */

/* --------------------------------------------------------
05 Single-Page Sections -----------------------------------
-------------------------------------------------------- */
section.single-page {
	padding: 4.75em 0; /* 76px */
}
section.single-page h1 {
	text-align: center;
	margin-bottom: 2em; /* 72px */
	font-size: 2.25em; /* 36px */
}

/*-------- Home --------*/
#home {
	width: 100%;
	background: #39b0f0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -60px;
	padding-top:160px;
}

/*-------- Slogan --------*/
#slogan {
	background: #fe0d52;
	height: 700px;
	z-index: 500;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
}
#slogan article {
	text-align: center;
}
#slogan article h1 {
    color: #fff;
	text-align: center;
	margin-bottom: 1em; /* 72px */
	font-size: 3em; /* 36px */
}
#slogan article p {
    color: #fff;
	font-size: 2em;
	margin-bottom: 0;	
}

/*---------- Qué ----------*/
section#que {
	padding-bottom: 0;
}
section#que h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#que hgroup h2 {
	margin-top: 1em;
    text-align:center;
}
section#que hgroup h3 {
	margin-top:  .35em;
}
section#que .entry-content {
	margin: 1em 0 2.5em;
    text-align:justify
}
section#que .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}
/* que Image Hover */
.mask2 img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mask2 img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
}

/*---------- Cómo -------*/

section#como {
	padding-bottom: 9.5em;
}
#como h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#como h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#como p {
	margin:10px;
    text-align:justify
}
section#como .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#como .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}
section#como .span4 {
	background:#e9e9e9;
	padding: 20px 0;
    min-height: 300px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section#como .span3:hover {
	background:#e3e3e3;
	box-shadow: 1px 1px 6px #C1BAC1;
}

/*-------- Servicios ------*/

section#servicios {
	padding-bottom: 0;
}
section#servicios h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#servicios h3 {
    text-align:center;
	font-size: 2em;
	margin-top: 0.5em;
    margin-bottom: 1em;
}
section#servicios hgroup h2 {
	margin-top: 1em;
	text-align:center;
}
section#servicios .entry-content {
	margin: 1em 0 2.5em;
}
section#servicios .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}

/*----- Testimonios -----*/

section#testimonios {
	height:  647px;
	background: #fedc54;
	padding: 0;
	color: #e4e5e2;
	z-index: 500;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
section#testimonios .blockquote-wrapper {
	display: table-cell;
	vertical-align: middle;
	height:  647px;
}
blockquote.mega p {
	font-size: 45px;
	line-height: 50px;
	text-align: left;
	font-weight:bold;
	color:#312A1E;
}
blockquote.mega .cite {
	font-size: 22px;
	text-align: left;
	font-weight:300;
}

/*------ Franquicias ----*/

section#franquicias {
	background: url("../img/grey-cardboard-bg.png") repeat 0 0;
}
section#franquicias .align {
	font-size: 6em;
	text-align: center;
}
p.franquicia, p.alianza {
    text-align:justify
}
article.post {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	/*border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;*/
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
article .inside {
	margin: 18px 24px 24px;
	padding-top: 1em;
}
.post-date {
	color: #A5A5A2;
	float: right;
	font-family: 'Open Sans';
	font-size: 14px;
	font-style: normal;
	line-height: 2;
	margin-right: 5px;
}
#franquicias h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#franquicias h2 {
	font-size: 21px;
	margin-top: 24px;
	margin-bottom: 16px;
	color: #312A1E;
	clear: right;
}
/*--Quienes y Contacto --*/

section#quienes, section#contact {
	color: #fff;
	background:#39b0f0;
}
section#quienes .align, section#contact .align {
	font-size: 6em;
	text-align: center;
}
#quienes h1, #contact h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#contact, #quienes {
	padding-top: 4.75em;
}
#quienes {
	padding-bottom: 0;
}
#contact {
	padding-bottom: 0;
}
/* quienes */

#quienes h3 {
	font-size: 26px;
	margin-top: 24px;
	margin-bottom: 0;
}
#quienes h3, .job-position {
	text-align: center;
}
#quienes .featurette {
	text-align: center;
	font-size: 21px;
}
#quienes h2.featurette-heading {
	margin-bottom: 24px;
}
.quienesalign {
	text-align:center
}
.quienes-thumb {
	margin-top: 26px;
	text-align:center;
}
.job-position {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: .46155em;
}
/* Contact Form */

#theme-form {
	position: relative;
	z-index: 999;
}
#theme-form input[type=text], .cform-form textarea {
	background: rgba(255, 255, 255, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	text-align: left;
	vertical-align: middle;
}
#theme-form input[type=text]:focus, .cform-form textarea:focus {
	background: rgb(250, 255, 189);
	color: #4b4b4b;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25s ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#theme-form input[type=text] {
	height: 3.25em;
}
#theme-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 1.3125em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	background: #ed1848 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#theme-form input[type=submit]:hover, #theme-form input[type=submit]:active {
	background: #f0bf00 !important;
}
#theme-form textarea {
	padding-top: 1em;
}
div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* --------------------------------------------------------
06 Footer -------------------------------------------------
-------------------------------------------------------- */
.footer-wrapper {
    background: #4d4d4d;
}
footer {
    color: #ffffff;
	font-weight: normal;
    text-align: center;
}
footer p {
	margin-top: -130px;
}
/* --------------------------------------------------------
07 Bootstrap Carousel -------------------------------------
-------------------------------------------------------- */
.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 20px;
	margin-top: 200px;
	position:absolute;
}
.carousel-caption h1,  .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.carousel-caption .btn {
	margin-top: 10px;
}
.carousel-control {
	height: 50px;
	top: 46%;
	margin-top: 0;
	font-size: 6.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	background-color: transparent;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	opacity: 0.4;
	border-radius: 0;
}
.carousel-control:link, .carousel-control:visited {
	color: #262626;
}
/* Banner Carousel  */    
#banner.carousel {
	margin-top: 4.75em;
	margin-bottom: 0;
	margin-top: 0;
	max-height: 642px;
}
.banner-caption {
	/*	width: 18%; */
    position: absolute;
	left: 20%;
	top: 10%;
	color: #007ac3;
}
#intro-caption {
	margin-top:150px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 80px;
	line-height: 90px;
	color:#fff;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000;
}
#intro-caption span {
	font-family:'Open Sans', sans-serif;
	font-size: 0.65em;
}

/* --------------------------------------------------------
08 Buttons ------------------------------------------------
-------------------------------------------------------- */    
.btn-big {
    color: #fff;
    width: 185px;
    height: 20px;
    text-shadow: none;
    font-size: 1.3125em; /* 21px */
    padding: 1em 0.5em;
    letter-spacing: 0.05em;
    margin: 4.5em auto 0;
    display: block;
    border: 0;
    text-transform: none;
    background: #f0bf00 !important;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-big:link, .btn-big:visited {
    color: #fff;
}
.btn-big:hover {
    background: #312A1E !important;
}
.navbar-inverse .btn-navbar {
    width: auto;
    height: auto;
}

/* --------------------------------------------------------
09 Media queries (RESPONSIVE) -----------------------------    
-------------------------------------------------------- */
@media (max-width: 1186px) {
    .banner-caption {
        /*	width: 18%; */
        position: absolute;
        left: 20%;
        top: 6%;
        color: #007ac3;
    }
    #intro-caption {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        font-size: 60px;
        line-height: 70px;
    }
    .banner-caption p {
        font-size: 1em;
    }
}

@media (max-width: 979px) {
    .navbar-fixed-top {
        margin-bottom: 0;
    }
    .navbar .container {
        width: 100%;
    }
    .navbar .brand {
        margin-top: 0;
    }
    .navbar .btn-navbar {
        margin-top: 0;
    }
    .navbar-fixed-top .navbar-inner {
        padding: 0;
    }
    .featurette {
        height: auto;
        padding: 0;
    }
    .featurette-image.pull-left,  .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #home {
        padding-top:0;
    }
}

@media (max-width: 767px) {
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .navbar-fixed-top,  .navbar-fixed-bottom,  .navbar-static-top {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
        padding-bottom:0;
    }
    .navbar-inner {
        margin: 0;
    }
    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }
    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption .lead,  .carousel-caption .btn {
        font-size: 18px;
    }
    .featurette-heading {
        font-size: 30px;
    }
    .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
    }
}
    
/* Smaller screens ----------- */
@media (max-width : 480px) {
    #home {
        padding-top:0;
    }
    .container {
       border: 1px solid yellow;
    }
    #quienes .quienes-thumb {
        margin-right: auto;
        margin-left: auto;
        width: 150px;
        display: block;
        text-align:center
    }
    #slogan article p {
        font-size: 26px; /* font-size: 26px; */
        margin-bottom: 0;
        line-height: 30px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen  and (min-device-width : 320px)  and (max-device-width : 480px) {
    #navbar-inner {
        margin:	0;
    }
    section.single-page {
        padding: 1em 0;
    }
	/* Que & Franquicias */
	#franquicias h1 {
        background: transparent;
    }
    #franquicias h1 span {
        background: transparent;
        padding: 0;
    }
    #que .container, #servicios .container {
        top: 0 !important;
    }
    #slogan article p {
        font-family: 'Open Sans', sans-serif;
        font-size: 26px; /* font-size: 26px; */
        margin-bottom: 0;
        line-height: 30px;
        color: #fff;
    }
    .img-news {
        width: 100%;
        display: inline-block;
    }
    .img-news {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    section#que hgroup h2, section#servicios hgroup h2 {
        margin-top: 1.5em;
        text-align:justify;
    }
	/* Cómo */
	#como h1 {
        background: transparent;
    }
    #como h1 span {
        background: transparent;
        padding: 0;
    }
    section#como h2 {
        margin-bottom: 0.25em;
        text-align:justify;
    }
    section#como h2, section#como ul {
        text-align: center;
    }
	/* Testimonios */
	/* Quienes */
	#quienes .quienes-thumb {
        margin-right: auto;
        margin-left: auto;
        width: 150px;
        display: block;
        text-align:center
    }
    .job-position {
        margin-bottom: 1.5em;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: auto;
        margin-right: auto;
    }
	/* Contact Form */
	#theme-form {
        overflow: hidden;
    }
    #theme-form input[type=submit] {
        width: 100%;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen  and (min-width : 321px) {
    
}
	
/* Smartphones (portrait) ----------- */
@media only screen  and (max-width : 320px) {
    #slogan article p {
        font-size: 26px; /* font-size: 26px; */
        line-height: 30px;
    }
}
	
/* iPads (portrait and landscape) ----------- */
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) {
    .banner-caption p {
        font-size: 0.6em;
    }
    #intro-caption {
        font-size: 4em;
    }
}
	
/* iPads (landscape) ----------- */
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape) {
    /* Styles */
}
	
/* iPads (portrait) ----------- */
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait) {
    /* Styles */
}
	
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    /* Styles */
}

.navbar .nav {
    margin-right: 0;
}
legend {
    font-size: 18px;
}
.form-horizontal .control-label {
    text-align: left;
}
hr {
    margin: 0;
    border: 0;
    border-bottom: 0 solid #ffffff;
    border-top: 0 solid #eeeeee;
}
input[type=text], input[type=submit], textarea {
    margin-bottom: 1em;
}

.scrollblock {
    
}

a, a:hover, a:focus {
    text-decoration: none;
}

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}

.youtube-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}