@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------
FONT IMPORT
-------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800|Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*-------------------------------------------
GENERAL STYLES
-------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	color: #454545;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}
h3 {
	color: #d4431b;
}
h2 {
	font-size: 28px;
	font-weight: 700;
}
a, button {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: 600;
}
.dosis{
	font-family: "Dosis";
	color: #373936;
	font-size: 1.3rem;
	font-weight: 300;
}


/*-------------------------------------------
HEADER
-------------------------------------------*/
h1 {
	font-size: 25px;
	font-family: "Dosis";
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 500;
	color: #333;
}
h1 span {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Dosis";
	color: #4d4d4d;
}
h2 {
	font-size: 36px;
	margin-bottom: 30px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

@media (max-width: 480px) {
h2 {
	font-size: 27px !important;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
}
header {
	padding: 20px 0;
	margin-bottom:30px;
}
header img{
	height:50px;
}

@media (max-width: 480px) {
header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
header h1 {
	text-align: center;
}
header img.logo {
	margin-top: 10px;
	height: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}
/*-------------------------------------------
MENU
-------------------------------------------*/
#main-menu {
	background: #d4431b;
	padding: 10px 0;
	margin-bottom: 30px;
	color: white;
}
#main-menu a {
	color: white;
}
#main-menu a.back {
	color: white;
	font-family: "Dosis";
	font-weight: 300;
	text-transform: uppercase;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: left;
}

@media (max-width: 480px) {
#main-menu a.back {
	justify-content: flex-end;
}
}
#main-menu a img {
	margin-right: 5px;
	transition: all 0.5s ease;
}
#main-menu a:hover img {
	transform: translateX(-5px);
}
/*Menu open*/

.overlay {
	position: fixed;
	background: white;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 100;
	color: #333;
}
.overlay.open {
	opacity: .95;
	visibility: visible;
	height: 100%;
}
.overlay.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
	animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: .50s;
	animation-delay: .50s;
}
.overlay a.back {
	color: #333;
	font-family: "Dosis";
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin: 20px auto 0 auto;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.overlay a.back img {
	margin-right: 5px;
	margin-top: 3px;
	transition: all 0.5s ease;
}
.overlay a.back:hover img {
	transform: translateX(-5px);
}
.overlay img {
	margin-bottom: 30px;
}
.overlay h2 {
	font-size: 34px;
	font-weight: 700;
	border-bottom: 1px dashed #8c8c8c;
	margin-bottom: 30px;
	padding-bottom: 25px !important;
	;
}
.overlay nav {
	position: relative;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	/*! font-family: 'Vollkorn', serif; */
	font-weight: 400;
	text-align: center;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.overlay ul li {
	display: block;
	/*! height: 25%; */ /*
 height: calc(100% / 4);*/
	min-height: 20px;
	position: relative;
	opacity: 0;
}
.overlay ul li:after {
/* content:"\f054";
	font-family:"FontAwesome";
	display:block;
	font-size:1.5rem;
	color:white;
	position:absolute;
	left:-2rem;
	top:1.2rem;*/
}
.overlay ul li a {
	display: block;
	position: relative;
	color: #333;
	text-decoration: none;
	overflow: hidden;
	padding-bottom: 5px;
}
.overlay ul li a:hover {
	color: #d4431b;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
}
.overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	background: #FFF;
	-webkit-transition: .35s;
	transition: .35s;/*! margin-bottom: 0; */
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}

@media (max-width: 480px) {
.overlay nav {
	font-size: 18px;
}
.overlay ul li {
}
.overlay ul li:after {
	display: none;
	font-size: 1rem;
	position: absolute;
	left: -12px;
	top: 10px;
}
.overlay ul li {
	min-height: 0px;
	padding-bottom: 20px;
}
}
a.close-menu {
	position: fixed;
	top: 30px;
	right: 30px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 101;
	text-align: center;
	border-radius: 50%;
	padding-top: 12px;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
a.close-menu:hover {
	background: rgba(0,0,0,0.15);
}
/*-------------------------------------------
FOOTER
-------------------------------------------*/
footer {
	text-align: center;
	background: darkgray;
	color: white;
	padding: 10px 0;
	font-size: 14px;
	margin-top: 50px;
}
footer a, footer a:hover {
	color: white;
}
footer.index {
	text-align: left;
	color: white;
	padding: 20px 0;
	/*font-size: 14px;
	! margin-top: 50px; */

	background: rgba(51,53,53, 0.5);
	width: 100%;
}
footer.index a, footer.index a:hover {
	color: white;
}
footer.index h3 {
	font-family: "Dosis";
	text-transform: uppercase;
	margin-bottom: 5px;
	color: white;
	font-size: 25px;
	font-weight: 400;
}
/*-------------------------------------------
CONTENT
-------------------------------------------*/

/*-------------------------------------------
INDEX PAGE
-------------------------------------------*/
#index {
	background: linear-gradient( rgba(8, 83, 121, 0.55), rgba(8, 83, 121, 0.55) ), url(../img/patron-puntos-diagonal.png), url(../img/patron-puntos-diagonal.png), url(../img/main-bkg.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: center center, -35% center, 135% center, center center;
	background-size: cover, 820px 820px, 820px 820px, cover;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	padding: 0;
}
#index header {
	background: white;
	width: 100%;
	min-height: 15vh;
	/*! border: solid thin red; */
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#index header h1 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	color: #d4431b;
	font-family: "Dosis";
}
#index header span {
	display: block;
	color: #5f5f5f;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 5px;
	font-family: "Dosis";
}
#index h2.module-title {
	text-align: center;
	background: rgba(8, 83,121,0.4);
	color: white;
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	padding: 20px 0;
}
#index nav {
	min-height: 55vh;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;/*! border:solid thin red; */
}
#index nav img {
}
#index nav h2 {
}
#index nav a {
	display: block;
	/*! margin-bottom: 50px; */
	text-align: center;
	padding: 25px;
	color: white;
	line-height: 1.3;
}
#index nav a:hover {
	text-decoration: uppercase;
	transform: translateY(-15px);
}
#index nav a img {
	margin: 0 auto;
	transition: all .2s ease-in-out;
}
#index nav a:hover img {
}
#index nav a span {
	display: block;
	width: 100%;
	/*! margin: 20px 0; */
	color: white;
	box-sizing: border-box;
	/*! padding: 20% 0; */
	font-family: "Dosis";
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 30px;
}

