@charset "utf-8";

//Reset
html, body, div, h1, h2, h3, h4, p {
    font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size:16px;
	line-height: 1.5;
	color:#3b3a3a;
	font-weight:300;
	border: 0 none;

}

h1 {
	font-size:32px;
	text-align:center;
	font-family: 'Exo 2', sans-serif;
}

h2 {
	font-size:24px;
	font-family: 'Istok Web', sans-serif;

}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
}

h4 {
	font-family: 'Work Sans', sans-serif;
}

h5 {
	font-family: 'Work Sans', sans-serif;
}

h6 {
	font-family: 'Work Sans', sans-serif;
}

p {
	font-family: 'Work Sans', sans-serif;
	font-size:100%;
}

input, label {
	font-family: 'Work Sans', sans-serif;
	height:25px;
	width:98%;
	font-size:100%;
}

li {
	font-family: 'Work Sans', sans-serif;	
	font-size:100%;
}

table{
	width: 100%;	
}

table,th, td {
  padding: 8px;
  font-family: 'Work Sans', sans-serif;
  font-size:100%;
}

tr:nth-child(even){background-color: #f2f2f2;}
tr:nth-child(odd){background-color: #D0F7CC;}

tr:hover {background-color: #ddd;}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}



fieldset {
    border-width: 0px;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-color:#FFF;
}

#content {
	clear:both;
	overflow:auto;
	background-color:#FFF;
	
}

.inputcortes {
	border: none;
    background: transparent;
	font-size:16px;
}

h3.error {
	color:#f00;	
}
/*------PRINCIPAL-------------------*/

#principal {
	
}
/*------FIN FORMATO PRINCIPAL-------*/

/*------MENU-------------------*/

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3;
}

#menu li {
  float: left;
}

#menu li a {
  display: block;
  color: #666;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Coda', cursive;
}

#menu li a:hover:not(.active) {
  background-color: #ddd;
}

#menu li a.active {
  color: white;
  background-color: #4CAF50;
}


/*------FIN FORMATO MENU-------*/



/* Price Table */

.package {
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	position:relative;
	overflow:hidden;
	margin: 0.5rem;
	width:100%;
}

.package p {
	padding: 1rem;
}

.package h2 {
    background-color: #296eb3;
    color: white;
    padding: 10px 0;
    margin:0;
	padding:1rem;
	text-align:center;
	font-size:1.2rem;
	font-weight:normal;
	position:relative;
}

.package .price {
    padding: 0.2rem 1rem;
	background: linear-gradient(
      45deg,
      #003b81 0%,
      #022f64 100%
    );
    color: white;
	text-shadow: 0 4px 0 #022f64;
	font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    box-shadow: inset 0 10px 4px -6px rgba(0, 0, 0, 0.1);
	font-family: "Work Sans", sans-serif;
}

.package .big {
	font-family: 'Exo 2', sans-serif;
	display: inline;
    font-size: 2em;
    font-weight: 700;
}	

.package ul {
    list-style: none;
    padding: 0 0 0rem 0;
    margin: 0;
    border-bottom: 1px solid #296eb3;
}

.package li {
    padding: 0.5em 1em;
    font-size: 0.9em;
	text-align:center;
    &:nth-child(odd) {
      background: #e8e8e8;
    }
}

.package button {
    cursor: pointer;
    padding: 1em 2em;
    font-size: 1rem;
    display: block;
    color: white;
    margin: 1rem auto;
    border: none;
    border-radius: 5px;
    background: linear-gradient(
      0deg,
      #003b81 0%,
      #296eb3
    );
	transition: all 0.2s;
    &:hover,
    &:focus {
      background: linear-gradient(
        0deg,
        #003b81 0%,
        #022f64 100%
      );
      box-shadow: 0 0 0 4px white, 0 0 0 8px var(--col-primary);
      outline: 0;
	  }
}


/* Banner for Popular Package */
.banner {
    background: linear-gradient(90deg, #33a530 0%, #4eee49 50%, #33a530 100%);
    color: white;
    padding: 0.5rem 4rem;
    position: absolute;
    top: 0.7rem;
    left: -4rem;
    transform: rotate(-45deg);
    z-index: 1;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}


.package_web h2::after {
  background: #7dbaff;
  background: linear-gradient(
    90deg,
    #7dbaff 0%,
    white 50%,
    #7dbaff 100%
  );
}

.package_basic h2::after {
  background: #7dbaff;
  background: linear-gradient(
    90deg,
    #7dbaff 0%,
    white 50%,
    #7dbaff 100%
  );
}

.package_pro h2::after {
  background: linear-gradient(
    90deg,
    #b85a24 0%,
    white 50%,
    #b85a24 100%
  );
}

.package_ultra h2::after {
  background: linear-gradient(
    90deg,
    #8a8a8a 0%,
    white 50%,
    #8a8a8a 100%
  );
}

.package_mega h2::after {
  background: linear-gradient(
    90deg,
    #e2a922 0%,
    white 50%,
    #e2a922 100%
  );
}


pre {
	background-color:#f0f0f0;
}

#quickexamples .nav-item{
	margin-left:1px;
	margin-right:1px;
}

#quickexamples .nav-pills .nav-link{
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid transparent;
}
#pills-answerjson-tab {
	background-color:#84d049;
	margin-left:2rem;
}
#pills-answerjson-tab.active {
	background-color:#007bff;
}

#pills-answercsv-tab {
	background-color:#84d049;
	
}#pills-answercsv-tab.active {
	background-color:#007bff;
}

#pills-docs-tab {
	background-color:#d2af0f;
	margin-left:2rem;
	font-weight:bold;
}

#pills-docs-tab.active {
	background-color:#d2af0f;
	border:0;
	font-weight:bold;
}

/*------ FOOTER-------------*/
#footer{
	margin-top:2rem;
}

#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3;
}

#footer li {
  float: right;
  padding: 1rem;
}

#footer li a {
  display: block;
  color: #666;
  text-align: center;
  text-decoration: none;
  font-family: 'Coda', cursive;
}

#footer li a:hover:not(.active) {
  background-color: #ddd;
}

#footer li a.active {
  color: white;
  background-color: #4CAF50;
}


/*------FIN FORMATO FOOTER-------*/