/******************************************************************************/
/* screen resolution 1200px													  */
/******************************************************************************/
@media screen and (max-width: 1200px){
	#rightm2 .inf
		{
			width: 100%;
			height: auto;
			padding: 10px 0px 0px 0px;
			background: rgba(0,0,0,.0);
			text-align: left;
		}

	#rightm2 .inf img
		{
			width: 30%;
			height: 100%;
			background: rgba(0,0,0,.0);
			text-align: center;
		}

	#three-column
		{
			width: 100%;
			overflow: hidden;
			border: 0px solid #4A0000;
			color: rgba(255,255,255,1);
			background:rgba(0,0,0,.0);
			text-align: left;
		}



	#three-column #tbox1,
	#three-column #tbox2,
	#three-column #tbox3,
	#three-column #tbox4,
	#three-column #tbox5
		{
			width: 30%;
			padding: 10px 10px;
		}

	#Social2
	{
		width: 100%;
		padding: 30px 0px 30px 0px;
		float: right;
		text-align: center;
		background: rgba(0,0,0,.0);
		font-family: 'Vollkorn', serif;
	}
}

/******************************************************************************/
/* screen resolution 920px													  */
/******************************************************************************/

@media screen and (max-width:800px){
	#second-trans-box .words-space
		{
			float:left;
			background-size: cover;
			width: 100%;
			height: 450px;
		}

	#second-trans-box .second-background
		{
			float:right;
			background-size: cover;
			width: 100%;
			height: 450px;
		}

	#second-trans-box .second-words-space-1
		{
			float:left;
			width: 50%;
			height: 300px;
		}

	#second-trans-box .second-words-space-2
		{
			float:left;
			width: 50%;
			height: 350px;
		}

	#second-trans-box .second-words-space-3
		{
			float:right;
			width: 50%;
			height: 350px;
		}

	#second-trans-box .second-words-space-4
		{
			float:right;
			width: 50%;
			height: 350px;
		}	

	#second-trans-box .g-background-big-1
		{
			float: left;
			width: 100%;
			height: 350px;
		}

	#second-trans-box .g-background-big-2
		{
			float: left;
			width: 100%;
			height: 300px;
		}

	#rightm2 .inf
		{
			width: 100%;
			height: auto;
			padding: 10px 0px 0px 0px;
			background: rgba(0,0,0,.0);
			text-align: center;
		}

	#three-column
		{
			width: 100%;
			overflow: hidden;
			margin: 50px;
			border: 0px solid #4A0000;
			color: rgba(255,255,255,1);
			background:rgba(0,0,0,.0);
			text-align: left;
		}

	#three-column #tbox1,
	#three-column #tbox2,
	#three-column #tbox3,
	#three-column #tbox4,
	#three-column #tbox5
		{
			width: 30%;
			padding: 0px 0px 0px 10px;
		}

}

/******************************************************************************/
/* screen resolution 800px													  */
/******************************************************************************/
@media screen and (max-width: 920px) {
	body 
		{
			padding-top:45px;
		}

	#cont-overbox3{
		display: none;
	}	

	#space
		{
			padding:0px;
			text-transform: uppercase;
			height:44px;
		}
 
 	.white-bacground-cover
		{
			width: 100%;
			height: 100%;
			background: rgba(255,255,255,1);
			text-align: left;
			border-bottom: 0px ;
		}
	.menu_bar 
		{
			display:block;
			width:100%;
			height: 45px;
			position: fixed;
			top:0;
			z-index: 501;
			background:rgba(0,0,0,.5);
			background-size: 300px;
			border-bottom: 0px solid rgba(255,255,255,.2);
		}

	.mobile-white-background
		{
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,.0) ;
			text-align: left;
			border-bottom: 0px ;
		}
 
	.menu_bar .bt-menu 
		{
			width: 20%;
			float: left;
			display: block;
			padding-left: 10px;
			text-align: left;
			color: rgba(255,255,255,1);
			overflow: hidden;
			font-size: 25px;
			font-weight: bold;
			text-decoration: none;
		}


 	.icon-chevron-right
 		{
 			display: inline-block;
 			float: right;
 			position: relative;
 		}

	.icon-chevron-small-down
		{
			display: none;
		}

	.menu_bar span 
		{
			float: left;
			font-size: 40px;
		}

	.image-user-logo-url
		{
			width: 45px;
			text-align: center;
			padding: .5%;
			float: right;
		}


