@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

h1 {
	text-transform: uppercase;
	font-weight: bold;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2rem;
	color: #444;
}

h3 {
	font-size: 1.6rem;
	color: #696969;
}

h4 {
	font-size: 1.5rem
}

h4.data {
	font-size: 1rem;
}

h3 {
	text-transform: inherit
}

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

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

.rayitax {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;

}

.rayitax:before {
	content: '';
	display: block;
	position: relative;
	width: 0;
	bottom: 0;
	border-bottom: 2px solid #248faf;
	transition: width 0.4s;
}

.rayitax:hover:before {
	width: 100%;
}

.desaparece:hover {
	color: ghostwhite;
}

#idiomas .botons1:hover {
	color: #3b5998;
	transition: .3s;
}

#idiomas .botons2:hover {
	color: #e64f81;
	transition: .3s;
}

#idiomas .botons3:hover {
	color: #bb0000;
	transition: .3s;
}

#idiomas .botons4:hover {
	color: #4dc247;
	transition: .3s;
}


/* HEADER --------------------------------------------------- */

header .logo {
	width: 120px;
	/*margin-top: -20px*/
}

header .logo-mobile {
	width: 85px;
}

header .too-bar {
	background: rgba(0, 0, 0, 0.67);
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

header .too-bar ul.lang {
	list-style: none;
}

header .too-bar ul.lang li {
	float: left;
}

header .too-bar ul.lang li a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

header .too-bar ul.lang li:after {
	content: '-';
	margin: 0 5px 0 5px;
}

header .too-bar ul.lang li:last-child:after {
	content: '';
	margin: 0 5px 0 0px;
}

header nav.navbar {
	z-index: 2;
	margin-bottom: 0;

}

header nav.navbar .navbar-brand {
	float: left;
	height: 50px;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 20px;
	text-shadow: unset;

}

header nav.navbar .navbar-nav>li>a {
	text-shadow: unset;
}

header nav.navbar .navbar-collapse {
	padding-right: 0;
	border-top: 0px solid transparent;
	-webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
}

header nav.navbar {
	font-weight: 200;
	text-transform: uppercase;
	color: ghostwhite !important;
	font-weight: 500;
}

header nav.navbar .redes a.nav-link {
	padding: 15px 10px;
}

header nav.navbar .nav .open>a,
header nav.navbar .nav .open>a:focus,
header nav.navbar .nav .open>a:hover {
	background: transparent;
	border-color: transparent;
	color: #fff
}

header nav.navbar .nav>li>a:focus,
header nav.navbar .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}

header nav.navbar .nav>li:last-child>a {
	position: relative;
	display: block;
	padding: 15px 0px 15px 12px;
}

header nav.navbar .nav .dropdown-submenu {
	position: relative;
}

header nav.navbar .nav .dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

header nav.navbar .nav .dropdown .dropdown-menu {
	font-size: 12px;
}

header nav.navbar .nav .dropdown .dropdown-menu .yamm-content ul {
	padding: 0;
}

header nav.navbar .nav .dropdown .dropdown-menu .yamm-content ul li {
	list-style-type: none;
}

header nav.navbar .nav .dropdown .dropdown-menu .yamm-content ul li.title {
	padding: 4px 0;
}

header nav.navbar .nav .dropdown .dropdown-menu .divider {
	height: 1px;
	margin: 4px 0;
	overflow: hidden;
	background-color: rgba(229, 229, 229, 0.05);
}

header nav.navbar .nav .dropdown .dropdown-submenu .dropdown-menu>li a {
	color: #FFF;
	background: transparent;
}

header nav.navbar .nav .dropdown .dropdown-submenu>li a {
	text-decoration: none !important;
}

.top {
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999!important;
  }

  .float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
  }

  .my-float {
    margin-top: 16px;
  }

/* CARROUSEL ------------------------------------------------ */



.carousel,
.item,
.active {
	height: 100%;
}

.carousel-inner {
	height: 100%;
}

.carousel-indicators {
	bottom: 0px;
}

.carousel-indicators li {
	display: inline-block;
	width: 30px;
	height: 8px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid black;
	border-radius: 0px;
}

.carousel-indicators li.active {
	width: 30px;
	height: 8px;
	margin: 1px;
	background-color: black;
}