.red-btn0 {
	background: rgba(158,29,24,0.7);
}
.red-btn1 {
	background: rgba(178,49,24,0.7);
}
.red-btn2 {
	background: rgba(212,67,27,0.7);
}
.red-btn3 {
	background: rgba(210,96,62,0.7);
}
.red-btn4 {
	background: rgba(221,129,102,0.7);
}
.red-btn5 {
	background: rgba(249,45,64,0.7);
}
#index nav a span:first-child {
	text-transform: uppercase;
	font-size: 20px;
}
#index nav a span:last-child {
	/*! background: rgba(0,0,0,.15); */
	/*! padding: 10px; */
	text-align: center;/*! display: flex; *//*! justify-content: center; */
	/*! align-content: center; */
	/*! align-items: center; */
	/*! min-height: 70px; */
}
#index nav .dark-btn {
	background: rgba(0,0,0,.3);
	color: white;
	display: inline;
	text-transform: uppercase;
	padding: 7px 25px;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-weight: 300;
	border: solid 2px rgba(255,255,255,0.4);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	white-space: nowrap;
}
#index nav .dark-btn:hover {
	background: rgba(0,0,0,.5);
	border: solid 2px rgba(255,255,255,0.6);
	text-decoration: none;
}
/*5 buttons aligned for index*/
.button5 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.button5 div {
	display: block;
	flex-basis: 23%;
}

@media (max-width: 980px) {
.button5 div {
	flex-basis: 33.33%;
}
}

/*Tablet*/
@media (max-width: 768px) {
.button5 div {
	flex-basis: 49%;
}
#index header {
	height: 9vh;
}
#index header h1 {
	font-size: 15px;
}
#index header span {
	font-size: 30px;
}
#index nav {
	height: 91vh;
}
#index nav h2 {
	font-size: 42px;
	margin-bottom: 30px;
}
#index nav a {
	margin-bottom: 20px;
}
#index nav a span {
	padding: 30px 0;
}
#index nav a span:last-child {
	padding: 5px;
	min-height: 50px;
}
#index nav .dark-btn {
	font-size: 20px;
}
}

/*Mobile*/
@media (max-width: 480px) {
#index header {
	height: auto;
	padding: 30px 0;
}
#index header h1 {
	text-align: center;
	margin-bottom: 20px;
}
#index nav {
	height: auto;
	display: block;
}
#index header img {
	height: 50px;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}
#index nav {
	padding-top: 30px;
	padding-bottom: 30px;
}
#index nav h2 {
	font-size: 32px;
	text-align: center;
}
#index nav a span {
	padding: 15px 0;
}
#index nav a span img {
	height: 60px;
}
.button5 {
	flex-direction: column;
}
.button5 a {
	flex-basis: 100%;
}
}
/*-------------------------------------------
MISCELLANEOUS
-------------------------------------------*/
/*--------------MODAL DIALOG---------------*/
/*Modal centered*/
.modal-dialog {
	min-height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
}
/*Darken black bkg in modal*/
.modal-backdrop {
	opacity: 0.8 !important;
	filter: alpha(opacity=80);
	background: black !important;
}
/*Modal close button*/
button.close {
	float: none;
	text-shadow: 0 0px 0 #fff;
	opacity: 1;
	position: fixed;
	cursor: pointer;
	right: 40px;
	top: 40px;
	padding: 5px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
}
button.close:hover {
	background: rgba(0,0,0,0.9);
	opacity: 1;
}

/*Tablet*/
@media(max-width: 768px) {
.modal-dialog {
	min-height: calc(100vh - 20px);
}

}

/*Mobile*/
@media(max-width: 480px) {
button.close {
	right: 0px;
	top: 10px;
}
.modal-dialog {
	margin-top: 65px;
}
	


}
/*--------------SWIPER---------------*/

.swiper-pagination-bullet-active {
	background: #666 !important;
}
.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	cursor: pointer !important;
}
.swiper-container {
	padding-bottom: 30px !important;
	margin: 20px 0 !important;
}
.swiper-pagination {
}
.swiper-slide {
	z-index: 0 !important;
	padding: 20px 60px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("../img/flecha-derecha-gris.svg") !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("../img/flecha-izquierda-gris.svg") !important;
}
/*--------------COLOR BOXES AND TEXT---------------*/

[class*="-box"] {
	padding: 15px 20px;
	margin: 30px 0;
	color: white;
}
[class*="line-box"] {
	color: #545454;
}
.yellow-box {
	background: #F9D326;
	color: #333;
}
.yellow-text {
	color: #BEB100 !important;
}

.yellow-borde-box {
	background: #F9D326;
	color: #333;
	border: 2px solid #000;
}

.yellow-box2 {
	background: #F0DC7C;
	color: #333;
}

.yellow-borde-box2 {
	background: #F0DC7C;
	color: #333;
	border: 2px solid #000;
}
.yellow-box3 {
	background: #fcf3c2;
	color: #333;
}
.yellow-borde-box3 {
	background: #fcf3c2;
	color: #333;
	border: 2px solid #000;
}

.orange-box {
	background: #EB7B22 !important;
}
.orange-line-box {
	border: solid 2px #EB7B22;
}
.orange-text {
	color: #EB7B22 !important;
}

.red-text {
	color: #d4431b !important;
}
.orange-box2 {
	background: #E79357;
}
.orange-box3 {
	background: #EDAF86;
}
.orange-box4 {
	background: #f19430;
}
.melon-box {
	background: #E65F2D;
}
.melon-box2 {
	background: #ED9171;
}
.melon-box3 {
	background: #F5C1AE;
	color: #333;
}
.brown-box {
	background: #a67c52;
}
.rust-box {
	background: #D64108;
}
.rust-box2 {
	background: #D46038;
}
.rust-box3 {
	background: #DF8162;
}
.turquoise-box {
	background: #00A6A5;
}
.blue-text {
	color: #00527B;
}
.turquoise-box2 {
	background: #4BAFAE;
}
.turquoise-box3 {
	background: #8CC3C2;
}

.turquoise-box3 {
	background: #8CC3C2;
}
.blue-box {
	background: #AFDCE9;
	color: #333;
}
.blue-box2 {
	background: #46B3D0;
}
.blue-text2 {
	color: #46B3D0;
}
.blue-box3 {
	background: #008AB7;
}
.blue-box4 {
	background: #00527B;
}
.blue-box5 {
	background: #103646;
}
.violet-box{
	background: #9479B5;;
}
.green-box{
	background: #70C184;
}

.green-box2{
	background: #327c2c;
}



