* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Abel", sans-serif;
  scroll-behavior: smooth;
}
.logo img{
   height:100px;
}
.nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.521);
  padding:0 50px;
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
}
.nav .config {
  display: none;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu ul {
  list-style: none;
  /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; */
}
.menu ul li {
  display: inline-block;
}
.menu ul li a {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 5px;
  transition: 0.5s ease;
}
.menu ul li a:hover {
  border-color: white;
}
.menu ul li:nth-child(6) a:hover {
  color: black;
  background-color: #60a9ff;
}
.menu ul li .button_login {
  color: #fff;
  border: 1px solid #60a9ff;
  background: #00C0FF;
}
.menu ul li .button_cerrar {
  padding: 5px;
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid #60a9ff;
  background: #00C0FF;
}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 200px;
}
.header h1 {
  font-family: "Raleway", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: white;
}
.header p {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: white;
  padding: 10px 15px;
}
.header button a {
  text-decoration: none;
  color: #fff;
}
.header2 {
  margin: 100px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header2 img {
  margin-bottom: 50px;
  width: 300px;
}
.header2 button {
  background: #00C0FF;
  color: #fff;
}
button {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  color: black;
  padding: 20px 30px;
  margin: 50px 5px 0;
  cursor: pointer;
}

.container {
  margin: 0 auto;
  padding: 150px 0 0;
  max-width: 1400px;
  width: 100%;
}

.grid-table {
  margin: 0 auto;
  padding: 75px 0 0;
  max-width: 900px;
  width: 100%;
}
.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.panel1 {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}
.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}
.pricing-img1 {
  margin-bottom: 25px;
  max-width: 100%;
  width: 180px;

}

.pricing-header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
}

.pricing-features {
  color: #016FF9;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 0;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: #016FF9;
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}
.content-select select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.content-select select::-ms-expand {
    display: none;
}
.content-select{
  max-width: 250px;
  position: relative;
}
 
.content-select select{
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px 10px;
  height: 42px;
  outline: 0; 
  border: 0;
  border-radius: 0;
  background: #FFF;
  color: #7b7b7b;
  font-size: 1em;
  color: #999;
  font-family: 
  'Quicksand', sans-serif;
  border:2px solid rgba(0,0,0,0.2);
    border-radius: 12px;
    position: relative;
    transition: all 0.25s ease;
}
 
.content-select select:hover{
  background: #FFF;
}
 
/* 
Creamos la fecha que aparece a la izquierda del select.
Realmente este elemento es un cuadrado que sólo tienen
dos bordes con color y que giramos con transform: rotate(-45deg);
*/
.content-select i{
  position: absolute;
  right: 20px;
  top: calc(50% - 13px);
  width: 16px;
  height: 16px;
  display: block;
  border-left:4px solid #2AC176;
  border-bottom:4px solid #2AC176;
  transform: rotate(-45deg); /* Giramos el cuadrado */
  transition: all 0.25s ease;
}
 
.content-select:hover i{
  margin-top: 3px;
}
.form_buscar {
  display:grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: repeat(auto);
}
.form_buscar input {
  margin: 10px;
  padding: 10px;
  border: 1px #fff solid;
  background: rgba(255, 255, 255, 0.8);
}
.form_buscar input::placeholder {
  color: rgb(32, 32, 32);
  font-weight: bold;
}
.form_buscar button {
  border-radius: 20px;
  margin: auto;
  width: 25%;
  border: none;
  color: #fff;
  background: #269aff;
}
.form_buscar button:hover {
  color: #000;
  background: #fff;
}

.Container {
  font-family: 'Open Sans', sans-serif;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../media/Fondos/fondo.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

h1 {
  font-size:3em; 
  font-weight: 300;
  line-height:1em;
  text-align: center;
  color: #4DC3FA;
}

h2 {
  font-size:1em; 
  font-weight: 300;
  text-align: center;
  display: block;
  line-height:1em;
  padding-bottom: 2em;
  color: #FB667A;
}

h2 a {
  font-weight: 700;
  text-transform: uppercase;
  color: #FB667A;
  text-decoration: none;
}
.container1 td img {
  width: 100px;
}
.container1 {
  margin: 50px 20px 50px 20px;
}
.container1 .scroll {
  width: 100%;
  height: 700px;
  overflow: scroll;
}
.container1 table {
  margin: 20px 0;
}
.container1 th {
  color: #000;
  background: #3C6090;
  border: 1px solid #000;
  padding: 10px;
}
.container1 td {
  border: 1px solid gray;
  padding: 10px;
}

/* Background-color of the odd rows */
.container1 tr:nth-child(odd) {
    background-color: #EDF2F7;
}

/* Background-color of the even rows */
.container1 tr:nth-child(even) {
    background-color: #C9D7E8;
}

.container1 td:first-child { color: #000; }

.container1 tr:hover {
   background-color: #3C6090;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
     -moz-box-shadow: 0 6px 6px -6px #0E1119;
          box-shadow: 0 6px 6px -6px #0E1119;
}
.container1 .paginacion {
  margin: 10px 10px;
}
.container1 .paginacion a .anterior{
  background:#fff;
}
.container1 .paginacion a .siguiente{
  background:#3C6090;
  color: #fff;
}

/*Estilo buscadores*/
input{
  border-radius: 10px;
}
.pagination {
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.pagination ul {
  display: flex;
}
.pagination ul li {
  list-style: none;
}
.pagination .scroll-pag{
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
  height: 100px;
}