#html5-watermark {
	display: none;
}

/* ---------------------------------------------------------- */

section#corredores {
	position: relative;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;

	min-height: 450px;
	max-height: 650px;
	background: linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68)), url(/images/slider.jpg);
	background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-size: auto auto, auto auto;
	background-size: cover;
	background-position: center center;
}


/* ---------------------------------------------------------- */
p.title {
	font-size: 30px;
	font-weight: 400;
}

/* BREADCRUMB ----------------------------------------------- */

section#header-page .title {
	/*background: #009bdb;*/
	background: #2e2e2e;
	/*margin-bottom: 40px;*/
	height: 90px;
	text-align: center;

}

section#header-page .title h1 {
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.breadcrumb {
	background-color: #f5f5f55e;
	text-align: center;
	color: #000;
	margin: 0;
	border-radius: 0px;
}

.breadcrumb li a {
	color: #000;
}

/* FOOTER --------------------------------------------------- */

footer#footer {
	position: relative;

	background-attachment: scroll;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	height: 325px;
	background: linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68)), url(/images/paisaje1.jpg);
	background-size: cover;
	background-position: center center;

}

footer#footer2 {
	position: relative;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	height: 300px;
	background: linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68)), url(/images/paisaje1.jpg);
	background-size: cover;
	background-position: center center;

}

footer#footer .logo {
	width: 80px;
	display: block;
	margin: auto;
	padding-bottom: 30px;
}

footer#footer ul.redes {
	width: 76px;
	margin: auto;
}

footer#footer ul.redes li {
	margin-left: 5px
}

footer#footer ul {
	margin: auto;
	list-style: none;
	padding: 0;
	padding-bottom: 10px;
}

footer#footer ul li {
	float: left;
	color: #FFF;
}

footer#footer ul.nav-footer li::after {
	content: '-';
	margin: 0 10px 0 10px;
}

footer#footer ul.nav-footer li:last-child::after {
	content: '';
	margin: 0 10px 0 10px;
}

footer#footer a {
	color: #FFF;
}

footer#footer a:hover {
	color: #999;
	text-decoration: none
}

/*  EXTRAS -------------------------------------------------- */

a.buttom {
	display: inline-block;
	font-size: 15px;
	color: #FFF;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	transition: box-shadow 1s;
}


/* -----------------------------------------------------------*/

.cover {
	background-position: center;
}

/* -----------------------------------------------------------*/
.d-flex {
	display: flex;
}

.tb-padding60-100 {
	padding: 60px 0 100px 0;
}

.tb-padding60-22 {
	padding: 60px 0 22px 0;
}

.text-center {
	text-align: center
}

/*ul {padding-left: 16px}*/

.navbar-nav {
	margin: 0px 0px;
}

.buttom-lg {
	padding: 30px;
	font-weight: bold;
	font-size: 20px;
}

.flag-sep {
	background: url(/images/banderas.jpg) repeat-x;
	height: 15px;
}

#stext h2 {
	display: block;
	text-align: center
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.w610 {
	width: 610px;
}

.w535 {
	width: 535px;
}

.w340 {
	width: 340px;
}

/* MARGINS - PADDINGS ---------------------------------------- */

.mt10 {
	margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
}

.mt60 {
	margin-top: 60px;
}

.mt18 {
	margin-top: 18px;
}

.mtb {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mtb60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb30 {
	margin-bottom: 30px;
}

.pb10 {
	padding-bottom: 10px;
}
.pt10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}

.ptb10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 60px;
}

.ptm25 {
	padding-top: 0;
}

.ptb60 {
	padding: 60px 0;
}

.pb60 {
	padding-bottom: 60px;
}

.pt30 {
	padding-top: 30px 0;
}

.pt60 {
	padding-top: 60px;
}

