@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bk';
    src: url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Th';
    src: url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Lt';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body { 
	font-family: 'Roboto', sans-serif; 
	font-size: 18px; 
	color: #444; 
}
.container-fluid { 
	width: 1180px; 
	max-width: 100%; 
	margin: 0 auto; 
} 
.clear {
	clear: both; 
}
a:hover { 
	text-decoration: underline; 
}
img {
	max-width: 100%; 
}
h1, h2, h3, h4, h5, h6 { 
	font-family: 'Roboto Bk', sans-serif;
	font-weight: normal; 
}
.bg-grey { 
	background: #e9e9e9; 
}
.bg-white { 
	background: #fff; 
}
.bg-blue { 
	background: #487485; 
}
.bg-green { 
	background: #667504; 
}
.bg-yellow { 
	background: #FFCC00; 
}
.grey, .grey:hover { 
	color: #f5f5f5; 
}
.white, .white:hover { 
	color: #fff; 
}
.black, .black:hover { 
	color: #000;
}
.blue, .blue:hover { 
	color: #487485; 
}
.green, .green:hover { 
	color: #667504;
}
.yellow, .yellow:hover { 
	color: #FFCC00;
}
.height20 {
	display: block;
	height: 20px;
}
.height30 {
	display: block;
	height: 30px;
}

/** Skip to main content **/
#skiptocontent a { 
	z-index: 9999999; 
	background: transparent none repeat scroll 0 0; 
	border-radius: 6px; 
	left: 0; 
	padding: 6px 12px; 
	position: absolute; 
	top: -40px; 
	transition: top 1s ease-out 0s, background 1s linear 0s; 
	z-index: 100; 
	color: #fff; 
	text-transform: uppercase; 
	font-size: 0.9em; 
	border-radius: 0px 0px 8px 8px; 
	-moz-border-radius: 0px 0px 8px 8px; 
	-webkit-border-radius: 0px 0px 8px 8px;  
}
#skiptocontent a:focus { 
	z-index: 9999999; 
	background: #00536f; 
	left: 0; 
	position: absolute; 
	top: 0; 
	transition: top 0.1s ease-in 0s, background 0.5s linear 0s; 
	text-decoration: none; 
	color: #fff; 
	border-radius: 0px 0px 8px 8px; 
	-moz-border-radius: 0px 0px 8px 8px; 
	-webkit-border-radius: 0px 0px 8px 8px;  
}
#skiptocontent a:hover { 
	text-decoration: none; 
}
/** Offscreen  **/
.offscreen-text{ 
	clip: rect(0px, 0px, 0px, 0px); 
	height: 1px; 
	overflow: hidden; 
	position: absolute; 
	top: auto; 
	width: 1px; 
}
/** Accesibilitity Container **/
#accesibility-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.8); z-index: 999999; text-align: center; }
#accesibility-container .accesibility-body { width: 500px; max-width: 94%; margin: 5% auto 0 auto; background: #fff; padding: 12px 15px; -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5); box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5); border-radius: 6px; position: relative; }
#accesibility-container .accesibility-body h2.title { font-size: 0.92em; color: #00536F; font-family: Arial, Helvetica, sans-serif; font-weight: 600; text-align: left; }
#accesibility-container .accesibility-body h2.title img { width: 40px; margin-right: 8px; }
#accesibility-container .accesibility-body a#close-accesibility { position: absolute; top: 5px; right: 10px; width: 24px; }
#accesibility-container .accesibility-body a#close-accesibility2 { background: #00536F; color: #fff; font-weight: 600; text-transform: uppercase; font-size: 0.9em; padding: 5px 25px; border-radius: 5px; display: inline-block; text-align: center; width: auto; font-family: Arial, Helvetica, sans-serif; text-decoration: none !important; }

.a11y-toolbar-widget ul { list-style-type: none; display: inline-block; width: auto; margin: 15px auto; padding: 0; }
.a11y-toolbar-widget ul li { width: auto; display: inline; float: left; text-align: center; width: 140px;  }
.a11y-toolbar-widget ul li span.image { display: block; width: 80px; height: 68px; clear: both; margin: 0 auto; text-align: center; }
.a11y-toolbar-widget ul li a { font-weight: 600; font-size: 0.9em; }
.a11y-toolbar-widget ul li a.toggle-fontsize span.image { text-align: center; }
.a11y-toolbar-widget ul li a.toggle-contrast span.image { text-align: center; }
.a11y-toolbar-widget ul li a.toggle-grayscale span.image { text-align: center; }

