@charset "utf-8";

/*
* Theme Name: lamosquita design
* Theme URI: http://lamosquita.net
* Description: photoblog.
* Author: lamosquita
* Version: 2.1
*/

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

@font-face{
        font-family:"DIN Next W02";
        src:url("Fonts/86213c25-c304-41be-8e81-eb0091ce7add.woff2") format("woff2"),url("Fonts/7353a35c-537a-46d5-b63a-d82b4353563a.woff") format("woff");
font-weight: 400;
font-style: normal;
    }
    @font-face{
        font-family:"DIN Next W02";
        src:url("Fonts/8ec71492-2e02-4717-b228-ec037c155575.woff2") format("woff2"),url("Fonts/7da85c1c-977c-4478-a835-324c3a71bf91.woff") format("woff");
font-weight: 400;
font-style: italic;
    }
    @font-face{
        font-family:"DIN Next W02";
        src:url("Fonts/1410c861-6f68-441e-b3b7-47d32c46fe78.woff2") format("woff2"),url("Fonts/0688a3c1-4ddd-403c-a671-629da0e16085.woff") format("woff");
font-weight: 700;
font-style: normal;
    }
    @font-face{
        font-family:"DIN Next W02";
        src:url("Fonts/ad4a4f26-bdc9-40ac-904e-ce72523fc64b.woff2") format("woff2"),url("Fonts/b23d189b-2280-4424-aec7-ace146a74144.woff") format("woff");
font-weight: 700;
font-style: italic;
    }
    @font-face{
        font-family:"DIN Next W02";
        src:url("Fonts/89088fc9-98f7-4390-9084-89e6dba8bc08.woff2") format("woff2"),url("Fonts/e81c5806-8af1-40c4-bf7b-f548375ddcef.woff") format("woff");
font-weight: 300;
font-style: normal;
    }
    @font-face{
        font-family:"DIN Next W02";
        src:url("Fonts/fdd172da-2c66-47f9-964e-654f6ee9cd6d.woff2") format("woff2"),url("Fonts/ffcd5d83-aa0f-451c-b418-ac360ab874d0.woff") format("woff");
font-weight: 300;
font-style: italic;
    }

/*
=================================================================================
Reset default browser CSS
=================================================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
    font-family: "DIN Next W02", sans-serif;
}
body { line-height: 1; }
h1, h2, h3, h4, h5, h6 { clear: both; font-weight: 300; }
ol, ul { list-style: none; }
blockquote { quotes: none; }
blockquote:before, blockquote:after { content: ''; content: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; margin: 0px; }
a {text-decoration:none;}

@media (max-width: 567px) {
    .movil { display: initial; }
    .tabletv { display: none; }
    .tableth { display: none; }
    .desktop { display: none; }
}
@media (min-width: 568px) and (max-width: 767px) {
    .movil { display: none; }
    .tabletv { display: initial; }
    .tableth { display: none; }
    .desktop { display: none; }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .movil { display: none; }
    .tabletv { display: initial; }
    .tableth { display: none; }
    .desktop { display: none; }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .movil { display: none; }
    .tabletv { display: none; }
    .tableth { display: initial; }
    .desktop { display: none; }
}
@media (min-width: 1280px) {
    .movil { display: none; }
    .tabletv { display: none; }
    .tableth { display: none; }
    .desktop { display: initial; }
    .griditem { width: 500px; margin: 0 auto;}
}
/*
=================================================================================
Global elements
=================================================================================
*/
#page {
	background: #fff;
	/*border: 1px solid #CC0000;*/
	text-align: left;
	width: 100%;
	}
.limpia {
	clear: both;
		}
