@charset "UTF-8";
@import url('font.css');

/* BASICS */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, .h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* LAYOUT */
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

main {
  width: 100%;
  height: 100%;
}

a {
  color: #2F3A5B;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #2F3A5B;
  font-weight: 500;
  text-decoration: none;
}

a.disabled {
  color: #8c8c8c;
  font-weight: 400;
}

/*Utilities*/
.p-0 {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

/*Utilities END*/
/*Color clases*/

.white-base {
  color: #FFFFFF;
}

.bg-base-color {
  background-color: #007fc2;
}

/*Color clases END*/
/*Tipografía base*/
h1, h2, h3,
.h1, .h2, .h3 {
  ffont-family: "Roboto", sans-serif;
}

h1, .h1 {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
}

h2, .h2 {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 600;
}

h3, .h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 500;
}

.f-medium {
  font-weight: 500;
}

.f-bold {
  font-weight: 600;
}

.f-small {
  font-size: 14px;
}

.f-small-medium {
  font-size: 14px;
  font-weight: 500;
}

.f-small-bold {
  font-size: 14px;
  font-weight: 600;
}

.f-xsmall {
  font-size: 12px;
}

.f-xsmall-bold {
  font-size: 12px;
  font-weight: 600;
}

/*Tipografía base END*/
/*Parrafos*/
.text-center {
  text-align: center;
}

/*Parrafos END*/
/*Efectos graficos base*/
.circled {
  border-radius: 100%;
}

.d_none{
  display: none;
}

.logo{
  text-align: center;
}

.img_logo{
  width: 70%;
  margin: 0 auto;
}

.container{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*Efectos graficos END*/
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .img_logo{
    width: 35%;
  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/*# sourceMappingURL=main.css.map */