/** HEADER **/
header {
	background: #fcfcfc;
}
header .logo {
	padding-top: 5px;
	padding-bottom: 5px;
}
.topbar {
	padding: 6px 0;
	font-size: 14px;
}
.topbar a, .topbar a:hover, .topbar a:focus {
	color: #006E9F;
	text-decoration: none;
	margin-left: 10px;
}
.topbar img {
	width: 20px;
}
.navbar-collapse { 
	padding-left: 0; 
	padding-right: 0; 
}
.navbar.navbar-default { 
	padding: 0; 
	margin: 0; 
	background: transparent; 
	border: none; 
	border-radius: none; 
}
.navbar-right {
    margin-top: 40px;
}
.navbar-default .navbar-nav > li {
	padding: 0 15px;
}
.navbar-default .navbar-nav > li.appication {
	
}
.navbar-default .navbar-nav > li > a { 
	color: #333; 
	white-space: nowrap; 
	font-weight: normal; 
	font-family: 'Roboto Lt', sans-serif;
	text-transform: none; 
	font-size: 18px;
	text-decoration: none !important;
	border-bottom: 3px solid transparent;
	padding: 8px 4px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover { 
	background-color: transparent;
	color: #333; 
	border-bottom: 3px solid #A4DD91;
}
.navbar-default .navbar-nav > li.appication a {
	background: #006E9F;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	border: none;
	color: #fff;
	display: inline-block;
	border-radius: 18px;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-default .navbar-nav > li.appication a:hover {
	background: #045477;
	color: #fff;
	border: none;
}

/** CAROUSEL **/
.bs-slider { 
	overflow: hidden; 
	position: relative; 
	background: #000000; 
	border-bottom: 7px solid #fcfcfc; 
}
.bs-slider:hover { 
	cursor: -moz-grab;
	cursor: -webkit-grab; 
}
.bs-slider:active { 
	cursor: -moz-grabbing; 
	cursor: -webkit-grabbing; 
}
.bs-slider > .carousel-inner > .item  {
	margin: auto; 
	width: 100%; 
	max-width: inherit;
	height: 500px;
	color: #fff;
}
.bs-slider > .carousel-inner > .item {
	padding-top: 40px;
	padding-bottom: 40px;
}
.bs-slider > .carousel-inner > .item.item1 { 
	background: url(images/slide.jpg) no-repeat center center;
}
.bs-slider p.font38 {
	font-size: 38px;
	font-family: 'Roboto Lt', sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}
.bs-slider p.font30 {
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.bs-slider p.font30.slim {
	font-family: 'Roboto Lt', sans-serif;
}
.bs-slider p.font80 {
	font-size: 70px;
	font-family: 'Roboto Bk';
	margin: 0;
	padding: 0;
}
.bs-slider p.font16 {
	margin: 15px 0;
	padding: 0;
	font-size: 13px;
}
.bs-slider p.font22 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.bs-slider p.font22 strong {
	font-weight: 600;
}
.bs-slider a.btn {
	font-size: 18px;
	margin-top: 30px;
}
a.btn {
	display: inline-block;
	padding: 6px 40px;
	border-radius: 18px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	text-transform: uppercase;
	margin-bottom: 20px;
}
a.btn.btn-green {
	background: #8ac53f;
	color: #fff;
}
a.btn.btn-white {
	background: #fff;
	color: #006E9E;
}
a.btn.btn-green:hover {
	background: #7aae38;
	color: #fff;
}
a.btn.btn-white:hover {
	background: #f0f0f0;
	color: #006E9E;
}
.bs-slider .video p {
	font-size: 13.5px;
	color: #fff;
	margin-top: 15px;
	font-family: 'Roboto Lt', sans-serif;
}
.bs-slider .video p strong {
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.content_video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0; overflow: hidden;
}
.content_video_movil {
		display: none;
	}
.content_video iframe, .content_video object, .content_video embed, .content_video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-image-blue {
	background: url(images/bg-blue.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 16px;
}
.bg-image-blue .text1 {
	padding-top: 50px;
	padding-right: 30px;
}
.bg-image-blue .text2 {
	border-left: 1px solid #fff;
	padding-left: 30px;
}
.bg-image-blue ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.bg-image-blue ul li {
	background: url(images/bullet.png) no-repeat left 5px;
	padding-left: 30px;
	margin-bottom: 8px;
}
.parallax {
	background: url(images/parallax.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	font-size: 16px;
}
.parallax .decoration {
	background: url(images/decoration.png) no-repeat bottom center;
	background-size: 100%;
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
.parallax .decoration p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 15px;
}
.parallax .decoration p.p1 {
	padding: 0 22%;
}
.parallax .decoration p.p2 {
	padding: 0 12%;
}
.parallax .decoration p.p3 {
	padding: 0 5%;
}
.parallax .decoration hr {
	background: #fff !important;
	height: 1px;
	border: none;
	margin: 10px auto;
	display: block;
	width: 60%;
	max-width: 60%;
}
.borde-footer {
	border-top: 1px solid #e0e0e0;
	height: 1px;
	margin-top: 40px;
}



/** FOOTER **/
footer .logofooter {
	padding: 30px 0 0 0 0;
}
footer .logofooter img {
	width: 200px;
}
footer .menufooter {
	text-align: right;
	padding: 30px 0 0 0;
}
footer a {
	color: #999999;
	display: inline-block;
	font-size: 16px;
	padding: 15px 0 0 20px;
}
footer a:hover, footer a:focus {
	color: #487485;
	text-decoration: none;
}
footer .copyright {
	font-size: 14px;
	color: #777;
	margin-top: 30px;
	margin-bottom: 20px;
}
footer .copyright br {
	display: none;
}

/** PAGES **/
.cabecera {
	font-size: 50px;
	font-family: 'Roboto Lt', sans-serif;
	color: #fff;
	padding: 30px
}
.page h3.title {
	font-size: 32px;
	font-family: 'Roboto Lt', sans-serif;
	color: #333;
	margin: 30px 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none !important;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
}
.panel-default > .panel-heading {
    color: #0c74a2;
    background-color: #f4f4f4;
    border: 1px solid #f0f0f0;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto';
    color: inherit;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none !important;
}
.panel-body {
	font-size: 16px;
}
a.accordion-toggle {
	display: block;
	position: relative;
	padding-right: 50px;
}
a.accordion-toggle span {
	position: absolute;
	right: 10px;
	background: url(images/minus.png) no-repeat center center;
	background-size: 100%;
	height: 16px;
	width: 16px;
	display: inline-block;
}
a.accordion-toggle.collapsed span {
	background: url(images/plus.png) no-repeat center center;
	background-size: 100%;
}
.formularios label {
	font-weight: normal;
	font-size: 16px;
}
.formularios {
	font-size: 16px;
}
.formularios input[type="text"], .formularios input[type="email"], .formularios input[type="date"], 
.formularios input[type="number"], .formularios input[type="password"] {
	width: 100%;
	border: 1px solid #e9e9e9;
	background: #f2f2f2;
	padding: 7px;
	height: 40px;
	margin-bottom: 20px;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   font-size: 15px;
}
.formularios input[type="file"] {
	margin-bottom: 30px;
	margin-top: 8px;
	width: 100%;
}
.formularios select {
 	width: 100%;
	border: 1px solid #e9e9e9;
	background: url(images/select.png) no-repeat 99% center #f2f2f2;
	padding: 7px 30px 7px 7px;
	height: 40px;
	margin-bottom: 20px;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   font-size: 15px;
}
.formularios textarea {
	width: 100%;
	border: 1px solid #e9e9e9;
	background: #f2f2f2;
	padding: 7px;
	height: 80px;
	margin-bottom: 20px;
	font-size: 15px;
}
.formularios input[type="submit"].btn-green, .formularios button.btn-green, .formularios a.btn-green {
	display: inline-block;
	padding: 6px 40px;
	border-radius: 18px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	text-transform: uppercase;
	margin-bottom: 20px;
	background: #8ac53f;
	color: #fff;
	border: none;
}
.formularios input[type="submit"].btn-green:hover, .formularios button.btn-green:hover, .formularios a.btn-green:hover {
	background: #7aae38;
	color: #fff;
}
.formularios input[type="submit"].btn-blue, .formularios button.btn-blue {
	display: inline-block;
	padding: 6px 40px;
	border-radius: 18px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	text-transform: uppercase;
	margin-bottom: 20px;
	background: #006E9F;
	color: #fff;
	border: none;
} 
.formularios input[type="submit"].btn-blue:hover, .formularios button.btn-blue:hover, 
.formularios input[type="submit"].btn-blue:focus, .formularios button.btn-blue:focus {
	background: #045477;
	color: #fff;
	outline: none !important;
}
.formularios input.validate, .formularios select.validate, .formularios textarea.validate {
	border: 1px solid #cc0000;
	background: #fddddd;
}
.alert {
	margin-bottom: 40px;
	font-size: 14px !important;
}
.modal-header {
    padding: 15px;
    border-bottom: none;
}
.modal-header h4 {
	color: #026fa1;
	padding-bottom: 8px;
	border-bottom: 4px solid #89c440;
}
.modal-body {
	font-size: 14px;
}
.modal-body input {
	border: 1px solid #e9e9e9;
	background: #f2f2f2;
	margin-bottom: 15px;
	font-size: 15px;
	height: 40px;
	width: 100%;
	padding: 7px;
}
.modal-body input[type="submit"] {
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	color: #fff;
	background: #026fa1;
}
.modal-body input[type="submit"]:hover {
	background: #0a5a7f;
}
.modal-body input[type="checkbox"] {
	width: 20px;
	margin: 0;
	padding: 0;
	height: auto;
	border: none !important;
}
.modal-body input[type="checkbox"]:focus {
	border: none !important;
}
.modal-body label {
	font-weight: normal;
	display: inline-block;
}
p.pconfirm {
	display: inline-block;
	position: relative;
	padding-left: 50px;
}
span.confirmacion .fa {
	color: #487485;
	font-size: 40px;
	position: absolute;
	display: inline-block;
	left: 0;
}
#modalLoginReg .modal-dialog {
    width: 800px;
    max-width: 100%;
    margin: 30px auto;
    position:relative;
}
#modalLoginReg button.close {
	position: absolute;
	right: 10px;
	z-index: 999999;
	top: 5px;
}
.modalregistro {
	background: #f2f2f2;
	padding: 20px 25px;
	text-align: center;
	font-size: 1.15em;
}
.modalregistro h2 {
	padding-bottom: 40px;
	border-bottom: 3px solid #89c440;
	margin-bottom: 50px;
	color: #026fa1;
	font-size:24px;
}
.modalregistro a {
	display: block;
	background: #026fa1;
	color: #fff;
	border-radius: 4px;
	padding: 8px;
	margin-top: 40px;
	margin-bottom: 20px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.modalregistro a:hover, .modalregistro a:focus {
	background: #04567c;
	border: none !important;
	text-decoration: none !important;
}
.modal-content {
	overflow: hidden;
	border-radius: 8px;
}
.modallogin {
	background: #fff;
	padding: 20px;
}
.modallogin h4 {
	margin: 0 0 18px 0;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #89c440;
	color: #026fa1;
	font-size:17px;
}
.modal-body input[type="submit"] {
	border-radius: 4px;
	border: none;
}
/** APLICCATION **/
.applicationbar {
	border-bottom: 1px solid #e9e9e9;
	padding-top: 20px;
}
.applicationbar .pasos a {
	display: inline-block;
	background: #e9e9e9;
	color: #555;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 15px;
	text-decoration: none !important;
}
.applicationbar .pasos a.active {
	background: #8ac53f;
	color: #fff;
}
.applicationbar .navegacion {
	text-align: right;
}
.applicationbar .navegacion a.save {
	text-decoration: underline;
	margin-left: 20px;
	font-size: 15px;
	position: relative;
	top: -10px;
	display: inline-block;
	outline: none !important;
	border: none !important;
}
.applicationbar .navegacion a:focus {
	border: none !important;
	outline: none !important;
}
.applicationbar .navegacion a.btn {
	background: #006e9f;
	color: #fff;
	text-transform: none;
	padding: 8px 15px;
	border: none;
}
.applicationbar .navegacion a.btn:hover {
	background: #04587e;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	text-transform: none;
	padding: 8px 15px;
	border: none;
}
.applicationbar .navegacion a.btn.inactive, .applicationbar .navegacion a.btn.inactive:hover {
	background: #e0e0e0;
	color: #555;
	cursor: default;
}
.applicationbar .navegacion a.btn .fa {
	padding: 0 4px;
}
.pasos .nav.nav-tabs, .pasos .nav-tabs {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none !important;
}
.pasos .nav.nav-tabs li, .pasos .nav.nav-tabs li.active {
	background: none !important; 
	border: none !important;
}
.pasos .nav-tabs > li > a {
	display: inline-block;
	background: #e9e9e9;
	color: #555;
    border: none !important;
    padding: 8px 20px;
	border-radius: 20px;
	font-size: 15px;
	text-decoration: none !important;
}
.pasos .nav-tabs > li > a:focus {
	border: none;
	outline: none !important;
}
.pasos .nav-tabs > li.active > a, .pasos .nav-tabs > li.active > a:hover, .pasos .nav-tabs > li.active > a:focus {
    display: inline-block;
	background: #8ac53f;
	color: #fff;
    border: none !important;
    cursor: default;
    padding: 8px 20px;
	border-radius: 20px;
	font-size: 15px;
	text-decoration: none !important;
}
.tab-content:focus, .tab-pane:focus {
    outline: none !important;
    border: none !important;
}
.labelradio {
	margin-right: 15px;
	margin-bottom: 12px;
	margin-top: 8px;
}
a .fa-file-o {
	color: #555;
	display: inline-block;
	padding-right: 5px;
}


@media(max-width: 991px) {
	header .logo img {
		width: 240px;
		position: relative;
		z-index: 999;
	}
	header .sitemenu {
		position: relative;
		margin-top: -46px;
	}
	.navbar-right {
 	   margin-top: 0;
	}
	.navbar-default .navbar-toggle {
	    border-color: none !important;
	    background: transparent !important;
	    padding: 0 !important;
	    margin: -6px 0 20px 0 !important;
	    border: none !important;
	}
	.navbar-default .navbar-nav > li {
		padding: 4px 15px;
		max-width: 100% !important;
	}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li.appication a { 
		font-size: 16px;
		background: none;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		color: #333; 
		white-space: nowrap; 
		font-weight: normal; 
		font-family: 'Roboto Lt', sans-serif;
		text-transform: none; 
		text-decoration: none !important;
		border-bottom: 3px solid transparent;
		padding: 8px 4px;
		border-radius: 0;
		display: block;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.appication a:hover {
		background-color: transparent;
		color: #333; 
		border-bottom: 3px solid #A4DD91;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	border-color: #fcfcfc;
    	overflow-x: hidden;
	}
	.bs-slider p.font38 {
		font-size: 32px;
	}
	.bs-slider p.font30 {
		font-size: 20px;
	}
	.bs-slider p.font30.slim {
		font-family: 'Roboto Lt', sans-serif;
	}
	.bs-slider p.font80 {
		font-size: 60px;
	}
	.bs-slider p.font16 {
		margin: 12px 0;
		padding: 0;
		font-size: 12px;
	}
	.bs-slider p.font22 {
		font-size: 14px;
	}
	.bs-slider a.btn {
		font-size: 16px;
		margin-top: 24px;
	}
	.parallax {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.parallax .decoration {
		background: #76ab34;
	}
	.parallax .decoration p.p1 {
		padding: 0 20px;
	}
	.parallax .decoration p.p2 {
		padding: 0 20px;
	}
	.parallax .decoration p.p3 {
		padding: 0 20px;
	}
	.cabecera {
		font-size: 40px;
	}
	.page h3.title {
		font-size: 30px;
	}
}

@media(max-width: 767px) {
	.bs-slider .video {
		padding-top: 10px;
	}
	.bs-slider .video video, .bs-slider .content_video {
		display: none;
	}
	.content_video_movil {
		display: block !important;
	}
	.content_video_movil video {
	width:100%;
	}
	.bs-slider .video p {
		margin-top: 0;
	}
	.bg-image-blue .text1 {
		padding-top: 20px;
		padding-right: 15px;
	}
	.bg-image-blue .text2 {
		padding-left: 15px;
		padding-top: 20px;
	}
	footer .logofooter, footer .menufooter, footer .copyright {
		text-align: center;
		width: 100%;
		padding: 12px 15px;
	}
	footer .copyright br {
		display: block;
	}
	.applicationbar .pasos {
		text-align: center;
		margin-bottom: 20px;
	}
	.applicationbar .navegacion {
		text-align: center;
		margin: 10px 0 10px 0;
	}
	.applicationbar .navegacion a.btn {
		display: none;
	}
	.applicationbar .navegacion a.save {
		top: 0;
	}
}

@media(max-width: 498px) {
	body { 
		font-size: 16px; 
	}
	.bs-slider p.font38 {
		font-size: 22px;
	}
	.bs-slider p.font30 {
		font-size: 18px;
	}
	.bs-slider p.font80 {
		font-size: 44px;
	}
	.bs-slider p.font22 {
		font-size: 13px;
	}
	.bs-slider p.font16 {
		margin: 8px 0;
	}
	.bs-slider a.btn {
		font-size: 16px;
		margin-top: 20px;
	}
	.parallax {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cabecera {
		font-size: 32px;
		padding: 20px 15px;
		line-height: 36px;
	}
	.page h3.title {
		font-size: 26px;
	}
	.modalregistro {
		padding: 15px 15px;
		font-size: 1.1em;
	}
	.modalregistro h2 {
		padding-bottom: 30px;
		margin-bottom: 30px;
		font-size:22px;
	}
	.modalregistro a {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.modallogin {
		background: #fff;
		padding: 20px;
	}
	.modallogin h4 {
		margin: 10px 0 18px 0;
	}
}