@charset "UTF-8";
/* REINICIO DE CSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*MODELO DE CAJA*/
* {
  box-sizing: border-box;
}
/*INICIA CSS GENERAL*/
body {
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #f8f2e7;
  background-color: #e73241;
}
.container {
  width: 98%;
  height: 100%;
  margin: 0 auto 0 auto;
}
/*#pie {
  width: 100%;
  height: 150px;
  background: #f8f2e7;
  background-image: url("logos_varios.png");
  background-position: center center;
  background-size: 400px auto;
  background-repeat: no-repeat;
}*/
@media (min-width: 768px) {
  #cabezal {
    display: flex;
    flex-direction: column;
  }
  #logo {
    width: 100%;
    height: 80px;
    background-image: url("logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px auto;
    position: relative;
  }
  #text01 {
    width: 100%;
    height: 80px;
    padding-top: 80px;
    text-align: center;
    text-transform: uppercase;
    font-family: "area-extended", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
  }
  #contenido {
    display: flex;
    flex-direction: column;
	  height: 100%;
  }
  #text02 {
    width: 100%;
    text-align: center;
    padding: 80px 0 40px 0;
    font-size: 42px;
    line-height: 50px;
  }
  #foto {
    background-image: url("pic.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
    width: 100%;
    height: 400px;
    position: relative;
  }
	#pie {
  width: 100%;
  height: 150px;
  background: #f8f2e7;
  background-image: url("logos_varios.png");
  background-position: center center;
  background-size: 800px auto;
  background-repeat: no-repeat;
		position: fixed;
		bottom: 0px;
}
}
@media (min-width: 1024px) {
  #cabezal {
    display: flex;
    flex-direction: row;
	  padding-top: 20px;
  }
  #logo {
    width: 50%;
    background-image: url("logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 250px auto;
    position: relative;
  }
  #text01 {
    width: 50%;
    height: 150px;
    padding-top: 80px;
    text-align: center;
    text-transform: uppercase;
    font-family: "area-extended", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 42px;
  }
  #contenido {
    display: flex;
    flex-direction: row;
    height: 75%
  }
  #text02 {
    width: 40%;
    text-align: left;
    padding-top: 150px;
    font-family: "area-extended", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
  }
  #foto {
    background-image: url("pic.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1073px auto;
    width: 100%;
    height: 80vh;
    position: relative;
  }
	#pie {
  width: 100%;
  height: 150px;
  background: #f8f2e7;
  background-image: url("logos_varios.png");
  background-position: center center;
  background-size: 1073px auto;
  background-repeat: no-repeat;
}
}