.seccion-menu {
  position: relative;
  background: white;
  padding-bottom: 0;
}

.curva-svg {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.curva-svg svg {
  display: block;
  width: 100%;
  height: auto;
}



.parent {
  width: 100%;
  height: 100vh;
  background: transparent;
  overflow: hidden
}

.magicpattern { 
  width: 100%;                     
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg width=%222000%22 height=%221400%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient id=%22a%22 gradientTransform=%22rotate(90)%22%3E%3Cstop offset=%225%25%22 stop-color=%22%23b30000%22%2F%3E%3Cstop offset=%2295%25%22 stop-color=%22%23c63f3f%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath fill=%22%23fff%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3Cpath d=%22M0 700c105.561 4.25 211.122 8.499 326 4 114.878-4.499 239.072-17.746 349-25 109.928-7.254 205.591-8.516 312-3 106.409 5.516 223.563 17.808 336 18 112.437.192 220.156-11.718 350-24s281.813-24.938 340-20c58.187 4.938 22.594 27.469 27 50l-40 700H0Z%22 fill=%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
}




.fondo-onda {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%230a1f8e' fill-opacity='1' d='M0,64L60,101.3C120,139,240,213,360,213.3C480,213,600,139,720,101.3C840,64,960,64,1080,101.3C1200,139,1320,213,1380,250.7L1440,288L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z'/%3E%3C/svg%3E");
  background-size: 125%;
    background-repeat: no-repeat;
    background-position-y: center;
    min-height: 490px;
    width: 100%;
}

.svg-container{
    max-width: 100%;
    height: 1px;
    overflow-y: visible;
    overflow-x: clip;
}


.svg-container svg{
    width: 125%;
}

.title{
    text-transform: uppercase;
    color: #0148aa;
    letter-spacing: normal;
    font-weight: 900;
    font-size: 75px;
}
.text-white{
    color: white;
}
.iframe-container{
    width: 100%;
    height: 100%;
}
.iframe-menu{
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


