@CHARSET "ISO-8859-1";

@font-face
{
	font-family: 'Modern20';
  	src: url('../../fonts/modern20/Modern-Regular.eot') format('eot'),
		url('../../fonts/modern20/Modern-Regular.woff') format('woff'),
		url('../../fonts/modern20/Modern-Regular.ttf') format('truetype'),
		url('../../fonts/modern20/Modern-Regular.svg') format('svg');
}

@font-face
{
	font-family: 'Traveling';
  	src: url('../../fonts/TravelingTypewriter/TravelingTypewriter.eot') format('eot'),
		url('../../fonts/TravelingTypewriter/TravelingTypewriter.woff') format('woff'),
		url('../../fonts/TravelingTypewriter/TravelingTypewriter.ttf') format('truetype'),
		url('../../fonts/TravelingTypewriter/TravelingTypewriter.svg') format('svg');
}

@font-face
{
	font-family: 'Raleway';
  	src: url('../../fonts/Raleway-ExtraBold/Raleway-ExtraBold.eot') format('eot'),
		url('../../fonts/Raleway-ExtraBold/Raleway-ExtraBold.woff') format('woff'),
		url('../../fonts/Raleway-ExtraBold/Raleway-ExtraBold.ttf') format('truetype'),
		url('../../fonts/Raleway-ExtraBold/Raleway-ExtraBold.svg') format('svg');
}