.ptb30 {
	padding: 30px 0;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pl30 {
	padding-left: 30px;
}

.pl30 {
	padding-left: 30px;
}

.pl0 {
	padding-left: 0px;
}

.pr0 {
	padding-right: 0px;
}

.p60 {
	padding: 60px;
}

/* BG-COLORS ------------------------------------------------ */

.bg-white {
	background: #fff;
}

.bg-dark {
	background: #141719
}

.bg-dark {
	background: #1b1b1b;
}

.bg-darksoft {
	background: #2b2b2b;
}

.bg-darksoft-2 {
	background: #575656;
}

.bg-black {
	background: #000000;
}

.bg-cian {
	background: #1a76cc;
}

.bg-grey-lighten-4 {
	background: #f5f5f5;
}

.bg-green-darken-3 {
	background: #2e7d32;
}

/* COLORS --------------------------------------------------- */

.text-white {
	color: #FFFFFF;
}

.text-black {
	color: #000000;
}

/* Azul */
.light-blue-darken-2 {
	color: #0288d1;
}

.light-blue-darken-3 {
	color: #0277bd;
}

.light-blue-darken-4 {
	color: #01579b;
}


/*Gris*/
.grey-lighten-4 {
	color: #f5f5f5;
}

.grey-darken-2 {
	color: #616161;
}

.green-darken-3 {
	color: #2e7d32;
}

.azulito {
	color: #306ca5 !important;
}

.azulito2 {
	color: #0084ff !important;
}

.azulitoF:hover {
	color: #1a76cc;
}

.bold {
	font-weight: bold;
}

.fs {
	font-size: 16px;
}


.underline {
	text-decoration: underline;
}

/* MEDIA Q -------------------------------------------------- */


.primary-stage {
	margin-top: 12px;
	margin-bottom: 12px;
	border-right: 1px solid #c1c1c1;
}

.second-stage p {
	padding-left: 11px;
}


.fixed {
	position: fixed;
	width: 100%;
	display: block;
	background: #fff;
	z-index: 9999;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: .6s;
}


.center-col {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.center-block-typography {
	height: 100%;
	position: absolute;
	z-index: 1;
	right: 0;
	left: 0;
}

.center-block-text-middle-main {
	display: table;
	height: 100%;
	width: 100%;
}

.center-block-text-middle {
	display: table-cell;
	vertical-align: middle;
}

.display-table {
	display: table !important;
}

.display-table-cell-vertical-middle {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

a:focus {
	color: #999;
	text-decoration: none;
}

@media (min-width: 995px) {
	/*.nav .navbar-nav .redes {
		display: none;
	}*/


}

@media (max-width: 1000px) {
	/*	.primary-stage {margin-top: 12px; margin-bottom: 12px; border-right:  none; border-bottom: 1px solid #c1c1c1;}
	.second-stage p {padding-left: 0px;margin-left: -14px;}*/
}

@media (max-width: 768px) {
	/*
	.slogan h3 {color: #000}
*/
}


.text-green {
	color: #074a26;
}


button.suscripcion {
	background: transparent;
	border: none;
	padding: 0;
	color: #f00;
	font-size: 10px;
}

/*.img1 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.img2 {
  position: relative;
  top: 0px;
  left: 0px;
 opacity: 0
};*/

.img1 {
	position: absolute;
	width: 89%;
	top: 0px;
	left: 16px;
	opacity: 1;
}

.img2 {
	position: relative;
	top: 0px;
	left: 0px;
}

.item:hover {
	box-shadow: -1px 3px 10px 0px #c3c3c3
}

.item .title {
	text-align: center;
	margin-top: 35px;
}

.item .title h2 {
	font-size: 1.4rem;
}

.compressport .item {
	box-shadow: -1px 3px 10px 0px #c3c3c3a1;
	background-color: #FFF;
	margin-bottom: 10px;
}

#slider {
	height: 100%;
}

.slogan {
	height: 100%;
}

.slogan ul {
	list-style: none;
	padding-left: 0px;
	color: #fff;
	font-size: 2rem;
	text-shadow: 2px 4px 2px #000;
}

.slogan h2 {
	color: #fff;
	text-shadow: 2px 4px 2px #000;
	font-size: 4rem;
	text-align: left
}

.slogan h3 {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 3rem;
	text-align: left;
	font-weight: 300;
}

.slider-0 {
	background: url(/images/slide/sliderInicio.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 90vh;
	width: 100vw;
}

.slider-1 {
	background: url(/images/slide/slider.png);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 90vh;
	width: 100vw;
}

.slider-2 {
	background: url(/images/slide/fotos.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 90vh;
}

.slider-3 {
	background: url(/images/slide/streaming.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 90vh;
}

.slider-4 {
	background: url(/images/slide/helicoptero.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 90vh;
	width: 100vw;
}

.slider-5 {
	background: url(/images/slide/slider2.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 90vh;
}

.slider-6 {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 90vh;
}

.slider-libro {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 100vh;
}

.bottom-contact {
	position: fixed !important;
	width: 60px;
	top: 120px;
	background: #1a76cc;
	padding: 17px;
	/* border: 2px solid #E6E6E6; */
	/* border-radius: 0 0 3px; */
	z-index: 9999;
}

.postulate{
    margin-top: 3rem;
    font-size: 2rem;
    background-color:#0278bd7c;
    color: #fff;
    width: 100%;
  }

  .postulate:hover{
    background-color: #5ac3e27c!important;
  }

@media (min-width: 1200px) {
	img.logo-mobile {
		display: none;
	}
}

@media (max-width: 600px) {
	/* 	#idiomas {
		display: block;
		float: left !important ;
	}

	#idiomas .desaparece {
		display: none;
	}

	#banderitex{
		display: block;
	} */


	footer#footer2 {
		position: relative;

		background-attachment: scroll;
		background-position: center;
		background-size: cover;
		padding-top: 50px;
		height: 650px !important;
		background: linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68)), url(/images/paisaje1.jpg);
		background-size: cover;
		background-position: center center;

	}
}

@media (max-width: 1200px) {


	img.logo {
		display: none
	}

	nav.navbar .pull-right {
		float: none !important;
	}

	ul.dropdown-menu li .yamm-content ul li a {
		font-size: 10px;
	}

	header nav.navbar .nav .dropdown .dropdown-submenu .dropdown-menu>li a {
		font-size: 10px !important;
	}

	ul.nav li.dropdown a.nav-link {
		padding-left: 0px;
		padding-right: 0px;
		outline: none;
	}

	.navbar-header {
		border-bottom: 1px solid #262626;
	}

	/* 	header nav.navbar .nav > li:last-child > a {
		padding-left: 0px;
	} */

	.navbar-collapse {
		width: 100%;
		margin: auto;
	}

	.yamm .yamm-content {
		padding: 0px 15px;
	}

	.dropdown {
		text-align: center;
	}

	ul.dropdown-menu {
		width: auto;
		text-align: center;
	}

	header nav.navbar .navbar-collapse {
		width: 100%;
		margin: auto;
		padding: 0 0 10px 0;
	}

	footer#footer2 {
		position: relative;

		background-attachment: scroll;
		background-position: center;
		background-size: cover;
		padding-top: 50px;
		height: 745px !important;
		background: linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68)), url(/images/paisaje1.jpg);
		background-size: cover;
		background-position: center center;

	}

}

@media (max-width: 735px) {}

/* .slider-0 {
		background: url(/images/slide/slider1.png);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		height: 400px;
	}

	.slider-1 {
		background: url(/images/slide/slider1.png);
		background-size: cover;
		background-position: center;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  height: 400px;
	}

	#slider .oculto {
		display: none;
	}


	.slider-2 {
		background: url(/images/slide/fotos.jpg);
		background-size: cover;
		background-position: center;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  height: 400px;
	}

	.slider-3 {
		background: url(/images/slide/streaming.jpg);
		background-size: cover;
		background-position: center;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  height: 400px;
	}

	.slider-4 {
		background: url(/images/slide/helicoptero.jpg);
		background-size: cover;
		background-position: center;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  height: 400px;
	}

	.slider-5 {
		background: url(/images/slide/nieve3.jpg);
		background-size: cover;
		background-position: center;
			background-attachment: fixed;
			background-repeat: no-repeat;
			height: 400px;
	}
	 */

.slogan ul {
	list-style: none;
	padding-left: 0px;
	color: #fff;
	font-size: 2rem;
	text-shadow: 2px 4px 2px #000;
}

.slogan h2 {
	color: #fff;
	text-shadow: 2px 4px 2px #000;
	font-size: 3rem;
	text-align: left
}

.slogan h3 {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 2.5rem;
	text-align: left;
	font-weight: 300;
}

/* 	.carousel-control {display: none} */

.bottom-contact {
	display: none
}

footer#footer {
	height: 455px;
}


