* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-family: Cambria; 
}
[class*="col-"] {
   float: left;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="col-"] {
  float: left;
  padding: 15px;
}
/*--header--*/


header .contenedor {
  width: 100%;
  border-radius: 6px;
  display: flex;  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfddb5+0,a4f9e4+0,a4f9e8+0,49becc+5,49becc+20,5b93cb+100 */
  background: linear-gradient(to bottom,  rgba(207,221,181,1) 0%,rgba(164,249,228,1) 0%,rgba(164,249,232,1) 0%,rgba(73,190,204,1) 5%,rgba(73,190,204,1) 20%,rgba(91,147,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: fixed;
  top: 0px;
}
header #btn-menu{
  display: none;
} 
header label img {
  width: 110%;
  margin-top: 2px;
  margin-left: -4px;
}

header label{ /*lineas para marcar el menú  */
  display: inline-block;
  width: 30px;
  height: 35px;
  padding: 3px 0px 1.5px 7px;
  box-shadow: 2px 2px 2px #000;
  margin-top: 4px;
  }
header label:hover{
  cursor: pointer;
  background: rgba(0,0,0,0.3);
  box-shadow: 1px 1px 1px #000;
}

.nombre {
display: flex;
flex-direction: column;
padding: 5px;
color: #010e01;
}
.list {
  position: absolute;
  right: 2px;
  top: 5px;
 }
header .contenedor ul { 
  list-style-type: none;
  margin: 4px;
  padding: 1px 0;
  overflow: hidden;  
}
header .contenedor li {
  float: right;
  
}
header .contenedor li a { 
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 5px 7px;
  text-decoration: none;
  font-size: 9px;
}
.contenedor li a:hover:not(.linea) {
  background-color: #a7ccb9;
  color: #000;
  border-radius: 20px 5px;
}
/*-- menú --*/
header .menu { /*menu hacia abajo en celular  */
  width: 50%; 
  border-radius: 5px;
  margin-left: -73%;
  transition: all 0.5s;
  z-index: 1;
  position: absolute;
  flex-direction: column;
  top: 50px;
  }
 
 header .mesup { /*caracteristicas fisicas del menú*/  
  box-shadow: 2px 2px 2px #000;
  color: #fff;
  padding: 1% 2.5% 1%;
  text-align: center;
  display: block;
  text-decoration: none;
  align-self: center;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfddb5+0,a4f9e4+0,a4f9e8+0,49becc+0,49becc+20,5b93cb+100 */
  background: linear-gradient(to bottom,  rgba(207,221,181,1) 0%,rgba(164,249,228,1) 0%,rgba(164,249,232,1) 0%,rgba(73,190,204,1) 0%,rgba(73,190,204,1) 20%,rgba(91,147,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.mesup:hover {
  color:#000; 
  background: #e6e6e6;
  text-shadow: 0px 0.5px #727374;
  box-shadow: 1PX 1PX 1PX;
  border-radius: 2px 4px;
}

header #btn-menu:checked ~ .menu {
  margin-left: 0px;
  margin-top: -10px;
}
/*-- promoción--*/
.cont-slider {
width: 100%;
height: 400px;
background-image: url("../imagenes/neuroconciencia.jpg");
background-size: contain;
background-position: center;
background-size: cover;
position: relative;
z-index: -1;
top: 5px;
border-radius: 4px;
}

.cont-slider .objetivo {
  margin: 20px;
  padding: 15px;
  text-align: center;
  padding-top: 45px;
  z-index: -1;
}
.cont-slider p {
  font-size: 20px;
  color: #010400;
  
}
div.transparent {
  background-color: rgba(10, 20, 10, 0.7);
  -webkit-backdrop-filter: sepia(100%);
  backdrop-filter: opacity(50%);
  padding: 30px;
  margin: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
 
}
/* separador */
div.background {
  background: lightblue url("../imagenes/tres.JPG") no-repeat center;
  clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 50% 100%, 0% 75%, 0% 0%,50% 15%);
  background-size: cover;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 300px;
  width: 80%;
  margin: auto;
  border-radius: 10px;
}

div.transbox {
  background-color: rgba(10, 20, 10, 0.7);
  -webkit-backdrop-filter: sepia(100%);
  backdrop-filter: opacity(50%);
  padding: 30px;
  margin: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
 
}
/*--sector blanco--*/
.neuro {
  width: 95%; 
  margin: center;
  background: #fff;
  text-align: left;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top:30px;
  margin-bottom: 20px;
  margin-left: 10px;
  border-radius: 2px 4px;
}
.nado {
  width: 80%;
  margin: 30px 16px;
  border-radius: 50%;
  text-align: center;
  color: #feffe1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfddb5+0,a4f9e4+0,a4f9e8+0,49becc+0,5b93cb+0,49becc+22 */
background: linear-gradient(to bottom,  rgba(207,221,181,1) 0%,rgba(164,249,228,1) 0%,rgba(164,249,232,1) 0%,rgba(73,190,204,1) 0%,rgba(91,147,203,1) 0%,rgba(73,190,204,1) 22%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.nadar img {
  max-width: 100%;
  border-radius: 50%;
}
.nado a {
    text-decoration: none;
}

/*--Contacto--*/
/*formulario*/
.formularioCont {
  background: #f0f0f0;
  width: 90%;
  margin-left: 10px;
  margin-bottom: 5%;
  margin-top: 15%;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .formularioCont form {
    width: 98%;
    background: #e8eae8;
    border: 1px solid #000;
    margin: 20px;
    padding: 20px;    
    margin: auto;
    top: 15%;

  }
  .formularioCont input {
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .formularioCont textarea {
    resize: vertical;
    max-height: 300px;
    min-height: 100px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .formularioCont input #btn {
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 0px;
    width: 50%;
    margin-left: 25%;
    background: #b0b6b2;
    color: #000;
    border: none;
  }
/*--reg--*/
.conlog-uno {  
  width: 90%;
  margin: auto;
  height: 750px;
}
.c-log-2 {  
  height: 748px;
}
.row {  
}
.card-mx-auto {
  border: 1px solid black;
}
.form-control {  
  width: 100%;
}
.radio-genero {
  
}
.form-group-genero {
  height: 60px;
  width: 95%;
  margin: auto;
  margin-top: 5px; 
  padding-left: 10px; 
}
.form-group-reg {
  width: 95%;  
  margin: auto;
  margin-top: 5px;
  height: 55px;
  padding: 5px;
}
/*--log--*/
.conlog {
  width: 80%;
  margin: auto;
  height: 400px;
}
.conlog-uno {
  width: 90%;
  margin: auto;
  height: 750px;
}
#app-1 {
  height: 398px;
}
.c-log-uno {
  height: 396px;
}
.c-log-2 {
  height: 748px;
}
.logtit {
  border: 1px solid black;
  width: 60%;
  margin: auto;
  margin-top: 15px;
  text-align: center;
}
.i-sesion {
  border: 1px solid black;
  width: 95%;
  height: 240px;
  margin: auto;
  margin-top: 30px;
  
}
.form-group {
  width: 95%;  
  margin: auto;
  margin-top: 20px;
  height: 55px;
  padding: 5px;
}
#email {
  width: 100%;
  margin: auto;
}
#password {
  width: 60%;
  margin: auto
}
.btn-btn-primary {

}
.f-group {
  width: 95%;
  margin: auto;
  height: 80px;
  padding: 5px;
}
.form-gr {
  margin-top: 10px;
}
/*--footer--*/
footer .row {  
  background: #333;
  width: 98%;
  margin-left: 2px;  
  padding:7px;
}
footer .col-12-black {  
  width: 100%;
  display: flex;  
  box-shadow: 0px 2px 2px #000;
    -moz-box-shadow: 0px 2px 2px #000;
    -webkit-box-shadow: 0px 2px 2px #000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f2f2f+0,242424+100 */
background: rgb(47,47,47); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(47,47,47,1) 0%, rgba(36,36,36,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(47,47,47,1) 0%,rgba(36,36,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(47,47,47,1) 0%,rgba(36,36,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#242424',GradientType=0 ); /* IE6-9 */
  }
 footer .cont-black { 
  width: 100%;       
 }
footer section .contactos {  
  width: 100%;  
  padding: 5px;  
  font-size: 10px;
  color: #919191;  
}

footer .red {
  width: 100%;
  }

footer section .rsociales {
  width: 100%;
  }
footer ul{
  list-style-type: none;  
  padding: 0;
}
footer .rs {
  width: 100%;  
  display: flex;
}
footer .rso {
  width: 34%;   
}
footer a {
   text-decoration: none;    
}

footer a:hover {
  cursor: pointer;
  opacity: 1;
}

footer .inst {  
    opacity: 0.5;
}
footer .facepag {  
    opacity: 0.5;
}
footer img {
    width: 100%;   
}
.copyrigrt {
  width: 98%;
  margin: 2px;
  background: #222222;
  font-family: arial;
  font-size: 12px;
  text-align: center;
  color: #919191;
}

/* For mobile phones: */
[class*="col-"] {
  width: 80%;
}
@media only screen and  (min-width: 350px) {
  header .tit-uno {
    margin-top: -3px;
  }
  header .tit-dos {    
    margin-left: 50px;
  }
  .neuro {
    width: 90%;
    margin-top: 10px;
  }
  footer h2 {  
  width: 50%; 
  font-size: 18px;
  }
  footer p {
    font-size: 15px;
  }
  
}
@media only screen and (min-width: 400px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
 
  footer img {
    width: 150px;   
  }
}
@media only screen and (min-width: 610px){
  header input {
    display: none;
  }
  header .contenedor {    
    display: flex;
    flex-direction: row;   
  }
  .contenedor .mesup {    
    display: inline;
    font-size: 14px;
    padding: 5px;
    margin: 1px;
  }
  header #btn-menu:checked ~ .menu {
      margin-left: 250px;
      margin-top: 10px;
    }
  header .menu { /*menu hacia abajo en celular  */
  width: 63%;
  margin-left: 250px;  
  top: 0px;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 10px;
  } 
  
 }
 
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 20%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  footer .cont-black {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
  }
  footer section .contactos {
  width: 40%;
  }
  footer .red {
  width: 40%;
  }
  .nado{
    margin: 20px;
    
  }
}