/*
	Theme Name: guaymallenWeb
	Theme URI: http://guaymallen.gob.ar
	Description: Tema para el sitio web de la municipalidad de guaymallen
	Version: 1.0.0
	Author: Ultima Milla S.A
	Author URI: http://ultimamilla.com.ar

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	*/

/*------------------------------------*\
    MAIN
    \*------------------------------------*/

    /* global box-sizing */
    *,
    *:after,
    *:before {
    	-moz-box-sizing:border-box;
    	box-sizing:border-box;
    	-webkit-font-smoothing:antialiased;
    	font-smoothing:antialiased;
    	text-rendering:optimizeLegibility;
    }
    /* html element 62.5% font-size for REM use */
    html {
    	font-size:62.5%;
    }
    body {
    	font:300 11px/1.4 'Gotham Extra', Gotham, Arial, sans-serif;
    	color:#444;
    }
    a{
    	text-decoration: none !important;
    }
    /* clear */
    .clear:before,
    .clear:after {
    	content:' ';
    	display:table;
    }

    .clear:after {
    	clear:both;
    }
    .clear {
    	*zoom:1;
    }
    img {
    	max-width:100%;
    	vertical-align:bottom;
    }
    a {
    	color:#444;
    	text-decoration:none;
    }
    a:hover {
    	color:#444;
    }
    a:focus {
    	outline:0;
    }
    a:hover,
    a:active {
    	outline:0;
    }
    input:focus {
    	outline:0;
    	border:1px solid #04A4CC;
    }

/*------------------------------------*\
    STRUCTURE
    \*------------------------------------*/

    /* wrapper */
    .wrapper {
    	max-width:1280px;
    	width:95%;
    	margin:0 auto;
    	position:relative;
    }
    /* header */
    .header {

    }
    /* logo */
    .logo {

    }
    .logo-img {

    }
    /* nav */
    .nav {

    }
    /* sidebar */
    .sidebar {

    }
    /* footer */
    .footer {

    }

/*------------------------------------*\
    PAGES
    \*------------------------------------*/