footer#footer2 {
	position: relative;

	background-attachment: scroll;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	height: 450px;
	background: linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68)), url(/images/paisaje1.jpg);
	background-size: cover;
	background-position: center center;

}

footer#footer ul {
	padding-left: 0
}

footer#footer ul li {
	float: none;
	text-align: center;
}

footer#footer ul.redes li {
	float: left;
}

footer#footer ul.nav-footer li::after {
	content: normal;
	margin: 0;
}

footer#footer ul.nav-footer li:last-child::after {
	content: normal;
	margin: 0;
}

footer#footer .copyright {
	clear: both;
}

.no-list-style {
	list-style: none;
}

.row {
	margin-bottom: 0px !important
}

.position-relative {
	position: relative !important;
	z-index: 5;
}

.cover-background {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	overflow: hidden;
	position: relative;
}

.screen-complete {
	height: 985px;
}

.center-col {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.center-block-typography {
	height: 100%;
	position: absolute;
	z-index: 1;
	right: 0;
	left: 0;
}

.center-block-text-middle-main {
	display: table;
	height: 100%;
	width: 100%;
}

.center-block-text-middle {
	display: table-cell;
	vertical-align: middle;
}

.display-table {
	display: table !important;
}

.display-table-cell-vertical-middle {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

/* PADDINGS ------------------------------------------------------------------*/
.padding-110px-tb {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.no-padding {
	padding: 0px;
}

.padding-twenty-two {
	padding: 0% 11.5% !important;
}

.pt20 {
	padding-top: 20px !important;
}

/* ---------------------------------------------------------------------------*/

.no-list-style {
	list-style: none;
}

hr {
	border-top: 1px solid rgb(224, 224, 224);
}

.hr {
	width: 50%;
	border-top: 1px solid rgba(238, 238, 238, 0.14);
}

/* COLOR TEXT ---------------------------------------------------------------- */
.text-cian {
	color: #1a76cc;
}

.text-while {
	color: #FFF;
}

.text-black {
	color: #000;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.modal-footer {
	padding: 0px;
	padding-top: 15px;
}

hr.title {
	margin-top: 1rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: 1px solid rgb(70, 70, 70);
}

.carta-nav {
	cursor: pointer;
}


.cards>div {
	margin-bottom: 15px;
}

.card {
	border-radius: 4px;
	box-shadow: 2px 2px 20px 4px #ededed;
	background-color: #ffffff;
	text-align: center
}

.card-image {
	border-radius: 4px 4px 0 0;

	transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;

}

.card-info {
	padding: 0 18px;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-info h3.title {
	font-size: 28px;
	line-height: 1.3;
}

div.navigation-list {
	position: fixed !important;
}

.fixed-top {
	position: fixed !important;
	top: 10px;
}

/* section#navegacion{
	display:none !important;
} */

/* @media (max-width: 992px) {
	section#navegacion{
		display:block !important;
	}
	div.navigation-list{
	display: none !important;
 }
} */


/*BLOG*/
.blog-nombre {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.blog-titulo {
	text-transform: initial;
	margin-top: 5px;
}

.blog-bajada {
	text-transform: initial;
	font-style: italic;
	line-height: 1.6;
	margin-top: 20px;
}

.blog-imagen {
	margin-bottom: 20px;
}

/*CRONOGRAMA*/
.cronograma-boton {
	cursor: pointer;
}

.inactive {
	background: #2b2b2b;
}

.actived {
	background: #575656;
}


#informacion-general p {
	margin: 5px 0px;
}

#categorias ul {
	list-style-type: none;
	padding-left: 0px;
}

#elementos ul {
	list-style-type: none;
	padding-left: 0px;
}

span {
	font-weight: 600 !important;
}

.img-thumbnail {
	border: 1px solid black;
	border-radius: 0px;
}

.bordeDerecho {
	border-right: 1px solid rgb(224, 224, 224);
}

.cajax {
	border: 1px solid #1a76cc;
	padding: 15px;
	margin: 0px 15px 15px 15px;
	height: auto !important;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 9px 5px rgba(0, 0, 0, 0.25);
	text-align: center;
	width: 30%;
}

.flexiano {
	display: flex;
	justify-content: center;
	align-items: center;
}

.responsiveimg {
	width: 100%;
	height: auto;
}

.responsiveimg2 {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.responsiveimgcenter {
	width: 30%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.subCajita {
	color: #616161;
	font-weight: 500;
}

.bordesCajita {
	border-right: 2px solid #0277bd;
	border-left: 2px solid #0277bd;
}

.bordesCajitaiz {
	border-left: 2px solid #0277bd;
}

#campamentos .imagen1,
.imagen2 {
	border: 2.5px solid white;
}

.tab-vol{
	border: 1px solid #0277bd;
	color:#000000;
	background-color: #0278bd7c;
}

a.tab-vol:hover {
	background-color: #5ac3e27c!important;
}
.imgBolso {
	background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), url(/images/bolsos/1.jpg);
	height: 500px;
	width: auto;
	margin-top: 60px;
}

.imgVoluntarios {
	background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), url(/images/voluntariado/1.jpg);
	height: 500px;
	width: auto;
	margin-top: 60px;
}

.imgChip {
	background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), url(/images/colocar-chip.jpg);
	height: 350px;
	width: auto;
	margin-top: 60px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	overflow: hidden;
	position: relative;
}

.imgChipEn {
	background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), url(/images/colocar-chip.en.jpg);
	height: 350px;
	width: auto;
	margin-top: 60px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	overflow: hidden;
	position: relative;
}

