@import url('../fuentes.css');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}
body {	
	background: #EEEEEE;
}
body input, body select,
body textarea{
	border-radius: 7px !important;
	font-size: 0.85em !important;
}
body label{
	font-size: 0.85em !important;
	margin: auto 0px;
}
textarea{
	resize: none;
}
.ir_arriba {
	display: none;
	padding: 6px 15px 6px;
	background: rgba(0,0,0,.9) ;
	font-size: 20px;
	color: #E5B549;
	cursor: pointer;
	position: fixed;
	bottom : 0.62em;
	right : 0.62em;
}
.btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
	bottom: 4em;
	right: 1.5em;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}
.cont_log_menu{
	flex-direction: row;
}



/* HEADER */
#header{  
	background-color: #EEEEEE;
	font-family: Courgette-Regular, IBMPlexMono-BoldItalic, RobotoMono-LightItalic, Arial, Helvetica, SansSerif;
	width: 80%;
	left: 10%;
	top: 0;
	position: fixed;
	z-index: 9999;
}
.div_img{
	width: 30%;
}
.div_img img{
	width: 300px;
	height: 95px;
}
.div_nav{
	align-items: center;
	width: 70%;
}
.nav_header > li{
	float: left;
	list-style: none;
	margin:  0px 7px;
	font-size: 0.95em;
	line-height: 30px;
	border-right:transparent 1px solid;
	border-bottom:transparent 1px solid;
	border-radius:6px;
}
.nav_header > li a{
    font-family: Arial, RobotoMono-BoldItalic, SansSerif, Helvetica;
	/* color: #e87714; */
	color: #6167D4;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 0.95em;
}
.menu_activo{
	/* background-color: #3E7DBA; */
	background-color: #FFFFFF;
	border-right: #4d4e52 1px solid;
	border-bottom: #4d4e52 1px solid;
	border-radius: 6px;
	transition: background-color .4s ease-in-out; /*  linear 0s; */
}
ul.nav_header li:hover, ul.nav_header li.current{
	/* background-color: #3E7DBA; */
	background-color: #6167D4;
	border-right: #4d4e52 1px solid;
	border-bottom: #4d4e52 1px solid;
	border-radius: 6px;
	transition: background-color .4s ease-in-out; /*  linear 0s; */
}
.nav_header > li a:hover{
	color: #FFFFFF;
}
.menu_bar {
	display:none;
}






/* FOOTER */
.div_footer1{
	justify-content: space-around;
	background-color: #1E73BE;
	width: 100%;
	margin-top: 50px;
}
.div_redes, .div_ubicac{
	flex-direction: column;
}
.div_titred, .div_titubic{
	margin: 7px 0px 10px;
}
.div_titred h4{
	font-family: SourceSansPro, IBMPlexMono-BoldItalic, Courgette-Regular, Arial, SansSerif;
	color: #fff;
	font-size: 1.5em;
}
.div_titubic h4{
	font-family: Lobster-Regular, Courgette-Regular, IBMPlexMono-BoldItalic, Arial, SansSerif;
	color: #fff;
	font-size: 1.6em;
}
.div_imgred{
	margin-top: 10px;
}
.div_imgred img{
	width: 32px;
	height: 32px;
	margin: 0px 9px 0px;
}
.div_imgred img:hover{
	transition: all .5s ease-in-out;
	transform: scale(1.2);
		-webkit-transform: scale(1.2);
}
.div_datosubic{
	flex-direction: column;
}
.div_datosubic p{
	font-family: SourceSansPro, IBMPlexMono-BoldItalic, Courgette-Regular, Arial, SansSerif;
	color: #fff;
	font-size: 1.1em;
}
.div_footer2{
	background-color: #363636;
	width: 100%;
	padding: 15px 15px 7px;
}
.div_footer2 p{
	color: #fff;
	text-align: center;
	font-size: 0.9em;
}





