@font-face {
  font-family: "wonder";
  src: url(fonts/wonder.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
 }

body {
  width: 100%;
  overflow-x: hidden;
  margin-top: 80px;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}


#sobre-mi .contenedor{
  margin-top: 1150px;
  
}


header {
  background: url(../imagenes/fondo2.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: #000;
}


.menu_bar {
  display:none;
}





header .contenedor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


header {
  position: absolute;
  width: 100%;

}

header nav {
  background:#c28686;
  z-index:1000;
  max-width: 100%;
  width:100%;
  justify-content: space-between;
  align-items: center;

  display: flex;

}

header nav ul {
  margin: auto;
  margin-left: auto;
  list-style:none;
  display: flex;
}

header nav ul li {
  color: white;
  display:inline-block;
  position: relative;
}

header nav ul li:hover {
  color: white;
  background:#330000;
}

.hover{
  color: #330000;
}

.hover:hover{
  color: white;
}

header nav ul li a {
  color:#fff;
  display:block;
  text-decoration:none;
  padding: 20px;
}

header nav ul li a span {
  margin-right:10px;
}

header nav ul li:hover .children {
  display:block;
}

header nav ul li .children {
  display: none;
  background:#8F4545;
  position: absolute;
  margin-top: 1px;
  z-index:1000;
}

header nav ul li .children li {
  display:block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.5);
  margin-bottom: 4px;
}

header nav ul li .children li a {
  display: block;
}


header nav ul li .caret {
  position: relative;
  top:3px;
  margin-left:10px;
  margin-right:0px;
}
section {
  padding:20px;
}

.logo{
  margin: auto;

}

h1 {
  font-size: 60px;
  margin: 0;
}

h2 {
  font-size: 25px;
}

.titulo1 {
  font-size: 200px;
  user-select: none;
}

.titulo2 {
  font-size: 50px;
  user-select: none;
}

.titulo3{
  justify-content: center;
  display: flex;
  text-decoration: none;
  font-family: wonder;
  padding-top: 25px;
  
}

.red-contacto{
  justify-content: center;
  display: flex;
  text-decoration: none;
  font-size: 45px;
  font-family: wonder;
  padding-top: 25px;
}

.red{

 justify-content: center;
  display: flex;
 
}

.redes{
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.redes-contacto{
  width: 100px;
  height: 100px;
  margin-right: 10px;
}




.contenedor-titulo {
  font-family: "wonder";
  color: #330000;
  text-align: center;
  margin-top: 20vh;
}

.logo1{
  width: 300px;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contenedor-titulo #sobre-mi a, #blog a, #que-esperas a, #contacto input[type="submit"] {
  font-size: 14px;
  color: #fff;
  background: #c08982;
  padding: 14px 24px;
  width: 128px;
  display: inline-block;
}

p.logo {
  user-select: none;
    font-family: "wonder";
    list-style: none;
  color: #330000;
  font-size: 25px;
}

nav ul li a {
  color: #000;
}

/* SECCION DE SOBRE MI */

h3 {
  text-align: center;
  font-size: 55px;
  font-weight: normal;
  font-family: "wonder";
}

#sobre-mi .contenedor-sobremi {
  display: flex;
  justify-content: space-around;
}

#sobre-mi .texto {
  font-size: 25px;
  width: 50%;
}

/* SECCION REIKI */

.reiki{
    padding-top: 300px;
    text-align: center;
    

}


.titulo4{
  justify-content: center;
  display: flex;
  text-decoration: none;
  color: #330000;
  font-family: 'wonder';
  margin: auto;
  font-size: 135px;
  margin-top: -150px;

}

.titulo-contacto{
  justify-content: center;
  display: flex;
  text-decoration: none;
  color: #330000;
  font-family: 'wonder';
  margin: auto;
  font-size: 135px;
  margin-top: -150px;

}

.texto2{
  text-align: center;
  margin-left: 600px;
  margin-right: 600px;
  font-size: 25px;
}

/* SECCION SERVICIOS */

.contenedor-servicios {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: #fff;
}

.servicio {
  width: 24%;
  padding: 34px 30px 38px 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}

.servicio h4 {
  font-size: 30px;
  margin: 0;
}

.servicio p {
  margin-bottom: 20px;
  height: 194px;
}

.contenedor-servicios .violeta {
    background: #5055df;
    box-shadow: 0 12px 30px 0 rgba(80, 85, 223, .37);
}
.contenedor-servicios .celeste {
    background: #40a8f9;
    box-shadow: 0 12px 30px 0 rgba(86, 163, 222, .3);
}

.ondas {
  position: absolute;
  left: 0;
  bottom: 0;
}

.icono {
  float: right;
}

/* SECCION MIS TRABAJOS */