/*------------------------------------*\
    IMAGES
    \*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
	\*------------------------------------*/

	@font-face {
		font-family:'Font-Name';
		src:url('fonts/font-name.eot');
		src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
		font-weight:normal;
		font-style:normal;
	}
    @font-face {
    font-family: 'Gotham Extra';
    src: url('fonts/Gotham-ExtraLight.woff2') format('woff2'),
        url('fonts/Gotham-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BlackItalic.woff2') format('woff2'),
        url('fonts/Gotham-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.woff2') format('woff2'),
        url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('fonts/Gotham-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/Gotham-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fonts/Gotham-Ultra.woff2') format('woff2'),
        url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-ThinItalic.woff2') format('woff2'),
        url('fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}



/*------------------------------------*\
    RESPONSIVE
    \*------------------------------------*/

    @media only screen and (min-width:320px) {

    }
    @media only screen and (min-width:480px) {

    }
    @media only screen and (min-width:768px) {

    }
    @media only screen and (min-width:1024px) {

    }
    @media only screen and (min-width:1140px) {

    }
    @media only screen and (min-width:1280px) {

    }
    @media only screen and (-webkit-min-device-pixel-ratio:1.5),
    only screen and (min-resolution:144dpi) {

    }

/*------------------------------------*\
    MISC
    \*------------------------------------*/

    ::selection {
    	background:#04A4CC;
    	color:#FFF;
    	text-shadow:none;
    }
    ::-webkit-selection {
    	background:#04A4CC;
    	color:#FFF;
    	text-shadow:none;
    }
    ::-moz-selection {
    	background:#04A4CC;
    	color:#FFF;
    	text-shadow:none;
    }

/*------------------------------------*\
    WORDPRESS CORE
    \*------------------------------------*/

    .alignnone {
    	margin:5px 20px 20px 0;
    }
    .aligncenter,
    div.aligncenter {
    	display:block;
    	margin:5px auto 5px auto;
    }
    .alignright {
    	float:right;
    	margin:5px 0 20px 20px;
    }
    .alignleft {
    	float:left;
    	margin:5px 20px 20px 0;
    }
    a img.alignright {
    	float:right;
    	margin:5px 0 20px 20px;
    }
    a img.alignnone {
    	margin:5px 20px 20px 0;
    }
    a img.alignleft {
    	float:left;
    	margin:5px 20px 20px 0;
    }
    a img.aligncenter {
    	display:block;
    	margin-left:auto;
    	margin-right:auto;
    }
    .wp-caption {
    	background:#FFF;
    	border:1px solid #F0F0F0;
    	max-width:96%;
    	padding:5px 3px 10px;
    	text-align:center;
    }
    .wp-caption.alignnone {
    	margin:5px 20px 20px 0;
    }
    .wp-caption.alignleft {
    	margin:5px 20px 20px 0;
    }
    .wp-caption.alignright {
    	margin:5px 0 20px 20px;
    }
    .wp-caption img {
    	border:0 none;
    	height:auto;
    	margin:0;
    	max-width:98.5%;
    	padding:0;
    	width:auto;
    }
    .wp-caption .wp-caption-text,
    .gallery-caption {
    	font-size:11px;
    	line-height:17px;
    	margin:0;
    	padding:0 4px 5px;
    }
    .sticky {

    }
    .bypostauthor {

    }

/*------------------------------------*\
    PRINT
    \*------------------------------------*/

    @media print {
    	* {
    		background:transparent !important;
    		color:#000 !important;
    		box-shadow:none !important;
    		text-shadow:none !important;
    	}
    	a,
    	a:visited {
    		text-decoration:underline;
    	}
    	a[href]:after {
    		content:" (" attr(href) ")";
    	}
    	abbr[title]:after {
    		content:" (" attr(title) ")";
    	}
    	.ir a:after,
    	a[href^="javascript:"]:after,
    	a[href^="#"]:after {
    		content:"";
    	}
    	pre,blockquote {
    		border:1px solid #999;
    		page-break-inside:avoid;
    	}
    	thead {
    		display:table-header-group;
    	}
    	tr,img {
    		page-break-inside:avoid;
    	}
    	img {
    		max-width:100% !important;
    	}
    	@page {
    		margin:0.5cm;
    	}
    	p,
    	h2,
    	h3 {
    		orphans:3;
    		widows:3;
    	}
    	h2,
    	h3 {
    		page-break-after:avoid;
    	}
    }
    a.glow:hover, a.glow:focus{
    	background-color: #DEDEDE;
    	opacity: 0.5;
    }
    .supertitle{
    	border-bottom: .44444444444rem solid #091f2f;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	-js-display: flex;
    	display: flex;
    	-webkit-box-align: end;
    	-ms-flex-align: end;
    	align-items: flex-end;
    	margin-bottom: 15px;
    	padding-bottom: 10px;

    }
    .supertitle h1,.supertitle h2,.supertitle h3,.supertitle h4,.supertitle h5{
    	margin-bottom: 0;
    	font-family: Gotham Extra,Arial,sans-serif;
    	font-size: calc(20px + 25 * ((100vw - 480px) / 960));
    	font-weight: 700;
    	padding-right: 1rem;
    	line-height: 1;
    	color: #091f2f;
    	text-transform: uppercase;

    }
    .block-title{
    	font-style: italic;
    	font-size: 1.4rem;
    	line-height: 1.32;
    	margin-left: 0;
    	width: 100%;
    	font-family: Gotham Extra;
    }

    .date-flag {
    	background-image: url(img/ribbon.svg);
    	background-repeat: no-repeat;
    	background-size: cover;
    	text-align: center;
    	font-family: Gotham Extra,sans-serif;
    	position: absolute;
    	top: -1px;
    	margin-left: 10px;
    	width: 65px;
    	padding: 20px 15px 35px;
    	z-index: 1;
    	font-weight: 700;
    	text-transform: uppercase;
    	line-height: 1;
    	color: #091f2f;
    }
    h1.post-title{
    	font-size: 75px;
    	line-height: 3.72222rem;
    	font-weight: 700;
    	letter-spacing: -1px;
    	font-family: Gotham Extra,sans-serif;
    	color: #091f2f;
    	text-transform: uppercase;
    	margin-top: 0px;
    	margin-bottom: 0px;
    }
    /** MEDIA QUERIES */
    @media(max-width:767px){
    	h1.post-title{
    		font-size: 2.16667rem;
    	}
        #navbar-main{
            padding: 40px 15px;
            box-shadow: none;
        }
    }
    @media(min-width:768px){
    	h1.post-title{
    		font-size: 3.16667rem;
    	}
    }
    @media(min-width:992px){
    	h1.post-title{
    		font-size: 65px;
    	}
    }
    @media(min-width:1200px){
    	h1.post-title{
    		font-size: 55px;
    	}
    }
    .fechaycat{
    font-style: italic;
    margin-bottom: 10px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px;
    border-left: 0;
    border-style: dashed;
    border-color: #e0e0e0;
    text-transform: uppercase;
}
.navbar-default .nav > li > a {
    font-size:0.85em !important;
}

 .text-gllen{
    color:#5a3377;
 }
 li:hover a i.text-gllen{
    color:white;
 }
 .navbar-text{
        padding: 10px 0 !important;
        margin-top: 0px !important;
    }
    .m-t-15{
        margin-top:15px;
    }
.m-b-15{
    margin-bottom: 15px !important;
}