h1 a {
    color: #000;
    text-decoration: none;
}
h1 a:hover {
    color: #111;
    text-decoration: none;
}
h2 {
    color: #111;
    font-family: "DIN Next W02", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 0.7em;
}
h3 {
    color: #111;
    font-family: "DIN Next W02", sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 0.5em;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #cc0000;
    text-decoration: none;
}
p {
    font-family: "DIN Next W02", sans-serif;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 1em;
}
.english {
    color: #333;
}
.spanish {
    color: #666;
}
strong {
    font-weight: 400;
}
ul, ol {
    margin-left: 2em;
    margin-bottom: 1.5em;
}
ol {
    list-style: georgian;
}
li {
    font-family: "DIN Next W02", sans-serif;
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: 300;
}
.entrada{}
.cartel {
    box-shadow: 5px 5px 20px #00000033;
}
.nocartel {
    text-align: center;
}
@media (max-width: 567px) {
    header {
        width:100%;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        height: 128px;
	}
    #content {
        width:100%;
    }
    .listednews {
        display: grid;
        grid-template-columns:1fr;
        margin-top: 2em;
        margin-bottom:2em;
        margin: auto 50px;
    }
    .listedimgs, .listedabout  {
        display: grid;
        grid-column-gap: 50px;
        grid-template-columns:1fr;
        margin-top: 2em;
        margin-bottom:2em;
        margin: auto;
    }
    .insidesingle {
        margin: 0;   
    }
    .incontacto, .contenidolegal {
        width: calc(100% - 60px);
    }
    h1.titarchive {
        margin: 1em 0 3em 0px;
        text-align: center;
    }
}
@media (min-width: 568px) and (max-width: 767px) {
     .listednews {
        display: grid;
        grid-column-gap: 30px;
        grid-template-columns:1fr 1fr;
        margin-top: 2em;
        margin-bottom:2em;
        margin: auto 50px;
    }
    .incontacto, .contenidolegal {
        width: calc(100% - 90px);
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .listednews {
        display: grid;
        grid-column-gap: 20px;
        grid-template-columns:1fr 1fr 1fr 1fr;
        margin-top: 2em;
        margin-bottom:2em;
        margin: auto 50px;
    }
    .listedimgs, .listedabout {
        display: grid;
        grid-column-gap: 50px;
        grid-template-columns:1fr 1fr;
        margin-top: 2em;
        margin-bottom:2em;
        margin: auto;
    }
    .insidesingle {
        margin: 0 50px;   
    }
    .incontacto, .contenidolegal {
        width: 600px;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .listednews {
        display: grid;
        grid-column-gap: 20px;
        grid-template-columns:1fr 1fr 1fr 1fr;
        margin-top: 2em;
        margin-bottom:2em;
        margin: auto 50px;
        padding: 0 40px;
    }
    .listedimgs, .listedabout {
        display: grid;
        grid-column-gap: 50px;
        grid-template-columns:1fr 1fr 1fr;
        margin-top: 2em;
        margin-bottom:2em;
        margin: auto;
    }
    .insidesingle {
        margin: 0 90px;   
    }
}
@media (min-width: 568px) and (max-width: 1023px) {
    #headerin {
        width: 100%;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        height: 128px;
	}
    #content {
        width:100%;
        
    }
    h1.titarchive {
        margin: 1em 0 3em 50px;
        text-align: center;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    #headerin {
        width: calc(100% - 80px);
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        height: 128px;
	}
    #content {
        width:100%;
        
    }
    .incontacto, .contenidolegal {
        width: 600px;
    }
    h1.titarchive {
        margin: 1em 0 1em 90px;
    }
}
@media (min-width: 1280px) {
    #headerin {
	    width: 1180px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        height: 128px;
	}
    #content {
        width: 1180px;
        margin: auto;
    }
    .listednews {
        display: block;
        margin-top: 2em;
        margin-bottom:2em;
        margin: auto 50px;
    }
    .listedimgs {
        display: grid;
        grid-column-gap: 50px;
        grid-template-columns:1fr 1fr 1fr 1fr;
        margin-top: 2em;
        margin-bottom:2em;
        margin: auto;
    }
    .listedabout {
        display: grid;
        grid-column-gap: 50px;
        grid-template-columns:1fr 1fr 1fr;
        margin-top: 2em;
        margin-bottom:2em;
        margin: auto;
    }
    .insidesingle {
    }
    .incontacto, .contenidolegal {
        width: 600px;
    }
    h1.titarchive {
        margin: 1em 50px 3em 50px;
        text-align: center;
    }
}

header {
    background: #fff;
    position: fixed;
    z-index: 24;
    width: 100%;
	border: 0px solid #000000;/**/
	}
#headerin {
    position: relative;
	}
.margensuperior {
    height: 128px;
}
@media (max-width: 682px) {
    .webname {
        display: none;
	}
    .menu {
        display: block;
        position: fixed;
        right: 50px;
    }
    .headerlogo {
        position: absolute;
        left: 0px;
        height: 128px;
        overflow: hidden;
        top: -15;
    }
    .headernomenu {
        position: absolute;
        right: 30px;
        width: 414px;
        top: 60px;
    }
    h1.titsingle {
        text-align: center;
    }
}
@media (min-width: 683px) {
    .webname, .menu {
        display: inline-block;
    }
    .webname {
        margin-right: 16px;
    }
    #site-title  {
        font-family: "DIN Next W02", sans-serif;
        font-size: 24px;
        font-weight: 400;
    }
    .headerlogo {
        position: absolute;
        left: 12px;
        height: 128px;
        overflow: hidden;
        top: 0;
    }
    .headernomenu {
        position: absolute;
        right: 50px;
        width: 289px;
        top: 60px;
    }
    h1.titsingle {
        text-align: left;
    }
}
.incontacto, .contenidolegal {
    margin: auto;
}
#pie {
    width: 100%;
    text-align: center;
    font-family: "DIN Next W02", sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    padding-top: 111px;
}
#footer {
	/*border: 1px solid #CC0000;*/
	text-align: right;
	font-family:"DIN Next W02",sans-serif;
	padding-top: 0px;
	padding-bottom: 22px;
	height: 121px;
	background: #FFF url('images/lamosquita.png') no-repeat top center;
	margin: 0 auto;
	color: #000;
	}