.imgChipPt {
	background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), url(/images/colocar-chip.pt.jpg);
	height: 350px;
	width: auto;
	margin-top: 60px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	overflow: hidden;
	position: relative;
}


#slogan {
	height: 320px;
}

#slogan .logo {
	background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), url(/images/logo/1.png);
	height: 300px;
}

#slogan .imagen4 {
	height: 200px;
	width: 200px;
}

#cuidado-del-medio-ambiente .bordeNegro {
	border: 5px solid #1b1b1b;
}

#cuidado-del-medio-ambiente .imagenY {
	height: 75%;
	width: 100%;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

#cuidado-del-medio-ambiente .imagenZ {
	height: 40%;
	width: 100%;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

#oasis {
	height: 500px;
}

#oasis .imagenY {
	height: 75%;
	width: 100%;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

#oasis .imagen7 {
	background-image: url(/images/oasis/1.jpg);
	height: 380px;
	background-size: cover !important;
}

#costos strong {
	font-weight: 500;
}

#costos ul>li {
	font-weight: 300;
}

#header .mobile {
	display: none;
}

.rotar {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: .5s;
}

.estilosLI {
	font-size: 10px !important;
	padding: 0px !important;
}

.estilosLIa {
	padding: 3px 8px !important;
}

.backgroundColor {
	color: #0288d1;
}




