* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background-image: url('../imagenes/fondo.jpg');
    background-position: center;
  background-size: cover;
  background-repeat:no-repeat ;
  max-width: 100%;
}

/* -------------NavBar-----------------*/
.nav-header{
    background-color: #fff;
    width: unset;
    height: 20%;
    text-align: center !important;
}
.nav-header .logo{
    width: 65%;
    margin: auto;
}
.nav-header .logo img{
    width: inherit;
    margin-top: 5%;
    margin-bottom: 5%;
}
.footer-nav-header{
    background-color: #9EC754 ;
    width: unset;
    height: 50px;
}

@media only screen and (max-width: 480px) {
   .nav-header .logo img{
        height: 250px;
        min-height: 250px;
    }
}

.navtop {
	background-color: #1CA6DE;
	height: 40px;
	width: 100%;
	border: 0;
    color: #FFF;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}

.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #fffff8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
.titulo_nav{
    color: #fffff8 !important;
    margin: auto;
    background-color: #2E4D6C;
    font-size: 40px;
    margin-left: 5%;
}

/*---------------------Nav sadmwich----------------------*/

/* Style The Dropdown Button */
.dropbtn {
  background-color:#B38E5D;
  color: white;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: fit-content;
  font-size: 15px;
  border-radius: 10px;
  border: none;
  font-weight: normal;
  margin-top: 3%;
  cursor: pointer;
}

::placeholder{
color: #98989A;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: none;
    border-radius: 4px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  margin-right: 10%;
  float: right ;
}
.dropdown a{
    margin-right: 20px;
    color: white;
    font-weight: bold;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  right: 0;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a i {
   margin-right: 10px;
  }
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #FFF;
  color: #B38E5D;
}


.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 65%;
    height:     500px;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
     -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}


.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #9D2449; }


.encabezado{
    margin-bottom: 35px;
}
.register {
    width: 60%;
    background-color: #ffffff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
    padding: 	25px;
    border-radius:  10px;
}
.cheks{
    text-align: center;
    margin: 25px;
}
.cheks .terminos-condiciones{
    margin-bottom: 20px;
}

.reset{
    background-color: darkred;
    color: white;
    float: right;
}

.selectAltura {
  display:block;
  height:50px;
  width:200px;
}

.selectAltura2 {
  padding:20px;
}

.direc p{
    margin-top: 50px;
}
.btn-primary{
    width: 100%;
	flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    background-size: 200% auto;
    color: #ffffff !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-color: #ffffff !important;
	background:#B38E5D!important;
}

.longtext {
    width: 75%;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
    margin: 100px auto;
    padding:25px;
    border-radius:  15px;
    color:  #000;
    text-align: justify;
}
.longtext h1{
    color:#fffff8;
    margin-bottom: 25px;
}
.longtext p{
    line-height: 2.5rem;
    margin-top: 2rem;
}

.contenedor{
    width:  90%;
    margin: auto;
}
.contenedor h2{
    color: #fffff8;
    margin-left: 5%;
}

.menu-opcion{
    color: #fffff8;
    float: right;
    width: fit-content;
    margin-right: 15%;
}
.menu-titulo{
    color: #fffff8;
    float: left;
    width: 30%;
    margin-left: 15%;
}

.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: darkblue;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: darkblue;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: darkblue;
    transition: background-color 0.2s;
}

button{
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: darkblue;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}


.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
    justify-content: center;
	color: #eaebed;
	font-weight: normal;
}


.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
body.loggedin {
	background-color: #f3f4f7;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}


.register2 {
    width: 90%;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
    margin: 40px auto;
    padding:    25px;
    border-radius:  15px;
    color:  #000;
}
.forms{
    width: 75% !important;
    margin: 100px auto !important;
}

.table tr th{
    
    border:#eee 1px solid;
    
    position:relative;
   
    font-size:14px;
    text-transform:uppercase;
    text-align:center;
    font-weight: 800;
    background: #B38E5D;
    color: #fff;
    }
    table tr td{
    
    border:#eee 1px solid;
    color:#000;
    position:relative;
    
    font-size:12px;
    
    text-transform:uppercase;
    }
    
#wb_Form1
{
   background-color: rgba(212, 193, 156, 0.3);
   border: 0px #000 solid;
  
}
#photo
{
   border: 1px #A9A9A9 solid;
   background-color: rgba(212, 193, 156, 0.3);
   color: #fff;
   font-family:Arial;
   font-size: 14px;
   width: 100%;
}


.cbp-mc-form {
position: relative;
}

/* Clearfix hack by Nicolas Gallagher: 
http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before,
.cbp-mc-form:after {
content: " "; display: table;
}

.cbp-mc-form:after {
clear: both;
}

.cbp-mc-column {
width: 50%;
padding: 10px 30px;
float: left;
}

.cbp-mc-column3 {
width: 33%;
padding: 10px 30px;
float: left;
}

.cbp-mc-column2 {
width: 50%;
padding: 10px 30px;
float: left;
}

.cbp-mc-form label {
display: block;
padding: 5px 5px 5px 2px;
font-size: 1em;
color:  #285C4D;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select,
.cbp-mc-form radio {
font-size: 1em;
padding: 5px 10px;
color: #000;

background: transparent;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
border: 3px solid #fff;
}

.cbp-mc-form textarea {
min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
outline: none;
border: 3px solid #13322B;
}

.cbp-mc-form select:focus {
outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #10689a;
font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #10689a;
font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #10689a;
font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #10689a;
font-style: italic;
}

.cbp-mc-submit-wrap {
text-align: center;
padding-top: 40px;
clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
background: #10689a;
border: none;
color: #fff;
width: auto;
cursor: pointer;
text-transform: uppercase;
display: inline-block;
padding: 15px 30px;
font-size: 1.1em;
border-radius: 2px;
letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
background: #1478b1;
}

@media screen and (max-width: 70em) {
.cbp-mc-column {
width: 50%;
}
.cbp-mc-column:nth-child(3) {
width: 100%;
}
}

@media screen and (max-width: 48em) {
.cbp-mc-column {
width: 100%;
padding: 10px;
}
}



.wrapper {
  
  width: 95%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  margin: 3rem 0;
  background: #FFF;
  height: 14.75rem;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #B38E5D;
  border-right: 0.125rem solid #FFF;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
  border-right: 0.125rem solid #B38E5D;
}
.tab-content {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}