* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

/*
font: Raleway
Color: #707070
*/

.logo-home {
padding-top: 1%;
display: flex;
justify-content: center;
/* border: 1px solid green; */
height: 200px;
}

#logo-home {
  display: flex;
  justify-content: center;
  /* border: 1px solid blue; */
  height: 200px;
  
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: sticky;
  padding-left: 30%;
  padding-right: 30%;
  /* border: 1px solid yellow; */
  font-family: 'Raleway', sans-serif;
  font-size: 1.5em; 
  text-decoration: none;
  margin: 20px 0px;
}

#hero {
  background-image: url(/assets/img/fotoprincipal.jpg);
  height: 70vh;
  width: 100vw;
  background-size: cover;
  background-position: top;
  align-items: center;
  font-family: 'Raleway', sans-serif;
  /* border: 1px solid black; */
  padding-top: 14%;
  opacity: 0.9;
  margin-top: 2%;
  margin-bottom: 20px;
  

}

.title {
  color: #707070;
  padding: 10px;
  font-size: 3em;
  text-align: center;
  padding-bottom: 10px;
}
.title1 {
  color: #707070;
  padding: 30px;
  font-size: 4em;
  text-align: center;

}

.container{
display: flex;
justify-content: space-around;
/* border: 1px solid springgreen; */
margin: 20px;


}

.servicios{
width: 20%;
background: #ffffff;
  /* border: 1px solid blue; */
  padding: 10px;
  text-align: left;
font-family: 'Raleway', sans-serif;
  color: #707070;
  padding: 30px; 
box-shadow: 0px 0px 10px 5px rgb(236, 235, 235);
border-radius: 5px;

}

.icon{
display: block;
margin: auto;
}

.text{

padding: 20px 0px;
text-align: left;
}

.parrafo{
 line-height: 1.6;

}

.boton{
/* border: solid 1px blue;  */
width: 300px;
padding: 10px;
margin-left: auto;
margin-right: auto;
}

.bpn-boton{
background-color: #32E0C4;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5em;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
padding: 5px;
 text-decoration: none;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 5px rgb(236, 235, 235);
  margin: 30px 0px;
}

.bpn-boton:hover{
background-color: rgb(41, 189, 164);
  font-family: 'Raleway', sans-serif;
  font-size: 1.5em;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
padding: 5px;
 text-decoration: none;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 5px rgb(236, 235, 235);
}




.quiensoy{
display: flex;
justify-content: space-around;
  /* border: 1px solid  red; */
margin: 20px 0px 50px 0px;

}


.circular--landscape {
  /* border: 1px solid  black; */
margin-left: auto;
margin-right: auto;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 30px;
}

.circular--landscape img {
  /* border: 1px solid  green; */
  width: auto;
  height: 100%;
  margin-left: 0px;
  margin-bottom: -5px
}

.psicologa{
  /* border: 1px solid  blue; */
font-family: 'Raleway', sans-serif;
color: #707070;
font-size: 1.2em;
width: 50%;
display: flex;
align-items: center;
line-height: 1.6;

}




footer{
background: #EEEEEE;
    /* border: 1px solid  black; */
font-family: 'Raleway', sans-serif;
color: #707070;
font-size: 1em;
height: 280px;
display: flex;
align-items: flex-start;
justify-content: space-around;

}

#fparrafo{
   /* border: 1px solid  green; */
   padding: 0px 60px;
margin: 10px 0px;
text-align: left;

}

.ficonos{
    /* border: 1px solid  grey; */
 padding: 0px 30px;
  

}

.fsocial{
  padding-top: 0px;
     /* border: 1px solid  green; */
     margin-top: 10px;
     display: flex;
     justify-content: center;
}

#pie{
color: #707070;
    display: flex;
     justify-content: center;
     align-items: center;
       text-decoration: none;
         text-decoration: none;
}

.fultimo{
display: flex;
justify-content: center;
align-items: center;
/* border: 1px solid  violet; */
font-family: 'Raleway', sans-serif;
color: #707070;
font-size: .7em;
height: 50px;
text-decoration: none;
}

a{
    text-decoration: none;
}


/* Aqui inicia el Diseño Responsivo */

@media (max-width: 600px) {

 #logo-home {
display: flex;
justify-content: center;
/* border: 1px solid blue;  */
width: 80%;
height: 80%;
align-items: center;
margin: 10px auto;
}

nav {
  display: flex;
  justify-content: space-around;
/* border: 1px solid blueviolet; */
margin-top: 0px;
padding-left: 1px;
padding-right: 2px;
text-decoration: none;
}

#hero {
  background-image: url(/assets/img/fotoprincipal.jpg);
  height: 40vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-family: 'Raleway', sans-serif;
  /* border: 1px solid gray; */
  text-align: center;
  opacity: 0.9;
  margin-top: 2%;
  align-items: center;
}

.ficonos{
width: 20px;
padding: 0px 10px;
}

.title {
  color: #707070;
  padding: 10px;
  font-size: 1em;
  text-align: center;
}
.title1 {
  color: #707070;
  padding: 30px;
  font-size: 2em;
  text-align: center;
}

.container{
display: flex;
flex-direction: column;
align-items: center;
/* border: 1px solid springgreen; */
margin: 20px 0px;
}

.servicios{
width: 55%;
background: #ffffff;
  /* border: 1px solid blue; */
  padding: 10px;
  text-align: left;
font-family: 'Raleway', sans-serif;
  color: #707070;
  padding: 30px;
margin: 10px 0px;
box-shadow: 0px 0px 10px 5px rgb(236, 235, 235);
border-radius: 5px;
}

.icon{
display: block;
margin: auto;
}

.boton{
/* border: solid 1px blue; */
width: 200px;
padding: 10px;
margin-left: auto;
margin-right: auto;
}

.bpn-boton{
background-color: #32E0C4;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5em;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
padding: 7px;
 text-decoration: none;
  border-radius: 5px;
}
.quiensoy{
display: flex;
flex-direction: column;
/* border: 1px solid  red; */
margin: 0px 60px
justify-content: center;
margin-bottom: 0px;
}

.circular--landscape {
  /* border: 1px solid  black; */
margin-left: auto;
margin-right: auto;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 30px;
}

.circular--landscape img {
  /* border: 1px solid  green; */
  width: auto;
  height: 100%;
  margin-left: 0px;
  margin-bottom: -5px
}

.psicologa{
/* border: 1px solid  blue; */
font-family: 'Raleway', sans-serif;
color: #707070;
font-size: 1em;
width: 70%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
line-height: 1.6;
}

footer{
background: #EEEEEE;
/* border: 1px solid  black; */
font-family: 'Raleway', sans-serif;
color: #707070;
font-size: .9em;
height: 350px;
display: flex;
flex-direction: column;
}

#fparrafo{
   /* border: 1px solid  green; */
padding: 0px 60px;
margin: 10px 0px;
text-align: left;
line-height: 1.3;

}
.fsocial{
/* border: 1px solid  grey; */
margin-left: auto;
margin-right: auto;
margin-top: 0px;
  }

.fultimo{
/* border: 1px solid  violet; */
font-family: 'Raleway', sans-serif;
color: #707070;
font-size: .7em;
}
}