.white-box{
	background: #fff;
}
.gray-box {
	background: #f5f5f5;
	color: #454545;
}
.oro-box{
	background: #E4C484;
}

.funcion-box{
	background: #af6d24;
	color: #ffffff;
}
/*-----------------BUTTONS-----------------*/
[class*="btn-"] {
	color: white !important;
	font-weight: 300;
	cursor: pointer;
}
.btn-orange {
	color: #ffffff;
	background-color: #F7931E;
	border-color: #F7931E;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	color: #ffffff;
	background-color: #E38112;
	border-color: #F7931E;
}
.btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	background-image: none;
}
.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
	background-color: #F7931E;
	border-color: #F7931E;
}
.btn-orange .badge {
	color: #F7931E;
	background-color: #ffffff;
}
.btn-turquoise {
	color: #FFFFFF !important;
	background-color: #26A6A3;
	border-color: #26A6A3;
}
.btn-turquoise:hover, .btn-turquoise:focus, .btn-turquoise:active, .btn-turquoise.active, .open .dropdown-toggle.btn-turquoise {
	color: #FFFFFF;
	background-color: #137D7B;
	border-color: #26A6A3;
}
.btn-turquoise:active, .btn-turquoise.active, .open .dropdown-toggle.btn-turquoise {
	background-image: none;
}
.btn-turquoise.disabled, .btn-turquoise[disabled], fieldset[disabled] .btn-turquoise, .btn-turquoise.disabled:hover, .btn-turquoise[disabled]:hover, fieldset[disabled] .btn-turquoise:hover, .btn-turquoise.disabled:focus, .btn-turquoise[disabled]:focus, fieldset[disabled] .btn-turquoise:focus, .btn-turquoise.disabled:active, .btn-turquoise[disabled]:active, fieldset[disabled] .btn-turquoise:active, .btn-turquoise.disabled.active, .btn-turquoise[disabled].active, fieldset[disabled] .btn-turquoise.active {
	background-color: #26A6A3;
	border-color: #26A6A3;
}
.btn-turquoise .badge {
	color: #26A6A3;
	background-color: #FFFFFF;
}
.btn-turquoise2 {
	color: #FFFFFF !important;
	background-color: #54AFAC;
	border-color: #54AFAC;
}
.btn-turquoise2:hover, .btn-turquoise2:focus, .btn-turquoise2:active, .btn-turquoise2.active, .open .dropdown-toggle.btn-turquoise2 {
	color: #FFFFFF;
	background-color: #499C99;
	border-color: #54AFAC;
}
.btn-turquoise2:active, .btn-turquoise2.active, .open .dropdown-toggle.btn-turquoise2 {
	background-image: none;
}
.btn-turquoise2.disabled, .btn-turquoise2[disabled], fieldset[disabled] .btn-turquoise2, .btn-turquoise2.disabled:hover, .btn-turquoise2[disabled]:hover, fieldset[disabled] .btn-turquoise2:hover, .btn-turquoise2.disabled:focus, .btn-turquoise2[disabled]:focus, fieldset[disabled] .btn-turquoise2:focus, .btn-turquoise2.disabled:active, .btn-turquoise2[disabled]:active, fieldset[disabled] .btn-turquoise2:active, .btn-turquoise2.disabled.active, .btn-turquoise2[disabled].active, fieldset[disabled] .btn-turquoise2.active {
	background-color: #54AFAC;
	border-color: #54AFAC;
}
.btn-turquoise2 .badge {
	color: #54AFAC;
	background-color: #FFFFFF;
}
.btn-blue2 {
	color: #FFFFFF !important;
	background-color: #51B3CC;
	border-color: #51B3CC;
}
.btn-blue2:hover, .btn-blue2:focus, .btn-blue2:active, .btn-blue2.active, .open .dropdown-toggle.btn-blue2 {
	color: #FFFFFF;
	background-color: #489EB3;
	border-color: #51B3CC;
}
.btn-blue2:active, .btn-blue2.active, .open .dropdown-toggle.btn-blue2 {
	background-image: none;
}
.btn-blue2.disabled, .btn-blue2[disabled], fieldset[disabled] .btn-blue2, .btn-blue2.disabled:hover, .btn-blue2[disabled]:hover, fieldset[disabled] .btn-blue2:hover, .btn-blue2.disabled:focus, .btn-blue2[disabled]:focus, fieldset[disabled] .btn-blue2:focus, .btn-blue2.disabled:active, .btn-blue2[disabled]:active, fieldset[disabled] .btn-blue2:active, .btn-blue2.disabled.active, .btn-blue2[disabled].active, fieldset[disabled] .btn-blue2.active {
	background-color: #51B3CC;
	border-color: #51B3CC;
}
.btn-blue2 .badge {
	color: #51B3CC;
	background-color: #FFFFFF;
}
.btn-blue3 {
	color: #FFFFFF !important;
	background-color: #208CB3;
	border-color: #208CB3;
}
.btn-blue3:hover, .btn-blue3:focus, .btn-blue3:active, .btn-blue3.active, .open .dropdown-toggle.btn-blue3 {
	color: #FFFFFF;
	background-color: #186F8F;
	border-color: #208CB3;
}
.btn-blue3:active, .btn-blue3.active, .open .dropdown-toggle.btn-blue3 {
	background-image: none;
}
.btn-blue3.disabled, .btn-blue3[disabled], fieldset[disabled] .btn-blue3, .btn-blue3.disabled:hover, .btn-blue3[disabled]:hover, fieldset[disabled] .btn-blue3:hover, .btn-blue3.disabled:focus, .btn-blue3[disabled]:focus, fieldset[disabled] .btn-blue3:focus, .btn-blue3.disabled:active, .btn-blue3[disabled]:active, fieldset[disabled] .btn-blue3:active, .btn-blue3.disabled.active, .btn-blue3[disabled].active, fieldset[disabled] .btn-blue3.active {
	background-color: #208CB3;
	border-color: #208CB3;
}
.btn-blue3 .badge {
	color: #208CB3;
	background-color: #FFFFFF;
}

.btn-white {
	color: #363636 !important;
	background-color: #ffffff;
	border-color: #666666;
}
/*--------------FIGURE---------------*/

figcaption, small {
	font-style: italic;
	font-size: 14px;
	line-height: 1.1rem;
}
.figure-caption {
	line-height: 1.2rem;
}
/*--------------NOTES---------------*/

/* ----------LIST-----------*/

