@charset "UTF-8";
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;
}

img,
a img {
  border: none;
}

a:focus {
  outline: 0px;
}

/* 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;
}

a {
  text-decoration: none;
}
html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    text-align: left;
    font-size: 62.5%;
}
  
body {
    font-family: "league spartan", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    color: #898D98;
    background: #ffffff;
    text-align: left;
    margin-top: 8rem;
}

/* TYPOGRAPHY */
/* ----------------------------------------- */
h1 {
    font-size: 4rem;
    font-weight: bold;
    color: #625AFA;
    /* padding-bottom: 35px; */
    /* background: url(img/line.jpg) bottom left no-repeat; */
    margin-bottom: 25px;
  }
  
h2 {
    font-size: 3.0rem;
    line-height: 3.3rem;
    margin-bottom: 25px;
}
  
h3 {
    font-size: 3rem;
    color: #000;
    margin: 0px 0 28px 0;
    line-height: 3.3rem;
}
h3.caption{
  display: inline-block;
  border-bottom: solid 1px #C85173;
}
  
h4 {
    font-size: 2.0rem;
    color: #000;
    padding-bottom: 14px;
    margin-bottom: 14px;
    line-height: 2rem;
}
  
p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #898D98;
    line-height: 2.4rem;
    padding-bottom: 14px;
}
  
p b, p strong {
    font-weight: 600;
}

strong.caption{
  color: #000;
  font-weight: 500;
}
  
p a {
    color: #625AFA;
    text-decoration: underline;
}

.alert{
  padding: 4rem;
  background-color: #FFE7F2;
  margin-bottom: 4rem;
}

.alert h3, .alert p{
    color: #C85173;
    font-size: 2.1rem;
    line-height: 2.8rem;
}
.footer{
  margin: 8rem auto 0;
  text-align: center;
  background: #F6F8FA;
}
.footer p{
  text-align: center;;
  font-weight: 400;
  padding: 8rem 0;
}
.note{
  background-color: #F6F8FA;
  padding: 3rem 0 2rem 0;
  margin-bottom: 2rem;
}

/* Bloque
-------------------------------------------------------------- */

.bloque{
  border-top: solid 1px #898D98;
  padding: 20px 0;
  margin-bottom: 4rem;
}
span.title{
  background-color: #fff;
  position: relative;
  top: -27px;
  left: -10px;
  color: #625AFA;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px;
}

/* Form
-------------------------------------------------------------- */
textarea, input{
  background-color: #F6F8FA;
  border: 0;
  padding: 2%;
  padding: 4rem auto;
  text-align: left;
  margin-bottom: 2rem;
  width: 96%;
}

input[type="checkbox"]{
  width: 25px;
}
select{
  padding: 10px;
  margin-bottom: 2rem;
}
button{
  padding: 2rem;
  border-radius: 5rem;
  border: 0;
  font-size: 2.1rem;
  margin-top: 4rem;
  min-width: 200px;
  font-weight: 500;
}
button:hover, button[type="submit"]:hover{
  box-shadow: 2px 2px 4px #898D98;
  cursor: pointer;
}
button[type="submit"]{
  background: #625AFA;
  color: #fff;
  
}


select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 30px;
  padding: 5px;
  width: 250px;
}
select:focus{ outline: none;}

.u-form-send-success p{
  font-weight: 2.1rem;
  color: #625AFA;
}
.u-form-send-error p{
  color: #C85173;
}
.u-form-send-message{
  display: none;
}
/* Grid
-------------------------------------------------------------- */

.container {
    margin: 0 auto;
    max-width: 1260px;
    width: 90%;
  }
  
  .left {
    float: left;
  }
  
  .right {
    float: right;
  }
  .column {
    float: left;
    margin-left: 2%;
  }
  
  .column:first-child {
    margin-left: 0;
  }
  
  .column.full {
    width: 100%;
  }
  
  .column.third {
    width: 32%;
  }
  
  .column.two-thirds {
    width: 66%;
  }
  
  .column.half {
    width: 49%;
  }
  
  .column.one-third {
    width: 32%;
  }
  
  .column.one-fourth {
    width: 23.5%;
  }
  
  .column.two-fourth {
    width: 49%;
  }
  
  .column.tree-fourth {
    width: 74.5%;
  }
  
  .column.one-fifth {
    width: 18%;
  }
  
  .column.two-fifth {
    width: 38%;
  }
  
  .column.tree-fifth {
    width: 58%;
  }
  
  .column.one-sixth {
    width: 15%;
  }
  
  .column.two-sixth {
    width: 32%;
  }
  
  .column.tree-sixth {
    width: 49%;
  }
  
  .column.fourt-sixth {
    width: 66%;
  }
  
  .column.one-twelfth {
    width: 6.5%;
  }
  
  .column.two-twelfth {
    width: 15%;
  }
  
  .column.three-twelfth {
    width: 23.5%;
  }
  
  .column.fourt-twelfth {
    width: 32%;
  }
  
  .column.five-twelfth {
    width: 40.5%;
  }
  
  .column.six-twelfth {
    width: 49%;
  }
  
  .column.seven-twelfth {
    width: 57.5%;
  }
  
  .column.eight-twelfth {
    width: 66%;
  }
  
  .column.nine-twelfth {
    width: 73.5%;
  }
  
  .column.ten-twelfth {
    width: 83%;
  }
  
  .clear {
    clear: both;
  }
  
  /*  #Clearfix
  -------------------------------------------------------------- */
  .container:before,
  .container:after,
  .row:before,
  .row:after,
  .cf:before,
  .cf:after {
    content: " ";
    display: table;
  }
  
  .container:after,
  .row-example:after,
  .cf:after {
    clear: both;
  }
  
  .container,
  .row-example,
  .cf {
    *zoom: 1;
  }
  
  .mobile {
    display: none;
  }
  
  .alpha {
    margin-left: 0;
  }

/* Media Queries
-------------------------------------------------------------- */
  @media screen and (max-width: 640px) {
    .container {
      width: 90%;
    }
    .column.tree-fourth,
  .column.one-sixth,
  .column.tree-fifth,
  .column.two-fifth,
  .column.one-fifth,
  .column.fourt-sixth,
  .column.two-twelfth,
  .column.tree-twelfth,
  .column.fourt-twelfth,
  .column.five-twelfth,
  .column.six-twelfth,
  .column.seven-twelfth,
  .column.eight-twelfth,
  .column.nine-twelfth,
  .column.ten-twelfth,
  .column.eleven-twelfth,
  .column.one-third,
  .column.one-fourth,
  .column.two-fourth,
  .column.full,
  .column.two-thirds,
  .column.half,
  .column.one-third,
  .column.one-fourth {
    width: 100%;
  }
  .column:first-child {
    margin-top: 0;
  }
  .column{
    margin: 0;
  }
  .alert{
    padding: 4rem 0;
  }
}
/*--------tabla-----------*/
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-9poz{background-color:#ffccc9;font-weight:bold;text-align:left;vertical-align:top}
.tg .tg-0lax{text-align:left;vertical-align:top}