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


@font-face {
    font-family: BebasRegular;
    src: url('../font-awesome/fonts/BebasNeueRegular.otf');
}
@font-face {
	font-family: BebasBold;
	src: url('../font-awesome/fonts/BebasNeueBold.otf');
}
@font-face {
	font-family: BebasLight;
	src: url('../font-awesome/fonts/BebasNeueLight.otf');
}
@font-face {
	font-family: Monserrat;
	src: url('../font-awesome/fonts/Montserrat-Regular.ttf');
}
@font-face {
	font-family: MonserratBold;
	src: url('../font-awesome/fonts/Montserrat-Bold.ttf');
}

@font-face {
	font-family: Avenir;
	src: url('../fonts/Avenir-Medium.woff');
}
@font-face {
	font-family: ChronicleDisplay;
	/*src: url('../fonts/Chronicle_Display.woff');*/
	src: url('../fonts/Avenir-Black.woff');
}


/*fonts*/
/*global*/
	*::-moz-selection{
		background:#000;
		color:#FFF;
	}
	*::selection{
		background:#000;
		color:#FFF;
	}
	:target:before{
		content:"";
		display:block;
		height:85px;
		margin:-85px 0 0;
	}
	body{
		font-family:'Avenir';
	}
	a{
		color:#000;
	}
	a:focus{
		outline:none;
		outline-offset:0;
		text-decoration:none;
		cursor:pointer;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	a:hover{
		color:#000;
		outline:none;
		outline-offset:0;
		text-decoration:none;
		cursor:pointer;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
		font-weight:700;
	}
	.antipadd{
		padding:0;
		margin:0;
	}
	.retropadd{
		margin-right:-15px;
		margin-left:-15px;
	}
	.vcenter{
		display:inline-block;
		vertical-align:middle;
		float:none;
	}
    .vtop{
		display:inline-block;
		vertical-align:top;
		float:none;
	}
	.anv{
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.centertopsection{
		margin-top:100px;
	}
/*fin de global*/
/*navegador*/
	.top-menu{
		position:absolute;
		top:0;
		left:0;
		width:calc(100% - 15px);
		padding-top:15px;
		padding-bottom:15px;
		z-index:999;
	}
	.border-int{
		border-bottom:1px solid #B2B1B1;
		position:fixed;
		width:100%;
		background-color:#fff;
	}
	.logo{
		width:20%;
	}
	.logo-int{
		width:10%;
	}
	.center-hold{
		width:50%;
	}
	.colorseo{
		color:#fff;
	}
	.center-hold-int{
		width:60%;
	}
	.menu-hold{
		width:30%;
		right:15px;
		text-align:right;
		cursor:pointer;
	}
	.newmenu{
		position:fixed;
		width:0;
		height:0;
		z-index:100000;
		overflow:hidden;
		top:0px;
		padding:0;
		margin:0;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.newmenu-abierto{
		width:100%;
		height:100%;
		top:0px;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.submenu{
		background-color:#FFFFFF;
		height:100%;
		width:0;
		position:fixed;
		right:0;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.submenu-abierto{
		width:300px;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.min-logo{
		min-width:140px;
		/*min-width:350px;*/
	}
	@media only screen and (max-width:400px){
		.submenu-abierto{
			width:100%;
			-webkit-transition:all .2s ease-in-out;
			-moz-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
		}
	}
	.negmenu{
		height:100%;
		width:0;
		position:fixed;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.negmenu-abierto{
		width:calc(100% - 300px);
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.closeded{
		position:absolute;
		top:25px;
		right:25px;
		font-family:'Avenir';
		font-weight:100;
		cursor:pointer;
		color:#9B9B9B;
		display:none;
	}
	.closeded-abierto{
		display:block;
	}
	@media only screen and (max-width:767px){
		.closeded{
			top:20px;
			right:20px;
			font-size:25px;
		}
	}
	.closeded:focus{
		text-decoration:none;
		cursor:pointer;
	}
	.closeded:hover{
		text-decoration:none;
		color:#000;
	}
	.table-link{
		width:100%;
		height:85%;
		display:table;
	}
	.table-linkct{
		display:table-cell;
		vertical-align:middle;
		padding-left:0px;
		text-align:center;
	}
	.bottom-menu{
		position:absolute;
		bottom:30px;
		width:100%;
	}
	.menu-link,.menu-link:focus{
		color:#B2B1B1;
		font-weight:900;
		text-decoration:none;
	}
	.menu-link:hover{
		color:#000;
		font-weight:900;
		text-decoration:none;
	}
	.menu-link-prox,.menu-link-prox:focus{
		color:#CCCCCC;
		font-weight:900;
		text-decoration:none;
	}
	.menu-link-prox:hover{
		color:#000;
		font-weight:900;
		text-decoration:none;
	}
	.menu-link-prox span{
		font-size:0.65em;
	}
	.menu-link2,.menu-link2:focus{
		color:#000;
		text-decoration:none;
		border:1px solid #000;
		padding:5px 10px;
		font-weight:900;
		background-color:#FFF;
		line-height:1;
		outline:none;
		outline-offset:0;
		border-radius:10px;
	}
	.menu-link2:hover{
		color:#FFF;
		border-color:#FFF;
		font-weight:900;
		background-color:#000;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
		border-radius:10px;
	}
	.croacia{
			display:none;
		}
	.footerboton2,.footerboton2:focus{
		color:#FFF;
		text-decoration:none;
		border:1px solid #FFF;
		padding:5px 25px;
		font-weight:700;
		background-color:#000;
		line-height:1;
		outline:none;
		outline-offset:0;
		border-radius:10px;
	}
	.footerboton2:hover{
		color:#000;
		border-color:#000;
		font-weight:700;
		background-color:#FFF;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
		border-radius:10px;
	}
	.footerboton2nuev,.footerboton2nuev:focus{
		text-decoration:none;
		border:1px solid #FFF;
		padding:2px 5px;
		font-weight:700;
		background-color:#fff;
		line-height:1;
		outline:none;
		outline-offset:0;
		border-radius:10px;
		width:20px;
	}
	.footerboton2nuev:hover{
		color:#fff;
		border-color:#000;
		font-weight:700;
		background-color:#000;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
		border-radius:10px;
		width:20px;
	}
/*fin de navegador*/
table.apoyo {
	/*width: 650px;*/
	margin: 0 auto;
}
table.apoyo img {
	width: 100%;
}
table.apoyo td {
	width: 280px;
	padding: 10px;
}
.aliadosstrategicos {
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 15px;
	color: #006837;
	margin-left: 5px;
	font-weight: 600;
}
/*footer*/
	.mgmg{
		margin-top: 200px;
	}
	footer{
		background-image: url('../img/home/LATINOAMERICA-VERDE.png'), url('../img/home/barrita.png');
		background-size: 99%;
		background-color: #000;
		color:#fff;
		font-family:'Avenir';
		font-weight:300;
		letter-spacing:0.1px;
		padding:30px 10px;
		background-repeat: repeat-x;
	}
	.footer-link,.footer-link:focus{
		color:#fff;
		text-decoration:none;
		font-size:12px;
	}
	.footer-link:hover{
		color:#fff;
		text-decoration:none;
		font-weight:900;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.footer-boton,.footer-boton:focus{
		color:#FFF;
		text-decoration:none;
		border:1px solid #FFF;
		padding:5px 25px;
		font-weight:900;
		background-color:transparent;
		line-height:1;
		outline:none;
		outline-offset:0;
	}
	.footer-boton:hover{
		color:#D0D2D3;
		border-color:#D0D2D3;
		font-weight:900;
		background-color:#FFFFFF;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.footer-red,.footer-red:focus{
		color:#FFF;
		text-decoration:none;
	}
	.footer-red:hover{
		color:#D0D2D3;
		text-decoration:none;
		font-weight:900;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	@media only screen and (max-width:400px){
		.footer-link,.footer-link:focus{
			font-size:12px;
		}
		.footer-red,.footer-red:focus{
			font-size:12px;
		}
		.footer-textxs{
			font-size:12px;
		}
	}
/*fin de footer*/
/*home*/
	.carrusel-inicio{
		width:100%;
		height:100vh;
		position:relative;
		overflow:hidden;
	}
	.zona-inicio{
		width:100%;
		height:100%;
		position:absolute;
		background:url('../img/fondohome.jpg') no-repeat center center fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
		display:none;
	}
	.zona2{
		background:url('../img/fondohome.jpg') no-repeat center center fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.zona3{
		background:url('../img/fondohome04.jpg') no-repeat center center fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.zona4{
		background:url('../img/fondohome01.jpg') no-repeat center center fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.zona7{
		background:url('../img/fondohome05_1.JPG') no-repeat center center fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.table-inicio{
		width:100%;
		height:100%;
		display:table;
		position:relative;
		z-index:99;
	}
	.text-inicio{
		display:table-cell;
		vertical-align:middle;
	}
	.text-inicio h1{
		font-size:40px;
		font-weight:900;
		margin:5px 50px;
		color:#fff;
	}
	.text-inicio p{
		font-size:20px;
		font-weight:700;
		margin-left:50px;
		color:#fff;
	}
	.reserva-inicio1{
		font-family:'Brisa';
		font-size:150px !important;
		font-weight:400  !important;
		text-align:center;
		color:#fff;
	}
	.reserva-inicio2{
		font-family:'Brisa';
		text-align:center;
		font-size:150px !important;
		font-weight:400 !important;
		margin-top:-15px !important;
		color:#fff;
	}
	.reserva-inicio3{
		font-family:'Brisa';
		font-size:100px !important;
		font-weight:400  !important;
		text-align:center;
		color:#fff;
	}
	.reserva-inicio4{
		font-size:70px !important;
		font-weight:400  !important;
		text-align:center;
		color:#fff;
	}
	.reserva-inicio5{
		font-family:'Brisa';
		font-size:170px !important;
		font-weight:400  !important;
		text-align:center;
		color:#fff;
	}
	.reserva-inicio6{
		font-size:23px !important;
		font-weight:400  !important;
		text-align:center;
		color:#fff;
	}
	.reserva-inicio6 a{
		color:#fff;
	}
	.reserva-text{
		margin:10px 50px 10px;
		text-align:center;
		font-weight:300 !important;
		font-size:15px;
	}
	.reserva-text span{
		font-weight:400 !important;
		font-size:25px;
	}
	.imgpremio{
		position:absolute;
		top:10%;
		bottom:0;
		right:10%;
		height:75%;
		z-index:1;
	}
	.homecenterimg{
		margin:0 auto;
	}
	.plo1{
		font-size:30px !important;
		font-weight:500 !important;
		color:#fff !important;
		margin:10px 50px 10px;
		text-align:center;
		text-transform:uppercase;
	}
	@media only screen and (max-width:1000px){
		.reserva-inicio1{
			font-size:125px !important;
		}
		.reserva-inicio2{
			font-size:125px !important;
		}
		.reserva-inicio3{
			font-size:90px !important;
		}
		.reserva-inicio4{
			font-size:50px !important;
		}
	}

	@media only screen and (max-width:767px){
		.reserva-inicio1{
			font-size:100px !important;
		}
		.reserva-inicio2{
			font-size:100px !important;
		}
		.reserva-inicio3{
			font-size:80px !important;
		}
		.reserva-inicio4{
			font-size:40px !important;
		}
		.reserva-inicio6{
			font-size:19px !important;
		}
		.text-inicio h1{
			margin:5px 30px !important;
		}
		.plo1{
			font-size:19px !important;
		}
		.reserva-inicio5{
			font-size:100px !important;
			line-height:0.8;
		}
		.reserva-inicio6{
			margin-top:30px !important;
			font-size:19px !important;
		}
	}
	@media only screen and (max-width:700px){
		.reserva-inicio1{
			font-size:90px !important;
		}
		.reserva-inicio3{
			font-size:70px !important;
		}
		.reserva-inicio4{
			font-size:35px !important;
		}
		.reserva-inicio2{
			font-size:90px !important;
		}
		h2.center-brisa{
			font-size:25px !important;
			font-family: Avenir;
		}
		h2.centertile{
			font-size:18px !important;
			font-weight:bold !important;
			font-family: Avenir;
		}
		h1.titulo-nosotros{
			font-size:25px !important;
			font-family: Avenir;
		}
		p.terry-nosotros{
		font-size:18px !important; 
		}
		.latamtext{
		font-size:14px !important; 
		}
	}
	@media only screen and (max-width:600px){
		.reserva-inicio1{
			font-size:80px !important;
		}
		.reserva-inicio2{
			font-size:80px !important;
		}
		.reserva-inicio3{
			font-size:40px !important;
		}
		.reserva-inicio4{
			font-size:25px !important;
		}
		.text-inicio h1{
			margin:5px 10px !important;
		}
		.text-inicio p{
			margin-left:20px;
			margin-right:20px;
		}
		.carsl{
			display:none;
		}
		.reserva-inicio6{
			margin-top:30px !important;
			font-size:19px !important;
		}
		.plo1{
			font-size:15px !important;
		}
		.reserva-text span{
			font-size:15px !important;
		}
		.subtext-inicio{
			bottom:1px;
		}
	}
	@media only screen and (max-width:500px){
		.text-inicio h1{
			font-size:21px;
			margin-left:10px;
			margin-right:10px;
		}
		.text-inicio p{
			font-size:15px;
			margin-left:10px;
			margin-right:10px;
		}
		.reserva-inicio6{
			margin-top:20px !important;
			font-size:15px !important;
		}
	}
	@media only screen and (max-width:400px){
		.table-linkct{
			line-height:0.9;
		}
		.ucrania{
			display:none;
		}
		.croacia{
			display:inline;
		}
		.reserva-inicio1{
			font-size:80px !important;
			line-height:0.75;
		}
		.reserva-inicio2{
			font-size:80px !important;
			line-height:0.75;
		}
		.reserva-inicio3{
			font-size:40px !important;
			line-height:0.75;
		}
		.reserva-inicio4{
			font-size:25px !important;
			line-height:0.75;
		}
		.text-inicio h1{
			margin:5px 10px !important;
			line-height:0.75;
		}
	}
	.subtext-inicio{
		display:block;
		text-align:center;
		position:absolute;
		bottom:10px;
		width:100%;
		left:0;
	}
	.auspiciantes{
		padding:40px 0;
	}
	.homeinsboton,.homeinsboton:focus{
		color:#FFFFFF;
		text-decoration:none;
		border:1px solid #FFFFFF;
		padding:5px 25px;
		font-weight:900;
		background-color:transparent;
		line-height:1;
		outline:none;
		outline-offset:0;
	}
	.homeinsboton:hover{
		color:#000;
		border-color:#000;
		font-weight:900;
		background-color:#FFFFFF;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.homeinsboton2,.homeinsboton2:focus{
		color:#FFFFFF;
		text-decoration:none;
		border:1px solid #FFFFFF;
		padding:5px 25px;
		font-weight:900;
		background-color:transparent;
		line-height:1.2;
		font-size:19px;
		outline:none;
		outline-offset:0;
	}
	.homeinsboton2:hover{
		color:#000;
		border-color:#000;
		font-weight:900;
		background-color:#FFFFFF;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.tilealiado2{
		color:#000;
		font-size:16px;
		font-weight:700;
	}
	.homelink,.homelink:focus{
		color:#fff;
	}
	.homelink:hover{
		color:#9B9B9B;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	@media only screen and (max-width:500px){
		.homeinsboton2,.homeinsboton2:focus{
			font-size:12px !important;
			margin-bottom:5px;
		}
	}
	@media only screen and (max-width:400px){
		.homeinsboton2,.homeinsboton2:focus{
			font-size:10px !important;
			margin-bottom:5px;
		}
	}
/*fin de home*/
/*nosotros*/
	.titlesec{
		color:#9B9B9B;
		font-weight:900;
		text-align:center;
		margin:10px 0 20px;
	}
	.cajanosotros{
		padding:25px;
		border:1px solid rgba(93,93,93,.2);
		-webkit-box-shadow:1px 1px 15px 3px rgba(93,93,93,.4);
		-moz-box-shadow:1px 1px 15px 3px rgba(93,93,93,.4);
		box-shadow:1px 1px 15px 3px rgba(93,93,93,.4);
	}
	.cajanosotros .titulo{
		color:#000;
		text-align:center;
		font-weight:700;
		font-size:20px;
		margin:0;
	}
	.cajanosotros .subtitulo{
		text-align:center;
		color:#7F7F7F;
		font-weight:700;
		font-size:19px;
		margin:0 0 15px;
	}
	.cajanosotros .centertext{
		color:#000;
		font-weight:400;
		font-size:15px;
		margin:0 0 15px;
	}
	.unicaja{
		padding-right:0;
	}
	.movrog{
		float:right;
	}
	.titlesec2{
		color:#9B9B9B;
		font-weight:900;
		text-align:center;
		margin:30px 0 40px;
	}
	.back-nosotro{
		padding:20px 20px;
		background-color:rgba(204,204,204,.2);
		margin-bottom:50px;
	}
	.texthistory{
		margin:0px 0px 0px;
		text-align:justify;
		font-weight:700;
		color:#B2B1B1;
		font-size:15px;
	}
	.texthistory span{
		color:#000;
	}
	.texthistory a{
		color:#000;
	}
	.texthistory a:hover{
		color:#000;
	}
	.terry{
		padding:50px 15px;
		text-align:center;
	}
	.paises{
		background:url('../img/fondohome.jpg') no-repeat center center fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.llavered{
		padding:50px 15px;
	}
	.latamtitle{
		color:#FFF;
		font-weight:900;
		font-size:22px;
	}
	.latamtext{
		color:#FFF;
		font-weight:700;
		font-size:19px;
	}
	.credo{
		font-size:60px;
		color:#000;
	}
	@media only screen and (max-width:767px){
		.credo{
			font-size:45px;
		}
	}
	.botonnosotros,.botonnosotros:focus{
		color:#FFF;
		text-decoration:none;
		border:1px solid #FFF;
		border-radius: 31px 31px 31px 31px;
		-moz-border-radius: 31px 31px 31px 31px;
		-webkit-border-radius: 31px 31px 31px 31px;
		padding:15px 25px;
		font-weight:900;
		background-color:#000;
		line-height:1;
		outline:none;
		outline-offset:0;
	}
	.botonnosotros:hover{
		color:#000;
		border-color:#000;
		font-weight:900;
		background-color:#FFF;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
/*fin de nosotros*/
/*termino*/
	.justificartext{
		text-align:justify;
	}
	.centrterminos{
		color:#000;
		margin:40px 0;
	}
	.titletermine{
		color:#9B9B9B;
		font-weight:700;
		font-size:14px;
	}
	.titletermine2{
		color:#9B9B9B;
		font-weight:700;
		font-size:22px;
	}
	.terminoslet{
		background:url('../img/logonosotros.png') no-repeat center center fixed;
		-webkit-background-size:40%;
		-moz-background-size:40%;
		-o-background-size:40%;
		background-size:40%;
	}
	.tlstermin{
		font-weight:700;
		font-size:1.25em;
		text-transform:uppercase;
	}
	.linktermi{
		font-weight:700;
		font-size:1.25em;
	}
	.linktermi:hover{
		font-weight:700;
		font-size:1.35em;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
/*fin de terminos*/
/*staff*/
	.titlestaff{
		color:#9B9B9B;
		font-size:20px;
		font-weight:700;
		margin:30px 0;
	}
	.titlestaff2{
		color:#9B9B9B;
		font-size:20px;
		font-weight:700;
		margin:10px 0;
		text-align:center;
	}
	.cajastaff{
		background-color:#EFEFEF;
		text-align:center;
		padding:10px 15px;
		margin-top:-10%;
	}
	.cajastaff h3{
		color:#000;
		font-size:14px;
		font-weight:700;
		margin:5px 0 0;
		text-transform:uppercase;
	}
	.cajastaff h4{
		color:#7F7F7F;
		font-size:14px;
		font-weight:700;
		margin:5px 0 7px;
	}
	.cajastaff a, .cajastaff a:focus{
		color:#7F7F7F;
		font-size:13px;
		font-weight:700;
		margin:5px 0;
	}
	.cajastaff a:hover{
		color:#000;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
		text-decoration:none;
	}
	.marginstaff{
		margin-bottom:20px;
	}
	@media only screen and (max-width:767px){
		.clicels{
			margin-bottom:50px

		}
	}
/*fin de staff*/
/*contacto*/
	.titlecontc{
		color:#9B9B9B;
		font-size:25px;
		font-weight:700;
		margin:30px 0 20px;
	}
	.textcontac{
		margin:10px 0 30px;
		color:#353535;
		font-size:16px;
	}
	.espaciocontac{
		margin:5px 0 40px;
	}
	.form-group{
		margin-bottom:11px;
	}
	.form-control{
		border-radius:0px;
		font-weight:700;
	}
	.form-control:focus{
		border-color:rgba(0,91,33,.4);
		-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,91,33,.6);
		box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,91,33,.6);
	}
	.fgroupbot{
		margin-bottom:7px;
	}
	.enviarbb{
		margin-top:35px;
		background-color:#fff;
		color:#000;
		border-color:#000;
	}
	.enviarbb:hover{
		background-color:#fff;
		color:#000;
		border-color:#000;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.ubicontc{
		font-size:18px;
		color:#353535;
		font-weight:300;
	}
	.ubicontc i{
		font-size:1.15em;
	}
	.verde{
		color:#000;
	}
	@media only screen and (max-width:767px){
		.fgroupbot{
			margin-bottom:11px;
		}
		.fgroupbot2{
			margin-bottom:11px;
		}
		.ubicontc{
			font-size:11px;
		}
	}
/*fin de contacto*/
/*aliados*/
	.alidaos{
		width:100%;
		display:table;
		margin-bottom:30px;
		margin-top:90px;
	}
	.alidaos img{
		margin:0 auto !important;
	}
	.centeralidaos{
		display:table-cell;
		vertical-align:middle;
	}
	.centeralia{
		margin:auto;
	}
	.tilealiado{
		color:#000;
		font-size:16px;
		font-weight:700;
	}
	.titlealiados{
		color:#9B9B9B;
		font-size:19px;
		font-weight:700;
		margin-bottom:30px;
	}
	.sepaaliados{
		margin-top:30px;
	}
	.borderlefta{
		border-left:1px solid #333;
	}
	.orderlogo{
		margin-top:15px;
		margin-bottom:15px;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.cataliboton{
		font-size:14px;
		cursor:pointer;
		color:#000;
		font-weight:400;
		margin-top:5px;
		margin-bottom:10px;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.cataliboton:hover{
		font-weight:800;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.subcataliboton{
		font-size:12px;
		margin-left:18px;
		margin-top:10px;
		margin-bottom:10px;
		cursor:pointer;
		color:#000;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.subcataliboton:hover{
		font-weight:700;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.active44{
		font-size:16px !important;
		font-weight:900 !important;
	}
	.active42{
		font-weight:900 !important;
	}
	.marasl{
		margin:35px 3px;
		font-weight:700;
		font-size:20px;
		color:#000;
	}
	.coparsi{
		margin:25px 10px 30px;

		font-weight:700;
		color:#000;
	}
	.alicenter{
		margin:0 auto;
		padding:15px 10px;
	}
	@media only screen and (max-width:767px){
		.alidaos{
			margin-top:100px;
		}
		.marasl{
			text-align:left;
		}
		.alidaos img{
			padding:0 25px;
		}
	}
/*fin de aliados*/
/*catalogo*/
	.categ{
		width:20%;
		float:left;
		height:35vh;
		background:no-repeat center center scroll;
		-webkit-background-size:150%;
		-moz-background-size:150%;
		-o-background-size:150%;
		background-size:150%;
		text-align:center;
		padding:30px 25px 10px;
		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		transition:all .5s ease-in-out;
	}
	@media only screen and (max-width:767px){
		.categ{
			width:100%;
			height:auto;
			-webkit-background-size:100%;
			-moz-background-size:100%;
			-o-background-size:100%;
			background-size:100%;
		}
	}
	.back1{
		background-image:url('../img/back1.jpg');
	}
	.back2{
		background-image:url('../img/back2.jpg');
	}
	.back3{
		background-image:url('../img/back3.jpg');
	}
	.back4{
		background-image:url('../img/back4.jpg');
	}
	.back5{
		background-image:url('../img/back5.jpg');
	}
	.back6{
		background-image:url('../img/back6.jpg');
	}
	.back7{
		background-image:url('../img/back7.jpg');
	}
	.back8{
		background-image:url('../img/back8.jpg');
	}
	.back9{
		background-image:url('../img/back9.jpg');
	}
	.back10{
		background-image:url('../img/back10.jpg');
	}
	.categ p{
		font-size:14px;
		font-weight:400;
		color:#fff;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.imglogocat{
		width:50%;
		margin:auto;
		opacity:1;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.linkcateg:hover .categ{
		-webkit-background-size:100%;
		-moz-background-size:100%;
		-o-background-size:100%;
		background-size:100%;
		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		transition:all .5s ease-in-out;
	}
	.categback{
		background:no-repeat center center scroll;

		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
		width:100%;
		height:40vh;
		display:table;
	}
	.backc1{
		background-image:url('../img/fondo_agua.jpg');
	}
	.backc2{
		background-image:url('../img/fondo_bio.jpg');
	}
	.backc3{
		background-image:url('../img/fondo_bosque.jpg');
	}
	.backc4{
		background-image:url('../img/fondo_desarrollo.jpg');
	}
	.backc5{
		background-image:url('../img/fondo_energia.jpg');
	}
	.backc6{
		background-image:url('../img/fondo_finanzas.jpg');
	}
	.backc7{
		background-image:url('../img/fondo_urbana.jpg');
	}
	.backc8{
		background-image:url('../img/fondo_recicla.jpg');
	}
	.backc9{
		background-image:url('../img/fondo_oceanos.jpg');
	}
	.backc10{
		background-image:url('../img/fondo_produc.jpg');
	}
	.titlecategint{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	}
	.tilocateg{
		font-weight:900;
		color:#FFF;
		font-size:30px;
	}
	.tilocateg p{
		margin-bottom:20px;
	}
	.footerboton4,.footerboton4:focus{
		color:#FFF;
		text-decoration:none;
		border:1px solid #FFF;
		padding:5px 25px;
		font-weight:900;
		background-color:transparent;
		line-height:1;
		outline:none;
		outline-offset:0;
	}
	.footerboton4:hover{
		color:#000;
		border-color:#000;
		font-weight:900;
		background-color:#FFF;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.texpaddcateg{
		padding:100px;
		font-weight:300;
		font-size:15px;
		color:#353535;
		text-align:justify;
	}
	.algtitcateg{
		font-weight:700;
		color:#9B9B9B;
		font-size:25px;
		margin:50px 0 40px;
		text-align:center;
	}
	.paddvideocateg{
		padding-left:30px;
		padding-right:30px;
		padding-bottom:60px;
	}
	.paddvideocateg h3{
		font-weight:300;
		margin:25px 0px 5px;
		font-size:14px;
		color:#353535;
		text-transform:uppercase;
	}
	.paddvideocateg p{
		font-weight:300;
		margin:5px 0px;
		font-size:14px;
		color:#353535;
	}
	.paddvideocateg a{
		font-weight:300;
		margin:5px 0px;
		font-size:14px;
		color:#353535;
		text-align:right;
	}
	.textscategs{
		font-weight:400;
		margin:25px 0px 30px;
		font-size:14px;
		color:#353535;
		text-align:center;
		padding:0px 25px;
	}
	.titlescategs{
		font-weight:700;
		margin:10px 0px 30px;
		font-size:25px;
		text-transform:uppercase;
		text-align:center;
		color:#9B9B9B;
	}
	@media only screen and (max-width:1500px){
		.texpaddcateg{
			padding:80px;
		}
	}
	@media only screen and (max-width:1200px){
		.texpaddcateg{
			padding:50px;
		}
	}
	@media only screen and (max-width:1000px){
		.texpaddcateg{
			padding:30px 20px 25px;
		}
	}
	@media only screen and (max-width:860px){
		.texpaddcateg{
			padding:20px 15px 20px;
		}
	}
/*fin de catalogo*/
/*previa*/
	.titlealiados{
		color:#000;
		font-size:25px;
		font-weight:700;
		margin-bottom:30px;
	}
/*fin de previa*/
/*prensa*/
	.toyota{
		font-weight:700;
		color:#000;
		font-size:30px;
		text-align:center;
		margin:15px 0px;
	}
	.tilespresa{
		font-weight:700;
		color:#000;
		font-size:20px;
		margin:10px 0 15px;
		text-align:center;
	}
	.linkpresa{
		font-weight:700;
		color:#9B9B9B;
		font-size:15px;
	}
	.prensatext{
		text-align:justify;
	}
	.backoel{
		background-color:#000;
	}
	.imgcenter33{
		margin:0 auto;
	}
	.backoel h4{
		color:#fff;
		cursor:pointer;
	}
	.backoel h4:hover{
		color:#50996d;
		cursor:pointer;
	}
	.lofransl{
		padding:10px;
	}
	.imgpaislat{
		cursor:pointer;
	}
	.botanopres{
		margin:0px;
		color:#fff;
		cursor:pointer;
	}
	.lsdeudo{
		margin-top:25px;
	}
	.titleprensa2{
		color:#000;
		margin:5px 0px;
		font-size:20px;
	}
	.titleprensa3{
		color:#000;
		margin:5px 0px;
		font-size:15px;
	}
	.lofransl a:hover .titleprensa2{
		font-weight:700;
	}
	.lofransl a:hover .titleprensa3{
		font-weight:700;
	}
	.borderpres{
		padding:5px;
		border:1px solid #729671;
	}
	.panel-body2{
		background-color:#000;
	}
	.panel-title{
		text-align:center;
		color:#000 !important;
	}
/*fin de prensa*/
/*ediciones anteriores*/
	.claseb{
		background-color:#000;
	}
	.master90a{
		margin: 15px 0px;
		font-size: 16px;
		font-weight: 500;
	}
	.tileeds{
		font-weight:700;
		color:#FFF;
		font-size:25px;
	}
	.tileeds span{
		font-size:1.5em;
	}
	.imgciencenter{
		width:100%;
		margin:0 auto;
	}
	.fondaverde{
		background-color:#000;
	}
	.fondaverde3{
		background-color:#000;
		-webkit-background-color:#000;
		-moz-background-color:#000;
		-obackground-color:#000;
		margin-bottom:20px;
	}
	.centertile{
		margin:15px 0px;
		color:#fff; 
		font-weight:700;
	}
	.centertile2{
		margin:15px 0px;
		color:#fff; 
		font-weight:700;
		font-size:24px;
	}
	.centertile2:hover{
		color:#fff; 
		font-size:26px;
	}
	.botontitle{
		color:#fff; 
		font-size:35px;
		z-index: 9999;
		position: relative;
	}
	.botontitle:hover{
		color:#333; 
	}
	.centersection{
		margin:30px 0px;
	}
	.backser{
		background-color:#282828;
		display:table;
		width:100%;
		height:11vw;
		border-radius:50%;
	}
	.backcenter{
		display:table-cell;
		vertical-align:middle;
	}
	.backcenter p{
		font-weight:700;
		color:#fff;
		margin:0;
	}
	.backcenter p span{
		font-size:1.5em;
	}
	.backcat{
		background:center center no-repeat scroll;
		background-size:cover;
		height:32vh;
		display:table;
		overflow:hidden;
	}
	.one{
		text-align:center;
		display:table-cell;
		vertical-align:middle;
		width:100%;
		height:100%;
		z-index:3;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.one hr{
		margin:10px 20px;	

	}
	.one h3{
		color:#fff; 
		font-size:18px;
		font-weight:400;
		margin:10px 0px;
		padding:0px 15px;
	}
	.one img{
		width:50px !important;
	}
	.imgcenter1{
		margin:0 auto;
		border:1px solid transparent;
	}
	.imgdatoscent{
		margin:0 auto;
	}
	.winertitle{
		color:#000;
		font-size:35px;
		font-weight:700;
		margin:25px 0px;
	}
	.winertitle2{
		color:#000; 
		font-size:30px;
		font-weight:700;
		margin:25px 0px;
	}
	.col-xt-5{
		width:20%;
	}
	.two{
		text-align:center;
		opacity:0;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:rgba(25,25,25,0.8);
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.centerproys{
		display:table;
		width:100%;
		height:100%;
	}
	.vercenterproys{
		text-align:center;
		display:table-cell;
		vertical-align:middle;
		padding: 0 15px;
	}
	.vercenterproys h4{
		color:#fff;
		text-transform:uppercase;
		font-size:18px;
		font-weight:700;
		margin:10px 0px 35px;
	}
	.vercenterproys a{
		color:#fff;
		font-size:14px;
		font-weight:700;
		margin:25px 0px;
		border:1px solid #fff;
		padding:10px 13px;
	}
	.vercenterproys a:hover{
		color:#000;
		border:1px solid #000;
	}
	.backcat:hover .one{
		opacity:0.3;
	}
	.backcat:hover .two{
		opacity:1;
	}
	.imgproyect{
		position:relative;
	}
	.minilogocat{
		position:absolute;
		width:20%;
		bottom:0;
		right:0;
		background-color:black;
		z-index:999;
	}
	.micrologocat{
		width:50%;
	}
	.blackgalery{
		background-color:#282828;
		padding:30px 10px;
	}
	.textgalery h3{
		color:#fff;
		margin:10px 0px;
		font-weight:700;
	}
	.textgalery a{
		color:#fff;
		font-weight:700;
	}
	.textgalery a:hover{
		color:#fff;
		color:#000;
	}
	.girlsepa{
		margin-top:30px;
		margin-bottom:45px;
	}
	.nombreproyect{
		color:#fff;
		margin:15px 0px;
		font-weight:700;
		font-size:15px;
		text-transform:uppercase;
	}
	.nombreproyecto2{
		color:#fff;
		margin:15px 0px;
		font-weight:500;
		font-size:13px;
	}
	.nombreproyecto2 span{
		font-weight:700;
	}
	.juradost{
		position:relative;
		overflow:hidden;
	}
	.treer{
		position:relative;
		z-index:3;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.four{
		opacity:0;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:4;
		background-color:rgba(0,36,13,0.9);
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.juradost:hover .treer{
		opacity:0.3;
	}
	.juradost:hover .four{
		opacity:1;
	}
	.centertab{
		display:table;
		width:100%;
		height:100%;
	}
	.centertabver{
		text-align:center;
		display:table-cell;
		vertical-align:middle;
	}
	.centertabver h3{
		color:#fff;
		margin:15px 5px;
		font-weight:600;
		font-size:18px;
	}
	.centertabver h4{
		color:#fff;
		margin:15px 10px;
		font-weight:500;
		font-size:14px;
	}
	.itemproyect{
		padding:5px;
	}
    .itemproyect2{
		padding:5px;
        margin-bottom:10px;
	}
	.imgjugadox{
		width:100%;
		margin:0 auto;
	}
	.titlejurados{
		color:#9B9B9B;
		margin:30px 0px;
		font-weight:600;
		font-size:20px;
	}
	.pruebax{
		text-align:center;
		position:relative;
		width:100%;
		max-width:100%;
	}
	.pruebaimg{
		display:inline-block;
		width:21%;
		margin-bottom:10px;
	}
	.pruebaimg2{
		display:inline-block;
		width:30%;
		margin-bottom:30px;
	}
	.pruebajuga{
		display:inline-block;
		width:20%;
	}
    .pruebajuga2{
		display:inline-block;
		width:30%;
	}
	.separ{
		width:10px;
		height:58px;
		display:inline-block;
		vertical-align:middle;
		margin-bottom:10px;
		padding:0px;
	}
    .separ2{
		width:10px;
		height:0px;
		display:inline-block;
		vertical-align:middle;
		margin-bottom:10px;
		padding:0px;
	}
	.marlop{
		border-right:1px solid #000;
		height:100%;
		margin-right:5px;
	}
	.owl-prev{
		position:absolute;
		left:-3%;
		font-size:30px !important;
		top:40%;
		color:#fff;
	}
	.owl-next{
		position:absolute;
		right:-3%;
		font-size:30px !important;
		top:40%;
		color:#fff;
	}
	@media only screen and (max-width:768px){
		.margisboted{
			margin-bottom:20px;
		}
		.pruebaimg{
			display:inline-block;
			width:45%;
			margin-bottom:10px;
		}
        .pruebaimg2{
			display:inline-block;
			width:25%;
			margin-bottom:30px;
		}
		.separ{
			width:1px;
		}
        .separ2{
			width:1px;
		}
		.marlop{
			border-right:0px solid transparent;
			height:100%;
			margin-right:0px;
		}
		.pruebajuga{
			width:33%;
		}
		.centertabver h3{
			margin:5px;
			font-weight:600;
			font-size:15px;
		}
		.centertabver h4{
			margin:15px;
			font-weight:400;
			font-size:12px;
		}
		
		.centertile2:hover{
		color:#fff; 
		font-size:20px;
	}
	}
	@media only screen and (max-width:550px){
		.pruebajuga{
			width:45%;
		}
		.centertabver h3{
			font-size:15px;
		}
		.centertabver h4{
			display:none;
		}
	}
/*fin de ediciones anteriores*/
/*proyectos*/
	.tophouse{
		width:100%;
		margin:0 auto;
	}
	.sepproyec{
		margin-top:10px;
		margin-bottom:30px;
	}
	.titleproyecto{
		color:#000;
		margin:30px 0px 20px;
		font-weight:600;
		font-size:25px;
		text-transform:uppercase;
		text-align:center;
	}
	.titledescrppro{
		color:#9B9B9B;
		margin:25px 0px;
		font-weight:600;
		font-size:20px;
		text-transform:uppercase;
	}
	.ptextdesr{
		font-size:13px;
		text-align:justify;
		margin-bottom:30px;
	}
	.ptextdesr2{
		font-size:13px;
		text-align:justify;
		margin-bottom:30px;
	}
	.subtitleproyec{
		color:#000;
		margin:10px 0px 10px;
		font-weight:700;
		font-size:16px;
		text-transform:uppercase;
	}
	.subtitleproyec2{
		color:#000;
		margin:10px 0px 10px;
		font-weight:700;
		font-size:14px;
		text-transform:uppercase;
	}


	.informacionproyec{
		color:#9B9B9B;
		font-weight:400;
		font-size:13px;
		text-transform:uppercase;
	}
    .informacionproyec2{
		color:#9B9B9B;
		font-weight:400;
		font-size:17px;
		text-transform:uppercase;
	}
	.informacionproyec h5{
		font-size:13px;
	}
	.loogopais{
		height:100px;
		margin:0 0 0 auto;
	}
	.entresety{
		margin-top:10px;
		margin-bottom:30px;
	}
	.imglogocatproyc{
		margin:0 auto;
		padding:15px;
	}
	.centercatproyc{
		width:100%;
		height:300px;
		background-color:#333;
		margin-top:30px;
	}
    .centercatproyc2{
		width:100%;
		height:150px;
		background-color:#333;
		margin-top:30px;
	}
	.carto2{
		width:100%;
		height:100%;
		display:table;
	}
	.conteincenter{
		text-align:center;
		display:table-cell;
		vertical-align:middle;
	}
	.conteincenter{
		color:#fff;
	}
	.peros{
		height:30px;
		width:100%;
	}
	.nivelasus{
		margin: 10px;
		background-color: #000;
		color: #fff;
		padding: 15px;
		border-radius: 10px;
		font-size: 16px;
		font-weight: 500;
		display: flex;
	}
	.nivelas1{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.nivelas2{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.nivelasus3{
		background-color: #000;
		color: #fff;
		padding: 15px;
		font-size: 16px;
		font-weight: 500;
	}



	@media only screen and (max-width:768px){
		.imglogocatproyc{
			height:100px;
			margin:0 auto;
			padding:0px;

		}
	}
/*fin de proyectos*/
/*top500*/
	.pagination>li>a, .pagination>li>span{
		color:#000;
	}
	.cronos2{
		width:50px;
	}
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
		border-top:1px solid rgba(18, 55, 24, 0.55);
	}
	.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
		background-color:#000;
		border-color:#000;
	}
	.tableranking th{
		text-align:center;
		color:#000;
	}
	.tableranking>tbody>tr>td{
		vertical-align:middle;
		text-align:center;
		color:#000;
	}
	.creddt{
		padding:4px 0px 40px;
	}
	.imglogocat21{
		width:25%;
		margin:auto;
		opacity:1;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.clesa{
		margin:25px 0px;
	}
	.categ2{
		width:20%;
		float:left;
		/*height:35vh;*/
		background:no-repeat center center scroll;
		-webkit-background-size:150%;
		-moz-background-size:150%;
		-o-background-size:150%;
		background-size:150%;
		text-align:center;
		padding:30px 25px 10px;
		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		transition:all .5s ease-in-out;
		border-left: 3px solid #fff;
    border-top: 4px solid #fff;
	}
	@media only screen and (max-width:767px){
		.categ2{
			width:200%;
			height:auto;
			-webkit-background-size:200%;
			-moz-background-size:200%;
			-o-background-size:200%;
			background-size:200%;
		}
		.agg{
			width:200%;
			height:auto;
			-webkit-background-size:200%;
			-moz-background-size:200%;
			-o-background-size:200%;
			background-size:200%;
		}
	}
	.back1{
		background-image:url('../img/back1.jpg');
	}
	.back2{
		background-image:url('../img/back2.jpg');
	}
	.back3{
		background-image:url('../img/back3.jpg');
	}
	.back4{
		background-image:url('../img/back4.jpg');
	}
	.back5{
		background-image:url('../img/back5.jpg');
	}
	.back6{
		background-image:url('../img/back6.jpg');
	}
	.back7{
		background-image:url('../img/back7.jpg');
	}
	.back8{
		background-image:url('../img/back8.jpg');
	}
	.back9{
		background-image:url('../img/back9.jpg');
	}
	.back10{
		background-image:url('../img/back10.jpg');
	}
	.linkcateg:hover .categ2{
		-webkit-background-size:100%;
		-moz-background-size:100%;
		-o-background-size:100%;
		background-size:100%;
		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		transition:all .5s ease-in-out;
	}
	.categ2 p{
		font-size:12px;
		font-weight:400;
		color:#fff;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.categ2 hr{
		margin-top:10px;
		margin-bottom:10px;
	}
	#loader{
		position:fixed;
		background-color:rgba(255,255,255,0.75);
		width:100%;
		height:100vh;
		z-index:99999;
		top:0;
		left:0;
	}
	#loader img{
		right:0;
		left:0;
		margin-right:auto;
		margin-left:auto;
		vertical-align:middle;
		text-align:center;
		width:75px;
		vertical-align:middle;
		margin-top:45vh;
	}
	.centeslous{
		padding:20px 15px 0px;
	}
	.fondaverde2{
		background-color:#000;
		color:#fff;
		padding:10px;
	}
	.tieslos{
		margin:20px 0px;
		font-size:25px;
	}
	.lksieos{
		margin:10px 0px;
	}
	.galsasd{
		font-size:16px;
		font-weight:700;
	}
	.pagination{
		margin:20px 20px;
	}
	.galsasd2{
		font-weight:700;
	}
	.cronos3{
		width:120px;
	}
/*fin de top500*/
/*mapa de sitio*/
	.seomaps{
		column-gap:3em;
		columns:3;
		text-align:center;
	}
/*fin de mapa de sitio*/
/*agenda*/
	.agendax>thead>tr>th{
		border-bottom:3px solid #000;
		text-align:center;
		font-size:20px;
		font-weight:700;
	}
	.agendax>tbody>tr>td{
		border-bottom:2px solid #C2C3C9;
		border-left:2px solid #C2C3C9;
		text-align:left;
		font-size:20px;
		padding:15px;
	}
	.agendax>tbody>tr>.diacenter{
		color:#AEADB3;
		font-size:30px;
		vertical-align:middle;
		text-align:center !important;
		font-weight:900;
		border-left:1px solid transparent;
	}
	.agendax>tbody>tr>.diacenter span{
		font-size:100px;
	}
	.agendax>tbody>tr>.evensr{
		border-left:1px solid transparent;
	}
	.agendax>tbody>.lined{
		border-bottom:3px solid #000;
	}
	.agendax>tbody>tr>td.cleanlol{
		border-bottom:1px solid transparent;
		border-left:1px solid transparent;
	}
	.diatelim{
		font-size:25px;
		color:#000;
		font-weight:500;
		text-align:center;
		margin-top:50px;
		margin-bottom:20px;
	}
	.agenmovil span{
		font-size:23px;
		color:#000;
		font-weight:500;
	}
/*fin de agenda*/
/*guayaquil*/
	.titlegye{
		color:#000;
		font-size:35px;
		font-weight:700;
		margin-bottom:30px;
	}
	.backre1{
		background:url('../img/guayaquil/guayaquil.jpg') no-repeat center center fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.backre11{
		background:url('../img/guayaquil/vestir.jpg') no-repeat center center fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.backre12{
		background:url('../img/guayaquil/hotel.jpg') no-repeat center top fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.backre13{
		background:url('../img/guayaquil/pasear.jpg') no-repeat 100% 100% fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.backre14{
		background:url('../img/guayaquil/web-av.jpg') no-repeat 100% 100% fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.backre15{
		background:url('../img/guayaquil/web-tur.jpg') no-repeat 100% 100% fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.backre2{
		background-color:rgba(255,255,255,0.75);
	}
	.backre31{
		background:no-repeat center center scroll;
        -webkit-background-image: url('../img/guayaquil/back1.jpg');
        -moz-background-image: url('../img/guayaquil/back1.jpg');
        -o-background-image: url('../img/guayaquil/back1.jpg');
        background-image: url('../img/guayaquil/back1.jpg');
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.backre32{
		background:url('../img/guayaquil/back2.jpg') no-repeat center 80% scroll;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.backre33{
		background:url('../img/guayaquil/back3.jpg') no-repeat center center scroll;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.backre34{
		background:url('../img/guayaquil/hotel.jpg') no-repeat center center scroll;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.troya1{
		margin:20px 0px;
		color:#000;
		font-weight:700;
		font-size:35px;
	}
	.troya2{
		margin:30px 0px;
		color:#58585A;
		font-weight:500;
		font-size:27px;
	}
	.rosye{
		display:inline-block;
	}
	.textfrent p{
		text-align:justify;
		padding:0px 20px;
		color:#58585A;
		line-height:1.75;
	}
	.textfrent p:first-child{
		margin-top:70px;
	}
	.emius{
		margin:20px 0px;
	}
	.corjaes{
		margin:25px 0px;
	}
	.retocenter{
		text-align:center !important;
	}
	.btn-game{
		text-align:center;
		width:100%;
		font-size:16px;
		padding:10px 20px;
		margin:0 auto;
		border:2px solid #000;
		border-radius:10px;
		color:#000;
	}
	.btn-game:hover{
		border:2px solid #fff;
		background-color:#000;
		color:#fff;
	}	
	.btn-game2{
		text-align:center;
		width:100%;
		font-size:18px;
		padding:10px 20px;
		margin:0 auto;
		border:2px solid #fff;
		color:#fff;
		border-radius:10px;
	}
	.btn-game2:hover{
		border:2px solid #fff;
		background-color:#fff;
		color:#000;
	}
	.btn-game3{
		text-align:center;
		width:90%;
		display:block;
		font-size:16px;
		padding:10px 20px;
		margin:0 auto;
		border:2px solid #000;
		border-radius:10px;
		color:#000;
	}
	.btn-game3:hover{
		border:2px solid #fff;
		background-color:#000;
		color:#fff;
	}
	.verstirimg{
		margin:0 auto;
		width:100%;
	}
	.estaimg{
		margin:0 auto;
		width:100%;
	}
	.niestext{
		color:#58585A;
		text-align:justify;
		padding:30px 15px;
		margin:0;
	}
	#link_get_widget{
		display:none;
	}
	.imgcenter3{
		margin:0 auto;
	}
	.imgcenter4{
		margin:0 auto;
		padding:15px 10px 40px;
	}
	.grayscale{
		filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		filter:gray;
		-webkit-filter:grayscale(100%);
		-moz-filter:grayscale(100%);
		filter:grayscale(100%);
	}
	.grayscale:hover{
		filter:none;
		-webkit-filter:grayscale(0%);
		-moz-filter:grayscale(0%);
		filter:grayscale(0%);
	}
	.regvester{
		background-color:#000;
		padding:30px 20px;
	}
	.regvester img{
		margin:0 auto;
	}
	.newspasear{
		padding:30px 40px 5px;
		text-align:justify;
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
		-webkit-column-gap:40px;
		-moz-column-gap:40px;
		column-gap:40px;
	}
	.connewtes{
		text-align:justify;
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
		-webkit-column-gap:40px;
		-moz-column-gap:40px;
		column-gap:40px;
		padding-left:20px;
		color:#AEADB3;
	}
	.connewtes2{
		text-align:justify;
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
		-webkit-column-gap:40px;
		-moz-column-gap:40px;
		column-gap:40px;
		padding-right:20px;
		color:#AEADB3;
	}
	.connewtes3{
		text-align:justify;
		padding-left:100px;
		font-size:16px;
		color:#000;
	}
	.connewtes4{
		color:#000;
	}
	.connewtes5{
		font-size:18px;
	}
	.gras22{
		height:35px;
		vertical-align:middle;
		margin-top:-3px;
	}
	.empleola{
		background-color:#000;
		margin:0;
		padding:10px 10px 5px;
		color:#fff;
	}
	.quioto{
		border-bottom:2px solid #000;
	}
	.imdjues{
		width:100%;
		margin:0 auto;
	}
	.coltilepasear{
		background-color:#000;
	}
	.coltilepasear h3{
		color:#FFF;
		text-align:center;
	}
	.comerdivcenter .col-xs-12{
		padding:10px 10px;
	}
	.visitardivcenter .col-xs-12{
		padding:10px 10px;
	}
	.habithotel{
		width:100%;
	}
	.habithotel>thead>tr>th{
		background-color:#000;
		color:#fff;
		text-align:center;
		font-size:20px;
		font-weight:500;
	}
	.habithotel>tbody>tr>td{
		vertical-align:middle !important;
		background-color:#E7E7E8;
		color:#58585A;
		border-top:2px solid #818284 !important;
	}
	.secenterti{
		color:#58585A;
		text-align:center;
	}
	.habithotel>tbody>tr>td.notaxtabl{
		background-color:#818284;
		text-align:center;
		color:#fff;
		text-align:center;
		font-size:20px;
	}
	.toptextohot{
		padding:20px;
		margin:0;
	}
	.recontratile{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		z-index:99;
		text-align:center;
		color:#fff;
		text-shadow:1px 1px 2px rgba(0, 0, 0, 1);
		margin:10px 0px;
	}
	.recontratile1{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		z-index:99;
		text-align:center;
		color:#fff;
		font-size:30px;
		font-weight:900;
		text-shadow:1px 1px 2px rgba(0, 0, 0, 1);
		margin:10px 0px;	
	}
	.vestirdores{
		color:#000;
		margin:20px 0px;
		text-transform:uppercase;
	}
	.vestirdores2{
		color:#000;
		margin:20px 0px;
	}
	.centpla{
		text-align:right;
		color:#333;
		font-size:13px;
	}
	@media only screen and (max-width:767px){
		.backre1{
			background: no-repeat center center fixed; background:url('../img/guayaquil/guayaquil_movil.jpg');
            -webkit-background:url('../img/guayaquil/guayaquil_movil.jpg');
            -moz-background:url('../img/guayaquil/guayaquil_movil.jpg');
            -o-background:url('../img/guayaquil/guayaquil_movil.jpg');
			-webkit-background-size:cover;
			-moz-background-size:cover;
			-o-background-size:cover;
			background-size:cover;
		}
		.backre11{
			background:no-repeat center center fixed;
            background:url('../img/guayaquil/vestir_movil.jpg');
            -webkit-background:url('../img/guayaquil/vestir_movil.jpg');
            -moz-background:url('../img/guayaquil/vestir_movil.jpg');
            -o-background:url('../img/guayaquil/vestir_movil.jpg');
			-webkit-background-size:cover;
			-moz-background-size:cover;
			-o-background-size:cover;
			background-size:cover;
		}
		.backre12{
			background:no-repeat center center fixed;
            background:url('../img/guayaquil/hotel_movil.jpg');
            -webkit-background:url('../img/guayaquil/hotel_movil.jpg');
            -moz-background:url('../img/guayaquil/hotel_movil.jpg');
            -o-background:url('../img/guayaquil/hotel_movil.jpg');
			-webkit-background-size:cover;
			-moz-background-size:cover;
			-o-background-size:cover;
			background-size:cover;
		}
		.backre13{
			background:no-repeat center center fixed;
            background:url('../img/guayaquil/pasear_movil.jpg');
            -webkit-background:url('../img/guayaquil/pasear_movil.jpg');
            -moz-background:url('../img/guayaquil/pasear_movil.jpg');
            -o-background:url('../img/guayaquil/pasear_movil.jpg');
			-webkit-background-size:cover;
			-moz-background-size:cover;
			-o-background-size:cover;
			background-size:cover;
		}
		.backre31{
			background:none;
		}
		.backre32{
			background:none;
		}
		.backre33{
			background:none;
		}
		.backre34{
			background:none;
		}
		.troya1{
			margin:40px 0px;
			color:#000;
			font-weight:700;
			font-size:25px;
		}
		.troya2{
			margin:50px 0px;
			color:#58585A;
			font-weight:400;
			font-size:22px;
		}
		.imgcenter3{
			padding:5px 15px;
		}
		.emius{
			text-align:center;
		}
		.troya4{
			text-align:center;
		}
		.newspasear{
			padding:15px 15px;
		}
		.newspasear{
			-webkit-column-count:1;
			-moz-column-count:1;
			column-count:1;
		}
		.connewtes{
			-webkit-column-count:1;
			-moz-column-count:1;
			column-count:1;
			padding:20px 10px;

		}
		.connewtes2{
			-webkit-column-count:1;
			-moz-column-count:1;
			column-count:1;
			padding:20px 10px;
		}
		.connewtes3{
			-webkit-column-count:1;
			-moz-column-count:1;
			column-count:1;
			padding:20px 10px;
		}
		.centertileMovil{
			font-size:20px;
		}
	}
	@media only screen and (max-width:400px){
		.titlegye{
			font-size:25px;
		}
		.rosye{
			width:50px;
		}
	}
/*fin de guayaquil*/
/*evento*/
	.ofeswar{
		background-color:#878787;
		color:#fff;
	}
	.twob17{
		padding:70px 20px;
	}
	.imgevens{
		width:100%;
		margin:0 auto;
	}
	.centerefect{
		overflow:hidden;
	}
	.felmi{
		position:absolute;
		width:100%;
		bottom:0px;
		text-align:center;
		background:rgba(0,72,26,.75);
		display:flex;
		align-items:center;
		justify-content:center;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.felmi1-1{
		text-align:right;
		align-items:right;
		justify-content:right;
	}
	.felmi1-2{
		text-align:left;
		align-items:left;
		justify-content:left;
	}
	.felmi img{
		width:90%;
		margin:0 auto;
		padding-top:10px;
	}
	.felmi h3{
		color:#fff;
		margin:10px 0px;
	}
	.felmi h3 span{
		font-weight:300;
	}
	.v2lanche:hover .felmi{
		height:100%;
		background-color:rgba(0,72,26,.75);
		-webkit-animation:eventos .5s;
		-moz-animation:eventos .5s;
		animation:eventos .5s;
		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		transition:all .5s ease-in-out;
	}
	@keyframes eventos{from{height:auto;}to{height:100%;}}
	@-moz-keyframes eventos{from{height:auto;}to{height:100%;}}
	@-webkit-keyframes eventos{from{height:auto;}to{height:100%;}}
	
	/*Felmi 2 parar imagenes del home en la parte superior*/
	.felmi2{
		position:absolute;
		width:100%;
		bottom:100%;
		background:rgba(0,72,26,.75);
		display:flex;
		align-items:center;
		justify-content:center;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;	
		transform: translateY(100%);
	}	
	.felmi2-1{
		text-align:left;
		align-items:left;
		justify-content:left;
	}
	.felmi2-2{
		text-align:right;
		align-items:right;
		justify-content:right;	
	}
	.felmi2 img{
		width:90%;
		margin:0 auto;
		padding-top:10px;
	}
	.felmi2 h3{
		color:#fff;
		margin:10px 0px;
	}
	.felmi2 h3 span{
		font-weight:300;
	}
	.v2lanche:hover .felmi2{
		height:100%;
		background-color:rgba(0,72,26,.75);
		-webkit-animation:eventos .5s;
		-moz-animation:eventos .5s;
		animation:eventos .5s;
		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		transition:all .5s ease-in-out;
	}
	@keyframes eventos{from{height:auto;}to{height:100%;}}
	@-moz-keyframes eventos{from{height:auto;}to{height:100%;}}
	@-webkit-keyframes eventos{from{height:auto;}to{height:100%;}}
	
	/*Felmi 3 parar imagen principal del home en la parte superior*/
	.felmi3{
		position:absolute;
		width:100%;
		bottom:100%;
		background:rgba(0,72,26,.75);
		display:flex;
		align-items:center;
		justify-content:center;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;	
		transform: translateY(100%);
	}
	.felmi3 img{
		width:90%;
		margin:0 auto;
		padding-top:10px;
	}
	.felmi3 h3{
		color:#fff;
		margin:10px 0px;
	}
	.felmi3 h3 span{
		font-weight:300;
	}
	.v2lanche:hover .felmi3{
		height:100%;
		background-color:rgba(0,72,26,.75);
		-webkit-animation:eventos .5s;
		-moz-animation:eventos .5s;
		animation:eventos .5s;
		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		transition:all .5s ease-in-out;
	}
	@keyframes eventos{from{height:auto;}to{height:100%;}}
	@-moz-keyframes eventos{from{height:auto;}to{height:100%;}}
	@-webkit-keyframes eventos{from{height:auto;}to{height:100%;}}
	
	.filas-rows-mayores{
		height:50px;
	}
	
	.tectdowncount{
		display:block;
		width:100%;
		margin-top:2px;
	}
	.codw1{
		display:inline-block;
	}
	.codw1 p{
		font-weight:500;
		font-size:40px;
		color:#9B9B9B;
		text-align:center;
		margin:5px 0px 2px;
	}
	.codw1 h5{
		font-size:20px;
		font-weight:300;
		color:#9B9B9B;
		text-align:center;
		margin:-5px 0px;
	}
	.codw2{
		display:inline-block;
	}
	.codw2 p{
		font-weight:300;
		font-size:25px;
		color:#9B9B9B;
		text-align:center;
		margin:0px 0px 0px;
	}
	.codw2 h5{
		font-weight:300;
		font-size:15px;
		color:#9B9B9B;
		text-align:center;
		margin:-2px 0px;
	}
    .uclock{
		font-weight: 400;
		font-size: 12px;
		color: #9B9B9B;
		text-align: center;
		margin: 3px 0px 0px;
	}
	.codw3{
		display:inline-block;
	}
	.codw3 p{
		font-weight:300;
		font-size:25px;
		color:#FFF;
		text-align:center;
		margin:0px 0px 0px;
	}
	.codw3 h5{
		font-weight:300;
		font-size:15px;
		color:#FFF;
		text-align:center;
		margin:-2px 0px;
	}
    .uclock2{
		font-weight: 400;
		font-size: 12px;
		color: #FFF;
		text-align: center;
		margin: 3px 0px 0px;
	}
	.centersepar{
		display:inline-block;
		width:10px;
	}
	.contarcenter h3{
		color:#9B9B9B;
		font-size:20px;
	}
	.listalinks{
		margin:10px 0px;
        text-align: center;
	}
	.corjaes2{
		margin:10px 0px;
	}
	.b17avi{
		background-color:#000;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.master1a{
		margin:40px 0px;
		color:#fff;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.master2a:hover .master1a{
		color:#000;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.master2a:hover .b17avi{
		background-color:#fff;
		-webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
	}
	.corjaes3{
		margin:25px 0px 35px;
	}
	.master1b{
		margin:30px 0px 20px;
		color:#fff;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.master1c{
		margin:40px 0px;
		color:#000;
		text-align:center;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.master3b{
		text-align:justify;
		margin:10px 25px 10px;
	}
	.master33b{
		text-align:center;
		margin:10px 25px 10px;
	}
	.number1a{
		display:block;
		position:fixed;
		z-index:99999;
		top:0;
		right:10%;
		text-align: center;
	}
	.number2a{
		display:block;
		position:absolute;
		z-index:99999;
		top:0;
		right:10%;
		text-align: center;
	}
	.master4a{
		text-align:center;
		font-size:25px;
		color:#000;
		margin:15px 0px;
	}
	.master4b{
		text-align:justify;
		margin:15px 0px;
	}
	.master4c{
		text-align:right;
		font-size:25px;
		color:#000;
		margin:15px 0px;
	}
	.master4d{
		text-align:justify;
		margin:15px 0px;
	}
	.master4e{
		text-align:justify;
		margin:15px 0px;
		font-size: 19px;
	}
	.master4f{
		text-align:justify;
		margin:20px 10px;
		font-size: 15px;
	}
	.master5a{
		overflow:hidden;
		position:relative;
	}
	.master5h{
		position:absolute;
		bottom:-100px;
		width:100%;
		height:100%;
		background-color:rgba(0,72,26,.75);
		display:table;
	}
	.corjaes20{
		margin:25px 0px;
		vertical-align:middle;
		display:table-cell;
	}
	.btn-game20{
		text-align:center;
		font-size:18px;
		padding:10px 20px;
		margin:15px 0px;
		border:2px solid #fff;
		color:#fff;
		border-radius:10px;
		display:inline-block;
		vertical-align:middle;
	}
	.btn-game20:hover{
		border:2px solid #fff;
		background-color:#fff;
		color:#000;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	}
	.master5a:hover .master5h{
		bottom:-0px;
		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		transition:all .5s ease-in-out;
	}
	.master8a{
		text-align:center;
		font-size:25px;
		color:#000;
		margin:0px 0px 5px;
	}
	.master8p{
		text-align:justify;
		margin:0px 0px 0px;
	}
	.mtable1{
		border:1px solid #C2C3CA;
	}
	.mtable1>tbody>tr>td, .mtable1>tbody>tr>th, .mtable1>tfoot>tr>td, .mtable1>tfoot>tr>th, .mtable1>thead>tr>td, .mtable1>thead>tr>th{
		border:1px solid #C2C3CA;
		vertical-align: middle;
		text-align: center;
	}
	.mtable2{
		background-color:#706F6F;
		text-align:center;
		font-size:25px;
		font-weight:700;
		color:#fff;
	}
	.mtable2>td{
		border-bottom:1px solid #706F6F !important;
	}
	.mtable3{
		background-color:#000;
		text-align:center;
		font-size:25px;
		font-weight:700;
		color:#fff;
		border-top:1px solid #000;
	}
	.mtable4{
		width:35%;
		text-align:center;
		font-weight:500;
	}
	.master9b{
		background-color:#000;
	}
	.master9z{
		text-align:center;
		font-size:25px;
		color:#fff;
		margin:0px 0px 15px;
	}
	.master9y{
		text-align:justify;
		color:#fff;
		margin:0px 50px 5px;
	}
	.master5z{
		background: no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
	}
	.master5z:focus{
		outline: none;
	}
	.master5y{
		text-align: left;
		color: #000;
		margin: 20px 0px;
	}
	.master5t{
		padding: 7px;
	}
	.master5x{
		background-color: rgba(0,0,0,0.5);
		border-radius: 15px;
		border: 1px solid #444;
		padding: 7px;
        min-height: 45vh;
	}
	.master5xx{
		background-color: rgba(0,0,0,0.5);
		border-radius: 15px;
		border: 1px solid #444;
		padding: 7px;
	}
	.master5w{
		padding: 25px;
	}
	.master5v{
		text-align: center;
		color: #fff;
		font-weight: 300;
		font-size: 18px;
		margin: 10px 0px;
	}
	.master5u{
		color: #fff;
		font-weight: 300;
		font-size: 13px;
		margin: 10px 0px;
	}
	.master1i{
		font-size: 20px;
		font-weight: 400;
		color: #9B9B9B;
		text-align: center;
		margin: 5px 0px 2px;
	}
	.imgtestlol{
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 30%;
	}
	.imgtestlol2{
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 100px;
	}
	.imgtestlol3{
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 80px;
	}
	.ir-arriba {
		display:none;
		padding: 4px 12px;
		background: rgba(0,0,0,0.5);
		font-size: 27px;
		color:#fff;
		cursor:pointer;
		position: fixed;
		bottom:20px;
		right:20px;
	}
	@media only screen and (max-width:767px){
		.master8a{
			margin:20px 0px 5px;
		}
		.master8p{
			margin:0px 0px 20px;
		}
		.master5h{
			bottom:-0px !important;
		}
		.master9z{
			margin:25px 0px 15px;
		}
	}
/*fin de evento*/
/*live*/
	.master1btn{
		width: 100%;
		height: 60px;
		position: relative;
		text-align: center;
	}
	.master2btn{
		width: 50%;
		position: relative;
		float: left;
	}
	.master2btn h3{
		margin-top: 10px;
		margin-bottom: 10px;
		color:#FFF;
	}
	.master3btn{
		width: 50%;
		position: relative;
		float: left;
	}
	.master3btn h3{
		margin-top: 10px;
		margin-bottom: 10px;
		color:#FFF;
	}
	.desactivx{
		background-color: #8EB49C;
		cursor: pointer;
	}
	.activx{
		background-color: #000;
		cursor: auto;
	}
	.master4btn{
		width: 100%;
		position: relative;
		float: left;
		background-color: #000;
	}
	.master4btn h3{
		margin-top: 10px;
		margin-bottom: 10px;
		color:#FFF;
	}
	.master10plv h1{
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin: 30px 0px;
	}
	.master10plv h1:first-child{
		color: #000;
		margin: 20px 0px;
		font-size: 35px;
	}
	.master10plv h2{
		color: #000;
		font-size: 40px;
		font-weight: 700;
		margin: 40px 0px;
	}
	.corjaes63{
		margin:40px 0px 50px;
	}
	.master40b{
		margin:10px 0px;
	}
/*fin de live*/
/*picht*/
	.paraguay{
		width: 33%;
		background-color: #333;
		display: inline-block;
		text-align: center;
		cursor: pointer;
	}
	.paraguay:last-child{
		width: 34%;
	}
	.paraguay h3{
		color:#FFF;
		margin: 25px 0px; 
		font-weight: 700;
	}
	.uruguay{
		width: 50%;
		background-color: #333;
		display: inline-block;
		text-align: center;
		cursor: pointer;
	}
	.uruguay h4{
		color:#FFF;
		margin: 20px 0px; 
		font-weight: 700;
	}
	.argentina{
		width: 100%;
		background-color: #333;
		display: inline-block;
		text-align: center;
		cursor: pointer;
	}
	.argentina h4{
		color:#FFF;
		margin: 20px 0px; 
		font-weight: 700;
	}
	.master31k{
		margin-bottom:20px;
		margin-top:20px;
	}
	.masteract{
		background-color: #000;
	}
	.master40a p{
		font-size: 16px;
		font-weight: 500;
	}
	.master41a{
		width:30px;
	}
	.centermap{
		margin: 0 auto;
	}
	.caracas1{
		background-color: #000 !important;
		border: 0px solid transparent !important;
		color: #FFF !important;
		font-weight: 700 !important;
	}
	.caracas2{
		background-color: #000 !important;
		border: 0px solid transparent !important;
		color: #FFF !important;
		font-weight: 700 !important;
		width: 125px;
	}
	.caracas3{
		background-color: #333 !important;
		border: 0px solid transparent !important;
		color: #FFF !important;
		font-weight: 700 !important;
		width: 125px;
	}
	.caracas4{
		background-color: rgba(31,99,1,.2) !important;
	}
	@media only screen and (max-width:767px){
		.paraguay{
			width: 100%;
		}
		.paraguay:last-child{
			width: 100%;
		}
		.paraguay h3{
			margin: 15px 0px; 
		}
		.uruguay{
			width: 100%;
		}
	}
/*fin de picht*/

/*Concurso*/

.panel-heading-concurso {
    /*border: 5px solid transparent;*/
    border-bottom: 5px solid transparent;
    border-color: rgba(0, 91, 33, 0.61);
}

.panel-body-concurso {
    padding: 15px;
    border: 1px solid transparent;
    border-color: #000;
    margin-top: -1px;
	text-align: center;
	border-top: 5px solid transparent;
	border-top-color: rgba(0, 91, 33, 0.61);
	/*font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;*/
}

.img-concurso {
	/*width: 100%;*/
    height: 180px;
    max-width: 100%;
}

.panel-footer-concurso {
    padding: 10px 15px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: -40px;
    z-index: 1;
    text-align: center;
}

.price {
    position: absolute;
	background: #3c763d;
    border-radius: 100%;
    height: 90px;
    width: 90px;
    text-align: center;
	top: 140px;
    left: 0;
    right: 0;
    margin: auto;
	box-shadow: 0 0 0 7px rgba(0, 91, 33, 0.45);
	font-weight: bold;
}

.price .amount {
    margin-top: 18px;
    font-size: 18px;
    display: block;
    line-height: 24px;
	font-weight: bold;
	color: white;
}

.price .period {
    color: rgba(62, 68, 77, 0.5);
    font-size: 12px;
    display: block;
	font-weight: bold;
	color: #9b9b9b;
}

.btn-concurso {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.text-concurso{
	margin: 20px 20px 20px;
    font-size: 11.5px;
    text-align: justify;
    font-style: italic;
	color: #000;
}
.titulo-item-concurso{
	margin-top: 37px;
	text-transform: uppercase;
	color: #005B00;
	height: 35px;
}
.marco-concurso{
	border-top: 5px solid transparent;
	border-top-color: rgba(0, 91, 33, 0.61);
}
.voto-concurso{
	float: right;
    margin-top: -100px;
    color: #777;
    font-weight: bold;
	margin-right: 20px;
}

@media (min-width: 992px) {
	/*.panel-body-concurso {
		height: 410px;
	}
	.panel-footer-concurso {
		margin-top: -50px;
	}*/
	.price{
		top: 160px;
	}
}

.ptextdesr-concurso {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px;
}

@media only screen and (max-width:600px){
	.titulo-concurso{
		font-size: 16px;
	}
}

/*Menu*/
#navbarResponsive{
		display:none;
	}
#mainNav {
	background-color: black;
  }
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #000;
    font-family: 'Avenir'; }
  #mainNav .navbar-brand {
    color: #fed136;
    font-family: 'Avenir'}
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #fec503; }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Avenir'; }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #00ff00; 
	  font-weight: bold;
	}

@media (min-width: 992px) {
	.menuIcono{
		display:none;
	}
  #mainNav {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
     /*background-color: transparent; */
	 background-color: black;
	}
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 0.7em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: white; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0; } }
		
	.navbar {
    display: none;
  }
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 0px;
  width: 100%;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
	.navbar {
		 border-radius: 0px !important;}
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: red;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

h2.center-brisa{
		margin:1px 0px;
		color:#fff; 
		font-size:80px;
		font-family: Avenir;
}
h1.titulo-nosotros{
		color:#000;
		text-align:center;
		font-weight:700;
		font-size:70px;
		margin:0;
		font-family: Avenir;
}
p.terry-nosotros{
		padding:50px 15px;
		text-align:center;
		font-size:25px;
		background:#000;
		color:#FFF;		
		border: 0px solid #000000;
		border-radius: 31px 31px 31px 31px;
		-moz-border-radius: 31px 31px 31px 31px;
		-webkit-border-radius: 31px 31px 31px 31px;
	}
h4.parrafo-nosotros{
		padding:50px 15px;
		text-align:center;
		font-size:20px;
}
body.premios-marca:after{
	content: "Premios Latinoamérica Verde"; 
	font-size: 10em;
	font-family: Avenir;  
	color: rgba(127, 127, 127);
	z-index: -7;
	 
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  position: fixed;
	  top: 9;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  opacity:0.3;
		
	  -webkit-pointer-events: none;
	  -moz-pointer-events: none;
	  -ms-pointer-events: none;
	  -o-pointer-events: none;
	  pointer-events: none;

	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  -o-user-select: none;
	  user-select: none;
	  width:100%;
	  text-align:center;
}
.centerefecthome{
		/*overflow:hidden;
		padding-right: .2rem;
		padding-left: .2rem;*/
		border: 2px solid white;
	}
h2.center-brisa-rank{
		margin:1px 0px;
		color:#fff; 
		font-size:70px;
		font-family: Avenir;
}
.img-5 {
	border: 10px solid white;
    float: left;
    width: 20%;

}
.titlecate{
	color:#000;
	font-size:25px;
	font-weight:700;
	margin-bottom:30px;
}
/* codigo ariel*/
.evolucionHome {
	background-image: url(../home/bgnuevos-03.png);
	background-size: cover;
	height: 482px;
	background-repeat: no-repeat;
	width: 100%;
	background-position: top;
}
.titulos {
	display: block;
	position: relative;
	font-size: 130px;
	font-weight: 800;
	bottom: -145px;
	color: #ffffff;
	font-family: Avenir;
	text-align: center;
}
.categoriasFondo {
	background-image: url(../home/homepage-categorias-texto.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
}
.tituloCategoria {
	position: relative;
	right: 180px;
	display: block;
	float: right;
	/* bottom: -400px; */
	font-size: 100px;
	margin-top: -8px;
}
span.subtituloCategoria {
	-webkit-text-stroke: 4px #134d16;
	color: transparent;
	font-size: 190px;

	font-family: Avenir;
}
span.subtituloCategoria2 {
    -webkit-text-stroke: 4px #134d16;
    color: transparent;
    font-size: 190px;
    float: right;
		margin-top: -80px;
		font-family: Avenir;
}
.listaCategorias table tr td {
	/* margin-right: 15px; */
	display: inline-block;
	margin-top: 35px;
	text-align: center;
}
.listaCategorias {
	/* width: 515px; */
	margin-top: -255px;
	margin-left: 125px;
}
.beneficiosHome {
	background-image: url(../home/bgnuevos-02.png);
	background-size: cover;
	height: 1940px;
	background-repeat: no-repeat;
	width: 100%;
	background-position: top;
}
.titulosBeneficios {
	display: block;
	position: relative;
	font-size: 155px;
	font-weight: 800;
	bottom: 395px;
	color: #ffffff;
	left: 0px;
	text-align: center;
	font-family: Avenir;
	/* margin-top: -91px; */
}
.contenedorBeneficios {
    width: 70%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.contenidoBeneficios {
	width: 100%;
	text-align: justify;
	margin: 0 auto;
	color: #fff;
	position: relative;
	bottom: 405px;
	font-family: Avenir;
	line-height: 1.2;
}
.contenidoBeneficios p{
	font-size: 18px;
}
.contenidoBeneficios span {
	margin-top: -20px;
	display: block;
	font-size: 18px;
}
.contenidoBeneficios h3 {
	color: #8BC34A;
	font-weight: 800;
	font-size: 34px;
	font-family: Avenir;
}
.fondoBeneficios {
	top: 110px;
	background-image: url(../home/beneficiostexto.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	background-position: top;
	position: relative;
	background-size: cover;
}
.contenedorAliadoTexto {
	display: block;
	margin-top: -480px;
}
.aliadosHome {
	background-image: url(../home/aliadostexto.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 595px;
	background-position: center;
	background-size: contain;
	margin-top: -875px;
}
.exitoHome {
	background-image: url(../home/exitotexto.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 495px;
	background-position: center;
	background-size: contain;
	margin-top: -150px;
}
.eventosHome {
	background-image: url(../home/eventotexto.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 450px;
	background-position: center;
	background-size: contain;
}
.titulosAliados {
	display: block;
	position: relative;
	font-size: 120px;
	font-weight: 800;
	bottom: -225px;
	color: #006837;
	/* left: 50px; */
	text-align: center;
	font-family: Avenir;
}
.titulosExito {
    display: block;
    position: relative;
    bottom: -190px;
   
  left: 50px; 
    text-align: center;
}
.titulosExito .the{
	 color: #8BC34A;
	font-size:60px;
	font-family: Avenir;
	}
.titulosExito .sthe{
	font-size:135px;
	 color: #006837;
	 font-weight:800;
	 line-height: 1;
	 font-family: Avenir;
	}
	.tituloEventos {
    text-align: center;
    position: relative;
    bottom: -260px;
}
.masinfoHome{
 background-image: url(../home/Homepage-3.png);
    background-size: cover;
	/*height: 1350px;*/
	height: 220px;
    background-repeat: no-repeat;
    width: 80%;
    background-position: top;	
}
.titulosMasinfo {
	margin-top: 27%;
	display: block;
	position: relative;
	font-size: 32px;
	font-weight: 800;
	bottom: 415px;
	color: #ffffff;
	left: 75px;
	font-family: Avenir;
}
.contenedorMasinfo{
	 width: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
	}
	.contenidoMasinfo {
    width: 100%;
    text-align: justify;
    margin: 0 auto;
    color: #fff;
    position: relative;
    bottom: 275px;
    font-size: 30px;
    font-family: Avenir;
}
	
.contenidoMasinfo p {
    padding: 0 !important;
    margin: 0;
}
.fondoMasinfo {
	/*top: -30px;*/
	top: -20px;
	/*background-image: url(../home/masinfotexto.png);*/
	background-repeat: no-repeat;
	width: 50%;
	/*height: 600px;*/
	height: 200px;
	background-position: top;
	position: relative;
	background-size: cover;
}

@media (max-width: 767px) {
	.footer {
		background-image: url('../img/home/barrita.png');
	}
  }


.titulos_new{
	font-family:'Avenir';
}

.parrafos_new{
	font-family:'Avenir';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family:'ChronicleDisplay' !important;
}
/*PARA MENU NUEVO DISENIO*/
.btn_aula{
	padding: 1rem 3rem; 
    color: white;
    padding: 0.4rem 2.5rem;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    letter-spacing: 1px;
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important;
}

.div_aul{
	border-radius: 100px;
    background: none;
	border: 2px solid #00ff00;
	transition: all .3s ease-in-out;
}
.div_aul:hover{
	border: 2px solid #00FF00;
    background: #00FF00;
}
.btn_aula > a:hover{
    color: white;
}

.nav-item{
	align-self: center;
}

.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}

.pt-3, .py-3 {
    padding-top: 1rem!important;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}

.mt-4, .my-4 {
    margin-top: 2.5rem!important;
}

.d-inline-block {
    display: inline-block!important;
}

.t_center{
	text-align: center;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.p-0 {
    padding: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0!important;
}

.cid-s52c8bingy {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.pl-0, .px-0 {
    padding-left: 0!important;
}

@media (min-width: 992px){
	.media-container-row {
		flex-wrap: nowrap;
	}
}


.text-black-50 {
    color: rgba(0,0,0,.5)!important;
}

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

@media (min-width: 768px){
	.float-md-right {
		float: right!important;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.d-md-block {
		display: block !important;
	}

	.float-md-left {
		float: left!important;
	}
}


.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}

.pt-2, .py-2 {
    padding-top: .5rem!important;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.pr-0, .px-0 {
    padding-right: 0!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
	justify-content: center!important;
	-webkit-justify-content: center;
}

.mr-3, .mx-3 {
    margin-right: 1rem!important;
}

img {
    vertical-align: middle;
    border-style: none;
}

a{
	font-weight: 400;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}


.btn_aula_2{
    padding: 0.4rem 4.2rem;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    letter-spacing: 1px;
    padding-bottom: 1.2rem !important;
	padding-top: 1.2rem !important;
	color:#000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.h1_big{
	font-size: 50px !important;
	font-weight: bold;
}

.btn-black-st{
	letter-spacing: 1px;
	cursor: pointer;
    background-color:white;
    color: #000;
	padding: 10px;
	border-radius: 100px;
	border: 2px solid #00ff00;
	transition: all .3s ease-in-out;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-weight: bold;
}

.btn-black-st:hover{
	font-weight: 800;
	cursor: pointer;
    background-color:#00ff00;
    color: black;
	padding: 10px;
	border-radius: 100px;
	border: 2px solid #00ff00;
	transition: all .3s ease-in-out;
}

.btn-black-st:focus{
	font-weight: 800;
	cursor: pointer;
    background-color:#00ff00;
    color: black;
	padding: 10px;
	border-radius: 100px;
	border: 2px solid #00ff00;
	transition: all .3s ease-in-out;
}

.btn-black-st:active{
	font-weight: 800;
	cursor: pointer;
    background-color:#00ff00;
    color: black;
	padding: 10px;
	border-radius: 100px;
	border: 2px solid #00ff00;
	transition: all .3s ease-in-out;
}

.input_azul{
	border: 3px solid #0000ff !important;
	border-left: 0px solid transparent !important;
	border-right: 0px solid transparent !important;
	border-bottom: 0px solid transparent !important;
	height: 70px !important;
}

.input_azul2{
	border: 3px solid #0000ff !important;
	border-left: 0px solid white !important;
	border-right: 0px solid white !important;
	height: 70px !important;
}

.btn_azul{
	border: 3px solid #0000ff !important;
	border-left: 0px solid white !important;
	border-right: 0px solid white !important;
	border-top: 0px solid white !important;
	background: white;
	width: auto !important;
	font-weight:bold;
}

.cid-s52byZHb01 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #000000;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cid-s52byZHb01 H2 {
    text-align: center;
    color: #ffffff;
}

.display-2 {
    font-size: 5rem;
    font-display: swap;
}

.input_black {
    background: transparent !important;
    border: 2px solid white !important;
    border-right: 1px solid white !important;
}

.btn_black {
    color: white !important;
    background: transparent !important;
    border: 2px solid white;
    border-left: 2px solid white !important;
    cursor: pointer;
    font-size: 18px;
}


.pbx-5, .pyx-5 {
    padding-bottom: 5rem!important;
}

.ptx-5, .pyx-5 {
    padding-top: 5rem!important;
}