/*
=================================================================================
Menú
=================================================================================
*/

.menu_nav a {
	color: #fff;
	text-decoration: none;
}
.menu_nav a:hover {
	color: #000;
	text-decoration: none;
}
.menu_meta a {
	color: #000;
	text-decoration: none;
}
.menu_meta a:hover {
	color: #fff;
	text-decoration: none;
}
.menu ul {
	font-family: "DIN Next W02", sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    margin: 0!important
}
.menu_nav li, .menu_meta li {
	margin : 0px 0px 20px 0px;
	padding: 0px;
    font-size: 1.2em;
    font-weight: 300;
	white-space: nowrap;
    list-style: none;
}
.menu_meta li:nth-last-child(1) {
	margin : 0px 0px 10px 0px;
}
.menu-menuprincipal-container {
    padding-top: 10px;
}
.menu_wrap {
	position: relative;
}
@media (max-width: 767px) {
	.menu_box {
		position: fixed;
		top   : -2px;
		left  : 20px;
		right : 20px;
		text-align: center;
	}
}
@media (min-width: 768px) {
	.menu_box {
		position: absolute;
		top   : -10px;
		right : -10px;
		text-align: right;
	}
}
.menu_box {
	display: none;
	padding: 30px 60px;
	background: #cc0000;
	border: 0px solid #000000;
	z-index: 12;
}
.menu_bground {
	display: none;
	position: fixed;
	top   : 0%;
	left  : 0%;
	width : 100%;
	height: 100%;
	background: #000000ee;
	cursor: pointer;
	z-index: 6;
}
@media (max-width: 767px) {
	.menu_wrap.shown .menu_bground {
		display: block;
	}
}
.menu_switch {
	display: block;
	position: relative;
	z-index: 24;
}
@media (max-width: 767px) {
	.menu_switch {
		margin-top: 00px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.menu_switch {
		margin-top: 00px;
	}
}
@media (min-width: 1024px) {
	.menu_switch {
		margin-top: 00px;
	}
}
.menu_switch img {
	width: 17px;
}
.menu_wrap.shown .menu_switch img:nth-child(1) {
	display: none;
}
.menu_wrap:not(.shown) .menu_switch img:nth-child(2) {
	display: none;
}
.menu_wrap.shown .menu_box {
	display: block;
}
.menu_langs {
	margin: 30px 0px 60px 0px;
}
.menu_langs span {
	display: block;
	font-weight: 700;
}
.menu_langs a {
	display: block;
}
.menu_nav {
}
.menu_nav ul, ul#menu-menu-movil {
	margin : 0px;
	padding: 0px;
	list-style: none;
}
.menu_nav a {
}
.menu_nav li:hover {
	border-bottom: 1px solid var(--txt-color);
}

/*
=================================================================================
Slider
=================================================================================
*/
@media (max-width: 767px) {
    .slider {aspect-ratio: 3/4;}
    #alslider_wrap {aspect-ratio: 3/4;}
    #slider_center_home {aspect-ratio: 3/4;}
    .alslider_item {aspect-ratio: 3/4;}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .slider {aspect-ratio: 3/4;}
    #alslider_wrap {aspect-ratio: 3/4;}
    #slider_center_home {aspect-ratio: 3/4;}
    .alslider_item {aspect-ratio: 3/4;}
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .slider {aspect-ratio: 4/3;}
    #alslider_wrap {aspect-ratio: 4/3;}
    #slider_center_home {aspect-ratio: 4/3;}
    .alslider_item {aspect-ratio: 4/3;}
}
@media (min-width: 1280px) {
    .slider {aspect-ratio: 16/9;}
    #alslider_wrap {aspect-ratio: 16/9;}
    #slider_center_home {aspect-ratio: 16/9;}
    .alslider_item {aspect-ratio: 16/9;}
}
.slider {
    width: 100%;
    margin: 0 0 50px 0;
    position: relative;
}
#slider_center_home {
    width:100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#alslider_wrap {
	position: absolute;
    z-index: 1;
	width : 100%;
    margin : 0px;
	overflow: hidden;
    display: inline-block;
    top:0;
}
.alslider_item {
	position: absolute;
	top   : 0px;
	left  : 0px;
	width : 100%;
}
.alslider_item .tit {
	color: #000;
    font-family: "DIN Next W02",sans-serif;
    font-size: 48px;
    font-weight: 500;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 1100px;
    bottom: 20px;
	
}