[class*='list'] {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
ul.list1 li {
	padding: 0 0 0px 15px;
	margin: 0 0 10px 0;
	position: relative;
}
ul.list1 li:last-child {
	margin: 0;
}
ul.list1 li:before {
	content: "\f054";
	font-family: 'FontAwesome';
	display: block;
	height: 0;
	width: 0;
	left: 0px;
	top: 0;
	position: absolute;
	color: #d4431b;
	font-size: 12px;
}
/*List timeline*/

ul.list-timeline {
	border-left: solid 1px #ccc;
	margin-left: 10px;
}
ul.list-timeline li {
	padding: 0 0 0px 20px;
	margin: 0 0 20px 0;
	position: relative;
}
ul.list-timeline li:last-child {
	margin: 0;
}
ul.list-timeline li:before {
	content: "";
	background: #fff;
	display: block;
	height: 15px;
	width: 15px;
	left: -8px;
	top: 5px;
	position: absolute;
	border-radius: 50%;
	border: solid 2px turquoise;
}
/*--------------HR---------------*/

.sky-tabs hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
hr.style14 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
/*----------------Font sizes-----------------------*/
.txt12 {
	font-size: 12px !important;
	line-height: 16px;
}
.txt14 {
	font-size: 14px !important;
	line-height: 20px;
}

.txt16 {
	font-size: 16px !important;
	line-height: 17px;
}
.txt20 {
	font-size: 20px !important;
	line-height: 25px;
}
.txt30 {
	font-size: 30px !important;
	line-height: 35px;
}
.txt40 {
	font-size: 40px !important;
	line-height: 45px;
}
.txt60 {
	font-size: 60px !important;
	line-height: 65px;
}
.txt80 {
	font-size: 80px !important;
	line-height: 85px;
}
.txt100 {
	font-size: 100px !important;
	line-height: 105px;
}
.txt200 {
	font-size: 200px !important;
	line-height: 205px;
}
/*----------------Margins-----------------------*/
.mtop0 {
	margin-top: 0;
}
.mtop5 {
	margin-top: 5px;
}
.mtop15 {
	margin-top: 15px;
}
.mtop20 {
	margin-top: 2px;
}
.mtop30 {
	margin-top: 3px;
}
.mbottom0 {
	margin-bottom: 0;
}
.mbottom5 {
	margin-bottom: 5px;
}
.mbottom15 {
	margin-bottom: 15px;
}
.mbottom20 {
	margin-bottom: 2px;
}
.mbottom30 {
	margin-bottom: 3px;
}
/*----------------Paddings-----------------------*/

.pt0 {
	padding-top: 0px;
	padding-top: 0rem;
}
.pl0 {
	padding-left: 10px;
	padding-left: 0rem;
}
.pr0 {
	padding-right: 0px;
	padding-right: 0rem;
}
.pb0 {
	padding-bottom: 0px;
	padding-bottom: 0rem;
}
.pt10 {
	padding-top: 10px;
	padding-top: 1rem;
}
.pl10 {
	padding-left: 10px;
	padding-left: 1rem;
}
.pr10 {
	padding-right: 10px;
	padding-right: 1rem;
}
.pb10 {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}
.pt20 {
	padding-top: 20px;
	padding-top: 2rem;
}
.pl20 {
	padding-left: 20px;
	padding-left: 2rem;
}
.pr20 {
	padding-right: 20px;
	padding-right: 2rem;
}
.pb20 {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}
.pt30 {
	padding-top: 30px;
	padding-top: 3rem;
}
.pl30 {
	padding-left: 30px;
	padding-left: 3rem;
}
.pr30 {
	padding-right: 30px;
	padding-right: 3rem;
}
.pb30 {
	padding-bottom: 30px;
	padding-bottom: 3rem;
}
.pt40 {
	padding-top: 40px;
	padding-top: 4rem;
}
.pl40 {
	padding-left: 40px;
	padding-left: 4rem;
}
.pr40 {
	padding-right: 40px;
	padding-right: 4rem;
}
.pb40 {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}
.pt50 {
	padding-top: 50px;
	padding-top: 5rem;
}
.pl50 {
	padding-left: 50px;
	padding-left: 5rem;
}
.pr50 {
	padding-right: 50px;
	padding-right: 5rem;
}
.pb50 {
	padding-bottom: 50px;
	padding-bottom: 5rem;
}
.pt60 {
	padding-top: 60px;
	padding-top: 6rem;
}
.pr60 {
	padding-left: 60px;
	padding-left: 6rem;
}
.pr60 {
	padding-right: 60px;
	padding-right: 6rem;
}
.pb60 {
	padding-bottom: 60px;
	padding-bottom: 6rem;
}
.pt80 {
	padding-top: 80px;
	padding-top: 8rem;
}
.pr80 {
	padding-left: 80px;
	padding-left: 8rem;
}
.pr80 {
	padding-right: 80px;
	padding-right: 8rem;
}
.pb80 {
	padding-bottom: 80px;
	padding-bottom: 8rem;
}
.pt90 {
	padding-top: 90px;
	padding-top: 9rem;
}
.pr90 {
	padding-left: 90px;
	padding-left: 9rem;
}
.pr90 {
	padding-right: 90px;
	padding-right: 9rem;
}
.pb90 {
	padding-bottom: 90px;
	padding-bottom: 9rem;
}
.pt100 {
	padding-top: 100px;
	padding-top: 10rem;
}
.pl100 {
	padding-left: 100px;
	padding-left: 10rem;
}
.pr100 {
	padding-right: 100px;
	padding-right: 10rem;
}
.pb100 {
	padding-bottom: 100px;
	padding-bottom: 10rem;
}
/* ---------- Blockquotes-----------*/
/*Blockquote 1*/
/*Blockquote 1*/
.blockquote1 {
	border-width: 1px 1px 1px 4px;
	border-style: solid;
	border-color: transparent transparent transparent #00BA90;
	font-style: italic;
	padding: 20px 15px 15px 45px;
	position: relative;
	background: #FCFCFC;
}
.blockquote1 p {
	z-index: 2;
}
.blockquote1:before {
	color: rgba(0,0,0,0.2);
	font-family: "FontAwesome";
	position: absolute;
	font-size: 30px;
	line-height: 1;
	top: 10px;
	left: 10px;
	content: "\f10d";
	z-index: 1;
}
.blockquote1 cite {
	border-top: solid 1px #ccc;
	display: block;
	padding-top: 10px;
	font-size: 15px !important;
	margin-top: 1em;
	font-weight: bold;
}

/*Blockquote 2*/

.blockquote2 {
	position: relative;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
}
.blockquote2:after, .blockquote2:before {
	content: "";
	position: absolute;
	width: 90px;
	height: 0px;
	border-top: solid 2px #00BA90;
	left: 50%;
	margin-left: -45px;
}
.blockquote2:after {
	top: 0;
}
.blockquote2:before {
	bottom: 0;
}
.blockquote2 cite {
	font-size: 15px !important;
	margin-top: 1em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	font-family: "Oswald";
}
/* ---------- Backgrounds-----------*/

.line-dots {
	background: url(../img/linea-puntos.svg) no-repeat left top;
	background-size: contain;
	padding-top: 35px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.diagonal-pts {
	background: url(../img/patron-puntos-diagonal.jpg) no-repeat top center;
	background-size: cover;
}
/* ---------- Buttons-----------*/

a.hover-up {
	display: block;
}
a.hover-up:hover {
	transform: translateY(-15px);
}
.image-box-icon-title {
	/*Give the proper image as an inline code*/
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) ), url(../img/desarrollo-curso.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px 15px;
}
.image-box-icon-title img {
	display: block;
	margin: 0 auto 15px auto;
}
.image-box-icon-title h3 {
	text-align: center;
	color: white;
	margin-bottom: 0;
}
/* ---------- HEro scenes-----------*/


.hero-right {
/*Give the proper image as an inline code*/
	
}
.hero-center {
	/*Give the proper image as an inline code*/
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) ), url(../img/duracion-curso.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	min-height: 150px;
	color: white;
	padding: 30px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.hero-center h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.hero-center h3:after, .hero-center h4:after, .hero-center h5:after, .hero-center h6:after {
	content: "";
	display: block;
	height: 1px;
	border-bottom: 1px solid white;
	width: 50px;
	left: 50%;
	position: absolute;
	margin: 10px 0;
	margin-left: -25px;
}
.hero-center-color {
	/*Give the proper image as an inline code*/
	background: url(../img/duracion-curso.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 250px;
	padding: 0px;
	display: flex;
	align-content: center;
	justify-content: flex-end;
	flex-direction: column;
}
.hero-left-color {
	/*Give the proper image as an inline code*/
	background: url(../img/duracion-curso.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 250px;
	padding: 0px;
	display: flex;
	align-content: center;
	flex-direction: row;
}
.hero-left-color h3:after, .hero-left-color h4:after, .hero-left-color h5:after, .hero-left-color h6:after {
	content: "";
	display: block;
	height: 1px;
	border-bottom: 1px solid white;
	width: 50px;
	margin: 10px 0;
}
.hero-left-color div {
	background: rgba(0,0,0,0.4);
	padding: 20px 30px;
	color: white;
	flex-basis: 50%;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	text-align: left;
}
/* ---------- Cards --------*/

.card-body h5 {
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
}
.sky-tabs h5 {
	margin-top: 5px !important;
}

@media (max-width: 720px) {
.card-deck {
	display: flex;
	flex-flow: column nowrap;
}
.card {
	margin-top: 1rem;
}
}
/* ---------- tablas --------*/

th {
	font-weight: 400;
	letter-spacing: 0.1rem
}
/* ---------- Brackets --------*/
.bracket {
	border-left: #ccc solid 2px !important;
	padding: 2rem 0px 2rem 2rem !important;
	position: relative;
}
.bracket p {
	padding: 0;
	margin: 0;
}
/*The little arrow*/
.bracket span {
	position: absolute;
	left: -10px;
	top: calc(50% - 5px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ccc transparent transparent;
}
.bracket:after, .bracket:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 20px;
	display: block;
	background: #ccc;
}
.bracket:after {
	left: 0;
	top: 0;
}
.bracket:before {
	left: 0;
	bottom: 0;
}

@media (max-width: 992px) {
.bracket {
	border-left: none !important;
	border-top: #ccc solid 2px !important;
	position: relative;
	padding: 20px !important;
	margin-top: 20px;
}
/*The little arrow*/
.bracket span {
	position: absolute;
	left: calc(50% - 5px);
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ccc transparent;
}
.bracket:after, .bracket:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 2px;
	display: block;
	background: #ccc;
}
.bracket:after {
	left: 0;
	top: 0;
}
.bracket:before {
	left: calc(100% - 2px);
	top: 0;
}
}
/* ---------- Pulse animation --------*/
.pulse {
	box-shadow: 0 0 0 rgba(0,0,0,0.5);
	animation: pulse 2s infinite;
}
.pulse:hover {
	animation: none;
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
 70% {
 -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
}
}
@keyframes pulse {
 0% {
 -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
 box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
 70% {
 -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
 box-shadow: 0 0 0 10px rgba(204,169,44, 0);
}
 100% {
 -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
 box-shadow: 0 0 0 0 rgba(204,169,44, 0);
}
}
/* ---------- Fly in --------*/

/*News*/
.novedades, .novedades:hover {
	position: fixed;
	right: -45px;
	bottom: 30%;
	display: block;
	background: #4B5B7D;
	color: #333;
	padding: 10px 15px 0 15px;
	transform: rotate(-90deg);
	color: white;
}
.novedades p {
}
.novedades img {
	width: 25px;
	height: auto;
	display: inline-block;
	transform: rotate(90deg);
	margin-right: 5px;
}

@media (max-width: 480px) {
.novedades, .novedades:hover {
	position: static;
	transform: rotate(0deg);
	border: solid 2px #333;
	border-radius: 3px;
	padding-top: 4px;
	padding-bottom: 1px;
}
.novedades:before {
	content: "";
	position: absolute;
	bottom: -14px;
	left: calc(50% - 2px);
	border-style: solid;
	border-width: 14px 10px 0;
	border-color: #333 transparent;
	display: block;
	width: 0;
	z-index: 0;
	margin-left: -5.5px;
	bottom: calc(50% - 9px);
	left: calc(100% + 6px);
	border-width: 10px 0 10px 14px;
	border-color: transparent #333;
}
.novedades:after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	border-style: solid;
	border-width: 11px 8px 0;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -5.5px;
	border-color: transparent #f6e1b9;
	bottom: calc(50% - 7px);
	left: calc(100% + 5px);
	border-width: 11px 8px 0;
	border-width: 8px 0 8px 11px;
	margin-top: 5.5px;
}
.novedades img {
	display: none;
}
	
	

}
#overlay6 {
	background: #4B5B7D;
	opacity: 1;
	width: 100%;
	max-width: 350px;
	height: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.1);
	/*padding:1.5em;*/
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 100;
}
#overlay6.open {
	opacity: 1;
	visibility: visible;
	height: auto;
}
#overlay6 .close-menu, #overlay6 .close-menu:hover {
	background: none;
	color: #EA3F3F;
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 35px;
}
#overlay6 .first {
	background: #F6F6F6;
	padding: 60px 15px 25px 15px;
}
#overlay6 .second {
	padding: 20px 15px;
	text-align: center;
}
#overlay6 h4 {
	margin: 0;
	padding: 13px 15px;
	color: #333;
	box-sizing: border-box;
	font-size: 27px;
	text-align: center;
}
#overlay6 p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.5;
}
#overlay6 img {
	margin: 0 auto;
	display: block;
}
/*--------------FIGURE---------------*/
figure {
	position: relative;
}
figcaption, small {
	font-style: italic;
	font-size: 13px;
}
figure.images img {
	display: block;
}
figure.images figcaption {
	position: absolute;
	bottom: 0;
	color: white;
	background: rgba(0,0,0,0.3);
	width: 100%;
	z-index: 2;
	display: block;
	left: 0;
	padding: 5px 10px;
}
/* ----------Expanding cards-----------*/

