@charset "UTF-8";
/* 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;
}
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;
}*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #140F42;
  font-size: 16px;
  line-height: 150%;
}
h1 {
  font-weight: 600;
  font-size: 24px;
  /*  text-transform: uppercase;*/
  color: #14238a;
  color: #ff6600;
  line-height: 36px;
  text-align: center;
}
h2 {
  font-weight: 400;
  font-size: 22px;
  color: #ff6600;
  line-height: 30px;
  text-align: center;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider {
  width: 100%;
  height: 100vh;
  background-image: url(../imgs/fondo2.jpg);
  background-position: center 0px;
  /*
    background-size: cover;
background-repeat: repeat-x;
*/
}
.recuadroLogo {
  width: 400px;
  height: 117px;
  margin: 1em auto;
  background-image: url(../imgs/LogoCD.jpg);
  background-repeat: no-repeat;
}
.boton {
  width: 1px;
  height: 1px;
  background-color: #FF3311;
  border-radius: 20px;
  font-size: 17px;
  line-height: 150%;
  font-weight: 900;
  text-transform: uppercase;
}
.contenedor {
  position: relative;
}
@media (min-width: 640px) and (max-width: 949px) {
  h1 {
    color: #14238a;
    font-size: 30px;
  }
  h2 {
    color: #14238a;
    font-size: 26px;
  }

  .recuadroLogo {
    width: 400px;
    height: 117px;
    margin: 1em auto;
    background-image: url(../imgs/LogoCD.jpg);
    background-repeat: no-repeat;
  }
}
@media (min-width: 950px) and (max-width: 1536px) {
  h1 {
    color: #14238A;
    font-size: 45px;
    line-height: 55px;
  }
  h2 {
    color: #ff6600;
    font-size: 40px;
    line-height: 50px;
  }
  .recuadroLogo {
    width: 80%;
    width: 600px;
    height: 349px;
    margin: 1em auto;
    background-image: url(../imgs/logoCDm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .recuadroLogo {
    width: 600px;
    height: 175px;
    margin: 1em auto;
    background-image: url(../imgs/LogoCDm.jpg);
    background-repeat: no-repeat;
  }
}
@media (min-width: 1537px) {
  h1 {
    color: #ff6600;
    font-size: 35px;
    line-height: 45px;
  }
  h2 {
    color: #14238A;
    font-size: 30px;
    line-height: 42px;
  }
  .recuadroLogo {
    width: 800px;
    height: 233px;
    margin: 1em auto;
    background-image: url(../imgs/logoCDg.jpg);
  }
}
