@charset "utf-8";
/*
Theme Name: Theme Name: ventura
Theme URI: http://www.lamosquita.net/
Description: básico
Version: 1.0
Author: lamosquita
Author URI: http://www.lamosquita.net/

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-family:var(--font-text);
font-family: "DIN Next W01 monotype"
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=e079768e-d45d-4ec8-a5d0-25333e19062d");
  
@font-face {
  font-family: "DIN Next W01 monotype";
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url('DINNext/DINNextLight_normal_normal.woff2') format('woff2'), url('DINNext/DINNextLight_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "DIN Next W01 monotype";
  font-style: italic;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url('DINNext/DINNextLightItalic_italic_normal.woff2') format('woff2'), url('DINNext/DINNextLightItalic_italic_normal.woff') format('woff');
}
@font-face {
  font-family: "DIN Next W01 monotype";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url('DINNext/DINNextRegular_normal_normal.woff2') format('woff2'), url('DINNext/DINNextRegular_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "DIN Next W01 monotype";
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url('DINNext/DINNextItalic_italic_normal.woff2') format('woff2'), url('DINNext/DINNextItalic_italic_normal.woff') format('woff');
}
@font-face {
  font-family: "DIN Next W01 monotype";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('DINNext/DINNextMedium_normal_normal.woff2') format('woff2'), url('DINNext/DINNextMedium_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "DIN Next W01 monotype";
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('DINNext/DINNextMediumItalic_italic_normal.woff2') format('woff2'), url('DINNext/DINNextMediumItalic_italic_normal.woff') format('woff');
}
@font-face {
  font-family: "DIN Next W01 monotype";
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url('DINNext/DINNextBold_normal_normal.woff2') format('woff2'), url('DINNext/DINNextBold_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "DIN Next W01 monotype";
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url('DINNext/DINNextBoldItalic_italic_normal.woff2') format('woff2'), url('DINNext/DINNextBoldItalic_italic_normal.woff') format('woff');
}


/*variables del tema
=============================================================================*/
:root {
    --bg-color:  #fff;
    --bg2-color: #009aa7;
    --1st-color: #000;
    --2nd-color: #fff;
    --3rd-color: #009aa7;
    --4th-color: #333;
    --txt-color: #000;
    --lnk-color: #009aa7;
    --trans-color: rgba(255, 255, 255, 0.2);
    --lines: #000;
    --font-text: "DIN Next W01 monotype";
    --font-cursiva:  "DIN Next W01 monotype";
    --font-title: "DIN Next W01 monotype";
}
.breadcrumb {
    display: none;
}

    
/*reset style
-------------------------------------------------------------- */
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 W01 monotype";
}
body {
    background: var(--bg-color);
}
a img {
  border: 0px;
}
a {
    color: var(--3rd-color);
    text-decoration: underline;
}
a:hover {
    color: var(--1st-color);
}
.alignleft {
    float: left;
    margin-right: 11px;
}
.alignright {
    float: right;
    margin-left: 11px;
}
.limpia {
	clear:both;
	}
#screen {
    width: 100%;
}
#page {
    width: 100%
}
#header {
}
@media (max-width: 567px) {
    .movil {
        display: initial;
    }
    .tablet {
        display: none;
    }
    .desktop {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 768px) {
    .movil {
        display: none;
    }
    .tablet {
        display: initial;
    }
    .desktop {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .movil {
        display: none;
    }
    .tablet {
        display: initial;
    }
    .desktop {
        display: none;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .movil {
        display: none;
    }
    .tablet {
        display: none;
    }
    .desktop {
        display: initial;
    }
}
@media (min-width: 1280px) {
    .movil {
        display: none;
    }
    .tablet {
        display: none;
    }
    .desktop {
        display: initial;
    }
}
/*Basics
=============================================================================*/
header, footer {
    background-color: var(--bg2-color);
}
article {
    margin: auto;
    }
@media (max-width: 567px) {
    .imghead {
        width: 141px;
        padding: 40px 0 20px 0;
        margin: auto;
    }
    h1 {
        font-size: 1.7em;
        line-height: 1em;
    }
    h2 {
        font-size: 1.1em;
        padding-top: 6px;
    }
    h3 {
        font-size: 1.5em;
    }
    .separacion {
        padding-bottom: 30px;
    }
    article {
        margin: 30px auto;
        width: 300px;
    }
    .imgfoot {
        width: 300px;
        padding: 30px 0;
        margin: auto;
    }
}
@media (min-width: 568px) and (max-width: 1023px) {
    .imghead {
        width: 141px;
        padding: 50px 0 20px 0;
        margin: auto;
    }
    h1 {
        font-size: 1.75em;
        line-height: 1.05em;
    }
    h2 {
        font-size: 1.2em;
        padding-top: 6px;
    }
    h3 {
        font-size: 1.5em;
    }
    .separacion {
        padding-bottom: 40px;
    }
    article {
        width: 575px;
        margin: 30px auto;
    }
    .imgfoot {
        width: 350px;
        padding: 30px 0;
        margin: auto;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .imghead {
        width: 181px;
        padding: 60px 0 20px 0;
        margin: auto;
    }
    h1 {
        font-size: 2em;
        line-height: 1.1em;
    }
    h2 {
        font-size: 1.4em;
        padding-top: 6px;
    }
    h3 {
        font-size: 1.5em;
    }
    .separacion {
        padding-bottom: 55px;
    }
    article {
        width: 575px;
        margin: 30px auto;
    }
    .imgfoot {
        width: 400px;
        padding: 30px 0;
        margin: auto;
    }
}
@media (min-width: 1280px) {
    .imghead {
        width: 222px;
        padding: 40px 0 20px 0;
        margin: auto;
    }
    h1 {
        font-size: 2.3em;
        line-height: 1.2em;
    }
    h2 {
        font-size: 1.5em;
        padding-top: 6px;
    }
    h3 {
        font-size: 1.5em;
    }
    .separacion {
        padding-bottom: 40px;
    }
    article {
        width: 600px;
        margin: 40px auto;
    }
    .imgfoot {
        width: 450px;
        padding: 30px 0;
        margin: auto;
    }
}



/*textos y enlaces
=============================================================================*/
h1 {
    font-weight: 400;
    text-transform: uppercase;
    color: var(--2nd-color);
    text-align: center;
}
h2 {
    font-weight: 300;
    color: var(--1st-color);
    text-align: center;
}
h3 {
    font-weight: 300;
    text-transform: uppercase;
    color: var(--3rd-color);
    text-align: left;
}
p {
    font-weight: 200;
    text-align: left;
    color: var(--4th-color);
    margin-bottom: 1em;
}
p.firma {
    font-weight: 300;
    color: var(--1st-color);
    text-align: left;
    line-height: 1em;
    font-size: 1.1em;
    margin-bottom: 1.2em;
}
ul {
    list-style: none;
    margin-left: 1em;
}
li {
    margin-bottom: 0.5em;
}