.cards {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	background-clip: border-box;
	border: 0px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.card {
	margin: 15px;
	width: calc((100% / 3) - 30px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 991px) {
.card {
	width: calc((100% / 2) - 30px);
}
}

@media screen and (max-width: 767px) {
.card {
	width: 100%;
}
}
.card:hover .card__inner {
	background-color: #46b3d0;
	color:white;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.card__inner {
	width: 100%;
	padding: 15px 20px;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	border:solid 2px #46b3d0 !important;

	font-size: 1.1em;
	/*! text-transform: uppercase; */
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.card__inner:after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.card__inner .fa {
/*width: 100%;
  margin-top: .25em;*/
}
.card__expander {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #f2f2f2;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1em;
	z-index: 1;
}
.card__expander .inner {
	padding: 20px;
	margin-top: 20px;
}
.card__expander .fa {
	font-size: 1.1em;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: red;
}
.card__expander .fa:hover {
	opacity: 0.9;
}
.card.is-collapsed .card__inner:after {
	content: "";
	opacity: 0;
}
.card.is-collapsed .card__expander {
	max-height: 0;
	min-height: 0;
	overflow: hidden;
	margin-top: 0;
	opacity: 0;
}
.card.is-expanded .card__inner {
	background-color: #46b3d0;
	color:white;
}
.card.is-expanded .card__inner:after {
	content: "";
	opacity: 1;
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -32px;
	left: calc(50% - 15px);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #f2f2f2;
}
.card.is-expanded .card__inner .fa:before {
	content: "\f056";
}
.card.is-expanded .card__expander {
	max-height: 1000px;
	min-height: 200px;
	overflow: visible;
	margin-top: 30px;
	opacity: 1;
}
.card.is-expanded:hover .card__inner {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.card.is-inactive .card__inner {
	pointer-events: none;
	opacity: 0.5;
}
.card.is-inactive:hover .card__inner {
	background-color: #949fb0;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (min-width: 992px) {
.card:nth-of-type(3n+2) .card__expander {
	margin-left: calc(-100% - 30px);
}
.card:nth-of-type(3n+3) .card__expander {
	margin-left: calc(-200% - 60px);
}
.card:nth-of-type(3n+4) {
	clear: left;
}
.card__expander {
	width: calc(300% + 60px);
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.card:nth-of-type(2n+2) .card__expander {
	margin-left: calc(-100% - 30px);
}
.card:nth-of-type(2n+3) {
	clear: left;
}
.card__expander {
	width: calc(200% + 30px);
}
}
/* ----------Image and text aside-----------*/
.news-header {
	padding-bottom: 30px;
}
.news-header .inner {
	margin-left: -100px;
	background: url(../img/100/patron-puntos-diagonal.jpg) no-repeat center center;
	padding: 80px 0;
	background-size: contain;
}
.news-header .inner hgroup {
	background: #00ACCA;
	padding: 5px 20px;
}
.news-header h3 {
	font-size: 30px;
	margin-bottom: 5px;
	color: white;
}
.news-header h4 {
	font-size: 17px;
	margin-bottom: 15px;
	font-family: "Dosis";
	font-weight: normal;
	color: white;
}
.news-header .row {
	display: flex;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

@media (max-width: 992px) {
.news-header .row {
	display: block;
}
.news-header .inner {
	margin-left: 0px;
	padding: 0;
	
}
}


.modal-title {

    line-height: 1;
	font-size:30px;
    padding: 10px 0;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 40px;
	
}

@media (max-width: 360px) {
.modal-title {

    line-height: 1.1;
	font-size:20px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 20px;
}
}

/* ---------- Tooltip-----------*/
#tooltip {
	text-align: left;
	color: #fff;
	background: #2C3036;
	position: absolute;
	z-index: 100;
	padding: 15px;
	font-size: 15px;
}
#tooltip:after /* triangle decoration */ {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #2C3036;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #111;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}

.borde{
	border: 1px solid rgba(0,0,0,.125);
}


.normas {
	flex: 1 1 25%;
	margin: 15px;
	 }

.bordeado{
	border:  2px solid #666;
	margin: 5px;
	padding: 10px 5px 0px 5px;
	
}

h5 a{
	text-decoration: none;
	color: #fff;
	
}

h5 a:hover{
	text-decoration: none;
	color: #fff;
	
}

th{
	font-weight: 300;
	letter-spacing: normal;
}

/* -- Slideout Sidebar -- */

.slideout-sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 0;
  width: 300px;
  height: 100%;
  padding: 0px;
  background-color: #F5F6F7;
  transition: all 300ms ease-in-out;
	overflow-x: auto;
}

.slideout-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slideout-sidebar ul li {
  cursor: pointer;
  padding: 18px 0;
  border-bottom: 1px solid rgba(244,244,244,0.4);
  color: rgba(244,244,244,0.7);
}

.slideout-sidebar ul li:last-child {
  border-bottom: 0;
}

.slideout-sidebar ul li:hover {
  color: rgba(244,244,244,1);
}

/* -- Menu Icon -- */

#menu-toggle {
  display: none;
}

.menu-icon {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 24px;
  z-index: 1;
  transition: all 300ms ease-in-out;
  color: #D4431B;
  cursor: pointer;
}



/*-- The Magic --*/
#menu-toggle:checked ~ .slideout-sidebar {
  left: 0px;
}

#menu-toggle:checked + .menu-icon {
  left: 320px;
}

#menu-toggle:checked ~ .content-container {
  padding-left: 350px;

}


/* -- Media Queries -- */

@media (max-width: 991px) {
  
  .content-container {
    max-width: auto;
  }
	.content-container .container{
		padding-left:40px;
	}
	
	#menu-toggle:checked ~ .content-container .container{
  padding-left: 0;

}

}