/*
=================================================================================
Home y páginas maquetación
=================================================================================
*/
h2.tititemshome {
    font-family:"DIN Next W02",sans-serif;
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 0.2em;
    padding-top: 50px;
}
p.txthome {
    font-family:"DIN Next W02",sans-serif;
    text-align: left;
    font-size: 1em;
    margin-bottom: 0.2em;
    font-weight: 200;
}
h1.titsingle {
    margin: 1em 0 0.3em 0;
}
h1.titlegal {
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 1em 0 0.5em 0 ;
    padding: 0 0 0.33em 0;
}
h1.titarchive, h1.titsingle, h1.titlegal  {
    font-family:"DIN Next W02",sans-serif;
    font-size: 2.2em;
    font-weight: 500;
}
.redesabout {
    font-size: 1.3em;
    font-weight: 400;
}
.imagenpost img {
    width: 100%;
    height: auto;
}
.imagenpost{
    margin-bottom: 50px;
}
.griditem {
    margin-bottom: 20px;
}
.griditem:hover {
    opacity: 0.8;
}
.separacion {
    padding-top: 12px;
}
.linehome {
    border-bottom: 1px solid #000;
} 
table {
    border: 1px solid;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}
td, th {
    vertical-align:top;
    padding: 15px;
    text-align: left;
    border: 1px solid;
}
th {
  background-color: #333 !important;
  color: #fff !important;
}
/*
=================================================================================
Gmaps
=================================================================================
*/
.mapa {
    width: 100%;
    margin-left:0px;
    z-index:7;
	position: relative;
	height:616px;
    overflow: hidden;
    padding-bottom: 22px;
}
#gmaps {
	margin-bottom:0px;
	width:100%;
	margin: 0 auto;
	position: relative;
    height:616px;
    background: #bbbbbb none repeat scroll 0 0;
	/*border:1px solid #000;*/
	}
/*
=================================================================================
Contact
=================================================================================
*/
.contacform {
	margin-top:11px;
	margin-bottom:11px;
    font-family:"DIN Next W02",sans-serif;
	}
.wpcf7 p {
	text-align: left;
	margin-bottom: 9px;
    font-family:"DIN Next W02",sans-serif;
	}

.wpcf7 em {
	font-size: 0.8em;
	text-align: left;
	color: #666666;
    font-family:"DIN Next W02",sans-serif;
	}	

.wpcf7 input {
	width: calc(100% - 20px);/**/
	padding: 10px;
    margin: 0px 5px 1px 0px;
	border:0px;
	background-color: #EbEbEb;
    font-family:"DIN Next W02",sans-serif;
    font-size: 1.1em;
    color: #000;
    font-weight: 300;
	}

.wpcf7  textarea {
	width: calc(100% - 20px);/**/
	padding: 10px;
    margin: 0px 5px 1px 0px;
	border:0px;
	background-color: #EbEbEb;
    font-family:"DIN Next W02",sans-serif;
    font-size: 1.1em;
    color: #000;
    font-weight: 300;
	}
.wpcf7 input#sender  {
	background-color:#222;
	border:1px solid #222;
	width: 151px;/**/
	color:#FFF;
	margin: 0 0 25px auto;
	float: right;
    font-family:"DIN Next W02",sans-serif;
    font-size: 1.1em;
    font-weight: 400;
	}
.wpcf7 input#sender:hover  {
	background-color:#C00;
    border:1px solid #C00;
	color:#000;
	}
.wpcf7-not-valid-tip {
    color: #fff !important;
    background: #C00 !important;
    padding: 6px !important;
    font-size: 1em;
    font-weight: 300;
    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output {
    font-size: 1.2em;
    color:#000;
    text-transform: uppercase;
    padding: 20px !important;
    background: #f60 !important;
    padding: 60px 0;
    margin: -50px 0 50px 0;
    border: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.2em;
    color:#fff !important;
    text-transform: uppercase;
    padding: 20px !important;
    background: #46b450 !important;
    padding: 60px 0;
    margin: 16px 0 50px 0;
    border: 0;
}
.textoform	{
		display: block;
        width: 100%;
        text-align: left;
        font-family: "DIN Next W02",sans-serif;
        font-size: 1.1em;
        font-weight: 400;
        margin-bottom: 5px;
	}
	
.textoarea	{
		display: block;
        width: 100%;
        text-align: left;
        font-family: "DIN Next W02",sans-serif;
        font-size: 1.1em;
        font-weight: 400;
        margin-bottom: 5px;
	}	