@font-face
{
	font-family: 'AvenidaLetPlain';
  	src: url('../../fonts/AvenidaLetPlain.eot') format('eot'),
		url('../../fonts/AvenidaLetPlain.woff') format('woff'),
		url('../../fonts/AvenidaLetPlain.ttf') format('truetype'),
		url('../../fonts/AvenidaLetPlain.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face
{
	font-family: 'PTSans';
  	src: url('../../fonts/PTSans-Regular.eot') format('eot'),
		url('../../fonts/PTSans-Regular.woff') format('woff'),
		url('../../fonts/PTSans-Regular.otf') format('otf'),
		url('../../fonts/PTSans-Regular.ttf') format('truetype'),
		url('../../fonts/PTSans-Regular.svg') format('svg');
}

@font-face
{
	font-family: 'PTSans-Bold';
  	src: url('../../fonts/PTSans-Bold.eot') format('eot'),
		url('../../fonts/PTSans-Bold.woff') format('woff'),
		url('../../fonts/PTSans-Bold.otf') format('otf'),
		url('../../fonts/PTSans-Bold.ttf') format('truetype'),
		url('../../fonts/PTSans-Bold.svg') format('svg');
}

@font-face
{
	font-family: 'PTSans-Italic';
  	src: url('../../fonts/PTSans-Italic.eot') format('eot'),
		url('../../fonts/PTSans-Italic.woff') format('woff'),
		url('../../fonts/PTSans-Italic.otf') format('otf'),
		url('../../fonts/PTSans-Italic.ttf') format('truetype'),
		url('../../fonts/PTSans-Italic.svg') format('svg');
}

html
{
	position: relative;
	height: 100%;
}

body
{
	position: relative;
	min-height: 100%;
}

body
{
	/*font: 62.5% "Trebuchet MS", sans-serif;*/
	/*font-family: 'open sans', arial, sans-serif;*/
	/*font-family: 'open sans';*/
	font-family: 'Overlock';
	/*font-family: 'Raleway';*/

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	font-size: 14px;
	color: #717070;

	/*
	background-image: url('images/pattern11.jpg');
	background-repeat: repeat;
	*/

	background-color: #FFFFFF;
}

.background
{
	background-size: cover;
	background-image: url('../../media/img/home/enter_01.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

.cursorPointer
{
	cursor: pointer;
}

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

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

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

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

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.top
{
	display: table-cell;
	vertical-align: top;
}

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

.bottom
{
	display: table-cell;
	vertical-align: bottom;
}

.primaryButton
{
	/*font-family: 'Traveling' !important;*/
	font-family: 'AvenidaLetPlain' !important;
	border: 2px solid rgba(113, 112, 112, 1);
	background: rgba(19, 19, 19, 0.29) !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
	font-size: 18px !important;
	outline: none;
	height: 34px;
	width: 100%;

	-webkit-transition: all 0.40s linear;
	-moz-transition: all 0.40s linear;
	-ms-transition: all 0.40s linear;
	-o-transition: all 0.40s linear;
	transition: all 0.40s linear;
}

.primaryButton:hover, .primaryButton:focus
{
	color: rgba(19, 19, 19, 0.29) !important;
	border: 2px solid rgba(255, 255, 255, 1);
	background: #FFFFFF !important;
	outline: none;

	-webkit-transition: all 0.40s linear;
	-moz-transition: all 0.40s linear;
	-ms-transition: all 0.40s linear;
	-o-transition: all 0.40s linear;
	transition: all 0.40s linear;
}

.primaryButton:active
{
	color: rgba(19, 19, 19, 0.29) !important;
	border: 2px solid rgba(255, 255, 255, 1);
	background: #FFFFFF !important;
	outline: none;

	-webkit-transition: all 0.40s linear;
	-moz-transition: all 0.40s linear;
	-ms-transition: all 0.40s linear;
	-o-transition: all 0.40s linear;
	transition: all 0.40s linear;
}

.menuAnimation
{
	top: -75px;

	-webkit-transition: all 0.40s linear;
	-moz-transition: all 0.40s linear;
	-ms-transition: all 0.40s linear;
	-o-transition: all 0.40s linear;
	transition: all 0.40s linear;
}

.menuAnimation.active
{
	top: 0px;

	-webkit-transition: all 0.40s linear;
	-moz-transition: all 0.40s linear;
	-ms-transition: all 0.40s linear;
	-o-transition: all 0.40s linear;
	transition: all 0.40s linear;
}

.menuMiniNoLink
{
	font-size: 12px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-decoration:none !important;
}

/* MENU */

.divMenu
{
	position: fixed;
	z-index: 1;
	background-color: #440044;
	margin: auto;
}

.menu
{
	-webkit-transform: translate3d(0,0,0);
	z-index: 1099;

	width: 100%;
	margin: auto;
	padding: 0px;
	list-style-type: none;
	font-family: 'AvenidaLetPlain';
	/*font-family: 'Traveling';*/
}

.menu li
{
	-webkit-transform: translate3d(0,0,0);
	z-index: 1099;

	margin: 0px;
	padding: 0px;
	float: left;

	border-bottom: 1px solid #000000;
}

.menuLast
{
	-webkit-transform: translate3d(0,0,0);
	z-index: 1099;

	width: 300px;
}

.menuLast a:hover
{
	-webkit-transform: translate3d(0,0,0);
	z-index: 1099;

	background: #FFFFFF !important;
	cursor: default !important;
}

.menu li a
{
	-webkit-transform: translate3d(0,0,0);
	z-index: 1099;

	display: block;
	/*width: 135px;*/
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	color: #717070;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu li a:hover
{
	color: #FFFFFF;
	background: rgba(113, 112, 112, 1);

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu li.active a
{
	color: #FFFFFF;
	background: rgba(113, 112, 112, 1);

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

/* SUBMENU */

.menu li ul
{
	-webkit-transform: translate3d(0,0,0);
	z-index: 1099;

	padding: 0;
	position: absolute;
	width: 94px;

	display: none;
	opacity: 0;
	filter:Alpha(opacity=0);
	visibility: hidden;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;

	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);*/
}

.menu li ul li a
{
	-webkit-transform: translate3d(0,0,0);
	z-index: 1099;

	display: block;
	/*width: 135px;*/
	padding-top: 15px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	color: #717070;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu li ul li a:hover
{
	color: #FFFFFF;
	background: rgba(113, 112, 112, 1);

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu li ul li.active a
{
	color: #FFFFFF;
	background: rgba(113, 112, 112, 1);

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu li ul li
{
	-webkit-transform: translate3d(0,0,0);
	z-index: 1099;

	font-size: 14px;
	color: #BBBBBB;

	left: 0px;
	top: 18px;
	width: 100px;
	position: relative;
	display: block;
	text-align: center;

	cursor: pointer;

	background: #FFFFFF;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	border-bottom: 0px solid #000000;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu li ul li:hover
{
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu li:hover ul
{
	display: block;
	opacity: 1;
	visibility: visible;
}

.arrow_box
{
	position: relative;
}

.arrow_box:hover:after
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(113, 112, 112, 0);
	border-top-color: #717070;
	border-width: 10px;
	margin-left: -10px;
	display: block;
}

.arrow_box.active:after
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(113, 112, 112, 0);
	border-top-color: #717070;
	border-width: 10px;
	margin-left: -10px;
	display: block;
}

.foot_relative
{
	position: relative;
}

#foot .foot_top
{
	width: 100%;
	height: 70px;
	padding-top: 30px;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 18px;
}

#foot .foot_bottom
{
	width: 100%;
	height: 30px;
	background-color: #121212;
	padding-top: 15px;
	bottom: 0px;
	color: #aaa8a8;
}

.foot_absolute
{
	/*margin: auto;*/
	width: 100%;
	height: 30px;
	background-color: #121212;
	padding-top: 15px;
	position: absolute;
	bottom: 0px;
	color: #aaa8a8;
}

a, a:hover, a:active
{
	color: #424242;
	text-decoration: underline;
	-moz-text-decoration-color: #000000;
    text-decoration-color: #000000;
}

.bigLink, .bigLink:hover, .bigLink:active
{
	text-decoration: underline;
	color: #7f7933;
	font-family: 'AvenidaLetPlain';
	/*font-family: 'Traveling';*/
	font-size: 35px;
	-moz-text-decoration-color: #7f7933;
	text-decoration-color: #7f7933;
	cursor: pointer;
}

.title
{
	color: #7f7933;
	font-family: 'AvenidaLetPlain';
	/*font-family: 'Traveling';*/
	font-size: 35px;
}

.subTitle
{
	font-family: 'AvenidaLetPlain';
	/*font-family: 'Traveling';*/
	font-size: 30px;
}

.smallTitle
{
	font-size: 25px;
	color: #7f7933;
	font-family: 'AvenidaLetPlain';
	/*font-family: 'Traveling';*/
	text-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.hugeTitle
{
	color: #FFFFFF;
	font-family: 'Modern20';
	/*font-family: 'Traveling';*/
	font-size: 50px;
	/*text-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);*/
}

.titleBackground
{
	display: block;
    height: 65px;
    padding-top: 15px;
    position: relative;
}

.titleBackground::after
{
  	content: "";
  	background-image: url('../../media/img/home/enter_01.jpg');
	background-size: 100% auto;
  	opacity: 0.80;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	position: absolute;
  	z-index: -1;
}

.titleBackground.home
{
	margin: auto;
	width: 750px;
}

.titleBackground.home::after
{
  	background-position: 0px 415px;
}

#foot .titleBackground.foot_top::after
{
	background-position: 0px 125px;
}

.titleBackground.semblanza,
.titleBackground.trayectoria,
.titleBackground.servicios,
.titleBackground.prensa,
.titleBackground.eventos
{
	height: 85px;
    padding-left: 50px;
    padding-top: 42px;
}

.titleBackground.semblanza::after
{
  	background-position: 0px 795px;
}

.titleBackground.trayectoria::after
{
  	background-position: 0px 250px;
}

.titleBackground.eventos
{
    padding-right: 50px;
}

.titleBackground.eventos::after
{
  	background-position: 0px 705px;
}

.titleBackground.servicios::after
{
  	background-position: 0px 960px;
}

.titleBackground.prensa::after
{
  	background-position: 0px 405px;
}

.small
{
	font-size: 12px;
	font-style: italic;
}

.social01
{
	/*
	position: absolute;
	top: 350px;
	right: 100px;
	*/
}

.social02
{
	position: absolute;
	top: 384px;
	right: 100px;
}

.tableStrech
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	border: 0px black solid;

	border-collapse: collapse;
}

.dataSpace
{
	padding-bottom: 5px;
}

.masking_right
{
 	background-image: url("../../media/img/masking_right.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 86px;
    position: absolute;
    right: -30px;
    top: -20px;
    width: 85px;
}

.masking_left
{
 	background-image: url("../../media/img/masking_left.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 86px;
    left: -30px;
    position: absolute;
    top: -20px;
    width: 85px;
}

/****************************** OVERWRITE ******************************/

.slick-dots li button::before
{
	font-size: 15px !important;
}

.slick-dots
{
	bottom: -10px !important;
}

.slick-prev::before, .slick-next::before
{
    color: #717070 !important;
    opacity: 1 !important;
}

.slick-prev
{
    left: -30px !important;
}

input[type="text"], input[type="password"], textarea
{
	font-size: 14px;
	color: #FFFFFF;
	background-color: rgba(170, 168, 168, 1);
	font-family: 'Overlock';
	/*font-family: 'Raleway';*/

	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

	outline: none;
	border: 1px solid rgba(170, 168, 168, 1);
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover
{
	/*border: 1px solid #440044;*/
}

input[type="text"]:active, input[type="password"]:active, textarea:active,
input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
	/*
	border: 1px solid #440044;
	outline: 1px solid #440044;
	*/
}

.inputError
{
	border: 1px solid #FF0000 !important;
	outline: 1px solid #FF0000 !important;
}

#url
{
	display: none;
}

::-webkit-input-placeholder
{
   color: #F0F0F0;
}

:-moz-placeholder
{
   color: #F0F0F0;
}

::-moz-placeholder
{
   color: #F0F0F0;
}

:-ms-input-placeholder
{
   color: #F0F0F0;
}

/****************************** WAIT ******************************/

.modalWaitOverlay
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #424242;
	z-index: 1100;
}

.modalWaitOverlayTransparent
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fcfcfc;
	z-index: 1100;
	opacity: 0.8;
	filter:Alpha(opacity=80);
}

.modalWait
{
	position: fixed;
	z-index: 1101;

	top:50%;
	left:50%;

	width: 130px;
	height: 44px;

	margin-top: -44px;
	margin-left: -65px;
}

/****************************** ANIMATIONS ******************************/

.alpha0
{
	opacity: 0;
	filter: alpha(opacity=0);
}

.scale0
{
	transform: scale(0);
}

/* ENTER */

#btnEnter, #btnIngresar
{
	background: rgba(19, 19, 19, 0) !important;
	border: 0 solid #FFFFFF !important;
	height: 50px;
    padding-top: 10px;
    width: 200px;
}

#btnEnter:hover, #btnIngresar:hover,
#btnEnter:active, #btnIngresar:active
{
	font-size: 25px !important;
	color: #FFFFFF !important;
}

/* MENU */

#anim_menu
{
	-webkit-transform: translate3d(0,0,0);
	z-index: 1099;

	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;

	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
}

#anim_menu_logo
{
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;

	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}

#anim_menu_logo_letras
{
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;

	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
}

/* PRENSA */

[id^='anim_prensa']
{
	animation-duration: 2s;
}

/* READ MORE */

[id^='rm_']
{
	animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
}

#btnmenu_contacto_01
{
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}

/* SEMBLANZA */
#anim_semblanza_photo
{
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
}

/* SERVICIOS */
#btnmenu_contacto_02
{
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
}

/* CONTACTO */

#anim_contacto
{
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
}

/* CONTENEDOR*/

.contenedor_principal
{
	/*
	opacity: 0.75;
	filter: alpha(opacity=75);
	border: 1px solid #717070;
	*/

	width: 300px;
	outline: 1px solid #FFFFFF;
	cursor: pointer;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.contenedor_principal:hover
{
	/*
	opacity: 1.0;
	filter: alpha(opacity=100);
	outline: 1px solid #717070;
	*/

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.contenedor_foto
{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.contenedor
{
	/*
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
	*/
	width: 285px;
	margin: auto;
}

.contenedor_title
{
	padding-top: 20px;
	height: 50px;
	width: inherit;
	font-family: Overlock;
	/*font-family: 'Raleway';*/
	font-size: 15px;
	font-weight: bold;
}

.contenedor_subTitle
{
	height: 30px;
	width: inherit;
	font-family: Overlock;
	/*font-family: 'Raleway';*/
	font-size: 13px;
}