@media (max-width: 767px) {
  
  .content-container {
    max-width: 100%;
    margin: 30px auto 0;
  }
  
  #menu-toggle:checked ~ .content-container {
    padding-left: 0;
  }
  
		.content-container .container{
		padding-left:15px;
	}
  .slideout-sidebar ul {
    text-align: center;
    max-width: 200px;
    margin: 30px auto 0;
  }
  
  .menu-icon {
    left: 20px
  }
  
  #menu-toggle:checked ~ .slideout-sidebar {
    width: 100%;
  }
  
  #menu-toggle:checked + .menu-icon {
    left: 87%;
    /*! color: #fafafa; */
  }
  
  @media screen  
    and (max-width: 736px) 
    and (orientation: landscape) {
      
      .slideout-sidebar {
        padding: 0;
      }
      
      .slideout-sidebar ul {
        max-width: 100%;
        margin: 60px auto 0;
      }
      
      .slideout-sidebar ul li {
        display: inline-block;
        border-bottom: 0;
        width: 72px;
        padding: 18px 24px;
        margin: 0 6px 12px;
        color: #ffffff;
        background-color: #777;
      }

  }
	

	}


	.slideout-sidebar h3{
	font-family:"Dosis";
	text-transform: uppercase;
	font-size:16px;
		background:#ECEDF1;
		padding:30px;
	color: #444;
	font-weight: 400;
}