/*Animacion de menu*/
	.menu_bar .togglenav {
		width: 30px;
		height: auto;
		display: inline-block;
		padding-top: 15px;
	}


	.menu_bar .togglenav:hover {
		cursor: ;
	}

	.menu_bar .togglenav.open .menu-item {
		background: rgba(255,255,255,1)
	}

	.menu_bar .togglenav.open .menu-item:first-child {
		-moz-transform: rotate(45deg);
		-moz-transform-origin: 8px;
		-ms-transform: rotate(45deg);
		-ms-transform-origin: 8px;
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: 8px;
		transform: rotate(45deg);
		transform-origin: 4px;
		-webkit-transition: -webkit-transform .2s;
		-moz-transition: -moz-transform .2s;
		-o-transition: -o-transform .2s;
		transition: transform .2s;
	}

	.menu_bar .togglenav.open .menu-item:nth-child(2) {
		opacity: 0;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
	}


	.menu_bar .togglenav.open .menu-item:nth-child(3) {
		-moz-transform: rotate(-45deg);
		-moz-transform-origin: 8px ;
		-ms-transform: rotate(-45deg);
		-ms-transform-origin: 8px ;
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: 8px ;
		transform: rotate(-45deg);
		transform-origin: 4px ;
		-webkit-transition: -webkit-transform .2s;
		-moz-transition: -moz-transform .2s;
		-o-transition: -o-transform .2s;
		transition: transform .2s;
	}

	.menu_bar .togglenav .menu-item {
		-moz-transition-property: all;
		-o-transition-property: all;
		-webkit-transition-property: all;
		transition-property: all;
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		display: block;
		width: 30px;
		height: 3px;
		margin: 0 0 5px;
		border-radius: 0px;
		background: rgba(255,255,255,1);
	}

	body.menu-active .active-layer {
    pointer-events: auto;
    opacity: 1;
}

	.active-layer {
    opacity: 0;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    content: '';
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

	.menu-title-mobile
		{
			width: auto;
			height: 30px;
			position: absolute;
			top: 10px;
			left: 45px;
			background: rgba(0,0,0,.0);
		}

	.menu-title-mobile span
		{
			font-size: 15px;
			line-height: 30px;
			font-weight: 600;
		}


	.menu_bar .letmenu {
		font-size: 13px;
		font-weight: 600;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		color:rgba(240,128,128,1);
	}

	header 
		{
			width: 100%;
			height: 10%;
			background: rgba(255,255,255,0) ;
			background-size: ;
		}

	.white-bacground-cover
		{
			width: 100%;
			height: 100%;
			background: rgba(255,255,255,0);
		}
 
 	.logo_pic 
		{
			width: 180px;
			height: 60px;
			float: left;
			display: none;
			background: rgba(0,0,0,.5);
		}

 	.logo_pic img
	 	{
	 		width:;
	 		height: 60px;
	 		display: ;
	 	}

 	img
	 	{
	 		height: 40px;
	 	}

	.menu-active .menu-interactivo-izquierdo 
		{
			opacity: 1;
	  		-webkit-transform: translate3d(0,0,0);
	  		transform: translate3d(0,0,0);
	  		-webkit-transition: -webkit-transform .8s;
	  		transition: transform .8s;
	  		-webkit-transition-timing-function: cubic-bezier(0.2,0,0.1,1);
	  		transition-timing-function: cubic-bezier(0.2,0,0.1,1);
		}



 	.menu-interactivo-izquierdo 
 		{
		  	position: fixed;
			top: 45px;
		  	left: 0;
		  	z-index:500;
		  	width: 70%;
		  	height: 100vh;
		  	background: rgba(0,0,0,.5);
		  	opacity: 0;
		  	padding:30px;
		  	font-size: 16px;
		  	-webkit-transform: translate3d(-80%,00%,0);
		  	transform: translate3d(-80%,00%,0);
		  	-webkit-transition: opacity .2s, -webkit-transform 0.4s;
		  	transition: opacity .2s, transform 0.4s;
		  	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
		  	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
		  	box-sizing: border-box;
		  	-ms-box-sizing: border-box;
		  	-moz-box-sizing: border-box;
		  	-webkit-box-sizing: border-box;
		}

	.icon-mobile-menu-under
		{
			position: absolute;
			top:0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0);
			opacity: .1;
			z-index: -1;
		}

 
	header nav ul li 
		{
			display: block;
		}
 
	header nav ul li a 
		{
			margin-top: 0px;
			font-weight: 600;
			display: block;
			color: rgba(255,255,255,.9);
			padding: 25px 15px;
			box-shadow: inset 0px -5px 10px rgba(0,0,0,.);
			border-left: 0px solid rgba(223,0,122,.3);
			/*border-right: 6px solid rgba(223,0,122,.3);*/
			border-radius: 0px;
			border-bottom: 1px solid rgba(255,255,255,.1);
			background: rgba(0,0,0,.0);
		}

	.slogan-info a
		{ 
			float: left;
			color: rgba(255,255,255,1);
			width: 80%;
			text-align: center;
			font-weight: 800;
			border-bottom: 0px;
		}	

	header nav ul li a:hover
		{
			display: block;
			color: rgba(255,255,255,1);
			border-left: 0px solid rgba(223,0,122,1);
			/*border-right: 6px solid rgba(223,0,122,1);*/
			border-bottom: 1px solid rgba(255,255,255,1);
			background: rgba(223,0,122,.0);

		}

	header nav ul li a:after
		{
			display: block;
		  	position: absolute;
		  	left: 0;
		  	bottom: 0px;
		  	width: 0;
		  	height: 0px;
		  	background-color: rgba(255,255,255,1);
		  	content: "";
		  	transition: width 0.2s linear;
		}

	header nav ul li a:hover:after
		{
			width: 0%;
		}

	header nav ul li a:before
		{
			display: block;
		  	position: absolute;
		  	left: 0;
		  	bottom: 0px;
		  	width: 0;
		  	height: 0px;
		  	background-color: rgba(255,255,255,1);
		  	content: "";
		  	transition: width 0.2s linear;
		}

	header nav ul li a:hover:before
		{
			width: 0%;
		}		

	.current_page a
		{
			margin-top: 0px;
			color:rgba(255,255,255,1);
			background: rgba(255,255,255,0);
			border-radius: 0px;
			border: 0px solid;
			border-bottom: 2px solid rgba(255,255,255,.8);
			padding: 25px 15px;
			/*border-right: 6px solid rgba(0,0,0,.5);*/
			padding-left: 15px;
		}

	.current_page a:hover
		{
			margin-top: 0px;
			border: 0px solid;
			border-bottom: 2px solid rgba(255,255,255,1);
			/*border-right: 6px solid rgba(0,0,0,.5);*/
			color:rgba(255,255,255,1);
			background: rgba(223,0,122,0);
			padding-left:15px;
			padding: 25px 15px;
		}

	.current_page a:after
		{
			display: none;
		  	position: absolute;
		  	left: 0;
		  	bottom: 1px;
		  	width: 0;
		  	height: 0px;
		  	background-color: rgba(223,0,122,1);
		  	content: "";
		  	z-index: -1;
		  	transition: width 0.2s linear;
		}

	.current_page a:hover:after
		{
			width: 00%;
		}

	.current_page a:before
		{
			display: none;
		  	position: absolute;
		  	left: 0;
		  	bottom: 1px;
		  	width: 0;
		  	height: 0px;
		  	background-color: rgba(223,0,122,1);
		  	content: "";
		  	z-index: -1;
		  	opacity: 0;
		  	transition: width 0.2s linear;
		}

	.current_page a:hover:before
		{
			width: 00%;
		}		