button.owl-prev, button.owl-next {
    font-size: 40px !important;
}

span {
    color: #71bcfa;
}

#mis-trabajos p {
  text-align: center;
color: #000;
}

/* SECCION POR QUE TRABAJAR CONMIGO */

.contenedor-trabajar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#por-que-trabajar .item {
  width: 28%;
  text-align: center;
}

#por-que-trabajar ul li {
  list-style: none;
}

#por-que-trabajar ul li:nth-child(2) {
  font-weight: bold;
  font-size: 19px;
  margin-top: 5px;
  margin-bottom: 20px;
}

#por-que-trabajar ul li:nth-child(3) {
  line-height: 31px;
}

/* SECCION BLOG */

#blog {
  background: #F9FAFC;
}

#blog .contenedor-publicaciones {
  display: flex;
  justify-content: space-around;
}

#blog .publicacion {
  width: 30%;
  box-shadow: 1px 1px 14px #ccc;
}

#blog img {
    width: 100%;
}

#blog .contenido {
  background: #fff;
  padding: 20px;
}

#blog h4 {
  font-size: 23px;
  margin: 0;
  margin-bottom: 15px;
}

#blog p {
  color: #5A6169;
  line-height: 24px;
  font-size: 16px;
}

#blog a {
  width: 87px;
}

/* FOOTER */

.copyright{
  text-align: center;
  margin-top: 10px;
  color: #6E3F3F;
}

/* SECCION QUE ESPERAS */

#que-esperas {
  background: linear-gradient(rgba(244,166,156,1.1), rgba(255,255,255,.9));
  text-align: center;
  padding: 50px 0;
  margin-top: 40px;
}

#que-esperas h3 {
  font-size: 23px;
  color: #fff;
}

#whatsapp {
  position: fixed;
  top: 80%;
  right: 1%;
}

html {
  scroll-behavior: smooth;
}

#mis-trabajos, #sobre-mi, #por-que-trabajar, #blog, #contacto {
  padding: 90px 0;
}

#servicios {
  padding: 70px 0;
}

.menu-icon {
  display: none;
}

@media screen and (max-width:800px ) {
  body {
		padding-top:77px;
	}

  header nav {
    padding-left: -40px; padding-right: 45px ;
    width: 80%;
    height: calc(100% - 80px);
    position: fixed;
    right:100%;
    margin: 0;
    overflow: scroll;
    display: block;
    background-color: #a86e6e;

  }

header nav ul {
  display: block;
}


  header nav ul li {
    display:block;  
    border-bottom:1px solid rgba(255,255,255,.5);
  }

  header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 92%;
		position: relative;
    padding-bottom: 1px;
	}

	header nav ul li .children li a {
		margin-left:20px;
	}

	header nav ul li .caret {
		float: right;
	}

  .logo{
    display: none;
    text-decoration: none;
  }

 
  .icon-bar{
    margin-right: 30px;
    filter: brightness(100);
    
  }

  .menu_bar {

    display:block;
    width:100%;
    background:#ccc;
    position: fixed;
		top:0;
  }

  

  .menu_bar .bt-menu {
    font-family: "wonder";
    display:block;
    padding:20px;
    background:#c28686;
    color:white;
    text-decoration:none;
    font-weight: bold;
    font-size:25px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }

  .menu_bar span {
    float:right;
    font-size:40px;
  }




  .titulo1 {
  font-size: 75px;
  user-select: none;
}

.titulo2 {
  font-size: 35px;
  user-select: none;
}

.titulo3 {
  font-size: 35px;
  user-select: none;
  color: #330000;
}

.titulo-contacto{
  justify-content: center;
  display: flex;
  text-decoration: none;
  color: #330000;
  font-family: 'wonder';
  margin: auto;
  font-size: 45px;
  margin-top: -150px;

}

.red-contacto {
  font-size: 35px;
  user-select: none;
  color: #330000;
}

.texto{
  color: #330000;
}

.logo1{
  width: 150px;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#sobre-mi .contenedor{
  margin-top: 700px;
  
}

.imagen-cara{
  width: 300px;
  height: 300px;
  display: block;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: wonder;
  padding-top: 25px;
}

#sobre-mi .texto {
  font-size: 19px;
  width: 90%;
  margin: 0 auto;

  
}

#sobre-mi .contenedor-sobremi {
  display: block;
  margin: 0 auto;
  
}

.red{
  justify-content: center;
  display: flex;
}

.redes-contacto{
  width: 50px;
  height: 50px;
  margin-right: 5px; 
}

.red-contacto {
  font-size: 35px;
  user-select: none;
  color: #330000;
  text-align: center;
}

.ubicacion{
  padding-top: 60px;
  width: 100%;
  height: 400px;
}

}