.slideout-sidebar h3 span{
	
	font-size:20px;
	/*! color:#CE5432; */
	
	display: block;
	font-weight: 600;
	margin-bottom:2px;
}

.slideout-sidebar h4{
	
		color:#CE5432;
	font-size:20px;
		font-family:"Dosis";
		padding:0 30px;
}

/* -- menu accordion -- */




.slideout-sidebar .accordionWrapper {

	width: 100%;
	margin:0;
	padding:0 30px;

}

.slideout-sidebar .accordionWrapper:before, .slideout-sidebar .accordionWrapper:after {
	display: table;
	content: " ";
}
.slideout-sidebar .accordionWrapper:after {
	clear: both;
}
.slideout-sidebar .accordionWrapper:before, .slideout-sidebar .accordionWrapper:after {
	display: table;
	content: " ";
}

.slideout-sidebar .accordionBtn {

	
	background: transparent;
font-family: "Poppins";
	font-weight:600;
	box-sizing: border-box;
	width: 100%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */

/*	border-bottom: 1px solid #FFFFFF;*/
	cursor: pointer;
	padding: 10px 35px 10px 0px;
	font-size:15px;
	margin-top:0px;
		position:relative;

	
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.slideout-sidebar .accordionBtn:before

{
	content:"\f078";
	font-family: "FontAwesome";
	color:#444;
	position:absolute;
	font-size:10px;
line-height:38px;
	width:auto;
	background:transparent;
	display:block;
	text-align:center;
	height:100%;
	position:absolute;
	top:0;
left:calc(100% - 10px);
}


.slideout-sidebar .accordionCtn {
	border:none;

	background: transparent;

	box-sizing: border-box;
	width: 100%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	padding:0;

}

.slideout-sidebar .accordionCtn ul li{
	
	position:relative;
	padding: 0 0 0 15px;
	margin-left:20px;
	font-family:"Dosis";
	line-height:1.5;
}
.slideout-sidebar .accordionCtn ul li:before{
	content:"-";
	position:absolute;
color:#444;
	left:0;
}

.slideout-sidebar .accordionCtn ul li a{
	font-size:16px;
	color:#444;
}

.slideout-sidebar .accordionCtn ul li a:hover, .slideout-sidebar .accordionCtn ul li a.active{
	color:#CF5938;
}


.slideout-sidebar .accordionBtn.on:before{
content:"\f077";
color:#CF5938;
background:transparent;
	
}

.slideout-sidebar .accordionBtn.over

{

color:#CF5938;

	
}

a.back {
    color: #333;
    font-family: "Dosis";
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin: 20px auto 0 auto;
        margin-bottom: 0px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

a.back img {
	margin-right: 5px;
	margin-top: 3px;
	transition: all 0.5s ease;
}
a.back:hover img {
	transform: translateX(-5px);
}

/*-------------------------------------------
SIDE MENU
-------------------------------------------*/

/* -- main content -- */
.content-container {
  position: relative;
  z-index: 0;
  padding: 0px;
  max-width: auto;
  margin: 0 auto;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.site-title {
  text-align: center;
  border-bottom: 1px solid #111111;
  margin-bottom: 24px;
}


/* -- Slideout Sidebar -- */

.slideout-sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 0;
  width: 300px !important;
  height: 100%;
  padding: 0px;
  background-color: #F5F6F7;
  transition: all 300ms ease-in-out;
	overflow-x: auto;
}

.slideout-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slideout-sidebar ul li {
  cursor: pointer;
  padding: 18px 0;
  border-bottom: 1px solid rgba(244,244,244,0.4);
  color: rgba(244,244,244,0.7);
}

.slideout-sidebar ul li:last-child {
  border-bottom: 0;
}

.slideout-sidebar ul li:hover {
  color: rgba(244,244,244,1);
}

/* -- Menu Icon -- */

#menu-toggle {
  display: none;
}

.menu-icon {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 24px;
  z-index: 1;
  transition: all 300ms ease-in-out;
  color: #D4431B;
  cursor: pointer;
}



/*-- The Magic --*/
#menu-toggle:checked ~ .slideout-sidebar{
  left: 0px;
}

#menu-toggle:checked + .menu-icon {
  left: 320px;
}

#menu-toggle:checked ~ .content-container{
  padding-left: 350px;

}


/* -- Media Queries -- */

@media (max-width: 991px) {
  
  .content-container {
    max-width: auto;
  }
	.content-container .container{
		padding-left:40px;
	}
	
	#menu-toggle:checked ~ .content-container .container{
  padding-left: 0;

}

}