/**********************************************************************/
/* */
/**********************************************************************/

	
/*****/

	header
		{
			height: 0px;
			background-color: rgba(0,0,0,.0);
			border-bottom: 0px solid rgba(240,128,128,1);
			box-shadow: 0 2px 2px rgba(0,0,0,0.0);
		}

	header.mfixed
		{
			height: 0px;
			background-color: rgba(0,0,0,.0);
			border-bottom: 0px solid rgba(223,0,122,1);
			box-shadow: 0 2px 2px rgba(0,0,0,0.0);
		}

	header.mfixed .current_page a
		{
			margin-top: 0px;
			color:rgba(255,255,255,1);
			background: rgba(223,0,122,0);
			border-radius: 0px;
			border: 0px;
			padding: 25px 15px;
			border-bottom: 2px solid rgba(255,255,255,.8);
			/*border-right: 6px solid rgba(0,0,0,.5);*/
			padding-left: 15px;
		}	
	header.mfixed .current_page a:hover
		{
			margin-top: 0px;
			border: 0px solid rgba(0,0,0,0);
			border-bottom: 2px solid rgba(255,255,255,1);
			/*border-right: 6px solid rgba(0,0,0,.5);*/
			color:rgba(255,255,255,1);
			background: rgba(223,0,122,0);
			padding-left:15px;
			padding: 25px 15px;
			border-radius: 0px;
		}

	header.mfixed nav ul li a
		{
			margin-top: 0px;
			font-weight: 600;
			color: rgba(255,255,255,1);
			padding: 25px 15px;
			box-shadow: inset 0px -5px 10px rgba(0,0,0,.);
			border-left: 0px solid rgba(223,0,122,.3);
			/*border-right: 6px solid rgba(223,0,122,.3);*/
			border-radius: 0px;
			border-bottom: 1px solid rgba(255,255,255,.1);
			background: rgba(0,0,0,.0);
		}

	header.mfixed nav ul li a:hover
		{
			display: block;
			color: rgba(255,255,255,1);
			border-left: 0px solid rgba(223,0,122,1);
			/*border-right: 6px solid rgba(223,0,122,1);*/
			border-bottom: 1px solid rgba(255,255,255,1);
			background: rgba(223,0,122,.0);
		}	

	header.mfixed .current_page a:hover:before 
		{
  			width: 0%;
		}	

	header.mfixed .current_page a:hover:after 
		{
  			width: 0%;
		}


	header.mfixed a:after 
		{
		  display: none;
		  position: absolute;
		  left: 0;
		  bottom: 0px;
		  width: 0;
		  height: 1px;
		  background-color: rgba(223,0,122,1);
		  content: "";
		  transition: width 0.2s linear;
		}
		
	header.mfixed a:hover:after
		{
			width: 00%;
		}

	header.mfixed a:before 
		{
		  display: none;
		  position: absolute;
		  left: 0;
		  bottom: 0px;
		  width: 0;
		  height: 1px;
		  background-color: rgba(223,0,122,1);
		  content: "";
		  transition: width 0.2s linear;
		}
		
	header.mfixed a:hover:before
		{
			width: 00%;
		}	



	
