@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|PT+Sans:400,700');
body, html{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Oswald', sans-serif;
    font-size: 14px;color: #868686;background: #ffffff;word-wrap: break-word;
}
b, strong{
    font-weight: 600;
}

/*TOP HEADER*/

/*MENU MAIN*/

.logo_main{
	width: 100%;
	max-width: 340px;
}
.navbar_absolute{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #101010;
    transition: all ease 500ms
}
.navbar_absolute .navbar-nav>li a{
	color: #fff;
    font-weight: 600;
    display: block;
    padding: 20px;
    text-decoration: none;
    position: relative;
}
.navbar_absolute .navbar-nav>li.active>a:before{
	content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45px;
    height: 20px;
    background-image: url(../../../../public/img/logo/ico-menu.png);
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.navbar_absolute .navbar-nav{
	justify-content: flex-end;
}
/*MENU FIXED*/
.head-navfixed{
	position: fixed;
    box-shadow: 0px 0px 5px #101010;
    background: #101010;
    transition: all ease 500ms;
}
.info_top>ul>li{
	display: inline-block;
	margin-right: 10px;	
	padding: 8px 0;
}
.info_top>ul>li>a{
	color: #fff;
	text-decoration: none;
}

.info_top>ul{
	list-style: none;
	padding-left: 0;margin-bottom: 0;
	text-align: center;
}
.collapse_navbar>ul{
	width: 100%
}

/*INTER FOOTER*/
.sect_info_footer{
	background: #1f1f1f;
}
.list_info_footer{
	list-style: none;
	padding-left: 0;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: -o-flex;
	flex-flow: row wrap;
	background: #101010;
    padding: 30px 20px;
}
.list_info_footer>li{
	width: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.list_info_footer>li .animation_icon{
	width: 100%;
    max-width: 250px;
    margin: 0 auto;
}*/
.list_info_footer>li .content{
    color: #fff;
    padding-left: 75px;
}
.list_info_footer>li .content p{
	margin-bottom: 0;
}
.list_info_footer>li .content a{
	color: #fff;
	text-decoration: none;
}
.list_info_footer>li .icon{
    position: relative;
    width: 60px;
    font-size: 34px;
    text-align: center;
    color: #FFB715;
}
.list_info_footer>li .icon:before{
	content: "";
    position: absolute;
    top: 15px;
    left: 80px;
    width: 3px;
    height: 30px;
    background: #FFB715;
}
@media(max-width: 991px){
	.list_info_footer>li {
	    width: 100%;
	    margin-bottom: 25px;
	}
}
@media(max-width: 600px){
	.logo_main{
		max-width: 200px;
	}
}
/*CONTENT FOOTER*/
.sect_content_foot{
	padding: 50px 0;
	background: #1f1f1f;
}
.box_content .box_head h4{
	color: #fff;
}
.box_content .box_body p{
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	text-align: justify;
}
.box_content .box_body .list_enlaces{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.box_content .box_body .list_enlaces>li>a{
	color: #Fff;
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
}
.box_content .box_body .list_servicios{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.box_content .box_body .list_servicios>li{
	color: #Fff;
	font-family: 'PT Sans', sans-serif;
}
.list_redes_foot{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.list_redes_foot>li{
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ffc700;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	transition: all ease 500ms;
}
.list_redes_foot>li:hover{
	background: #4d3808;
	transition: all ease 500ms;
}
.list_redes_foot>li>a{

	color: #fff;
	display: block;
}

@media(max-width: 991px){
	.box_content{
		margin-bottom: 40px;
	}
}
/*SECTIONS DERECHOS*/
.sect_rights{
	background: #101010;
	padding: 10px 0;
	text-align: center;
}
.sect_rights p{
	margin-bottom: 0;
	color: #fff;
}
.sect_rights p span{
	color: #FFB715;
}

.navbar-light .navbar-toggler-icon
{
	background-image: url(../../../../public/img/iconos/menu.png);
}

@media(max-width: 992px)
{
	.box_content a img 
	{
		width: 30%;
		display: block;
		margin: 0 auto;
	}
}