/* ESTILOS GENERALES */
.marg_icoRig{
	margin-right: 10px;
}
.marg_icoIzq{
	margin-left: 10px;
}
.linkpage{
	font-family: SourceSansPro, RobotoMono-LightItalic, Arial, Helvetica, SansSerif;
	color: #274690;
	font-size: 0.95em;
}
.linkpage:hover{
	color: #274690;
	text-decoration: none;
}







/* HOVER BOTONES */
.hover_add:hover,
.hover_edt:hover{
    border: 1px solid #218838;
    color: #218838;
    background-color: #fff;
}
.hover_dlt:hover{
    border: 1px solid #C82333;
    color: #C82333;
    background-color: #fff;
}
.hover_srch:hover{
    border: 1px solid #0069D9;
    color: #0069D9;
    background-color: #fff;
}
.hover_salir:hover{
    border: 1px solid #5a6268;
    color: #5a6268;
    background-color: #fff;
    border-radius: 7px;
}
.a_contct{
	font-family: IBMPlexMono-BoldItalic, Courgette-Regular, Arial, Helvetica;
	color: #4D53CE;
	font-size: 0.85em;
	margin-right: auto;
	margin-left: 5px;
}
.a_contct:hover {
	cursor: pointer;
	color: #262EC4;
	text-decoration: none;
}


/* TRANSICIONES */
.fadeTop {
  opacity: 0; 
  transform: translate(0, 35vh);
  transition: all 1.5s;
}
.fadeRight {
  opacity: 0;
  transform: translate(50vh, 0vh);
  transition: all 1.5s;
}
.fadeLeft {
  opacity: 0;
  transform: translate(-50vh, 0vh);
  transition: all 1.5s;
}
.visible {
  opacity: 1;
  transform: translate(0, 0);
}










/* RESPONSIVE MENU Y FOOTER */
/* MEDIA QUERYS */

/* SCREEN 1366 */
@media screen and (max-width:1366px) {
	.btn-whatsapp{
		bottom: 8em;
	}
	.ir_arriba{
		bottom: 4.3em;
	}

}


/* SCREEN 1024 */
@media screen and (max-width:1024px) {
	#header{
		width: 100%;
		left: 0;
	}
	#header nav {
		width: 50%;
		background-color: #737373;
		max-height: 250px;
	}
	.div_nav{
		align-items: start;
	}
	.nav_header > li a{
		color: #000;
		line-height: 40px;
	}
	.cont_log_menu{
		flex-direction: column;
	}
	ul.nav_header li:hover, 
	ul.nav_header li.current{
		color: #fff;
		background-color: rgba(229, 181, 73, 1.0);
	}
	header nav {
		width: 155px;
		height: 100%;
		left: -100%;
		margin: 0;
		position: fixed;
		transition: all 1s ease-in-out;
	}
	#header nav ul li {
		display: block;
		float: none;
		border-bottom: 1px solid rgba(255,255,255, .3);
		position: relative;
	}
	#header nav ul li ul{
		left: 180px;
		top: 0px;
		min-width: 150px;
	}
	.menu_bar {
		display: block;
		width: 100%;
		background: #ccc;
	}
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		background: #737373;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 1em;
		box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
	}
	#div_icomenu a{
		font-size: 1.1em;
	}
	.menu_bar span {
		float: right;
		font-size: 25px;
	}



}




/* SCREEN 768 */
@media screen and (max-width:768px) {
	.btn-whatsapp{
		bottom: 26em;
	}
	.ir_arriba{
		bottom: 18em;
	}

}


/* SCREEN 414 */
@media screen and (max-width:414px) {
	.btn-whatsapp{
		bottom: 9em;
	}
	.ir_arriba{
		bottom: 5em;
	}
	.div_footer1{
		flex-direction: column;
		align-items: center;
	}
	.div_redes, .div_ubicac{
		width: 80%;
	}
	.div_redes{
		margin-bottom: 25px;
	}
	.div_imgred{
		margin-top: 5px;
	}

}





/* SCREEN 360 */
@media screen and (max-width:360px) {
	.div_redes, .div_ubicac{
		width: 95%;
	}

}