/**********************************************************************/	
 
	header nav ul li:hover .children 
		{
			
			opacity: 1;
			height: auto;
			top: 0;
			-webkit-transition:height, opacity .3s ease-in-out;
			-o-transition:height, opacity .3s ease-in-out;
			transition:height, opacity .3s ease-in-out;
		}

	header.mfixed nav ul li:hover .children 
		{
			
			opacity: 1;
			height: auto;
			top: 0;
			box-shadow: 0 0 0 rgba(0,0,0,0);
			-webkit-transition:height, opacity .3s ease-in-out;
			-o-transition:height, opacity .3s ease-in-out;
			transition:height, opacity .3s ease-in-out;
		}	

		.mfixed nav ul li .children li .icon-navigate_next {
    color: rgba(255,255,255,8);
}
 
	header nav ul li .children 
		{
			opacity: 0;
			height: 0;
			overflow: ;
			background:rgba(0,0,0,.0);
			position: relative;
			left: auto;
			width:auto;
			z-index:none;
			top: 0px;
			border-radius: 0 0 4px 4px;
			display: block;
		}

	header.mfixed nav ul li .children 
		{
			opacity: 0;
			height: 0;
			overflow: ;
			background:rgba(0,0,0,.0)!important;
			position: relative;
			left: auto;
			width:auto;
			z-index:none;
			top: 0px;
			border-radius: 0 0 4px 4px;
			display: block;
		}	
 
	header nav ul li .children li a 
		{
			
			background: none;
			padding: 10px 0;
			border-bottom: 1px solid rgba(255,255,255,0)!important;
			color: #fff!important;
		}

	header nav ul li .children li a:hover 
		{
			
			background: none;
			padding: 10px 0;
			color: rgba(255,255,255,.5);
			border-bottom: 1px solid rgba(255,255,255,1)!important;
		}	

	header.mfixed nav ul li .children li .current_page a 
		{
			background: none;
			padding: 10px 0!important;
			border-bottom: 1px solid rgba(255,255,255,0)!important;
		}

	header.mfixed nav ul li .children li .current_page a:hover 
		{
			background: none;
			padding: 10px 0!important;
			border-bottom: 1px solid rgba(255,255,255,1)!important;
		}		

	header nav ul li .children li .current_page a 
		{
			background: none;
			padding: 0px;
			border-bottom: 1px solid rgba(255,255,255,0);

		}

	header nav ul li .children li .current_page a:hover 
		{
			
			background: none;
			padding: 0px;
			border-bottom: 1px solid rgba(255,255,255,1);
		}	

	header nav ul li .children li
		{
			height: auto;
			background: none;
			padding: auto;
		}		

	header nav ul li .children li:hover 
		{
			height: auto;
			background: none;
			padding: auto;
		}

	header nav ul li .children .current_page li
		{
			height: auto;
			background: none;
			padding: auto;
			
		}	

	header nav ul li .children .current_page li:hover 
		{
			height: auto;
			background: none;
			padding: auto;
			
		}		
 
	header nav ul li .caret 
		{
			float: right;
		}
}		
@media screen and (max-width: 800px) {
	#second-trans-box .second-words-space-1
		{
			float:left;
			width: 96%;
			height: 350px;
		}

	#second-trans-box .second-words-space-2
		{
			float:left;
			width: 96%;
			height: 350px;
		}

	#second-trans-box .second-words-space-3
		{
			float:left;
			width: 96%;
			height: 350px;
		}

	#second-trans-box .second-words-space-4
		{
			float:left;
			width: 96%;
			height: 350px;
		}	

	
}

@media screen and (max-width: 650px) {
	#three-column
		{
			width: 100%;
			overflow: hidden;
			margin: 0px;
			padding: 5px;
			border: 0px solid #4A0000;
			color: rgba(255,255,255,1);
			background:rgba(0,0,0,.0);
			text-align: left;
		}

	#three-column #tbox1,
	#three-column #tbox2,
	#three-column #tbox3,
	#three-column #tbox4,
	#three-column #tbox5
		{
			width: 50%;
			padding: ;
		}
}