@media (min-width: 300px) and (max-width:767px) {

	#cronograma h1 {
		margin-top: 0px;
	}

	#cronograma h1.ptb60 {
		padding: 30px 0px !important;
	}

	#cronograma ul>li {
		font-size: 12px;
	}

	#elementos h1 {
		margin: 0;
	}

	#elementos .pl30 {
		padding-left: 15px !important;
	}

	#acreditacion .imagen0 {
		height: 125px !important;
	}

	#campamentos .imagen1 {
		height: 366px !important;
	}

	#campamentos .imagen3 {
		height: 267px !important;
		margin-top: 80px;

	}

	#campamentos .imagen4 {
		height: 267px !important;
		margin-top: 80px;
		background-size: contain !important;
	}

	#campamentos .imagen5 {
		height: 267px !important;
		background-size: contain !important;
	}

	#campamentos .imagen2 {
		display: none;
	}

	#fotos .imagen_ {
		height: 190px !important;
		width: -webkit-fill-available;
	}

	#fotos .imagen__ {
		height: 180px !important;
		width: -webkit-fill-available;
	}

	#fotos .imagen4 {
		height: 366px !important;
		width: -webkit-fill-available;
	}

	#fotos .imagen5 {
		height: 366px !important;
		width: -webkit-fill-available;
	}

	#fotos .imagen6 {
		height: 366px !important;
		width: -webkit-fill-available;
	}

	#cuidado-del-medio-ambiente .p60 {
		padding: 60px 0px !important;
	}


	#cuidado-del-medio-ambiente .imagen6 {
		height: 366px !important;
		width: -webkit-fill-available;
	}

	#elementos .text-center {
		text-align: left !important;
	}

	#elementos .pb30 {
		padding-bottom: 0px !important;
	}

	#introduccion .imagen0 {
		height: 310px !important;
		width: -webkit-fill-available;
	}

	#introduccion.ptb60 {
		padding-top: 30px;
		padding-bottom: 0px;
	}

	#acreditacion .imagenX {
		height: 267px !important;
		width: -webkit-fill-available;
	}

	#oasis {
		height: 670px;
	}

	#oasis .oasis {
		height: 300px !important;
	}

	#oasis .imagen7 {
		height: 267px !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
	}

	#voluntariado .imgVoluntarios {
		height: 169px !important;
	}

	#cuidado-del-medio-ambiente .imagenY {
		height: 70%;
	}

	#cuidado-del-medio-ambiente h1 {
		text-align: left !important;
	}

	#cuidado-del-medio-ambiente .medioa {
		height: 380px !important;
		padding: 0px !important;
	}

	#cuidado-del-medio-ambiente .imagenZ {
		height: 40%;
	}

	#bolso-de-corredor .imgBolso {
		height: 310px !important;
		width: -webkit-fill-available;
	}

	#cuidado-del-medio-ambiente {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	#cuidado-del-medio-ambiente .medio2 {
		height: 490px !important;
		padding: 0px !important;
	}

	#elementos .h2copado {
		border-top: 1px solid rgb(224, 224, 224);
		padding-top: 30px;
	}

	.imgChip {
		height: 310px !important;
		width: -webkit-fill-available;
		margin: 0px;
	}

	section#header-page .title {
		height: auto;
	}

	.sticky {
		display: block !important;
		background-color: black;
		opacity: 1;
		top: 0px;
		border-bottom: 1px solid #0288d1;
	}

	.glyphicon {
		color: white;
		font-size: 20px;
	}

	.btn-default {
		background-color: black;
		border: none;
	}

	.dropdown-menu>li>a {

		font-size: 12px !important;
	}

	.cajeta .descuento {
		border-right: none;
		border-left: none;
	}

	.xD {
		display: none;
	}

	#idiomas {
		display: block;
		float: right !important;
	}

	#idiomas .desaparece {
		display: none;
	}

	#banderitex {
		display: block;
		float: left !important;
	}

	.navbar .rayitax {
		border: none !important;
	}

	.slider-0 {
		background: url(/images/slide/sliderInicioRP.jpg);
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		max-height: 400px;
		width: 100vw;
	}

	.slider-1 {
		background: url(/images/slide/slider1.jpg);
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		max-height: 400px;
		width: 100vw;
	}

	.slider-5 {
		background: url(/images/slide/slider3.png);
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		max-height: 400px;
		width: 100vw;
	}

	#slider .oculto {
		display: none;
	}

	/* 
	.slider-5 {
		background: url(/images/slide/slider3.png);
		background-size: cover;
		background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
			height: 90vh;
			width:100vw;
	} */

	#header .mobile {
		display: block;
	}

	#header .desktop {
		display: none !important;
	}

	#header .backgroundColor {
		background-color: #424242;
		text-align: left;
	}

	#reglas-de-carrera .table {
		width: 100vw !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	ul.nav li.dropdown a.nav-link {
		text-align: left;
		padding: 15px;
	}

	ul.nav li.dropdown a.nav-link:hover {
		background-color: #1a76cc;
	}

	.dropdownContain {
		padding: 0px !important;
	}

	ul.nav li.dropdown li.divider {
		display: none;
	}

	ul.nav li.dropdown li {
		padding: 8px;
	}

	.dropdown-submenu>a:after {
		content: none !important;
	}

	#videoCruce {
		height: 300px;
	}

}

@media (max-width: 768px) {
	.cajax {
		width: 80%;
		margin: 0px auto 15px;
		background-color: ghostwhite;
	}

	.flexiano {
		display: inline;
	}

	#cuidado-del-medio-ambiente .bolsita {
		text-align: center;
	}

	.table-responsive {
		border: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.flexiano {
		display: inline;
	}

	.cajax {
		width: 50%;
		margin: 15px auto;
	}

	.ptb60 {
		padding: 0px;
	}

	#acreditacion .imagen0 {
		height: 280px !important;
	}

}