/*
Theme Name: Tema base
Description: Template hecho para tomarlo como base inicial de cualquier proyecto wordpress
Version: 1.0
Author: SOMOS JAM
Author URI: jeyson

*/

.header-desktop-container{
	display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.header-desktop-logo a img{
	width: 170px;
}

.header-desktop-menu{
	display: flex;
    gap: 40px;
	padding-top: 28px;
}

.header-desktop-menu li a{
	color: #fff;
	font-size:16px;
	font-weight:300;
	text-decoration:none;
}

header#header.scroll .header-desktop-logo a img{
	width: 120px;
    height: 93px;
}

header#header.scroll .header-desktop-menu{
	padding-top: 32px;
}

#content {
    overflow: hidden;
}

#footer{
	display: flex;
    justify-content: space-around
}

.fundo-footer-text{
	display: flex;
    width: 500px;
    justify-content: space-between;
}

.fundo-footer-text>div{
	flex: 1;
}

.fundo-footer-text>div h3 {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
}

.fundo-footer-text>div:nth-child(1){
    border-right: 1px solid #fff;
}

.fundo-footer-text>div:nth-child(2){
	padding-left: 50px;
}

.fundo-footer-text>div ul li a{
	color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .4px;
    padding: 7px 0;
    display: block;
}

.fundo-footer-logo img{
	width: 200px;
}


@media(max-width: 1250px){
	.header-desktop-container{
		padding: 0 10px;
	}
}

@media(max-width: 1046px){
	#header{
		padding: 0 10px !important;
	}
	
	.header-desktop-container{
		display:none;
	}
	
	.content_footer{
		margin-top: 0 !important;
	}
	
	#footer{
		flex-direction: column;
	}
	
	.fundo-footer-text{
		width:auto;
		flex-direction:column;
	}
	.fundo-footer-text>div:nth-child(1){
		border-right: none;
	}
	
	.fundo-footer-text>div:nth-child(2){
		padding-left: 0px; 
	}
	
	.fundo-footer-logo img{
		width: 99px;
    	height: 179px;
	}
	
	
	
}

