/*
 Theme Name:   Neve Child
 Template:     neve
 Version:      1.0.0
*/


/* Aquí puedes añadir tus estilos personalizados */

/* CURVA CABECERA */
.header-curve {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.header-curve svg {
  display: block;
  width: 100%;
  height: 50px;
  transform: rotate(180deg); /* Esto voltea el SVG */
}