@media (max-width: 767px) {
  
  .content-container {
    max-width: 100%;
    margin: 30px auto 0;
  }
  
  #menu-toggle:checked ~ .content-container {
    padding-left: 0;
  }
  
		.content-container .container{
		padding-left:15px;
	}
  .slideout-sidebar ul {
    text-align: center;
    max-width: 200px;
    margin: 30px auto 0;
  }
  
  .menu-icon {
    left: 20px
  }
  
  #menu-toggle:checked ~ .slideout-sidebar {
    width: 100%;
  }
  
  #menu-toggle:checked + .menu-icon {
    left: 87%;
    /*! color: #fafafa; */
  }
  
  @media screen  
    and (max-width: 736px) 
    and (orientation: landscape) {
      
      .slideout-sidebar {
        padding: 0;
      }
      
      .slideout-sidebar ul {
        max-width: 100%;
        margin: 60px auto 0;
      }
      
      .slideout-sidebar ul li {
        display: inline-block;
        border-bottom: 0;
        width: 72px;
        padding: 18px 24px;
        margin: 0 6px 12px;
        color: #ffffff;
        background-color: #777;
      }

  }
	
  
}


	.slideout-sidebar h3{
	font-family:"Dosis";
	text-transform: uppercase;
	font-size:16px;
		background:#ECEDF1;
		padding:30px;
	color: #444;
	font-weight: 400;
}

.slideout-sidebar h3 span{
	
	font-size:20px;
	/*! color:#CE5432; */
	
	display: block;
	font-weight: 600;
	margin-bottom:2px;
}

.slideout-sidebar h4{
	
		color:#CE5432;
	font-size:20px;
		font-family:"Dosis";
		padding:0 30px;
}

/* -- menu accordion -- */




.slideout-sidebar .accordionWrapper {

	width: 100%;
	margin:0;
	padding:0 30px;

}

.slideout-sidebar .accordionWrapper:before, .slideout-sidebar .accordionWrapper:after {
	display: table;
	content: " ";
}
.slideout-sidebar .accordionWrapper:after {
	clear: both;
}
.slideout-sidebar .accordionWrapper:before, .slideout-sidebar .accordionWrapper:after {
	display: table;
	content: " ";
}

.slideout-sidebar .accordionButton {

	
	background: transparent;
font-family: "dosis";
	font-weight:500;
	box-sizing: border-box;
	width: 100%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */

/*	border-bottom: 1px solid #FFFFFF;*/
	cursor: pointer;
	padding: 10px 35px 10px 0px;
	font-size:18px;
	margin-top:0px;
		position:relative;

	
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
	line-height: 1.4em;
}

.slideout-sidebar .accordionButton:before

{
	content:"\f078";
	font-family: "FontAwesome";
	color:#444;
	position:absolute;
	font-size:10px;
line-height:38px;
	width:auto;
	background:transparent;
	display:block;
	text-align:center;
	height:100%;
	position:absolute;
	top:0;
left:calc(100% - 10px);
}


.slideout-sidebar .accordionContent {
	border:none;

	background: transparent;

	box-sizing: border-box;
	width: 100%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	padding:0;

}

.slideout-sidebar .accordionContent ul li{
	
	position:relative;
	padding: 0 0 0 15px;
	margin-left:20px;
	font-family:"Dosis";
	line-height:1.5;
}
.slideout-sidebar .accordionContent ul li:before{
	content:"-";
	position:absolute;
color:#444;
	left:0;
}

.slideout-sidebar .accordionContent ul li a{
	font-size:16px;
	color:#444;
}

.slideout-sidebar .accordionContent ul li a:hover, .slideout-sidebar .accordionContent ul li a.active{
	color:#CF5938;
}


.slideout-sidebar .accordionButton.on:before

{
	content:"\f077";
color:#CF5938;
background:transparent;
	
}

.slideout-sidebar .accordionButton.over

{

color:#CF5938;

	
}

a.back {
    color: #333;
    font-family: "Dosis";
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin: 20px auto 0 auto;
        margin-bottom: 0px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

a.back img {
	margin-right: 5px;
	margin-top: 3px;
	transition: all 0.5s ease;
}
a.back:hover img {
	transform: translateX(-5px);
}

/*--magnific-popup--*/

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 30px 30px 30px;
  width: auto;
  max-width: 80%;
  margin: 20px auto;
  color: #454545;
}

.white-popup-peq {
  position: relative;
  background: #FFF;
  padding: 30px 30px 30px 30px;
  width: auto;
  max-width: 40%;
  margin: 20px auto;
  color: #454545;
}

.logos-final{
	position:relative;
	padding:30px 0 0 0;
	margin-top:40px;
}

.logos-final:before{
	content:"";
	display:block;
  width:100%;
  height:1px;
	position:absolute;
	top:0;
	background: rgba(255,255,255,1);
/* Old Browsers */background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 23%, rgba(194,194,194,1) 78%, rgba(255,255,255,1) 100%);
 /* FF3.6+ */background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(23%, rgba(194,194,194,1)), color-stop(78%, rgba(194,194,194,1)), color-stop(100%, rgba(255,255,255,1)));
/* Chrome, Safari4+ */background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 23%, rgba(194,194,194,1) 78%, rgba(255,255,255,1) 100%);
 /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 23%, rgba(194,194,194,1) 78%, rgba(255,255,255,1) 100%);
 /* Opera 11.10+ */background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 23%, rgba(194,194,194,1) 78%, rgba(255,255,255,1) 100%);
 /* IE 10+ */background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 23%, rgba(194,194,194,1) 78%, rgba(255,255,255,1) 100%);

}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    overflow-y: scroll;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    max-width:80%;
    position: relative;
    margin: 10% auto;
    padding: 35px 25px 25px 25px;
    background: #fff;
 
}
.close-btn {
    /*! background: #606061; */
    color: #333;
    /*! line-height: 25px; */
    position: absolute;
    right: 15px;
    text-align: center;
    top: 5px;
    /*! width: 24px; */
    text-decoration: none;
    font-weight: bold;
    /*! -webkit-border-radius: 12px; */
    /*! -moz-border-radius: 12px; */
    /*! border-radius: 12px; */
    /*! -moz-box-shadow: 1px 1px 3px #000; */
    /*! -webkit-box-shadow: 1px 1px 3px #000; */
    box-shadow: 0px 0px 0px #000;
    font-size: 25px;
}
.close-btn:hover {
 color: #333;
}

	/*-----------------------------------------
Swiper slider 
------------------------------------------*/
/*Ajuste para que el menú lateral principal al salir no influya en el ancho y siempre se mantenga igual*/
@media screen and (min-width: 768px) {
  .swiper-container .swiper-slide-active {
    width: 100% !important;
			
  }
}