* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-family: Cambria; 
}
[class*="col-"] {
   float: left;
   padding: 5px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
a {
  text-decoration: none;
}
/*--header--*/


header .contiene {
  border: #fff 2px solid;
  width: 100%;
  height: 630px;  
}
/*nav*/
header .elige {
  width: 100%;
  height: 80px;
  
  display: flex;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ab0ed+0,2ab0ed+0,2ab0ed+0,2ab0ed+0,cdf4ec+0,e2fff3+29,dbfff0+35,dbfff0+35,dbfff0+100,e8fff9+100,e4f5fc+100,e4f5fc+100,e4f5fc+100,e4f5fc+100,effff8+100 */
  background: linear-gradient(to bottom,  #2ab0ed 0%,#2ab0ed 0%,#2ab0ed 0%,#2ab0ed 0%,#cdf4ec 0%,#e2fff3 29%,#dbfff0 35%,#dbfff0 35%,#dbfff0 100%,#e8fff9 100%,#e4f5fc 100%,#e4f5fc 100%,#e4f5fc 100%,#e4f5fc 100%,#effff8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: fixed;
}
/*-- 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: 68px;  
  }
 
 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;
}
header .btn-menu {  
  width: 13%;
  height: 50px;
  margin-top: 18px;
}
header input {
    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;
}
/* aplicación */
header .ingresa{
  width: 22%;  
}
header .ingresa  a {
  text-decoration: none;
  float: right;
  padding-right: 4px;
}
header .ingresa  ul {
  list-style-type: none;
}
/*logo*/
header .ong{
  width: 65%;    
}
header .ong img {
  width: 100%;
  margin-top: 5px;
}
/* imagen*/
header .psico {
  margin: auto;
  margin-top: 100px;  
  width: 250px;
  background-color: rgba(10, 20, 10, 0.7);
  -webkit-backdrop-filter: sepia(100%);
  backdrop-filter: opacity(50%);
  padding: 25px;  
  color: #fff;
  font-weight: bold;
  text-align: center;
}
header .imagina {
  border: 1px #fff solid;
  width: 100%;
  height: 350px;  
  -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 100%, 50% 100%, 0% 80%, 0% 0%,50% 10%);
  opacity: 0.9;  
  margin-top: 80px;
  position: relative;
  z-index: -1;  
}
header .imagina img {
  position:absolute;
  width: 100%;
  height: 400px;
}
/* descripción*/
header .descrip {
  text-align: center;
  padding-top: 20px;
}
.agenda {  
  border-radius: 12px;
  width: 140px;
  height: 40px;
  margin: auto;
  margin-top: 15px;
  text-align: center;
  padding: 8px;
  background: #63a396;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.marca a {
  text-decoration: none;
  color: #000;
}

.agenda:hover {
  box-shadow: 0px 0px 0px #000;
}
/* psicólogos */
.salud {
  cursor:pointer;
}
.profe  {
  width: 80%;
  color: #3f4e43;
  background: #eaeaea;
  margin: auto;
  text-align: center;
  margin-top: 50px;
  padding: 15px;
  clip-path: polygon(0% 0%,100% 0%, 100% 80%, 50% 100%, 0% 80%);
  border-radius: 20px;
  position: relative;
  z-index: -1;
}
.profe h2 {
  margin-bottom: 10px;
}
.neuro {
  width: 90%; 
  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: 8px;
  margin-left: 15px;
  border-radius: 2px 4px;
}

.description {
  padding-top: 50px;
  clear: both;
}
.foto {
  width: 100px;
  height: 150px;  
  margin: auto;
}
.foto img {
  width: 100%;
  height: 100%;
}
.neuro h3 {
  margin: auto;
  margin-top: 10px;
  text-align: center;
}
.acceso {
  width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#639377+0,959595+4,6e9393+4,0e5e20+36,0d0d0d+36,165628+36,0e5e20+36,1a592c+36,1a592c+36,226b66+55,383838+68,449993+68,589388+87,959595+100,959595+100,4e4e4e+100,959595+100,959595+100,679684+100&0.4+0,0.4+100 */
background: linear-gradient(135deg,  rgba(99,147,119,0.4) 0%,rgba(110,147,147,0.4) 4%,rgba(26,89,44,0.4) 36%,rgba(34,107,102,0.4) 55%,rgba(68,153,147,0.4) 68%,rgba(88,147,136,0.4) 87%,rgba(103,150,132,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #3f4e43;
}

.escrito {
  width: 90%;  
  margin: auto;
  clear: both;
}
/*--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) {
  
  footer .rs{
    width: 70%;
  }
  footer h2 {  
  width: 50%; 
  font-size: 18px;
  }
  footer p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 415px) {
  
 /* 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%;}
header .ong img {
  width: 60%;
  
}
header .psico {
  width: 70%;
}
}
@media only screen and (min-width: 630px){
 /* 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%;}
.profe {
  width: 60%;
}
footer .rs {
  width: 60%;
}
}
@media only screen and (min-width: 768px) {
 
  header .ong img {
  width: 30%;
  
}
}